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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 1 10:05:25 PDT 2011


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





--- Comment #12 from Aryeh Gregor <ayg at aryeh.name>  2011-09-01 10:05:25 PST ---
This is indeed specced:

http://aryeh.name/spec/editing/editing.html#the-stylewithcss-command
http://aryeh.name/spec/editing/editing.html#the-usecss-command

If you click the "View comments" boxes on the right, you'll see the research that led to the current spec.  Only Gecko and WebKit support styleWithCSS at all, and I went with the Gecko behavior in this case because it's simpler and also older.  (In other cases I went with more WebKit-like behavior, e.g., the entire way inline formatting works.)

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