Skip to content

Commit 6bbf225

Browse files
carmacleoddomenic
authored andcommitted
Add "Accessibility considerations" for custom elements
Closes #5170.
1 parent 31666be commit 6bbf225

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67527,6 +67527,14 @@ document.body.append(parent);
6752767527
<dd><code data-x="attr-face-readonly">readonly</code>, for <span data-x="form-associated custom element">form-associated custom elements</span></dd>
6752867528
<dd><code data-x="attr-fe-name">name</code>, for <span data-x="form-associated custom element">form-associated custom elements</span></dd>
6752967529
<dd>Any other attribute that has no namespace (see prose).</dd>
67530+
<dt><span
67531+
data-x="concept-element-accessibility-considerations">Accessibility considerations</span>:</dt>
67532+
<dd>For <span data-x="form-associated custom element">form-associated custom elements</span>: <a
67533+
href="https://w3c.github.io/html-aria/#el-form-associated-custom-element">for authors</a>; <a
67534+
href="https://w3c.github.io/html-aam/#el-form-associated-custom-element">for implementers</a>.</dd>
67535+
<dd>Otherwise: <a
67536+
href="https://w3c.github.io/html-aria/#el-autonomous-custom-element">for authors</a>; <a
67537+
href="https://w3c.github.io/html-aam/#el-autonomous-custom-element">for implementers</a>.</dd>
6753067538
<dt><span data-x="concept-element-dom">DOM interface</span>:</dt>
6753167539
<dd>Supplied by the element's author (inherits from <code>HTMLElement</code>)</dd>
6753267540
</dl>

0 commit comments

Comments
 (0)