Skip to content

Commit 2346f86

Browse files
committed
[css-writing-modes] Remove obsolete example, per gtalbot's suggestion <https://lists.w3.org/Archives/Public/www-style/2015Sep/0180.html>
1 parent 8070360 commit 2346f86

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)