Skip to content

Commit 279a4cb

Browse files
authored
Update: missing type on input reference
re: w3c/html-aria#476 mention in the comments for the input type=text element that if an input has a missing value then it defaults to the text state - as defined by HTML.
1 parent 592bd75 commit 279a4cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,8 @@ <h3>HTML Element Role Mappings</h3>
19571957
<td class="atk"><div class="general">Use WAI-ARIA mapping</div></td>
19581958
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
19591959
<!-- <td class="naming"></td> -->
1960-
<td class="comments"></td>
1960+
<td class="comments">An `input` with a missing <a data-cite="html/input.html#attr-input-type">`type` attribute</a>
1961+
defaults to the Text state.</td>
19611962
</tr>
19621963
<tr tabindex="-1" id="el-input-textetc-autocomplete">
19631964
<th>

0 commit comments

Comments
 (0)