|
3 | 3 |
|
4 | 4 | <form>
|
5 | 5 | <fieldset id="subsection__text-input" role="region" aria-labelledby="subtitle__text-input"><!-- Start of #subsection__text-input -->
|
6 |
| - <legend id="subtitle__text-input" role="heading" aria-level="3">Text Input</legend> |
| 6 | + <legend> |
| 7 | + <h3 id="subtitle__text-input">Text Input</h3> |
| 8 | + </legend> |
7 | 9 |
|
8 | 10 | <label for="input__text">
|
9 | 11 | Text
|
|
160 | 162 | </fieldset><!-- End of #subsection__text-input -->
|
161 | 163 |
|
162 | 164 | <fieldset id="subsection__non-text-input" role="region" aria-labelledby="subtitle__non-text-input"><!-- Start of #subsection__non-text-input -->
|
163 |
| - <legend id="subtitle__non-text-input" role="heading" aria-level="3">Non-text Input</legend> |
| 165 | + <legend> |
| 166 | + <h3 id="subtitle__non-text-input">Non-text Input</h3> |
| 167 | + </legend> |
164 | 168 |
|
165 | 169 | <label for="input__color">
|
166 | 170 | Color
|
|
189 | 193 | </fieldset><!-- End of #subsection__non-text-input -->
|
190 | 194 |
|
191 | 195 | <fieldset id="subsection__select" role="region" aria-labelledby="subtitle__select"><!-- Start of #subsection__select -->
|
192 |
| - <legend id="subtitle__select" role="heading" aria-level="3">Select</legend> |
| 196 | + <legend> |
| 197 | + <h3 id="subtitle__select">Select</h3> |
| 198 | + </legend> |
193 | 199 |
|
194 | 200 | <label for="input__select">
|
195 | 201 | Select
|
|
241 | 247 | </fieldset><!-- End of #subsection__select -->
|
242 | 248 |
|
243 | 249 | <fieldset id="subsection__checkboxes-and-radios" role="region" aria-labelledby="subtitle__checkboxes-and-radio-buttons"><!-- Start of #subsection__checkboxes-and-radios -->
|
244 |
| - <legend id="subtitle__checkboxes-and-radio-buttons" role="heading" aria-level="3">Checkboxes and Radio Buttons</legend> |
| 250 | + <legend> |
| 251 | + <h3 id="subtitle__checkboxes-and-radio-buttons">Checkboxes and Radio Buttons</h3> |
| 252 | + </legend> |
245 | 253 |
|
246 | 254 | <label for="input__checkbox">
|
247 | 255 | <input
|
|
363 | 371 | </fieldset><!-- End of #subsection__checkboxes-and-radios -->
|
364 | 372 |
|
365 | 373 | <fieldset id="subsection__buttons" role="region" aria-labelledby="subtitle__buttons"><!-- Start of #subsection__buttons -->
|
366 |
| - <legend id="subtitle__buttons" role="heading" aria-level="3">Buttons</legend> |
| 374 | + <legend> |
| 375 | + <h3 id="subtitle__buttons">Buttons</h3> |
| 376 | + </legend> |
367 | 377 |
|
368 | 378 | <button>
|
369 | 379 | Button
|
|
419 | 429 | </fieldset><!-- End of #subsection__buttons -->
|
420 | 430 |
|
421 | 431 | <fieldset id="subsection__output" role="region" aria-labelledby="subtitle__output"><!-- Start of #subsection__output -->
|
422 |
| - <legend id="subtitle__output" role="heading" aria-level="3">Output</legend> |
| 432 | + <legend> |
| 433 | + <h3 id="subtitle__output">Output</h3> |
| 434 | + </legend> |
423 | 435 |
|
424 | 436 | <output
|
425 | 437 | for="output"
|
|
442 | 454 | </fieldset><!-- End of #subsection__output -->
|
443 | 455 |
|
444 | 456 | <fieldset id="subsection__lockup" role="region" aria-labelledby="subtitle__lockup"><!-- Start of #subsection__lockup -->
|
445 |
| - <legend id="subtitle__lockup" role="heading" aria-level="3">Lockup</legend> |
| 457 | + <legend> |
| 458 | + <h3 id="subtitle__lockup">Lockup</h3> |
| 459 | + </legend> |
446 | 460 |
|
447 | 461 | <label for="input__lockup">
|
448 | 462 | Your Name
|
|
465 | 479 | </fieldset><!-- End of #subsection__lockup -->
|
466 | 480 |
|
467 | 481 | <fieldset id="subsection__states-and-validation" role="region" aria-labelledby="subtitle__states-and-validation"><!-- Start of #subsection__states-and-validation -->
|
468 |
| - <legend id="subtitle__states-and-validation" role="heading" aria-level="3">States and Validation</legend> |
| 482 | + <legend> |
| 483 | + <h3 id="subtitle__states-and-validation">States and Validation</h3> |
| 484 | + </legend> |
469 | 485 | <div id="subsection__input" role="region" aria-labelledby="subtitle__input"><!-- Start of #subsection__input -->
|
470 | 486 | <h4 id="subtitle__input">Input</h4>
|
471 | 487 | <label for="input__required">
|
|
590 | 606 | </fieldset><!-- End of #subsection__states-and-validation -->
|
591 | 607 |
|
592 | 608 | <fieldset role="region" aria-labelledby="subtitle__autocomplete" id="subsection__autocomplete"><!-- Start of #subsection__autocomplete -->
|
593 |
| - <legend id="subtitle__autocomplete" role="heading" aria-level="3">Autocomplete</legend> |
| 609 | + <legend> |
| 610 | + <h3 id="subtitle__autocomplete">Autocomplete</h3> |
| 611 | + </legend> |
594 | 612 |
|
595 | 613 | <label for="input__autocomplete-on">
|
596 | 614 | On (Browser automatically completes)
|
|
0 commit comments