Skip to content

Commit 7675a36

Browse files
committed
[css-writing-modes] Cross link some more terms
1 parent 6ed5a55 commit 7675a36

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

css-writing-modes-3/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -879,11 +879,12 @@ Block Flow Direction: the 'writing-mode' property</h3>
879879
<p>If a box has a different 'writing-mode' value than its parent box
880880
(i.e. nearest ancestor without ''display: contents''):
881881
<ul>
882-
<li>If the box would otherwise become an in-flow box
882+
<li>If the box would otherwise become an <a>in-flow</a> box
883883
with a computed 'display' of ''display/inline'',
884884
its 'display' computes instead to ''inline-block''.
885-
<li>If the box is a block container,
886-
then it establishes a new block formatting context.
885+
<li>If the box is a <a>block container</a>,
886+
then it establishes an <a lt="independent formatting context">independent</a>
887+
<a>block formatting context</a>.
887888
<li>More generally, if its specified <a>inner display type</a> is ''flow'',
888889
then its computed <a>inner display type</a> becomes ''flow-root''. [[!CSS-DISPLAY-3]]
889890
</ul>

css-writing-modes-4/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -956,11 +956,12 @@ Block Flow Direction: the 'writing-mode' property</h3>
956956
<p>If a box has a different 'writing-mode' value than its parent box
957957
(i.e. nearest ancestor without ''display: contents''):
958958
<ul>
959-
<li>If the box would otherwise become an in-flow box
959+
<li>If the box would otherwise become an <a>in-flow</a> box
960960
with a computed 'display' of ''display/inline'',
961961
its 'display' computes instead to ''inline-block''.
962-
<li>If the box is a block container,
963-
then it establishes a new block formatting context.
962+
<li>If the box is a <a>block container</a>,
963+
then it establishes an <a lt="independent formatting context">independent</a>
964+
<a>block formatting context</a>.
964965
<li>More generally, if its specified <a>inner display type</a> is ''flow'',
965966
then its computed <a>inner display type</a> becomes ''flow-root''. [[!CSS-DISPLAY-3]]
966967
</ul>

0 commit comments

Comments
 (0)