OLD | NEW |
1 <!-- | 1 <!-- |
2 @WIN-ALLOW:description* | 2 @WIN-ALLOW:description* |
3 --> | 3 --> |
4 <html> | 4 <html> |
5 <body> | 5 <body> |
6 <input id="c0" type="text" title="Title0"> | 6 <input id="c0" type="text" title="Title0"> |
7 <input id="c1" type="text" title="Title1"> | 7 <input id="c1" type="text" title="Title1"> |
8 <input id="c2" type="text" title="Title2" aria-label="AriaLabel2"> | 8 <input id="c2" type="text" title="Title2" aria-label="AriaLabel2"> |
9 <input id="c3" type="text" title="Title3" aria-label="AriaLabel3" | 9 <input id="c3" type="text" title="Title3" aria-label="AriaLabel3" |
10 aria-labelledby="lb3"> | 10 aria-labelledby="lb3"> |
(...skipping 13 matching lines...) Expand all Loading... |
24 <label for="c6">Label6</label> | 24 <label for="c6">Label6</label> |
25 | 25 |
26 <span id="lb3">LabelledBy3</span> | 26 <span id="lb3">LabelledBy3</span> |
27 | 27 |
28 <span id="lb6">LabelledBy6</span> | 28 <span id="lb6">LabelledBy6</span> |
29 | 29 |
30 <span id="db6">DescribedBy6</span> | 30 <span id="db6">DescribedBy6</span> |
31 </p> | 31 </p> |
32 </body> | 32 </body> |
33 </html> | 33 </html> |
OLD | NEW |