@@ -582,7 +582,9 @@ <h2 id="title__forms">Forms</h2>
582
582
583
583
< form >
584
584
< fieldset id ="subsection__text-input " role ="region " aria-labelledby ="subtitle__text-input "> <!-- Start of #subsection__text-input -->
585
- < legend id ="subtitle__text-input " role ="heading " aria-level ="3 "> Text Input</ legend >
585
+ < legend >
586
+ < h3 id ="subtitle__text-input "> Text Input</ h3 >
587
+ </ legend >
586
588
587
589
< label for ="input__text ">
588
590
Text
@@ -729,16 +731,19 @@ <h2 id="title__forms">Forms</h2>
729
731
730
732
< label for ="input__textarea ">
731
733
Textarea
732
- < textarea
734
+ < textarea
733
735
id ="input__textarea "
734
- name ="textarea ">
736
+ name ="textarea "
737
+ dir ="auto ">
735
738
</ textarea >
736
739
</ label >
737
740
738
741
</ fieldset > <!-- End of #subsection__text-input -->
739
742
740
743
< fieldset id ="subsection__non-text-input " role ="region " aria-labelledby ="subtitle__non-text-input "> <!-- Start of #subsection__non-text-input -->
741
- < legend id ="subtitle__non-text-input " role ="heading " aria-level ="3 "> Non-text Input</ legend >
744
+ < legend >
745
+ < h3 id ="subtitle__non-text-input "> Non-text Input</ h3 >
746
+ </ legend >
742
747
743
748
< label for ="input__color ">
744
749
Color
@@ -767,7 +772,9 @@ <h2 id="title__forms">Forms</h2>
767
772
</ fieldset > <!-- End of #subsection__non-text-input -->
768
773
769
774
< fieldset id ="subsection__select " role ="region " aria-labelledby ="subtitle__select "> <!-- Start of #subsection__select -->
770
- < legend id ="subtitle__select " role ="heading " aria-level ="3 "> Select</ legend >
775
+ < legend >
776
+ < h3 id ="subtitle__select "> Select</ h3 >
777
+ </ legend >
771
778
772
779
< label for ="input__select ">
773
780
Select
@@ -819,7 +826,9 @@ <h2 id="title__forms">Forms</h2>
819
826
</ fieldset > <!-- End of #subsection__select -->
820
827
821
828
< fieldset id ="subsection__checkboxes-and-radios " role ="region " aria-labelledby ="subtitle__checkboxes-and-radio-buttons "> <!-- Start of #subsection__checkboxes-and-radios -->
822
- < legend id ="subtitle__checkboxes-and-radio-buttons " role ="heading " aria-level ="3 "> Checkboxes and Radio Buttons</ legend >
829
+ < legend >
830
+ < h3 id ="subtitle__checkboxes-and-radio-buttons "> Checkboxes and Radio Buttons</ h3 >
831
+ </ legend >
823
832
824
833
< label for ="input__checkbox ">
825
834
< input
@@ -941,7 +950,9 @@ <h2 id="title__forms">Forms</h2>
941
950
</ fieldset > <!-- End of #subsection__checkboxes-and-radios -->
942
951
943
952
< fieldset id ="subsection__buttons " role ="region " aria-labelledby ="subtitle__buttons "> <!-- Start of #subsection__buttons -->
944
- < legend id ="subtitle__buttons " role ="heading " aria-level ="3 "> Buttons</ legend >
953
+ < legend >
954
+ < h3 id ="subtitle__buttons "> Buttons</ h3 >
955
+ </ legend >
945
956
946
957
< button >
947
958
Button
@@ -997,7 +1008,9 @@ <h4>Notes:</h4>
997
1008
</ fieldset > <!-- End of #subsection__buttons -->
998
1009
999
1010
< fieldset id ="subsection__output " role ="region " aria-labelledby ="subtitle__output "> <!-- Start of #subsection__output -->
1000
- < legend id ="subtitle__output " role ="heading " aria-level ="3 "> Output</ legend >
1011
+ < legend >
1012
+ < h3 id ="subtitle__output "> Output</ h3 >
1013
+ </ legend >
1001
1014
1002
1015
< output
1003
1016
for ="output "
@@ -1020,7 +1033,9 @@ <h4>Notes:</h4>
1020
1033
</ fieldset > <!-- End of #subsection__output -->
1021
1034
1022
1035
< fieldset id ="subsection__lockup " role ="region " aria-labelledby ="subtitle__lockup "> <!-- Start of #subsection__lockup -->
1023
- < legend id ="subtitle__lockup " role ="heading " aria-level ="3 "> Lockup</ legend >
1036
+ < legend >
1037
+ < h3 id ="subtitle__lockup "> Lockup</ h3 >
1038
+ </ legend >
1024
1039
1025
1040
< label for ="input__lockup ">
1026
1041
Your Name
@@ -1043,7 +1058,9 @@ <h4>Notes:</h4>
1043
1058
</ fieldset > <!-- End of #subsection__lockup -->
1044
1059
1045
1060
< fieldset id ="subsection__states-and-validation " role ="region " aria-labelledby ="subtitle__states-and-validation "> <!-- Start of #subsection__states-and-validation -->
1046
- < legend id ="subtitle__states-and-validation " role ="heading " aria-level ="3 "> States and Validation</ legend >
1061
+ < legend >
1062
+ < h3 id ="subtitle__states-and-validation "> States and Validation</ h3 >
1063
+ </ legend >
1047
1064
< div id ="subsection__input " role ="region " aria-labelledby ="subtitle__input "> <!-- Start of #subsection__input -->
1048
1065
< h4 id ="subtitle__input "> Input</ h4 >
1049
1066
< label for ="input__required ">
@@ -1168,7 +1185,9 @@ <h5>Notes:</h5>
1168
1185
</ fieldset > <!-- End of #subsection__states-and-validation -->
1169
1186
1170
1187
< fieldset role ="region " aria-labelledby ="subtitle__autocomplete " id ="subsection__autocomplete "> <!-- Start of #subsection__autocomplete -->
1171
- < legend id ="subtitle__autocomplete " role ="heading " aria-level ="3 "> Autocomplete</ legend >
1188
+ < legend >
1189
+ < h3 id ="subtitle__autocomplete "> Autocomplete</ h3 >
1190
+ </ legend >
1172
1191
1173
1192
< label for ="input__autocomplete-on ">
1174
1193
On (Browser automatically completes)
0 commit comments