[Webkit-unassigned] [Bug 25006] Style attribute contents are different after pasting
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 29 05:07:14 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=25006
--- Comment #1 from Alexander Pavlov (apavlov) <apavlov at chromium.org> 2009-10-29 05:07:13 PDT ---
Created an attachment (id=42092)
--> (https://bugs.webkit.org/attachment.cgi?id=42092)
Test case
I believe this issue has to do something with the CSS problems described at
http://www.daniweb.com/forums/post439344.html#post439344 (the "Safari for
Windows" section).
The bottom line is that WebKit breaks up shorthand properties like
padding
margin
border (or border-*)
overflow
into individual properties which are returned through CSSStyleRule.cssText.
Also, the CSSStyleRule.style (a CSSStyleDeclaration object) contains the
individual properties, and there seems to be no way to retrieve the original
shorthand property values.
A test case is attached.
--
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