[Webkit-unassigned] [Bug 102691] when pasting into a contenteditable div or setting a color style of any element via javascript using #xxx color notation, color styles are translated to rgb(, , ) notation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 19 08:35:30 PST 2012


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


Glenn Adams <glenn at skynav.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |glenn at skynav.com




--- Comment #1 from Glenn Adams <glenn at skynav.com>  2012-11-19 08:37:27 PST ---
i'm not sure this is a bug... when setting a style using a shorthand rule and then querying the resulting longhand components, there is no well defined standard for canonicalization of property values...

in other words, your bug report assumes that the UA must maintain the original author specified value '#ddd' and cannot convert it to an equivalent canonical form rob(221,221,221)

how do other browsers behave with this input?

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