[Webkit-unassigned] [Bug 18607] test for anchor pseudo classes fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 2 03:46:47 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18607


webkit at blaut.biz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit at blaut.biz,
                   |                            |ian at hixie.ch
         OS/Version|Windows XP                  |All
           Priority|P2                          |P4
           Platform|PC                          |All
            Version|525.x (Safari 3.1)          |526+ (Nightly build)




------- Comment #1 from webkit at blaut.biz  2008-06-02 03:46 PDT -------
In my opinion the test case is wrong according the latest CSS 2.1 CR
specification:

"Note. In CSS1, the ':active' pseudo-class was mutually exclusive with ':link'
and ':visited'. That is no longer the case. An element can be both ':visited'
and ':active' (or ':link' and ':active') and the normal cascading rules
determine which style declarations apply.

Note. Also note that in CSS1, the ':active' pseudo-class only applied to
links."

So Webkit, Firefox and Opera correctly applied :active style to an A element,
even it is not valid link. IE fails on it.

The bug report is incorrect in my opinion. Any other comments on this case?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list