Skip to content

Commit ece7343

Browse files
committed
[css-writing-modes] Specify that different computed writing-mode causes flow-root-ness, per <http://www.w3.org/mid/55D630AB.8030804@gmail.com>
1 parent 57b4279 commit ece7343

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,14 +876,14 @@ Block Flow Direction: the 'writing-mode' property</h3>
876876
src="images/vertical-form.png"></p>
877877
</div>
878878

879-
<p>If a box has a different block flow direction than its containing block:
879+
<p>If a box has a different 'writing-mode' value than its containing block:
880880
<ul>
881881
<li>If the box has a specified 'display' of ''display/inline'',
882882
its 'display' computes to ''inline-block''. [[!CSS21]]
883883
<li>If the box is a block container, then it establishes a new block
884884
formatting context.
885885
<li>More generally, if its specified <a>inner display type</a> is ''flow'',
886-
then its comptued <a>inner display type</a> becomes ''flow-root''. [[!CSS-DISPLAY-3]]
886+
then its computed <a>inner display type</a> becomes ''flow-root''. [[!CSS-DISPLAY-3]]
887887
</ul>
888888

889889
<div class="note" id="embedded-svg-inheritance">

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ From: Jonathan Kew
393393
Comment: http://lists.w3.org/Archives/Public/www-style/2015Aug/0049.html
394394
Response: http://lists.w3.org/Archives/Public/www-style/2015Aug/0061.html
395395
Open: Accepted
396-
Resolved: =WG= to decide on orientation of 300x150
396+
Resolved: http://www.w3.org/mid/CADhPm3s66T2JeNNJb59J5pbGy0+DSC7QMibPn8gTJ5j+i65T-A@mail.gmail.com
397397
----
398398
Issue 49.
399399
Summary: proposed 'writing-mode:sideways-*' values: effect on computed value of 'display'
@@ -421,11 +421,12 @@ Issue 53.
421421
Summary: Computation of writing-mode aliases
422422
Comment: https://lists.w3.org/Archives/Public/www-style/2015Sep/0175.html
423423
Response:
424-
Open
424+
Open: Waiting for SVGWG to respond
425425
----
426426
Issue 54.
427427
Summary: Computation of sideways/sideways-right
428428
Comment: https://lists.w3.org/Archives/Public/www-style/2015Sep/0163.html
429-
Response:
429+
Response:
430430
Closed: Accepted
431+
Resolved:
431432
----

0 commit comments

Comments
 (0)