2 @MAC-ALLOW:AXSortDirection*
7 <!-- HTML table with a row header. -->
9 <!-- No sorting (implicit). -->
10 <table summary=
"Data table">
22 <!-- No sorting (explicit). -->
23 <table summary=
"Data table">
25 <th aria-sort=
"none">Alphabet
</th>
36 <table summary=
"Data table">
38 <th aria-sort=
"ascending">Alphabet
</th>
49 <table summary=
"Data table">
51 <th aria-sort=
"descending">Alphabet
</th>
62 <table summary=
"Data table">
64 <th aria-sort=
"other">Alphabet
</th>
75 <!-- HTML table with a column header. -->
77 <!-- No sorting (implicit). -->
78 <table summary=
"Data table">
86 <!-- No sorting (explicit). -->
87 <table summary=
"Data table">
89 <th aria-sort=
"none">Alphabet
</th>
96 <table summary=
"Data table">
98 <th aria-sort=
"ascending">Alphabet
</th>
105 <table summary=
"Data table">
107 <th aria-sort=
"descending">Alphabet
</th>
113 <!-- Unspecified. -->
114 <table summary=
"Data table">
116 <th aria-sort=
"other">Alphabet
</th>
123 <!-- Attribute on non-header cell: aria-sort should not be exposed. -->
125 <table summary=
"Data table">
130 <td aria-sort=
"ascending">A
</td>
139 <!-- Non-data table: aria-sort should not be exposed. -->
143 <th aria-sort=
"ascending">Alphabet
</th>