Skip to content

Commit

Permalink
More links
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Sep 15, 2020
1 parent 122cda1 commit 2eb1db1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -3787,6 +3787,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
attributes are defined in <cite>ARIA</cite>: <ref spec=ARIA></p>

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

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

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

Expand Down

0 comments on commit 2eb1db1

Please sign in to comment.