[webkit-reviews] review granted: [Bug 124121] CSS direction must be reset to ltr on <math> element. : [Attachment 216523] Patch V1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 10 17:33:36 PST 2013


Darin Adler <darin at apple.com> has granted Frédéric Wang <fred.wang at free.fr>'s
request for review:
Bug 124121: CSS direction must be reset to ltr on <math> element.
https://bugs.webkit.org/show_bug.cgi?id=124121

Attachment 216523: Patch V1
https://bugs.webkit.org/attachment.cgi?id=216523&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=216523&action=review


> Source/WebCore/css/mathml.css:6
> +    direction: ltr;

Looks like this style will also be visible in computed style, not just in how
the text is displayed. It would be good to add a test that covers that as well.
Could easily add that to the direction test simply by writing a little code to
extract the computed value of direction and stick it into another element.


More information about the webkit-reviews mailing list