Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Accessibility considerations for autonomous custom element #5171

Merged
merged 1 commit into from
Dec 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add Accessibility considerations for autonomous custom element
and form-associated custom element
  • Loading branch information
carmacleod committed Dec 19, 2019
commit 52411a6bfeb9922d915c811cd97d854e96d9491e
8 changes: 8 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -67499,6 +67499,14 @@ document.body.append(parent);
<dd><code data-x="attr-face-readonly">readonly</code>, for <span data-x="form-associated custom element">form-associated custom elements</span></dd>
<dd><code data-x="attr-fe-name">name</code>, for <span data-x="form-associated custom element">form-associated custom elements</span></dd>
<dd>Any other attribute that has no namespace (see prose).</dd>
<dt><span
data-x="concept-element-accessibility-considerations">Accessibility considerations</span>:</dt>
<dd>For <span data-x="form-associated custom element">form-associated custom elements</span>: <a
href="https://w3c.github.io/html-aria/#el-form-associated-custom-element">for authors</a>; <a
href="https://w3c.github.io/html-aam/#el-form-associated-custom-element">for implementers</a>.</dd>
<dd>Otherwise: <a
href="https://w3c.github.io/html-aria/#el-autonomous-custom-element">for authors</a>; <a
href="https://w3c.github.io/html-aam/#el-autonomous-custom-element">for implementers</a>.</dd>
<dt><span data-x="concept-element-dom">DOM interface</span>:</dt>
<dd>Supplied by the element's author (inherits from <code>HTMLElement</code>)</dd>
</dl>
Expand Down