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/text-underline-position-vertical.html - WPT Dashboard Interop Dashboard
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="match" href="reference/text-underline-position-vertical-ref.html">
<style>
body { writing-mode: vertical-rl; }
.underline { text-decoration: underline; }
.overline { text-decoration: overline; }
</style>
</head>
<body lang="en">
<div class="overline" style="text-underline-position: right">サンプル</div>
<div class="underline" style="text-underline-position: left">サンプル</div>
</body>
</html>