[Webkit-unassigned] [Bug 36683] For compatibility, execCommand should support deprecated 'useCSS' alias for 'styleWithCSS'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 31 19:44:35 PDT 2011


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





--- Comment #6 from Ryosuke Niwa <rniwa at webkit.org>  2011-08-31 19:44:35 PST ---
(From update of attachment 105881)
View in context: https://bugs.webkit.org/attachment.cgi?id=105881&action=review

> Source/WebCore/editing/EditorCommand.cpp:1029
> +    if (value != "false" && value != "true")

I think we should do case-insensitive comparison here according to Aryeh's spec (http://aryeh.name/spec/editing/editing.html#the-stylewithcss-command).  We should probably change executeStyleWithCSS as well.

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