@@ -819,10 +819,12 @@ Block Flow Direction: the 'writing-mode' property</h3>
819819 The 'text-orientation' property then determines how text is laid out within the line box.
820820
821821 <p> The content of replaced elements do not rotate due to the writing mode:
822- images, for example, remain upright. However replaced content
823- involving text (such as MathML content or form elements) should match
824- the replaced element's writing mode and line orientation if the UA
825- supports such a vertical writing mode for the replaced content.
822+ images and external content such as from <code> <iframe></code> s, for example, remain upright,
823+ and the <a>default object size</a> of 300px×150px does not re-orient.
824+ However embedded replaced content involving text
825+ (such as MathML content or form elements)
826+ should match the replaced element's writing mode and line orientation
827+ if the UA supports such a vertical writing mode for the replaced content.
826828
827829 <div class="example">
828830 <p> In the following example, two block elements (1 and 3) separated
@@ -2660,6 +2662,7 @@ Full-width Characters</h5>
26602662 <li> Removed ''sideways-left'' and ''sideways-right'' value of 'text-orientation' ,
26612663 redefined ''sideways'' to behave as ''sideways-right'' ,
26622664 and added ''sideways-lr'' and ''sideways-rl'' values to 'writing-mode' for usage with non-vertical writing systems.
2665+ (See <a href="http://www.w3.org/mid/55982414.1080905@inkedblade.net">discussion</a> .)
26632666 <li> Removed ''use-glyph-orientation'' value of 'text-orientation' and defined 'glyph-orientation-vertical' as an alias of 'text-orientation'
26642667 consistent with how CSS aliases are handled (see 'page-break-inside' for an example).
26652668 <li>
0 commit comments