Skip to content

Commit

Permalink
Accessibility: Input with multiple explicit label elements associated (
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomo-petri authored Dec 23, 2024
1 parent 369ee94 commit 32f43fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions accname/name/comp_host_language_label.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,14 @@ <h2>HTML table/caption</h2>
</table>


<!-- HTML-AAM: https://www.w3.org/TR/html-aam-1.0/#input-type-text-input-type-password-input-type-number-input-type-search-input-type-tel-input-type-email-input-type-url-and-textarea-element-accessible-name-computation -->
<h2>HTML input with multiple label/for</h2>
<label for="multi-label">textfield label 1</label>
<label for="multi-label">textfield label 2</label>
<input id="multi-label" type="text" data-expectedlabel="textfield label 1 textfield label 2" data-testname="html: multiple label elements[for]" class="ex">



<!-- SVG: -> /svg-aam/name/ -->


Expand Down

0 comments on commit 32f43fa

Please sign in to comment.