Skip to content

Commit a75152e

Browse files
committed
[css-ruby] Distinguish stacking direction: intra-character vs intralinear
1 parent 9a3aef3 commit a75152e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-ruby-1/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,8 @@ Ruby Positioning: the 'ruby-position' property</h3>
10641064
are called <dfn>interlinear annotations</dfn>.
10651065

10661066
If multiple [=ruby annotation containers=] have the same 'ruby-position',
1067-
they stack along the block axis,
1067+
they stack along the block axis for [=interlinear annotations=],
1068+
and along the inline axis for [=inter-character annotations=],
10681069
with lower levels of annotation closer to the base text.
10691070

10701071
<h3 id="collapsed-ruby">

0 commit comments

Comments
 (0)