Skip to content

Commit 5e280a3

Browse files
committed
[css-writing-modes] Clarify handling of iframe
1 parent ece7343 commit 5e280a3

2 files changed

Lines changed: 19 additions & 7 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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>&lt;iframe></code>s, for example, remain upright,
823+
and the <a>default object size</a> of 300px&times;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>

css-writing-modes/issues-cr-2014.bs-issues

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,15 +386,24 @@ Comment: http://lists.w3.org/Archives/Public/www-style/2015Jul/0405.html
386386
Response: http://lists.w3.org/Archives/Public/www-style/2015Aug/0290.html
387387
Closed: Accepted
388388
Open: =SVGWG= Review wording.
389+
389390
----
390-
Issue 48.
391-
Summary: Behavior of <iframe> in vertical writing mode: 2 clarifications
391+
Issue 48a.
392+
Summary: Orientation of 300x150 default object size in vertical writing modes
392393
From: Jonathan Kew
393394
Comment: http://lists.w3.org/Archives/Public/www-style/2015Aug/0049.html
394395
Response: http://lists.w3.org/Archives/Public/www-style/2015Aug/0061.html
395-
Open: Accepted
396+
Closed: Accepted
396397
Resolved: http://www.w3.org/mid/CADhPm3s66T2JeNNJb59J5pbGy0+DSC7QMibPn8gTJ5j+i65T-A@mail.gmail.com
397398
----
399+
Issue 48b.
400+
Summary: Clarify application of writing-mode to external content
401+
From: Jonathan Kew
402+
Comment: http://lists.w3.org/Archives/Public/www-style/2015Aug/0049.html
403+
Response: =INSERT HERE=
404+
Open: Accepted
405+
Resolved: Editor's discretion
406+
----
398407
Issue 49.
399408
Summary: proposed 'writing-mode:sideways-*' values: effect on computed value of 'display'
400409
From: Jonathan Kew

0 commit comments

Comments
 (0)