[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
Tue Jul 26 12:40:42 PDT 2022


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

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #6 from Ahmad Saleem <zlip.792 at gmail.com> ---
I am able to reproduce this bug in Safari 15.6 on macOS 12.5 using attached test case. I know from Comment 04 that it is not web-spec defined but I think web-spec issue can be raised to clarify this and it can be also part of InterOp 2022 for Editing.

Safari 15.6 matches with Chrome and show following output:

original with #ccc and copy with rgb(204,204,204)

Only Firefox Nightly 104 preserve the style element details and show #ccc for both.

I just wanted to share updated results. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220726/755b8e5a/attachment.htm>


More information about the webkit-unassigned mailing list