OLD | NEW |
1 <!-- | 1 <!-- |
2 @WIN-ALLOW:description* | 2 @WIN-ALLOW:description* |
| 3 @MAC-ALLOW:description* |
| 4 @MAC-ALLOW:help* |
| 5 @MAC-DENY:value* |
3 --> | 6 --> |
4 <html> | 7 <html> |
5 <body> | 8 <body> |
6 <button id="c0">InnerText0</button> | 9 <button id="c0">InnerText0</button> |
7 <button id="c1" title="Title1">InnerText1</button> | 10 <button id="c1" title="Title1">InnerText1</button> |
8 <button id="c2" title="Title2" aria-label="AriaLabel2">InnerText2</button> | 11 <button id="c2" title="Title2" aria-label="AriaLabel2">InnerText2</button> |
9 <button id="c3" title="Title3" aria-label="AriaLabel3" | 12 <button id="c3" title="Title3" aria-label="AriaLabel3" |
10 aria-labelledby="lb3">InnerText3</button> | 13 aria-labelledby="lb3">InnerText3</button> |
11 <button id="c4" title="Title4" aria-label="AriaLabel4" | 14 <button id="c4" title="Title4" aria-label="AriaLabel4" |
12 aria-labelledby="lb4" aria-describedby="db4">InnerText4</button> | 15 aria-labelledby="lb4" aria-describedby="db4">InnerText4</button> |
13 <button id="c5" aria-describedby="db5">InnerText5</button> | 16 <button id="c5" aria-describedby="db5">InnerText5</button> |
14 | 17 |
15 <p aria-label="@NO_DUMP"> | 18 <p aria-label="@NO_DUMP"> |
16 <span id="lb3">LabelledBy3</span> | 19 <span id="lb3">LabelledBy3</span> |
17 <span id="lb4">LabelledBy4</span> | 20 <span id="lb4">LabelledBy4</span> |
18 <span id="db4">DescribedBy4</span> | 21 <span id="db4">DescribedBy4</span> |
19 <span id="db5">DescribedBy5</span> | 22 <span id="db5">DescribedBy5</span> |
20 </p> | 23 </p> |
21 </body> | 24 </body> |
22 </html> | 25 </html> |
OLD | NEW |