Update CSS tests to revision 135b269a1d9f5ce7862ab7426578bd56e2add740

This commit is contained in:
Ms2ger 2015-09-18 16:05:28 +02:00
parent 7f2d81933a
commit bff545d198
1882 changed files with 16167 additions and 10909 deletions

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: break-all, japanese</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>日本語日本語日本<br></span></div>
<div lang="ja" class="ref"><span>日本語日本語日本<br></span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: break-all, latin</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div class="ref"><span>Latin latin latin lati<br>n</span></div>
<div class="ref"><span>Latin latin latin lati<br>n</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: break-all, korean</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ko" class="ref"><span>한글이 한글이 한글<br></span></div>
<div lang="ko" class="ref"><span>한글이 한글이 한글<br></span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: break-all, thai</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="th" class="ref"><span>ภาษาไทยภาษาไท<br></span></div>
<div lang="th" class="ref"><span>ภาษาไทยภาษาไท<br></span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: break-all, arabic</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ar" class="ref" dir="rtl"><span>التدويل نشاط التدوي&zwj;<br>&zwj;ل</span></div>
<div lang="ar" class="ref" dir="rtl"><span>التدويل نشاط التدوي&zwj;<br>&zwj;ل</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: break-all, subjoined tibetan</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.5 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="bo" class="ref"><span>ལྷ་སའི་སྐད་ད་<br>ལྟ</span></div>
<div lang="bo" class="ref"><span>ལྷ་སའི་སྐད་ད་<br>ལྟ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: break-all, spacing vowel sign</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.5 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="hi" class="ref"><span>हिंदी हिंदी हिं<br>दी</span></div>
<div lang="hi" class="ref"><span>हिंदी हिंदी हिं<br>दी</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: break-all, combining diacritic</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.5 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="my" class="ref"><span>မြန်မာစာမြန်မာစာမြ<br>န်</span></div>
<div lang="my" class="ref"><span>မြန်မာစာမြန်မာစာမြ<br>န်</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: break-all, syllabic cluster</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.5 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="hi" class="ref"><span>हिन्दी हिन्दी हि<br>न्दी</span></div>
<div lang="hi" class="ref"><span>हिन्दी हिन्दी हि<br>न्दी</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: keep-all, latin</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: keep-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div class="ref"><span>Latin latin latin<br>latin</span></div>
<div class="ref"><span>Latin latin latin<br>latin</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: keep-all, japanese</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: keep-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>日本語 日本語<br>日本語</span></div>
<div lang="ja" class="ref"><span>日本語 日本語<br>日本語</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: keep-all, korean</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: keep-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ko" class="ref"><span>한글이 한글이<br>한글이</span></div>
<div lang="ko" class="ref"><span>한글이 한글이<br>한글이</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: keep-all, thai</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: keep-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="th" class="ref"><span>แและ แและ<br>แและ</span></div>
<div lang="th" class="ref"><span>แและ แและ<br>แและ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: normal, arabic</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ar" class="ref" dir="rtl"><span>العَرَبِيةُ العَرَبِيةُ<br>العَرَبِيةُ</span></div>
<div lang="ar" class="ref" dir="rtl"><span>العَرَبِيةُ العَرَبِيةُ<br>العَرَبِيةُ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: normal, tibetan</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.4 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="tdd" class="ref"><span>ལྷ་སའི་སྐད་ལྷ་སའི་<br>སྐད་</span></div>
<div lang="tdd" class="ref"><span>ལྷ་སའི་སྐད་ལྷ་སའི་<br>སྐད་</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: normal, latin</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div class="ref"><span>Latin latin latin<br>latin</span></div>
<div class="ref"><span>Latin latin latin<br>latin</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: normal, hindi</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.4 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="hi" class="ref"><span>हिंदी हिंदी हिंदी<br>हिंदी</span></div>
<div lang="hi" class="ref"><span>हिंदी हिंदी हिंदी<br>हिंदी</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: normal, japanese</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>日本語日本語日本<br></span></div>
<div lang="ja" class="ref"><span>日本語日本語日本<br></span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: normal, japanese hiragana</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>にほんごにほん<br></span></div>
<div lang="ja" class="ref"><span>にほんごにほん<br></span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: normal, japanese katakana</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>ニホンゴニホン<br></span></div>
<div lang="ja" class="ref"><span>ニホンゴニホン<br></span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: normal, japanese</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>日本語日本語日本<br>語。</span></div>
<div lang="ja" class="ref"><span>日本語日本語日本<br>語。</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: normal, khmer</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="km" class="ref"><span>ភាសាខ្មែរភាសាខ្មែរ<br>ភាសាខ្មែរ</span></div>
<div lang="km" class="ref"><span>ភាសាខ្មែរភាសាខ្មែរ<br>ភាសាខ្មែរ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: normal, korean</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ko" class="ref"><span>한글이 한글이 한글<br></span></div>
<div lang="ko" class="ref"><span>한글이 한글이 한글<br></span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: normal, lao</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="lo" class="ref"><span>ພາສາລາວພາສາລາວພາສາ<br>ລາວ</span></div>
<div lang="lo" class="ref"><span>ພາສາລາວພາສາລາວພາສາ<br>ລາວ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: normal, myanmar</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="my" class="ref"><span>မြန်မာစာမြန်မာစာ<br>မြန်မာစာ</span></div>
<div lang="my" class="ref"><span>မြန်မာစာမြန်မာစာ<br>မြန်မာစာ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: normal, zwsp</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="en" class="ref"><span>latinlatinlatin<br>latin</span></div>
<div lang="en" class="ref"><span>latinlatinlatin<br>latin</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: normal, tai nüa</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="tdd" class="ref"><span>ᥖᥭᥰᥖᥬᥳ<br>ᥑᥨᥒᥰ</span></div>
<div lang="tdd" class="ref"><span>ᥖᥭᥰᥖᥬᥳ<br>ᥑᥨᥒᥰ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: normal, thai</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="th" class="ref"><span>ภาษาไทยภาษา<br>ไทย</span></div>
<div lang="th" class="ref"><span>ภาษาไทยภาษา<br>ไทย</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>word-break: normal, chinese</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="zh" class="ref"><span>中國話中國話中國<br></span></div>
<div lang="zh" class="ref"><span>中國話中國話中國<br></span></div>
</body></html>

View file

@ -1527,64 +1527,64 @@ html/word-break-003.htm 2e4c17d11d8d585063d1e3a4cd911dc2f090a575 ?
xhtml1/word-break-003.xht 2e4c17d11d8d585063d1e3a4cd911dc2f090a575 ?
html/word-break-004.htm c603c1f44b5dbd03a2f0ba5f8c14b9f451bb9d51 ?
xhtml1/word-break-004.xht c603c1f44b5dbd03a2f0ba5f8c14b9f451bb9d51 ?
html/word-break-break-all-000.htm 294235d4a4fa0070095a1d858302533ada06282f ?
xhtml1/word-break-break-all-000.xht 294235d4a4fa0070095a1d858302533ada06282f ?
html/word-break-break-all-000.htm 022c74e47ea462ca6b6c49435f0b25f5b0583945 ?
xhtml1/word-break-break-all-000.xht 022c74e47ea462ca6b6c49435f0b25f5b0583945 ?
html/word-break-break-all-001.htm 2b362c4d1d0bdbc8fda49815d0d0e3ebe8b0320a ?
xhtml1/word-break-break-all-001.xht 2b362c4d1d0bdbc8fda49815d0d0e3ebe8b0320a ?
html/word-break-break-all-002.htm 4fc0f3045d3759b3a29d9c6a9804f9eb97cb7f89 ?
xhtml1/word-break-break-all-002.xht 4fc0f3045d3759b3a29d9c6a9804f9eb97cb7f89 ?
html/word-break-break-all-003.htm 340f6c80091aab6549e5030036184cf00c4e3843 ?
xhtml1/word-break-break-all-003.xht 340f6c80091aab6549e5030036184cf00c4e3843 ?
html/word-break-break-all-004.htm 1a94acda283bd63c822d172836464c1f16326ef8 ?
xhtml1/word-break-break-all-004.xht 1a94acda283bd63c822d172836464c1f16326ef8 ?
html/word-break-break-all-005.htm af8138a326fe0bb354369f83ae8ae93083bf62d2 ?
xhtml1/word-break-break-all-005.xht af8138a326fe0bb354369f83ae8ae93083bf62d2 ?
html/word-break-break-all-006.htm c77f2882b1cd82494e955dcd904821806b43d1a1 ?
xhtml1/word-break-break-all-006.xht c77f2882b1cd82494e955dcd904821806b43d1a1 ?
html/word-break-break-all-007.htm 110eeab2260cf9b070cc4fce4843275eb8398231 ?
xhtml1/word-break-break-all-007.xht 110eeab2260cf9b070cc4fce4843275eb8398231 ?
html/word-break-break-all-008.htm 89f9ac5a1886d0ff6cbde4edc5b16847b7fb50e6 ?
xhtml1/word-break-break-all-008.xht 89f9ac5a1886d0ff6cbde4edc5b16847b7fb50e6 ?
html/word-break-keep-all-000.htm 7d44844789435ad9e32cb4656a615bbe7d7eb426 ?
xhtml1/word-break-keep-all-000.xht 7d44844789435ad9e32cb4656a615bbe7d7eb426 ?
html/word-break-break-all-002.htm 5fec45ccdb6c343cea80cd0bd8da2298afa7267f ?
xhtml1/word-break-break-all-002.xht 5fec45ccdb6c343cea80cd0bd8da2298afa7267f ?
html/word-break-break-all-003.htm d839f31b355557249857b946eacb12e38cc0144f ?
xhtml1/word-break-break-all-003.xht d839f31b355557249857b946eacb12e38cc0144f ?
html/word-break-break-all-004.htm 889b57b6320211ae20f1dc96560dc8b537ae74b9 ?
xhtml1/word-break-break-all-004.xht 889b57b6320211ae20f1dc96560dc8b537ae74b9 ?
html/word-break-break-all-005.htm ca4dc8a1050743a1f0e7e2db1cdc30c37b196601 ?
xhtml1/word-break-break-all-005.xht ca4dc8a1050743a1f0e7e2db1cdc30c37b196601 ?
html/word-break-break-all-006.htm e4caeb6ca7dcaad372d90f57b203a86014c07cec ?
xhtml1/word-break-break-all-006.xht e4caeb6ca7dcaad372d90f57b203a86014c07cec ?
html/word-break-break-all-007.htm d46d84a8a48d524d0b66cf13efd7bafe08e16680 ?
xhtml1/word-break-break-all-007.xht d46d84a8a48d524d0b66cf13efd7bafe08e16680 ?
html/word-break-break-all-008.htm 0d91757a7231a744b3269b09ef797c176ae6f713 ?
xhtml1/word-break-break-all-008.xht 0d91757a7231a744b3269b09ef797c176ae6f713 ?
html/word-break-keep-all-000.htm ccbc28cf0f1333ab0d9a483902b30704dc2388a1 ?
xhtml1/word-break-keep-all-000.xht ccbc28cf0f1333ab0d9a483902b30704dc2388a1 ?
html/word-break-keep-all-001.htm b0542c1fdf49b550b199bfe79156efed6224a363 ?
xhtml1/word-break-keep-all-001.xht b0542c1fdf49b550b199bfe79156efed6224a363 ?
html/word-break-keep-all-002.htm daade9046e5d8ffa098fc4faeaebb711d2d4d312 ?
xhtml1/word-break-keep-all-002.xht daade9046e5d8ffa098fc4faeaebb711d2d4d312 ?
html/word-break-keep-all-003.htm a3f248404957c5e6eb5aff2dd9b66d2a952d0053 ?
xhtml1/word-break-keep-all-003.xht a3f248404957c5e6eb5aff2dd9b66d2a952d0053 ?
html/word-break-keep-all-002.htm 22d7c79457252e0fc222283110e6ceccbc5174db ?
xhtml1/word-break-keep-all-002.xht 22d7c79457252e0fc222283110e6ceccbc5174db ?
html/word-break-keep-all-003.htm 7f91e2f6eaaf3f08ec78475d75b72f1c649bf59f ?
xhtml1/word-break-keep-all-003.xht 7f91e2f6eaaf3f08ec78475d75b72f1c649bf59f ?
html/word-break-normal-001.htm 155d9dc84cc4ffd2877f43264f494f8a04afdd66 ?
xhtml1/word-break-normal-001.xht 155d9dc84cc4ffd2877f43264f494f8a04afdd66 ?
html/word-break-normal-ar-000.htm b91bec710d5c51b7581bbdef12e0aa63b1206975 ?
xhtml1/word-break-normal-ar-000.xht b91bec710d5c51b7581bbdef12e0aa63b1206975 ?
html/word-break-normal-bo-000.htm 36d2b7c4f9afce1fca834538622431dc35a51fc0 ?
xhtml1/word-break-normal-bo-000.xht 36d2b7c4f9afce1fca834538622431dc35a51fc0 ?
html/word-break-normal-en-000.htm 1cbbec698b49e388aae9d08e1e99f5aa02b78472 ?
xhtml1/word-break-normal-en-000.xht 1cbbec698b49e388aae9d08e1e99f5aa02b78472 ?
html/word-break-normal-hi-000.htm d776bec4028cab3635460227b8e155f98d1e14ce ?
xhtml1/word-break-normal-hi-000.xht d776bec4028cab3635460227b8e155f98d1e14ce ?
html/word-break-normal-ja-000.htm 670da5cb736994c2654106ad6e6cc7feef0c9486 ?
xhtml1/word-break-normal-ja-000.xht 670da5cb736994c2654106ad6e6cc7feef0c9486 ?
html/word-break-normal-ja-001.htm 5709416548d7651360ee0e12b906a9ef3370cea2 ?
xhtml1/word-break-normal-ja-001.xht 5709416548d7651360ee0e12b906a9ef3370cea2 ?
html/word-break-normal-ja-002.htm a6b30933e7c4e8eb840ab030ecd81f13b2e76afb ?
xhtml1/word-break-normal-ja-002.xht a6b30933e7c4e8eb840ab030ecd81f13b2e76afb ?
html/word-break-normal-ja-004.htm 7baf5831d2d5c029a28e77bdb12af1e8503db609 ?
xhtml1/word-break-normal-ja-004.xht 7baf5831d2d5c029a28e77bdb12af1e8503db609 ?
html/word-break-normal-km-000.htm 69569fd02bade29c241202f9b41ef215e78fd845 ?
xhtml1/word-break-normal-km-000.xht 69569fd02bade29c241202f9b41ef215e78fd845 ?
html/word-break-normal-ko-000.htm a959dd19ad8a36d9c271c6f9cbfe9f1eed77ab52 ?
xhtml1/word-break-normal-ko-000.xht a959dd19ad8a36d9c271c6f9cbfe9f1eed77ab52 ?
html/word-break-normal-lo-000.htm 98160b0cc549ae46561d83f87a170a34dee2432a ?
xhtml1/word-break-normal-lo-000.xht 98160b0cc549ae46561d83f87a170a34dee2432a ?
html/word-break-normal-my-000.htm 19bc758b0522fb3324358299ebff974dd8b1d3da ?
xhtml1/word-break-normal-my-000.xht 19bc758b0522fb3324358299ebff974dd8b1d3da ?
html/word-break-normal-tdd-000.htm c3a3415fc4c722f75128b42a5f14b002e8801461 ?
xhtml1/word-break-normal-tdd-000.xht c3a3415fc4c722f75128b42a5f14b002e8801461 ?
html/word-break-normal-th-000.htm 39e66aab18a8c485e1b77151964bbdfe0c4b6f76 ?
xhtml1/word-break-normal-th-000.xht 39e66aab18a8c485e1b77151964bbdfe0c4b6f76 ?
html/word-break-normal-zh-000.htm 788df605d33103d0a2b14f09ced77be55671b29c ?
xhtml1/word-break-normal-zh-000.xht 788df605d33103d0a2b14f09ced77be55671b29c ?
html/word-break-normal-ar-000.htm 2482785c09d9289ab2bc6753e835b6fe43b3047d ?
xhtml1/word-break-normal-ar-000.xht 2482785c09d9289ab2bc6753e835b6fe43b3047d ?
html/word-break-normal-bo-000.htm e2dee4166ca09f9ab865570223ff57447bfdec65 ?
xhtml1/word-break-normal-bo-000.xht e2dee4166ca09f9ab865570223ff57447bfdec65 ?
html/word-break-normal-en-000.htm 49776264fe388ee5e18a2cdd2cca774d881b4e2f ?
xhtml1/word-break-normal-en-000.xht 49776264fe388ee5e18a2cdd2cca774d881b4e2f ?
html/word-break-normal-hi-000.htm d267005836d42bd3889a2e04f0f49e6c59450742 ?
xhtml1/word-break-normal-hi-000.xht d267005836d42bd3889a2e04f0f49e6c59450742 ?
html/word-break-normal-ja-000.htm b93ed3cec56d89bc6b7918a14891a53656772c36 ?
xhtml1/word-break-normal-ja-000.xht b93ed3cec56d89bc6b7918a14891a53656772c36 ?
html/word-break-normal-ja-001.htm 6ece147d628959fa5c1925e36bc1bee0a214ad48 ?
xhtml1/word-break-normal-ja-001.xht 6ece147d628959fa5c1925e36bc1bee0a214ad48 ?
html/word-break-normal-ja-002.htm 92bb0cf38dc8d98ab494e6d8a11e38e8bf504e9e ?
xhtml1/word-break-normal-ja-002.xht 92bb0cf38dc8d98ab494e6d8a11e38e8bf504e9e ?
html/word-break-normal-ja-004.htm 16e5f34b8f9c75ddf49dd42ea3a159faa132d0c4 ?
xhtml1/word-break-normal-ja-004.xht 16e5f34b8f9c75ddf49dd42ea3a159faa132d0c4 ?
html/word-break-normal-km-000.htm b3a41ba31c9bd688277c08dafeacf92c133e6d01 ?
xhtml1/word-break-normal-km-000.xht b3a41ba31c9bd688277c08dafeacf92c133e6d01 ?
html/word-break-normal-ko-000.htm efd35320473574dbda28d778ab56e371051daac2 ?
xhtml1/word-break-normal-ko-000.xht efd35320473574dbda28d778ab56e371051daac2 ?
html/word-break-normal-lo-000.htm 2d52cb666b34a3170c739464c9c0e739bcc2455a ?
xhtml1/word-break-normal-lo-000.xht 2d52cb666b34a3170c739464c9c0e739bcc2455a ?
html/word-break-normal-my-000.htm 66e1a09e70ec093ab0fdb5a39ea51788f197d1fd ?
xhtml1/word-break-normal-my-000.xht 66e1a09e70ec093ab0fdb5a39ea51788f197d1fd ?
html/word-break-normal-tdd-000.htm b9f38362b21c4b13f5fbfa10cad9d720d30499fa ?
xhtml1/word-break-normal-tdd-000.xht b9f38362b21c4b13f5fbfa10cad9d720d30499fa ?
html/word-break-normal-th-000.htm 1c1692aab3ea4d02ea09b09654f2c255564709c3 ?
xhtml1/word-break-normal-th-000.xht 1c1692aab3ea4d02ea09b09654f2c255564709c3 ?
html/word-break-normal-zh-000.htm 021f5b60fd01825839b84cc0bc80be432cdaca53 ?
xhtml1/word-break-normal-zh-000.xht 021f5b60fd01825839b84cc0bc80be432cdaca53 ?
html/word-wrap-001.htm 154a0142117691a37c208ced1054360fe481a85b ?
xhtml1/word-wrap-001.xht 154a0142117691a37c208ced1054360fe481a85b ?
html/word-wrap-002.htm df36e26df34fe7c9352028e75ac1c12dc244a86e ?

View file

@ -761,35 +761,35 @@ word-break-001 word-break - break-all keyword value http://www.w3.org/TR/css-t
word-break-002 word-break - normal keyword value http://www.w3.org/TR/css-text-3/#word-break eadfff8cfd892567f882ec4419f9d09e7cc703d4 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Check that 'word-break' with 'normal' keyword value implies to words break after word.
word-break-003 word-break - normal keyword value - single word not break http://www.w3.org/TR/css-text-3/#word-break 2e4c17d11d8d585063d1e3a4cd911dc2f090a575 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Check that 'word-break' with 'normal' keyword value implies to words break after word, so that a single word won't break.
word-break-004 word-break - normal keyword value - Chinese words break http://www.w3.org/TR/css-text-3/#word-break c603c1f44b5dbd03a2f0ba5f8c14b9f451bb9d51 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Check that 'word-break' with 'normal' keyword value implies to words break after word, including Chinese words.
word-break-break-all-000 reference/word-break-break-all-ref-000 word-break: break-all, japanese https://drafts.csswg.org/css-text-3/#word-break-property 294235d4a4fa0070095a1d858302533ada06282f `Richard Ishida`<mailto:ishida@w3.org> word-break: break-all means lines may break between any two typographic letter units.
word-break-break-all-000 reference/word-break-break-all-ref-000 word-break: break-all, japanese https://drafts.csswg.org/css-text-3/#word-break-property 022c74e47ea462ca6b6c49435f0b25f5b0583945 `Richard Ishida`<mailto:ishida@w3.org> word-break: break-all means lines may break between any two typographic letter units.
word-break-break-all-001 reference/word-break-break-all-001-ref word-break - break-all - basic cases font http://www.w3.org/TR/css-text-3/#word-break 2b362c4d1d0bdbc8fda49815d0d0e3ebe8b0320a `Satoshi Umehara`<mailto:umehara@est.co.jp> Lines may break between any two grapheme clusters within words.
word-break-break-all-002 reference/word-break-break-all-ref-002 word-break: break-all, korean https://drafts.csswg.org/css-text-3/#word-break-property 4fc0f3045d3759b3a29d9c6a9804f9eb97cb7f89 `Richard Ishida`<mailto:ishida@w3.org> word-break: break-all means lines may break between any two typographic letter units.
word-break-break-all-003 reference/word-break-break-all-ref-003 word-break: break-all, thai https://drafts.csswg.org/css-text-3/#word-break-property 340f6c80091aab6549e5030036184cf00c4e3843 `Richard Ishida`<mailto:ishida@w3.org> word-break: break-all means lines may break between any two typographic letter units.
word-break-break-all-004 reference/word-break-break-all-ref-004 word-break: break-all, arabic https://drafts.csswg.org/css-text-3/#word-break-property 1a94acda283bd63c822d172836464c1f16326ef8 `Richard Ishida`<mailto:ishida@w3.org> word-break: break-all means lines may break between any two typographic letter units. When shaping scripts such as Arabic are allowed to break within words due to break-all, the characters must still be shaped as if the word were not broken.
word-break-break-all-005 reference/word-break-break-all-ref-005 word-break: break-all, subjoined tibetan https://drafts.csswg.org/css-text-3/#word-break-property af8138a326fe0bb354369f83ae8ae93083bf62d2 `Richard Ishida`<mailto:ishida@w3.org> word-break: break-all means lines may break between any two typographic letter units.
word-break-break-all-006 reference/word-break-break-all-ref-006 word-break: break-all, spacing vowel sign https://drafts.csswg.org/css-text-3/#word-break-property c77f2882b1cd82494e955dcd904821806b43d1a1 `Richard Ishida`<mailto:ishida@w3.org> word-break: break-all means lines may break between any two typographic letter units. A spacing vowel sign should be wrapped to the next line with its base character.
word-break-break-all-007 reference/word-break-break-all-ref-007 word-break: break-all, combining diacritic https://drafts.csswg.org/css-text-3/#word-break-property 110eeab2260cf9b070cc4fce4843275eb8398231 `Richard Ishida`<mailto:ishida@w3.org> word-break: break-all means lines may break between any two typographic letter units. An combining diacritic plus base character should be wrapped as a unit to the next line.
word-break-break-all-008 reference/word-break-break-all-ref-008 word-break: break-all, syllabic cluster https://drafts.csswg.org/css-text-3/#word-break-property 89f9ac5a1886d0ff6cbde4edc5b16847b7fb50e6 `Richard Ishida`<mailto:ishida@w3.org> [Exploratory test] word-break: break-all means lines may break between any two typographic letter units. An indic syllable cluster should be wrapped as a unit to the next line.
word-break-keep-all-000 reference/word-break-keep-all-ref-000 word-break: keep-all, latin https://drafts.csswg.org/css-text-3/#word-break-property 7d44844789435ad9e32cb4656a615bbe7d7eb426 `Richard Ishida`<mailto:ishida@w3.org> word-break: keep-all means breaking is forbidden within 'words'.
word-break-break-all-002 reference/word-break-break-all-ref-002 word-break: break-all, korean https://drafts.csswg.org/css-text-3/#word-break-property 5fec45ccdb6c343cea80cd0bd8da2298afa7267f `Richard Ishida`<mailto:ishida@w3.org> word-break: break-all means lines may break between any two typographic letter units.
word-break-break-all-003 reference/word-break-break-all-ref-003 word-break: break-all, thai https://drafts.csswg.org/css-text-3/#word-break-property d839f31b355557249857b946eacb12e38cc0144f `Richard Ishida`<mailto:ishida@w3.org> word-break: break-all means lines may break between any two typographic letter units.
word-break-break-all-004 reference/word-break-break-all-ref-004 word-break: break-all, arabic https://drafts.csswg.org/css-text-3/#word-break-property 889b57b6320211ae20f1dc96560dc8b537ae74b9 `Richard Ishida`<mailto:ishida@w3.org> word-break: break-all means lines may break between any two typographic letter units. When shaping scripts such as Arabic are allowed to break within words due to break-all, the characters must still be shaped as if the word were not broken.
word-break-break-all-005 reference/word-break-break-all-ref-005 word-break: break-all, subjoined tibetan https://drafts.csswg.org/css-text-3/#word-break-property ca4dc8a1050743a1f0e7e2db1cdc30c37b196601 `Richard Ishida`<mailto:ishida@w3.org> word-break: break-all means lines may break between any two typographic letter units.
word-break-break-all-006 reference/word-break-break-all-ref-006 word-break: break-all, spacing vowel sign https://drafts.csswg.org/css-text-3/#word-break-property e4caeb6ca7dcaad372d90f57b203a86014c07cec `Richard Ishida`<mailto:ishida@w3.org> word-break: break-all means lines may break between any two typographic letter units. A spacing vowel sign should be wrapped to the next line with its base character.
word-break-break-all-007 reference/word-break-break-all-ref-007 word-break: break-all, combining diacritic https://drafts.csswg.org/css-text-3/#word-break-property d46d84a8a48d524d0b66cf13efd7bafe08e16680 `Richard Ishida`<mailto:ishida@w3.org> word-break: break-all means lines may break between any two typographic letter units. An combining diacritic plus base character should be wrapped as a unit to the next line.
word-break-break-all-008 reference/word-break-break-all-ref-008 word-break: break-all, syllabic cluster https://drafts.csswg.org/css-text-3/#word-break-property 0d91757a7231a744b3269b09ef797c176ae6f713 `Richard Ishida`<mailto:ishida@w3.org> [Exploratory test] word-break: break-all means lines may break between any two typographic letter units. An indic syllable cluster should be wrapped as a unit to the next line.
word-break-keep-all-000 reference/word-break-keep-all-ref-000 word-break: keep-all, latin https://drafts.csswg.org/css-text-3/#word-break-property ccbc28cf0f1333ab0d9a483902b30704dc2388a1 `Richard Ishida`<mailto:ishida@w3.org> word-break: keep-all means breaking is forbidden within 'words'.
word-break-keep-all-001 reference/word-break-keep-all-001-ref word-break - keep-all - basic cases font http://www.w3.org/TR/css-text-3/#word-break b0542c1fdf49b550b199bfe79156efed6224a363 `Satoshi Umehara`<mailto:umehara@est.co.jp> Block characters can no longer create implied break points.
word-break-keep-all-002 reference/word-break-keep-all-ref-002 word-break: keep-all, korean https://drafts.csswg.org/css-text-3/#word-break-property daade9046e5d8ffa098fc4faeaebb711d2d4d312 `Richard Ishida`<mailto:ishida@w3.org> word-break: keep-all means breaking is forbidden within 'words'. In this style, sequences of CJK characters do not break.
word-break-keep-all-003 reference/word-break-keep-all-ref-003 word-break: keep-all, thai https://drafts.csswg.org/css-text-3/#word-break-property a3f248404957c5e6eb5aff2dd9b66d2a952d0053 `Richard Ishida`<mailto:ishida@w3.org> word-break: keep-all means breaking is forbidden within 'words', except where opportunities exist due to dictionary-based breaking (such as in Thai).
word-break-keep-all-002 reference/word-break-keep-all-ref-002 word-break: keep-all, korean https://drafts.csswg.org/css-text-3/#word-break-property 22d7c79457252e0fc222283110e6ceccbc5174db `Richard Ishida`<mailto:ishida@w3.org> word-break: keep-all means breaking is forbidden within 'words'. In this style, sequences of CJK characters do not break.
word-break-keep-all-003 reference/word-break-keep-all-ref-003 word-break: keep-all, thai https://drafts.csswg.org/css-text-3/#word-break-property 7f91e2f6eaaf3f08ec78475d75b72f1c649bf59f `Richard Ishida`<mailto:ishida@w3.org> word-break: keep-all means breaking is forbidden within 'words', except where opportunities exist due to dictionary-based breaking (such as in Thai).
word-break-normal-001 reference/word-break-normal-001-ref word-break - normal - basic cases font http://www.w3.org/TR/css-text-3/#word-break 155d9dc84cc4ffd2877f43264f494f8a04afdd66 `Satoshi Umehara`<mailto:umehara@est.co.jp> Break lines according to their usual rules.
word-break-normal-ar-000 reference/word-break-normal-ar-ref-000 word-break: normal, arabic https://drafts.csswg.org/css-text-3/#word-break-property b91bec710d5c51b7581bbdef12e0aa63b1206975 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-bo-000 reference/word-break-normal-bo-ref-000 word-break: normal, tibetan https://drafts.csswg.org/css-text-3/#word-break-property 36d2b7c4f9afce1fca834538622431dc35a51fc0 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-en-000 reference/word-break-normal-en-ref-000 word-break: normal, latin https://drafts.csswg.org/css-text-3/#word-break-property 1cbbec698b49e388aae9d08e1e99f5aa02b78472 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-hi-000 reference/word-break-normal-hi-ref-000 word-break: normal, hindi https://drafts.csswg.org/css-text-3/#word-break-property d776bec4028cab3635460227b8e155f98d1e14ce `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-ja-000 reference/word-break-normal-ja-ref-000 word-break: normal, japanese https://drafts.csswg.org/css-text-3/#word-break-property 670da5cb736994c2654106ad6e6cc7feef0c9486 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-ja-001 reference/word-break-normal-ja-ref-001 word-break: normal, japanese hiragana https://drafts.csswg.org/css-text-3/#word-break-property 5709416548d7651360ee0e12b906a9ef3370cea2 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-ja-002 reference/word-break-normal-ja-ref-002 word-break: normal, japanese katakana https://drafts.csswg.org/css-text-3/#word-break-property a6b30933e7c4e8eb840ab030ecd81f13b2e76afb `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-ja-004 reference/word-break-normal-ja-ref-004 word-break: normal, japanese https://drafts.csswg.org/css-text-3/#word-break-property 7baf5831d2d5c029a28e77bdb12af1e8503db609 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-km-000 reference/word-break-normal-km-ref-000 word-break: normal, khmer https://drafts.csswg.org/css-text-3/#word-break-property 69569fd02bade29c241202f9b41ef215e78fd845 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-ko-000 reference/word-break-normal-ko-ref-000 word-break: normal, korean https://drafts.csswg.org/css-text-3/#word-break-property a959dd19ad8a36d9c271c6f9cbfe9f1eed77ab52 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules. Korean, which commonly exhibits two different behaviors, allows breaks between any two consecutive Hangul/Hanja.
word-break-normal-lo-000 reference/word-break-normal-lo-ref-000 word-break: normal, lao https://drafts.csswg.org/css-text-3/#word-break-property 98160b0cc549ae46561d83f87a170a34dee2432a `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-my-000 reference/word-break-normal-my-ref-000 word-break: normal, myanmar https://drafts.csswg.org/css-text-3/#word-break-property 19bc758b0522fb3324358299ebff974dd8b1d3da `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-tdd-000 reference/word-break-normal-tdd-ref-000 word-break: normal, tai n&uuml;a https://drafts.csswg.org/css-text-3/#word-break-property c3a3415fc4c722f75128b42a5f14b002e8801461 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-th-000 reference/word-break-normal-th-ref-000 word-break: normal, thai https://drafts.csswg.org/css-text-3/#word-break-property 39e66aab18a8c485e1b77151964bbdfe0c4b6f76 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-zh-000 reference/word-break-normal-zh-ref-000 word-break: normal, chinese https://drafts.csswg.org/css-text-3/#word-break-property 788df605d33103d0a2b14f09ced77be55671b29c `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-ar-000 reference/word-break-normal-ar-ref-000 word-break: normal, arabic https://drafts.csswg.org/css-text-3/#word-break-property 2482785c09d9289ab2bc6753e835b6fe43b3047d `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-bo-000 reference/word-break-normal-bo-ref-000 word-break: normal, tibetan https://drafts.csswg.org/css-text-3/#word-break-property e2dee4166ca09f9ab865570223ff57447bfdec65 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-en-000 reference/word-break-normal-en-ref-000 word-break: normal, latin https://drafts.csswg.org/css-text-3/#word-break-property 49776264fe388ee5e18a2cdd2cca774d881b4e2f `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-hi-000 reference/word-break-normal-hi-ref-000 word-break: normal, hindi https://drafts.csswg.org/css-text-3/#word-break-property d267005836d42bd3889a2e04f0f49e6c59450742 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-ja-000 reference/word-break-normal-ja-ref-000 word-break: normal, japanese https://drafts.csswg.org/css-text-3/#word-break-property b93ed3cec56d89bc6b7918a14891a53656772c36 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-ja-001 reference/word-break-normal-ja-ref-001 word-break: normal, japanese hiragana https://drafts.csswg.org/css-text-3/#word-break-property 6ece147d628959fa5c1925e36bc1bee0a214ad48 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-ja-002 reference/word-break-normal-ja-ref-002 word-break: normal, japanese katakana https://drafts.csswg.org/css-text-3/#word-break-property 92bb0cf38dc8d98ab494e6d8a11e38e8bf504e9e `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-ja-004 reference/word-break-normal-ja-ref-004 word-break: normal, japanese https://drafts.csswg.org/css-text-3/#word-break-property 16e5f34b8f9c75ddf49dd42ea3a159faa132d0c4 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-km-000 reference/word-break-normal-km-ref-000 word-break: normal, khmer https://drafts.csswg.org/css-text-3/#word-break-property b3a41ba31c9bd688277c08dafeacf92c133e6d01 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-ko-000 reference/word-break-normal-ko-ref-000 word-break: normal, korean https://drafts.csswg.org/css-text-3/#word-break-property efd35320473574dbda28d778ab56e371051daac2 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules. Korean, which commonly exhibits two different behaviors, allows breaks between any two consecutive Hangul/Hanja.
word-break-normal-lo-000 reference/word-break-normal-lo-ref-000 word-break: normal, lao https://drafts.csswg.org/css-text-3/#word-break-property 2d52cb666b34a3170c739464c9c0e739bcc2455a `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-my-000 reference/word-break-normal-my-ref-000 word-break: normal, myanmar https://drafts.csswg.org/css-text-3/#word-break-property 66e1a09e70ec093ab0fdb5a39ea51788f197d1fd `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-tdd-000 reference/word-break-normal-tdd-ref-000 word-break: normal, tai n&uuml;a https://drafts.csswg.org/css-text-3/#word-break-property b9f38362b21c4b13f5fbfa10cad9d720d30499fa `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-th-000 reference/word-break-normal-th-ref-000 word-break: normal, thai https://drafts.csswg.org/css-text-3/#word-break-property 1c1692aab3ea4d02ea09b09654f2c255564709c3 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-break-normal-zh-000 reference/word-break-normal-zh-ref-000 word-break: normal, chinese https://drafts.csswg.org/css-text-3/#word-break-property 021f5b60fd01825839b84cc0bc80be432cdaca53 `Richard Ishida`<mailto:ishida@w3.org> word-break: normal means words break according to their customary rules.
word-wrap-001 reference/overflow-wrap-001-ref word-wrap - break-word (basic) http://www.w3.org/TR/css-text-3/#overflow-wrap 154a0142117691a37c208ced1054360fe481a85b `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'word-wrap' property set 'break-word' breaks the word at an arbitrary point
word-wrap-002 reference/overflow-wrap-002-ref word-wrap - break-word and white-space - nowrap http://www.w3.org/TR/css-text-3/#overflow-wrap,http://www.w3.org/TR/css-text-3/#white-space df36e26df34fe7c9352028e75ac1c12dc244a86e `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the 'word-wrap' property has effect if and only if the 'white-space' allows wrapping
word-wrap-003 reference/overflow-wrap-003-ref word-wrap - break-word (white space) http://www.w3.org/TR/css-text-3/#overflow-wrap d172736f6ff25be674fd39c61040c8b418f72cd6 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'word-wrap' property set 'break-word' breaks line at white space

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, japanese</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>日本語日本語日本<br />語</span></div>
<div lang="ja" class="ref"><span>日本語日本語日本<br />語</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, latin</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div class="ref"><span>Latin latin latin lati<br />n</span></div>
<div class="ref"><span>Latin latin latin lati<br />n</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, korean</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ko" class="ref"><span>한글이 한글이 한글<br />이</span></div>
<div lang="ko" class="ref"><span>한글이 한글이 한글<br />이</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, thai</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="th" class="ref"><span>ภาษาไทยภาษาไท<br />ย</span></div>
<div lang="th" class="ref"><span>ภาษาไทยภาษาไท<br />ย</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, arabic</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ar" class="ref" dir="rtl"><span>التدويل نشاط التدوي&#x200D;<br />&#x200D;ل</span></div>
<div lang="ar" class="ref" dir="rtl"><span>التدويل نشاط التدوي&#x200D;<br />&#x200D;ل</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, subjoined tibetan</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.5 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="bo" class="ref"><span>ལྷ་སའི་སྐད་ད་<br />ལྟ</span></div>
<div lang="bo" class="ref"><span>ལྷ་སའི་སྐད་ད་<br />ལྟ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, spacing vowel sign</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.5 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="hi" class="ref"><span>हिंदी हिंदी हिं<br />दी</span></div>
<div lang="hi" class="ref"><span>हिंदी हिंदी हिं<br />दी</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, combining diacritic</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.5 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="my" class="ref"><span>မြန်မာစာမြန်မာစာမြ<br />န်</span></div>
<div lang="my" class="ref"><span>မြန်မာစာမြန်မာစာမြ<br />န်</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, syllabic cluster</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.5 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="hi" class="ref"><span>हिन्दी हिन्दी हि<br />न्दी</span></div>
<div lang="hi" class="ref"><span>हिन्दी हिन्दी हि<br />न्दी</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: keep-all, latin</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: keep-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div class="ref"><span>Latin latin latin<br />latin</span></div>
<div class="ref"><span>Latin latin latin<br />latin</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: keep-all, japanese</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: keep-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>日本語 日本語<br />日本語</span></div>
<div lang="ja" class="ref"><span>日本語 日本語<br />日本語</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: keep-all, korean</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: keep-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ko" class="ref"><span>한글이 한글이<br />한글이</span></div>
<div lang="ko" class="ref"><span>한글이 한글이<br />한글이</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: keep-all, thai</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: keep-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="th" class="ref"><span>แและ แและ<br />แและ</span></div>
<div lang="th" class="ref"><span>แและ แและ<br />แและ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, arabic</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ar" class="ref" dir="rtl"><span>العَرَبِيةُ العَرَبِيةُ<br />العَرَبِيةُ</span></div>
<div lang="ar" class="ref" dir="rtl"><span>العَرَبِيةُ العَرَبِيةُ<br />العَرَبِيةُ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, tibetan</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.4 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="tdd" class="ref"><span>ལྷ་སའི་སྐད་ལྷ་སའི་<br />སྐད་</span></div>
<div lang="tdd" class="ref"><span>ལྷ་སའི་སྐད་ལྷ་སའི་<br />སྐད་</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, latin</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div class="ref"><span>Latin latin latin<br />latin</span></div>
<div class="ref"><span>Latin latin latin<br />latin</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, hindi</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.4 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="hi" class="ref"><span>हिंदी हिंदी हिंदी<br />हिंदी</span></div>
<div lang="hi" class="ref"><span>हिंदी हिंदी हिंदी<br />हिंदी</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, japanese</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>日本語日本語日本<br />語</span></div>
<div lang="ja" class="ref"><span>日本語日本語日本<br />語</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, japanese hiragana</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>にほんごにほん<br />ご</span></div>
<div lang="ja" class="ref"><span>にほんごにほん<br />ご</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, japanese katakana</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>ニホンゴニホン<br />ゴ</span></div>
<div lang="ja" class="ref"><span>ニホンゴニホン<br />ゴ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, japanese</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>日本語日本語日本<br />語。</span></div>
<div lang="ja" class="ref"><span>日本語日本語日本<br />語。</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, khmer</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="km" class="ref"><span>ភាសាខ្មែរភាសាខ្មែរ<br />ភាសាខ្មែរ</span></div>
<div lang="km" class="ref"><span>ភាសាខ្មែរភាសាខ្មែរ<br />ភាសាខ្មែរ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, korean</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ko" class="ref"><span>한글이 한글이 한글<br />이</span></div>
<div lang="ko" class="ref"><span>한글이 한글이 한글<br />이</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, lao</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="lo" class="ref"><span>ພາສາລາວພາສາລາວພາສາ<br />ລາວ</span></div>
<div lang="lo" class="ref"><span>ພາສາລາວພາສາລາວພາສາ<br />ລາວ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, myanmar</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="my" class="ref"><span>မြန်မာစာမြန်မာစာ<br />မြန်မာစာ</span></div>
<div lang="my" class="ref"><span>မြန်မာစာမြန်မာစာ<br />မြန်မာစာ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, zwsp</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="en" class="ref"><span>latinlatinlatin<br />latin</span></div>
<div lang="en" class="ref"><span>latinlatinlatin<br />latin</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, tai nüa</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="tdd" class="ref"><span>ᥖᥭᥰᥖᥬᥳ<br />ᥑᥨᥒᥰ</span></div>
<div lang="tdd" class="ref"><span>ᥖᥭᥰᥖᥬᥳ<br />ᥑᥨᥒᥰ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, thai</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="th" class="ref"><span>ภาษาไทยภาษา<br />ไทย</span></div>
<div lang="th" class="ref"><span>ภาษาไทยภาษา<br />ไทย</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, chinese</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="zh" class="ref"><span>中國話中國話中國<br />語</span></div>
<div lang="zh" class="ref"><span>中國話中國話中國<br />語</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, japanese</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>日本語日本語日本<br />語</span></div>
<div lang="ja" class="ref"><span>日本語日本語日本<br />語</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, latin</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div class="ref"><span>Latin latin latin lati<br />n</span></div>
<div class="ref"><span>Latin latin latin lati<br />n</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, korean</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ko" class="ref"><span>한글이 한글이 한글<br />이</span></div>
<div lang="ko" class="ref"><span>한글이 한글이 한글<br />이</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, thai</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="th" class="ref"><span>ภาษาไทยภาษาไท<br />ย</span></div>
<div lang="th" class="ref"><span>ภาษาไทยภาษาไท<br />ย</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, arabic</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ar" class="ref" dir="rtl"><span>التدويل نشاط التدوي&#x200D;<br />&#x200D;ل</span></div>
<div lang="ar" class="ref" dir="rtl"><span>التدويل نشاط التدوي&#x200D;<br />&#x200D;ل</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, subjoined tibetan</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.5 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="bo" class="ref"><span>ལྷ་སའི་སྐད་ད་<br />ལྟ</span></div>
<div lang="bo" class="ref"><span>ལྷ་སའི་སྐད་ད་<br />ལྟ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, spacing vowel sign</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.5 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="hi" class="ref"><span>हिंदी हिंदी हिं<br />दी</span></div>
<div lang="hi" class="ref"><span>हिंदी हिंदी हिं<br />दी</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, combining diacritic</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.5 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="my" class="ref"><span>မြန်မာစာမြန်မာစာမြ<br />န်</span></div>
<div lang="my" class="ref"><span>မြန်မာစာမြန်မာစာမြ<br />န်</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: break-all, syllabic cluster</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: break-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.5 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="hi" class="ref"><span>हिन्दी हिन्दी हि<br />न्दी</span></div>
<div lang="hi" class="ref"><span>हिन्दी हिन्दी हि<br />न्दी</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: keep-all, latin</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: keep-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div class="ref"><span>Latin latin latin<br />latin</span></div>
<div class="ref"><span>Latin latin latin<br />latin</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: keep-all, japanese</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: keep-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>日本語 日本語<br />日本語</span></div>
<div lang="ja" class="ref"><span>日本語 日本語<br />日本語</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: keep-all, korean</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: keep-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ko" class="ref"><span>한글이 한글이<br />한글이</span></div>
<div lang="ko" class="ref"><span>한글이 한글이<br />한글이</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: keep-all, thai</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: keep-all; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="th" class="ref"><span>แและ แและ<br />แและ</span></div>
<div lang="th" class="ref"><span>แและ แและ<br />แและ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, arabic</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ar" class="ref" dir="rtl"><span>العَرَبِيةُ العَرَبِيةُ<br />العَرَبِيةُ</span></div>
<div lang="ar" class="ref" dir="rtl"><span>العَرَبِيةُ العَرَبِيةُ<br />العَرَبِيةُ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, tibetan</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.4 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="tdd" class="ref"><span>ལྷ་སའི་སྐད་ལྷ་སའི་<br />སྐད་</span></div>
<div lang="tdd" class="ref"><span>ལྷ་སའི་སྐད་ལྷ་སའི་<br />སྐད་</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, latin</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div class="ref"><span>Latin latin latin<br />latin</span></div>
<div class="ref"><span>Latin latin latin<br />latin</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, hindi</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1.4 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="hi" class="ref"><span>हिंदी हिंदी हिंदी<br />हिंदी</span></div>
<div lang="hi" class="ref"><span>हिंदी हिंदी हिंदी<br />हिंदी</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, japanese</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>日本語日本語日本<br />語</span></div>
<div lang="ja" class="ref"><span>日本語日本語日本<br />語</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, japanese hiragana</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>にほんごにほん<br />ご</span></div>
<div lang="ja" class="ref"><span>にほんごにほん<br />ご</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, japanese katakana</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>ニホンゴニホン<br />ゴ</span></div>
<div lang="ja" class="ref"><span>ニホンゴニホン<br />ゴ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, japanese</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ja" class="ref"><span>日本語日本語日本<br />語。</span></div>
<div lang="ja" class="ref"><span>日本語日本語日本<br />語。</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, khmer</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="km" class="ref"><span>ភាសាខ្មែរភាសាខ្មែរ<br />ភាសាខ្មែរ</span></div>
<div lang="km" class="ref"><span>ភាសាខ្មែរភាសាខ្មែរ<br />ភាសាខ្មែរ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, korean</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="ko" class="ref"><span>한글이 한글이 한글<br />이</span></div>
<div lang="ko" class="ref"><span>한글이 한글이 한글<br />이</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, lao</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="lo" class="ref"><span>ພາສາລາວພາສາລາວພາສາ<br />ລາວ</span></div>
<div lang="lo" class="ref"><span>ພາສາລາວພາສາລາວພາສາ<br />ລາວ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, myanmar</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="my" class="ref"><span>မြန်မာစာမြန်မာစာ<br />မြန်မာစာ</span></div>
<div lang="my" class="ref"><span>မြန်မာစာမြန်မာစာ<br />မြန်မာစာ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, zwsp</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="en" class="ref"><span>latinlatinlatin<br />latin</span></div>
<div lang="en" class="ref"><span>latinlatinlatin<br />latin</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, tai nüa</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="tdd" class="ref"><span>ᥖᥭᥰᥖᥬᥳ<br />ᥑᥨᥒᥰ</span></div>
<div lang="tdd" class="ref"><span>ᥖᥭᥰᥖᥬᥳ<br />ᥑᥨᥒᥰ</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, thai</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="th" class="ref"><span>ภาษาไทยภาษา<br />ไทย</span></div>
<div lang="th" class="ref"><span>ภาษาไทยภาษา<br />ไทย</span></div>
</body></html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>word-break: normal, chinese</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" />
<style type="text/css">
.test { word-break: normal; }
/* the CSS below is not part of the test */
.test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; }
</style>
</head>
<body>
<div id="instructions">Test passes if the two orange boxes are the same.</div>
<div lang="zh" class="ref"><span>中國話中國話中國<br />語</span></div>
<div lang="zh" class="ref"><span>中國話中國話中國<br />語</span></div>
</body></html>