File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1283,19 +1283,6 @@ Orienting Text: the 'text-orientation' property</h3>
12831283 <p class="caption"> 'text-orientation' values ('writing-mode' is ''vertical-rl'' )</p>
12841284 </div>
12851285
1286- <div class="example">
1287- <p> In the following example, the root element of a horizontal-only document
1288- is set to use ''sideways'' . In the rest of the document, the author
1289- can just set 'writing-mode' without worrying about whether the text is
1290- ''vertical-rl'' or ''vertical-lr'' .
1291- <pre>
1292- :root { text-orientation: sideways; }
1293- caption { caption-side: left; writing-mode: vertical-lr; }
1294- thead th { writing-mode: vertical-lr; }
1295- h1.banner { position: absolute; top: 0; right: 0; writing-mode: vertical-rl; }
1296- </pre>
1297- </div>
1298-
12991286 <p class="note"> Changing the value of this property may affect inline-level alignment.
13001287 Refer to <a href="#text-baselines">Text Baselines</a> for more details.</p>
13011288
You can’t perform that action at this time.
0 commit comments