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

Commit 3eb4fa4

Browse files
authored
feat(css): add auto examples for text-emphasis-position (#2849)
1 parent f577c01 commit 3eb4fa4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

live-examples/css-examples/text-decoration/text-emphasis-position.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<section id="example-choice-list" class="example-choice-list" data-property="text-emphasis-position">
22
<div class="example-choice" initial-choice="true">
3+
<pre><code class="language-css">text-emphasis-position: auto;</code></pre>
4+
<button type="button" class="copy hidden" aria-hidden="true">
5+
<span class="visually-hidden">Copy to Clipboard</span>
6+
</button>
7+
</div>
8+
9+
<div class="example-choice">
310
<pre><code class="language-css">text-emphasis-position: over right;</code></pre>
411
<button type="button" class="copy hidden" aria-hidden="true">
512
<span class="visually-hidden">Copy to Clipboard</span>
@@ -13,6 +20,14 @@
1320
</button>
1421
</div>
1522

23+
<div class="example-choice">
24+
<pre><code class="language-css">text-emphasis-position: auto;
25+
writing-mode: vertical-rl;</code></pre>
26+
<button type="button" class="copy hidden" aria-hidden="true">
27+
<span class="visually-hidden">Copy to Clipboard</span>
28+
</button>
29+
</div>
30+
1631
<div class="example-choice">
1732
<pre><code class="language-css">text-emphasis-position: over left;
1833
writing-mode: vertical-rl;</code></pre>

0 commit comments

Comments
 (0)