Skip to content

Commit

Permalink
Merge pull request #241 from w3c/attr_editorial
Browse files Browse the repository at this point in the history
editorial: updates to attrs
  • Loading branch information
scottaohara authored Sep 13, 2019
2 parents 22ebab6 + 2d83dd5 commit f14fddf
Showing 1 changed file with 25 additions and 26 deletions.
51 changes: 25 additions & 26 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3660,8 +3660,9 @@ <h3>HTML Attribute State and Property Mappings</h3>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-allowfullscreen">
<th><code>allowfullscreen</code></th>
<td class="elements"><a href="https://www.w3.org/TR/html/semantics-embedded-content.html#element-attrdef-iframe-allowfullscreen"><code>iframe</code></a></td>
<th>`allowfullscreen`</th>
<td class="elements"><a data-cite=
"html/iframe-embed-object.html#attr-iframe-allowfullscreen">`iframe`</a></td>
<td class="aria"><div class="general">Not mapped</div></td>
<td class="ia2"><div class="general">Not mapped</div></td>
<td class="uia"><div class="general">Not mapped</div></td>
Expand Down Expand Up @@ -3701,7 +3702,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-autocomplete-form">
<th><code>autocomplete</code> "on|off"</th>
<th>`autocomplete` "on|off"</th>
<td class="elements"><a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-autocompleteelements-autocomplete"><code>form</code></a></td>
<td class="aria"><p><a class="core-mapping" href="#ariaAutocompleteInlineListBoth"><code>aria-autocomplete</code></a></p>
<p><strong>Note:</strong> the ARIA attribute and the HTML attribute have disparate features.</p></td>
Expand Down Expand Up @@ -3744,18 +3745,24 @@ <h3>HTML Attribute State and Property Mappings</h3>
<td class="comments">If the element includes both <code>autocomplete</code> and <code>aria-autocomplete</code> attributes with valid values, User Agents MUST expose only the <code>autocomplete</code> attribute value. </td>
</tr>
<tr tabindex="-1" id="att-autofocus">
<th><code>autofocus</code></th>
<td class="elements"><a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-autofocus"><code>button</code></a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-autofocus"><code>input</code></a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-autofocus"><code>select</code></a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-autofocus"><code>textarea</code></a></td>
<td class="aria">Not mapped - <a class="core-mapping" href="#ariaFlowto"><code>aria-flowto</code></a>?</td>
<th>`autofocus`</th>
<td class="elements">
<a data-cite="html/interaction.html#attr-fe-autofocus">HTML elements</a>
</td>
<td class="aria">Not mapped</td>
<td class="ia2"><div class="general">Not mapped</div></td>
<td class="uia"><div class="general">Not mapped</div></td>
<td class="atk"><div class="general">Not mapped</div></td>
<td class="ax"><div class="general">Not mapped</div></td>
<td class="comments"></td>
<td class="comments">
Similar to <a class="core-mapping" href="#ariaFlowto"><code>aria-flowto</code></a>.
</td>
</tr>
<tr tabindex="-1" id="att-autoplay">
<th><code>autoplay</code></th>
<td class="elements"><a href="https://www.w3.org/TR/html/semantics-embedded-content.html#element-attrdef-media-autoplay"><code>audio</code></a>; <a href="https://www.w3.org/TR/html/semantics-embedded-content.html#element-attrdef-media-autoplay"><code>video</code></a></td>
<td class="elements">
<a data-cite="html/media.html#attr-media-autoplay">`audio` and `video`</a>
</td>
<td class="aria"><div class="general">Not mapped</div></td>
<td class="ia2"><div class="general">Not mapped</div></td>
<td class="uia"><div class="general">Not mapped</div></td>
Expand All @@ -3764,24 +3771,16 @@ <h3>HTML Attribute State and Property Mappings</h3>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-charset-meta">
<th><code>charset</code></th>
<td class="elements"><a href="https://www.w3.org/TR/html/document-metadata.html#element-attrdef-meta-charset"><code>meta</code></a></td>
<td class="aria"><div class="general">Not mapped</div></td>
<td class="ia2"><div class="general">Not mapped</div></td>
<td class="uia"><div class="general">Not mapped</div></td>
<td class="atk"><div class="general">Not mapped</div></td>
<td class="ax"><div class="general">Not mapped</div></td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-charset-script">
<th><code>charset</code></th>
<td class="elements"><a href="https://www.w3.org/TR/html/semantics-scripting.html#element-attrdef-script-charset"><code>script</code></a></td>
<td class="aria"><div class="general">Not mapped</div></td>
<td class="ia2"><div class="general">Not mapped</div></td>
<td class="uia"><div class="general">Not mapped</div></td>
<td class="atk"><div class="general">Not mapped</div></td>
<td class="ax"><div class="general">Not mapped</div></td>
<td class="comments"></td>
<th>`charset`</th>
<td class="elements">
<a data-cite="html/semantics.html#attr-meta-charset">`meta`</a>
</td>
<td class="aria"><div class="general">Not mapped</div></td>
<td class="ia2"><div class="general">Not mapped</div></td>
<td class="uia"><div class="general">Not mapped</div></td>
<td class="atk"><div class="general">Not mapped</div></td>
<td class="ax"><div class="general">Not mapped</div></td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-checked">
<th>
Expand Down

0 comments on commit f14fddf

Please sign in to comment.