Bug 48951 - MathML needs to work with vertical text.
Summary: MathML needs to work with vertical text.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 46123 mathml-core
  Show dependency treegraph
 
Reported: 2010-11-03 14:04 PDT by Dave Hyatt
Modified: 2019-07-02 08:15 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2010-11-03 14:04:46 PDT
MathML needs to work with vertical text.
Comment 1 Alex Milowski 2011-04-25 13:42:19 PDT
What exactly does this mean?  Is it a left-to-right block containing mathematics in a vertical line?  I've asked some Japanese epub experts about this exact issue and was told they use left-to-right for mathematical texts.  I'd love to see a sample (scan of a page) of vertical writing with modern mathematical text embedded.
Comment 2 Koji Ishii 2011-12-21 09:58:54 PST
Basically, you should rotate clockwise by 90 degrees for vertical-* values. Please take a look at spec:
http://dev.w3.org/csswg/css3-writing-modes/#writing-mode
saying:
However replaced content involving text (such as MathML content or form elements) should match the replaced element's writing mode and line orientation if the UA supports such a vertical writing mode for the replaced content.

I have some scan samples collected at:
http://wiki.csswg.org/spec/utr50#math

Hope this helps.