Selectors Tests

Hi,
   While preparing the Selectors implementation report for Opera, I came 
across a few issues with the testsuite.

Firstly, I have a few tests for cases that are not tested in the 
testsuite for attribute selectors and the UI state pseudo classes, 
:enabled and :disabled with hidden input controls.

http://lachy.id.au/dev/css/tests/selectors/attribute/
http://lachy.id.au/dev/css/tests/selectors/pseudo-classes/ui/

The attribute selector tests are written based on the previous WG 
resolution that they match nothing.

http://lists.w3.org/Archives/Public/www-style/2008Apr/0038.html

Secondly, the testsuite contains tests for the :indeterminate 
pseudo-class.  However, these tests depend on a proprietary IE extension 
for setting the state of checkboxes to an indeterminate state.  Since we 
don't implement the HTMLInputElement.indeterminate property, nor any 
other controls that can be in an indeterminate state, is it reasonable 
to mark those tests as N/A in the implementation report?

-- 
Lachlan Hunt - Opera Software
http://lachy.id.au/
http://www.opera.com/

Received on Tuesday, 28 October 2008 13:41:00 UTC