This repository was archived by the owner on Oct 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
live-examples/css-examples/text-decoration Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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 >
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;
1833writing-mode: vertical-rl;</ code > </ pre >
You can’t perform that action at this time.
0 commit comments