[Webkit-unassigned] [Bug 26609] Support CSS3 attr() function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 8 09:14:30 PDT 2009


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





--- Comment #2 from Eric Seidel <eric at webkit.org>  2009-08-08 09:14:29 PDT ---
(From update of attachment 31653)
I think if I was trying to get this patch landed, I would start by writing some
obvious tests and getting those landed.

You have tests, but they certainly could be made more obvious.  They can also
be made dumpAsText using the js testing framework (found in fast/js/resources. 
Look for TEMPLATE.html files and make-js-test-wrappers).

You can test matching css selectors from javascript using querySelectorAll or
getComputedStyle().

Hum... but I just realized that I think that getComputedStyle().content is
broken, so you might not actually be able to use getComputedStyle for this. 
Bug 23668.  Hum.  I'll look at your patch again later in more detail.

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



More information about the webkit-unassigned mailing list