[Webkit-unassigned] [Bug 17433] getComputedStyle() -> clip returns empty string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 16 22:33:36 PDT 2008


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





------- Comment #7 from dhtmlkitchen at gmail.com  2008-07-16 22:33 PDT -------
The value should be comma separated. I would recommend that the assertion for
the unit test you make not have a hardcoded value for "rect(5px 24px 1px
12px)".

http://www.w3.org/TR/CSS21/visufx.html#clipping
| Authors should separate offset values with commas. User agents must 
| support separation with commas, but may also support separation without 
| commas, because a previous revision of this specification was ambiguous in 
| this respect.

Don't return space-separated values. Return a rect() string with
comma-separated values, as the CSS2.1 specification recommends.


-- 
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