line-through-vertical.html (466B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#text-decoration-line-property"> 3 <link rel="help" href="https://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode"> 4 <link rel="match" href="reference/line-through-vertical-ref.html"> 5 <style> 6 div { 7 writing-mode: vertical-rl; 8 text-decoration: line-through; 9 font-family: Times; 10 font-size: 50px; 11 } 12 </style> 13 <div> 14 <span lang="ja">ABC</span> 15 <span lang="en">ABC</span> 16 </div>