[webkit-reviews] review requested: [Bug 17733] execCommand with super/subscript doesn't toggle back to baseline : [Attachment 26819] Fix execCommand() 'super' and 'sub' commands to add <sup> and <sub> in quirks mode, and to toggle when called twice

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 16 17:58:56 PST 2009


Eric Seidel <eric at webkit.org> has asked  for review:
Bug 17733: execCommand with super/subscript doesn't toggle back to baseline
https://bugs.webkit.org/show_bug.cgi?id=17733

Attachment 26819: Fix execCommand() 'super' and 'sub' commands to add <sup> and
<sub> in quirks mode, and to toggle when called twice
https://bugs.webkit.org/attachment.cgi?id=26819&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
 LayoutTests/ChangeLog				    |	 9 ++
 .../editing/execCommand/toggle-styles-expected.txt |	12 ++--
 WebCore/ChangeLog				    |	24 ++++++
 WebCore/editing/ApplyStyleCommand.cpp		    |	84 ++++++++++++++------
 WebCore/editing/EditorCommand.cpp		    |	 4 +-
 WebCore/editing/htmlediting.cpp		    |	 7 ++-
 WebCore/editing/htmlediting.h			    |	 1 +
 7 files changed, 107 insertions(+), 34 deletions(-)


More information about the webkit-reviews mailing list