Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /css/css-text-decor/line-through-vertical.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<link rel="match" href="reference/line-through-vertical-ref.html">
<style>
div {
  writing-mode: vertical-rl;
  text-decoration: line-through;
  font-family: Times;
  font-size: 50px;
}
</style>
<div>
  <span lang="ja">ABC</span>
  <span lang="en">ABC</span>
</div>