Skip to content

Commit

Permalink
Update: missing type on input reference
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
scottaohara authored Jun 27, 2023
1 parent 592bd75 commit 279a4cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,8 @@ <h3>HTML Element Role Mappings</h3>
<td class="atk"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
<!-- <td class="naming"></td> -->
<td class="comments"></td>
<td class="comments">An `input` with a missing <a data-cite="html/input.html#attr-input-type">`type` attribute</a>
defaults to the Text state.</td>
</tr>
<tr tabindex="-1" id="el-input-textetc-autocomplete">
<th>
Expand Down

0 comments on commit 279a4cb

Please sign in to comment.