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/text-align/text-align-justify-bidi-control.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>text-align: justify for a bidi control + a CJK ideograph</title>
<link rel="match" href="text-align-justify-bidi-control-ref.html">
<style>
p { text-align: justify; width: 3.9em; }
</style>
</head>
<body>
<p>東⁦京都東京⁩都東京都</p>
</body>
</html>