Confirmed users
1,396
edits
No edit summary |
No edit summary |
||
| Line 119: | Line 119: | ||
[https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-gridcell-aria-selected-undefined.html 189] | [https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-gridcell-aria-selected-undefined.html 189] | ||
<span style="background-color: Azure; font-size: xx-small;">[[#189|link here]]</span> | <span style="background-color: Azure; font-size: xx-small;">[[#189|link here]]</span> | ||
</td> | |||
<td> | |||
<pre> | |||
<div id="test" role="gridcell" | |||
aria-selected="undefined"> | |||
Placeholder content | |||
</div> | |||
</pre> | |||
</td> | |||
<td> | |||
Accessible has ROLE_SYSTEM_CELL, AND aria-selected is [http://www.w3.org/TR/wai-aria/states_and_properties#aria-selected not mapped]. Firefox exposes selectable state.<br><br> | |||
Dupe: [https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-row-aria-selected-undefined.html 216] (role row), [https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-columnheader-aria-selected-undefined.html 273] (role columnheader)<br> | |||
Similars: [https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-selected-undefined.html 349] (role menuitemradio) | |||
</td> | |||
<td> | |||
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 items like option or menuitem is the same as not checkable checkbox - it's not useful in the wild to make this behavior default. However in case of a grid control I agree that keeping both rows and cells selectable by default might be not practically useful. | |||
Status: <span style="background-color: Azure; padding: 1px 6px;">unknown</span> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td id="209"> | |||
[https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-gridcell-aria-selected-undefined.html 209] | |||
<span style="background-color: Azure; font-size: xx-small;">[[#209|link here]]</span> | |||
</td> | </td> | ||
<td> | <td> | ||