[Webkit-unassigned] [Bug 27413] Built-up (vulgar) fractions using the Unicode fraction slash (or other methods) not supported

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 20 08:03:10 PDT 2009


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


Alex Milowski <alex at milowski.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex at milowski.com




--- Comment #1 from Alex Milowski <alex at milowski.com>  2009-09-20 08:03:09 PDT ---
The support for beveled fractions is in MathML:

<mfrac beveled='true'><mn>1</mn></mn>2</mn></mfrac>

That should do exactly what you want.

This should be able to be implemented in the fraction
rendering support being worked on for MathML.

Trying to detect and adjust the line boxes give the recognition
of a certain Unicode character without markup surrounding that
and an associated style rule seems onerous as well as possibly 
an incorrect behavior.

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