Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>