mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Update web-platform-tests to revision 155daf0c385420faf208b8bd5e319e244ec7f9cc
This commit is contained in:
parent
4e6b100c7e
commit
e9bdf87a27
768 changed files with 5782 additions and 26218 deletions
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-001-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 3041 HIRAGANA LETTER SMALL A at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかぁな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かか<br/>かぁな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-002-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 3043 HIRAGANA LETTER SMALL I at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかぃな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かか<br/>かぃな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-003-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 3045 HIRAGANA LETTER SMALL U at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかぅな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かか<br/>かぅな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-004-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 3047 HIRAGANA LETTER SMALL E at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかぇな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かか<br/>かぇな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-005-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 3049 HIRAGANA LETTER SMALL O at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかぉな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かか<br/>かぉな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-006-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 3063 HIRAGANA LETTER SMALL TU at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかっな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かか<br/>かっな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-007-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 3083 HIRAGANA LETTER SMALL YA at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかゃな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かか<br/>かゃな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-008-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 3085 HIRAGANA LETTER SMALL YU at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかゅな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かか<br/>かゅな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-009-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 3087 HIRAGANA LETTER SMALL YO at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかょな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かか<br/>かょな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-010-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 308E HIRAGANA LETTER SMALL WA at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかゎな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かか<br/>かゎな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3095 HIRAGANA LETTER SMALL KA (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-011-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 3095 HIRAGANA LETTER SMALL KA at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかゕな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かか<br/>かゕな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3096 HIRAGANA LETTER SMALL KE (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-012-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 3096 HIRAGANA LETTER SMALL KE at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかゖな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かか<br/>かゖな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-013-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30A1 KATAKANA LETTER SMALL A at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカァナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カァナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-014-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30A3 KATAKANA LETTER SMALL I at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカィナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カィナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-015-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30A5 KATAKANA LETTER SMALL U at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカゥナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カゥナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-016-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30A7 KATAKANA LETTER SMALL E at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカェナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カェナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-017-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30A9 KATAKANA LETTER SMALL O at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカォナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カォナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-018-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30C3 KATAKANA LETTER SMALL TU at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカッナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カッナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-019-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30E3 KATAKANA LETTER SMALL YA at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカャナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カャナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-020-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30E5 KATAKANA LETTER SMALL YU at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカュナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カュナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-021-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30E7 KATAKANA LETTER SMALL YO at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカョナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カョナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-022-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30EE KATAKANA LETTER SMALL WA at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカヮナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カヮナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30F5 KATAKANA LETTER SMALL KA (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-023-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30F5 KATAKANA LETTER SMALL KA at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカヵナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カヵナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30F6 KATAKANA LETTER SMALL KE (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-024-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30F6 KATAKANA LETTER SMALL KE at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカヶナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カヶナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-025-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカーナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カーナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 2010 HYPHEN (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-026-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 2010 HYPHEN at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中‐文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中‐文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 2013 EN DASH (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-027-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 2013 EN DASH at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中–文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中–文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 301C WAVE DASH (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-028-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 301C WAVE DASH at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中〜文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中〜文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-029-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかか゠な</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かか<br/>か゠な</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-030-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 3005 IDEOGRAPHIC ITERATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中々文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中々文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-031-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 303B VERTICAL IDEOGRAPHIC ITERATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中〻文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中〻文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-032-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 309D HIRAGANA ITERATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかゝな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かか<br/>かゝな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-033-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 309E HIRAGANA VOICED ITERATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかゞな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かか<br/>かゞな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-034-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30FD KATAKANA ITERATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカヽナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カヽナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-035-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30FE KATAKANA VOICED ITERATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカヾナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カヾナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 003A COLON (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-036-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 003A COLON at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中:文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中:文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 003B SEMICOLON (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-037-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 003B SEMICOLON at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中;文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中;文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-038-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 30FB KATAKANA MIDDLE DOT at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカ・ナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カ・ナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-039-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow FF1A FULLWIDTH COLON at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中:文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中:文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-040-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow FF1B FULLWIDTH SEMICOLON at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中;文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中;文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-041-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow FF65 HALFWIDTH KATAKANA MIDDLE DOT at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカ・ナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカ<br/>カ・ナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 0021 EXCLAMATION MARK (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-042-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 0021 EXCLAMATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中!文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中!文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 003F QUESTION MARK (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-043-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 003F QUESTION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中?文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中?文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-044-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 203C DOUBLE EXCLAMATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中‼文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中‼文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-045-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 2047 DOUBLE QUESTION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中⁇文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中⁇文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 2048 QUESTION EXCLAMATION MARK (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-046-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 2048 QUESTION EXCLAMATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中⁈文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中⁈文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 2049 EXCLAMATION QUESTION MARK (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-047-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 2049 EXCLAMATION QUESTION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中⁉文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中⁉文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: FF01 FULLWIDTH EXCLAMATION MARK (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-048-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow FF01 FULLWIDTH EXCLAMATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中!文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中!文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: FF1F FULLWIDTH QUESTION MARK (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-049-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow FF1F FULLWIDTH QUESTION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中?文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中?文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 0025 PERCENT SIGN (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-050-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 0025 PERCENT SIGN at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中%文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中%文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 00A2 CENT SIGN (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-051-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 00A2 CENT SIGN at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中¢文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中¢文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 00B0 DEGREE SIGN (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-052-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 00B0 DEGREE SIGN at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中°文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中°文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 2030 PER MILLE SIGN (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-054-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 2030 PER MILLE SIGN at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中‰文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中‰文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 2032 PRIME (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-055-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 2032 PRIME at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中′文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中′文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 2033 DOUBLE PRIME (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-056-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 2033 DOUBLE PRIME at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中″文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中″文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 2103 DEGREE CELSIUS (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-057-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow 2103 DEGREE CELSIUS at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中℃文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中℃文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: FF05 FULLWIDTH PERCENT SIGN (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-058-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow FF05 FULLWIDTH PERCENT SIGN at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中%文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中<br/>中%文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: FFE0 FULLWIDTH CENT SIGN (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-059-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow FFE0 FULLWIDTH CENT SIGN at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中¢文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>中中<br/>中¢文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK (strict,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-060-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will NOT allow FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: strict; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかーな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かか<br/>かーな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3041 HIRAGANA LETTER SMALL A (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-101-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 3041 HIRAGANA LETTER SMALL A at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかぁな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かかか<br/>ぁな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-102-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 3043 HIRAGANA LETTER SMALL I at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかぃな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かかか<br/>ぃな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3045 HIRAGANA LETTER SMALL U (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-103-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 3045 HIRAGANA LETTER SMALL U at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかぅな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かかか<br/>ぅな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3047 HIRAGANA LETTER SMALL E (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-104-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 3047 HIRAGANA LETTER SMALL E at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかぇな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かかか<br/>ぇな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3049 HIRAGANA LETTER SMALL O (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-105-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 3049 HIRAGANA LETTER SMALL O at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかぉな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かかか<br/>ぉな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-106-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 3063 HIRAGANA LETTER SMALL TU at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかっな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かかか<br/>っな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3083 HIRAGANA LETTER SMALL YA (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-107-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 3083 HIRAGANA LETTER SMALL YA at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかゃな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かかか<br/>ゃな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3085 HIRAGANA LETTER SMALL YU (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-108-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 3085 HIRAGANA LETTER SMALL YU at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかゅな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かかか<br/>ゅな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-109-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 3087 HIRAGANA LETTER SMALL YO at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかょな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かかか<br/>ょな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 308E HIRAGANA LETTER SMALL WA (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-110-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 308E HIRAGANA LETTER SMALL WA at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかゎな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かかか<br/>ゎな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3095 HIRAGANA LETTER SMALL KA (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-111-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 3095 HIRAGANA LETTER SMALL KA at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかゕな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かかか<br/>ゕな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3096 HIRAGANA LETTER SMALL KE (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-112-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 3096 HIRAGANA LETTER SMALL KE at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかゖな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かかか<br/>ゖな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30A1 KATAKANA LETTER SMALL A (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-113-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30A1 KATAKANA LETTER SMALL A at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカァナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>ァナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30A3 KATAKANA LETTER SMALL I (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-114-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30A3 KATAKANA LETTER SMALL I at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカィナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>ィナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30A5 KATAKANA LETTER SMALL U (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-115-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30A5 KATAKANA LETTER SMALL U at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカゥナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>ゥナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30A7 KATAKANA LETTER SMALL E (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-116-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30A7 KATAKANA LETTER SMALL E at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカェナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>ェナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30A9 KATAKANA LETTER SMALL O (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-117-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30A9 KATAKANA LETTER SMALL O at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカォナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>ォナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30C3 KATAKANA LETTER SMALL TU (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-118-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30C3 KATAKANA LETTER SMALL TU at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカッナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>ッナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30E3 KATAKANA LETTER SMALL YA (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-119-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30E3 KATAKANA LETTER SMALL YA at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカャナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>ャナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30E5 KATAKANA LETTER SMALL YU (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-120-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30E5 KATAKANA LETTER SMALL YU at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカュナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>ュナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30E7 KATAKANA LETTER SMALL YO (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-121-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30E7 KATAKANA LETTER SMALL YO at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカョナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>ョナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30EE KATAKANA LETTER SMALL WA (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-122-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30EE KATAKANA LETTER SMALL WA at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカヮナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>ヮナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30F5 KATAKANA LETTER SMALL KA (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-123-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30F5 KATAKANA LETTER SMALL KA at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカヵナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>ヵナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30F6 KATAKANA LETTER SMALL KE (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-124-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30F6 KATAKANA LETTER SMALL KE at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカヶナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>ヶナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-125-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカーナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>ーナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 2010 HYPHEN (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-126-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 2010 HYPHEN at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中‐文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中中<br/>‐文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 2013 EN DASH (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-127-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 2013 EN DASH at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中–文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中中<br/>–文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 301C WAVE DASH (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-128-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 301C WAVE DASH at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中〜文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中中<br/>〜文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-129-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30A0 KATAKANA-HIRAGANA DOUBLE HYPHEN at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかか゠な</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かかか<br/>゠な</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 3005 IDEOGRAPHIC ITERATION MARK (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-130-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 3005 IDEOGRAPHIC ITERATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中々文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中中<br/>々文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 303B VERTICAL IDEOGRAPHIC ITERATION MARK (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-131-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 303B VERTICAL IDEOGRAPHIC ITERATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中〻文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中中<br/>〻文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-132-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 309D HIRAGANA ITERATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかゝな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かかか<br/>ゝな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 309E HIRAGANA VOICED ITERATION MARK (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-133-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 309E HIRAGANA VOICED ITERATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>かかかゞな</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>かかか<br/>ゞな</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30FD KATAKANA ITERATION MARK (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-134-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30FD KATAKANA ITERATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカヽナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>ヽナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30FE KATAKANA VOICED ITERATION MARK (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-135-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30FE KATAKANA VOICED ITERATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカヾナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>ヾナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-138-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 30FB KATAKANA MIDDLE DOT at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカ・ナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>・ナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: FF1A FULLWIDTH COLON (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-139-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow FF1A FULLWIDTH COLON at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中:文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中中<br/>:文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: FF1B FULLWIDTH SEMICOLON (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-140-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow FF1B FULLWIDTH SEMICOLON at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中;文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中中<br/>;文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: FF65 HALFWIDTH KATAKANA MIDDLE DOT (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-141-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow FF65 HALFWIDTH KATAKANA MIDDLE DOT at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>カカカ・ナ</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref' lang='ja'>カカカ<br/>・ナ</div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 203C DOUBLE EXCLAMATION MARK (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-144-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 203C DOUBLE EXCLAMATION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中‼文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中中<br/>‼文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,43 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>CSS3 Text, linebreaks: 2047 DOUBLE QUESTION MARK (loose,ja)</title>
|
||||
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
|
||||
<link rel="match" href="reference/css3-text-line-break-jazh-145-ref.html">
|
||||
<meta name='flags' content=''>
|
||||
<meta name="assert" content="The browser will allow 2047 DOUBLE QUESTION MARK at the beginning of a line.">
|
||||
<style type='text/css'>
|
||||
@font-face {
|
||||
font-family: 'mplus-1p-regular';
|
||||
src: url('/fonts/mplus-1p-regular.woff') format('woff');
|
||||
/* filesize: 803K */
|
||||
}
|
||||
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
|
||||
.name { font-size: 10px; }
|
||||
.test { line-break: loose; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
|
||||
|
||||
|
||||
<div class='test' lang='ja'>中中中⁇文</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='ref'>中中中<br/>⁇文</div></div>
|
||||
|
||||
|
||||
<!--Notes:
|
||||
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue