Skip to content

Commit c30e09c

Browse files
authored
Editorial:: autocomplete on form element comment (#491)
1 parent a8a6d1e commit c30e09c

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3603,7 +3603,9 @@

HTML Attribute State and Property Mappings

36033603
td>
36043604
<td class="aria">
36053605
<p><a class="core-mapping" href="#ariaAutocompleteInlineListBoth">`aria-autocomplete`a>p>
3606-
<p><strong>Note:strong> the ARIA attribute and the HTML attribute have disparate features.p>
3606+
<div class=note>
3607+
<strong>Note:strong> the ARIA attribute and the HTML attribute have disparate features.
3608+
div>
36073609
td>
36083610
<td class="ia2">
36093611
<div class="states">
@@ -3620,7 +3622,9 @@

HTML Attribute State and Property Mappings

36203622
td>
36213623
<td class="ax"><div class="general">Not mappeddiv>td>
36223624
<td class="comments">
3623-
If the element includes both `autocomplete` and `aria-autocomplete` attributes with valid values, User Agents MUST expose only the `autocomplete` attribute value.
3625+
If the element includes both `autocomplete` and `aria-autocomplete` attributes with valid values,
3626+
User Agents MUST expose only the `autocomplete` attribute value. The `aria-autocomplete` attribute is
3627+
not valid on a `form` element.
36243628
td>
36253629
tr>
36263630
<tr tabindex="-1" id="att-autocomplete">
@@ -3630,7 +3634,9 @@

HTML Attribute State and Property Mappings

36303634
td>
36313635
<td class="aria">
36323636
<p><a class="core-mapping" href="#ariaAutocompleteInlineListBoth">`aria-autocomplete`a>p>
3633-
<p><strong>Note:strong> the ARIA attribute and the HTML attribute have disparate features.p>
3637+
<div class=note>
3638+
<strong>Note:strong> the ARIA attribute and the HTML attribute have disparate features.
3639+
div>
36343640
td>
36353641
<td class="ia2">
36363642
<div class="states">
@@ -3645,7 +3651,8 @@

HTML Attribute State and Property Mappings

36453651
td>
36463652
<td class="ax"><div class="general">Not mappeddiv>td>
36473653
<td class="comments">
3648-
If the element includes both `autocomplete` and `aria-autocomplete` attributes with valid values, User Agents MUST expose only the `autocomplete` attribute value.
3654+
If the element includes both `autocomplete` and `aria-autocomplete` attributes with valid values,
3655+
User Agents MUST expose only the `autocomplete` attribute value.
36493656
td>
36503657
tr>
36513658
<tr tabindex="-1" id="att-autofocus">

0 commit comments

Comments
 (0)