[webkit-reviews] review granted: [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
Tue Jan 20 14:17:15 PST 2009


Justin Garcia <justin.garcia at apple.com> has granted Eric Seidel
<eric at webkit.org>'s request 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 Justin Garcia <justin.garcia at apple.com>
-FAIL superscript removing vertical-align: superscript -- <span><span
class="Apple-style-span" style="vertical-align: super;">test</span></span>
+FAIL superscript removing vertical-align: superscript --
<span><sup>test</sup></span>

What's up here?

Rest looks good, r=me.


More information about the webkit-reviews mailing list