[Webkit-unassigned] [Bug 25072] CSS21 attribute selectors not dynamic for xml

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 29 01:51:27 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25072


kai at granus.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29313|0                           |1
        is obsolete|                            |
  Attachment #30768|                            |review?
               Flag|                            |




------- Comment #7 from kai at granus.net  2009-05-29 01:51 PDT -------
Created an attachment (id=30768)
 --> (https://bugs.webkit.org/attachment.cgi?id=30768&action=view)
Updated patch and test case

As suggested, I changed ownerDocument() to document(). This is inline instead
of virtual, so it’s faster, too. But even ownerDocument() would never be null
here because we are in an Element which can’t be the document.
Still: why does the code in StyledElement from which I copied this use
ownerDocument()?

Additionally, I changed the test to display "FAILED" or "PASSED" and added the
pixel result.


-- 
Configure bugmail: https://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