Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit bb9adde

Browse files
Add keyword values for white-space property (#2886)
1 parent d8cf330 commit bb9adde

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

live-examples/css-examples/writing-modes/writing-mode.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@
1919
<span class="visually-hidden">Copy to Clipboard</span>
2020
</button>
2121
</div>
22+
23+
<div class="example-choice">
24+
<pre><code class="language-css">writing-mode: sideways-rl;</code></pre>
25+
<button type="button" class="copy hidden" aria-hidden="true">
26+
<span class="visually-hidden">Copy to Clipboard</span>
27+
</button>
28+
</div>
29+
30+
<div class="example-choice">
31+
<pre><code class="language-css">writing-mode: sideways-lr;</code></pre>
32+
<button type="button" class="copy hidden" aria-hidden="true">
33+
<span class="visually-hidden">Copy to Clipboard</span>
34+
</button>
35+
</div>
2236
</section>
2337

2438
<div id="output" class="output large hidden">

0 commit comments

Comments
 (0)