Confirmed users
1,396
edits
No edit summary |
No edit summary |
||
| Line 136: | Line 136: | ||
Comment: In Firefox 3.6 we fixed [https://bugzilla.mozilla.org/show_bug.cgi?id=501086 opposite bug] to the required behavior to stay consistent with aria-checked implementation.<br><br> | Comment: In Firefox 3.6 we fixed [https://bugzilla.mozilla.org/show_bug.cgi?id=501086 opposite bug] to the required behavior to stay consistent with aria-checked implementation.<br><br> | ||
Not selectable list is the same as not checkable checkbox - it's not useful in the wild to make this behavior default. However I agree that keeping both rows and cells selectable in the grid might be not practically useful. | Not selectable list is the same as not checkable checkbox - it's not useful in the wild to make this behavior default. However I agree that keeping both rows and cells selectable in the grid might be not practically useful. | ||
Status: <span style="background-color: Azure; padding: 1px 6px;">unknown</span> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td id="233"> | |||
[https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-tablist-aria-level-1.html 233] | |||
<span style="background-color: Azure; font-size: xx-small;">[[#233|link here]]</span> | |||
</td> | |||
<td> | |||
<pre> | |||
<div id="test" role="tablist" aria-level="1"> | |||
<div id="obj1" role="tab">obj1</div> | |||
<div role="tablist" aria-level="2"> | |||
<div id="obj2" role="tab">obj2</div> | |||
</div> | |||
</div> | |||
</pre> | |||
</td> | |||
<td> | |||
IAccessible2::groupPostion should expose level | |||
</td> | |||
<td> | |||
Comment: [http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/interface_i_accessible2.html#94d4d84e000ef2fa3f2abf1148779941 IAccessible2 groupPosition] isn't applied to things like headings which have level only. Tablist may be considered as the same thing.<br> | |||
Status: <span style="background-color: Azure; padding: 1px 6px;">unknown</span> | Status: <span style="background-color: Azure; padding: 1px 6px;">unknown</span> | ||
</td> | </td> | ||