Skip to content

Commit a55c05c

Browse files
committed
[css-writing-modes] Make writing-mode not apply to internal ruby elements
1 parent 0fcf870 commit a55c05c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

css-writing-modes/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ Block Flow Direction: the 'writing-mode' property</h3>
779779
Name: writing-mode
780780
Value: horizontal-tb | vertical-rl | vertical-lr | sideways-rl | sideways-lr
781781
Initial: horizontal-tb
782-
Applies to: All elements except table row groups, table column groups, table rows, and table columns
782+
Applies to: All elements except table row groups, table column groups, table rows, table columns, ruby base container, ruby text container
783783
Inherited: yes
784784
Percentages: n/a
785785
Media: visual
@@ -2686,6 +2686,8 @@ Full-width Characters</h5>
26862686
Changed the 'caption-side' property to <a href="#logical-direction-layout">flow-relative mappings</a>.
26872687
<li>
26882688
Specified that SVG 'writing-mode' values compute through to new equivalents.
2689+
<li>
2690+
Specified that 'writing-mode' does not apply to <a>ruby base containers</a> and <a>ruby text containers</a>
26892691
<li>
26902692
Made several editorial improvements and marked some features <a href="#status">at risk</a>.
26912693
</ul>

0 commit comments

Comments
 (0)