Skip to content

Commit 2eb1db1

Browse files
committed
More links
1 parent 122cda1 commit 2eb1db1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source

+4-2
Original file line numberDiff line numberDiff line change
@@ -3787,6 +3787,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
37873787
attributes are defined in <cite>ARIA</cite>: <ref spec=ARIA></p>
37883788

37893789
<ul class="brief">
3790+
<li><dfn data-x-href="https://w3c.github.io/aria/#aria-checked"><code data-x="attr-aria-checked">aria-checked</code></dfn></li>
37903791
<li><dfn data-x-href="https://w3c.github.io/aria/#aria-describedby"><code data-x="attr-aria-describedby">aria-describedby</code></dfn></li>
37913792
<li><dfn data-x-href="https://w3c.github.io/aria/#aria-disabled"><code data-x="attr-aria-disabled">aria-disabled</code></dfn></li>
37923793
<li><dfn data-x-href="https://w3c.github.io/aria/#aria-label"><code data-x="attr-aria-label">aria-label</code></dfn></li>
@@ -65670,8 +65671,9 @@ customElements.define('my-checkbox', MyCheckbox);</code></pre>
6567065671

6567165672
<p>Custom element authors are encouraged to state what aspects of their accessibility semantics
6567265673
are strong native semantics, i.e., should not be overriden by users of the custom element. In our
65673-
example, the author of the <code data-x="">my-checkbox</code> element would state that its role
65674-
and aria-checked values are strong native semantics, thus discouraging code such as the above.</p>
65674+
example, the author of the <code data-x="">my-checkbox</code> element would state that its
65675+
<span>role</span> and <code data-x="attr-aria-checked">aria-checked</code> values are strong
65676+
native semantics, thus discouraging code such as the above.</p>
6567565677

6567665678
<h5 id="custom-elements-customized-builtin-example">Creating a customized built-in element</h5>
6567765679

0 commit comments

Comments
 (0)