Accessibility/ARIA1.0TestSuiteFailures: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 142: Line 142:
<tr>
<tr>
<td id="209">
<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]
[https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-option-aria-selected-undefined.html 209]
<span style="background-color: Azure; font-size: xx-small;">[[#209|link here]]</span>
<span style="background-color: Azure; font-size: xx-small;">[[#209|link here]]</span>
</td>
</td>
<td>
<td>
<pre>
<pre>
<div id="test" role="gridcell"
<div role="listbox">
    aria-selected="undefined">
  <div id="test" role="option"
  Placeholder content
      aria-selected="undefined">
    Placeholder content
  </div>
</div>
</div>
</pre>
</pre>
Line 159: Line 161:
</td>
</td>
<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>
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>
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. Note, there's [https://www.w3.org/WAI/PF/Group/track/issues/574 issue 574] (aka role option should have required aria-selected state) to fix the ARIA spec.<br><br>
Status: <span style="background-color: Azure; padding: 1px 6px;">unknown</span>
Status: <span style="background-color: LightCoral; padding: 1px 6px;">red</span>
</td>
</td>
</tr>
</tr>
Confirmed users
1,396

edits