[Webkit-unassigned] [Bug 79274] Fix <msubsup> formatting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 11:06:42 PST 2012


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





--- Comment #12 from Eric Seidel <eric at webkit.org>  2012-02-23 11:06:42 PST ---
(From update of attachment 128504)
View in context: https://bugs.webkit.org/attachment.cgi?id=128504&action=review

> Source/WebCore/rendering/mathml/RenderMathMLSubSup.cpp:143
> +    RenderObject* sup = supWrapper->firstChild();
> +    RenderObject* sub = subWrapper->firstChild();

Although these are the spec names, sup vs. sub is very difficult to read. The single character difference is not immeidately obvious to my eyes. :)

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