Sun, 03 Mar 2013 18:34:24 +0900
added line-break-normal-021/022/023/024/025 and reftests
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/contributors/east-tokyo/submitted/css3-text/line-break-normal-021.xht Sun Mar 03 18:34:24 2013 +0900 1.3 @@ -0,0 +1,80 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 1.6 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.7 + <head> 1.8 + <title>CSS Text Test: line-break - normal and iteration marks</title> 1.9 + <!-- iteration marks --> 1.10 + <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 1.11 + <link rel="help" title="5.2. Breaking Rules for Punctuation: the 'line-break' property" href="http://www.w3.org/TR/css3-text/#line-break" /> 1.12 + <link rel="match" href="reftest/line-break-normal-021-ref.xht" /> 1.13 + <meta http-equiv="content-language" content="en, ja" /> 1.14 + <meta name="flags" content="font" /> 1.15 + <meta name="assert" content="This test verifies that 'line-break: normal' does not allow line breaking before iteration marks such as IDEOGRAPHIC ITERATION MARK (U+3005) and VERTICAL IDEOGRAPHIC ITERATION MARK (U+3B)." /> 1.16 + <style type="text/css"> 1.17 + @font-face { 1.18 + font-family: "DejaVuSerifBook"; 1.19 + src: url("support/DejaVuSerif-webfont.woff") format("woff"); 1.20 + /* Filesize: 18096 bytes (17.7 KBytes) */ 1.21 + } 1.22 + .test span { 1.23 + line-break: normal; // The property to be tested 1.24 + } 1.25 + p.test, p.control { 1.26 + border: 1px solid gray; 1.27 + color: blue; 1.28 + font-family: "DejaVuSerifBook"; 1.29 + width: 10em; 1.30 + } 1.31 + span.target { 1.32 + background-color: aqua; 1.33 + } 1.34 + </style> 1.35 + </head> 1.36 + <body lang="en"> 1.37 + <p> 1.38 + Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position. 1.39 + </p> 1.40 + <!-- iteration marks --> 1.41 + <p class="test" lang="ja"> 1.42 + <span>サンプル文サンプル文<span class="target">々</span>サンプル文</span> 1.43 + </p> 1.44 + <p class="control" lang="ja"> 1.45 + <span>サンプル文サンプル<br />文<span class="target">々</span>サンプル文</span> 1.46 + </p> 1.47 + <hr /> 1.48 + <p class="test" lang="ja"> 1.49 + <span>サンプル文サンプル文<span class="target">〻</span>サンプル文</span> 1.50 + </p> 1.51 + <p class="control" lang="ja"> 1.52 + <span>サンプル文サンプル<br />文<span class="target">〻</span>サンプル文</span> 1.53 + </p> 1.54 + <hr /> 1.55 + <p class="test" lang="ja"> 1.56 + <span>サンプル文サンプル文<span class="target">ゝ</span>サンプル文</span> 1.57 + </p> 1.58 + <p class="control" lang="ja"> 1.59 + <span>サンプル文サンプル<br />文<span class="target">ゝ</span>サンプル文</span> 1.60 + </p> 1.61 + <hr /> 1.62 + <p class="test" lang="ja"> 1.63 + <span>サンプル文サンプル文<span class="target">ゞ</span>サンプル文</span> 1.64 + </p> 1.65 + <p class="control" lang="ja"> 1.66 + <span>サンプル文サンプル<br />文<span class="target">ゞ</span>サンプル文</span> 1.67 + </p> 1.68 + <hr /> 1.69 + <p class="test" lang="ja"> 1.70 + <span>サンプル文サンプル文<span class="target">ヽ</span>サンプル文</span> 1.71 + </p> 1.72 + <p class="control" lang="ja"> 1.73 + <span>サンプル文サンプル<br />文<span class="target">ヽ</span>サンプル文</span> 1.74 + </p> 1.75 + <hr /> 1.76 + <p class="test" lang="ja"> 1.77 + <span>サンプル文サンプル文<span class="target">ヾ</span>サンプル文</span> 1.78 + </p> 1.79 + <p class="control" lang="ja"> 1.80 + <span>サンプル文サンプル<br />文<span class="target">ヾ</span>サンプル文</span> 1.81 + </p> 1.82 + </body> 1.83 +</html> 1.84 \ No newline at end of file
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/contributors/east-tokyo/submitted/css3-text/line-break-normal-022.xht Sun Mar 03 18:34:24 2013 +0900 2.3 @@ -0,0 +1,53 @@ 2.4 +<?xml version="1.0" encoding="UTF-8"?> 2.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2.6 +<html xmlns="http://www.w3.org/1999/xhtml"> 2.7 + <head> 2.8 + <title>CSS Text Test: line-break - normal and inseparable characters</title> 2.9 + <!-- inseparable characters --> 2.10 + <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 2.11 + <link rel="help" title="5.2. Breaking Rules for Punctuation: the 'line-break' property" href="http://www.w3.org/TR/css3-text/#line-break" /> 2.12 + <link rel="match" href="reftest/line-break-normal-022-ref.xht" /> 2.13 + <meta http-equiv="content-language" content="en, ja" /> 2.14 + <meta name="flags" content="font" /> 2.15 + <meta name="assert" content="This test verifies that 'line-break: normal' does not allow line breaking before inseparable characters such as TWO DOT LEADER (U+2025) and HORIZONTAL ELLIPSIS (U+2026)." /> 2.16 + <style type="text/css"> 2.17 + @font-face { 2.18 + font-family: "DejaVuSerifBook"; 2.19 + src: url("support/DejaVuSerif-webfont.woff") format("woff"); 2.20 + /* Filesize: 18096 bytes (17.7 KBytes) */ 2.21 + } 2.22 + .test span { 2.23 + line-break: normal; // The property to be tested 2.24 + } 2.25 + p.test, p.control { 2.26 + border: 1px solid gray; 2.27 + color: blue; 2.28 + font-family: "DejaVuSerifBook"; 2.29 + width: 10em; 2.30 + } 2.31 + span.target { 2.32 + background-color: aqua; 2.33 + } 2.34 + </style> 2.35 + </head> 2.36 + <body lang="en"> 2.37 + <p> 2.38 + Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position. 2.39 + </p> 2.40 + <!-- inseparable characters TWO DOT LEADER --> 2.41 + <p class="test" lang="ja"> 2.42 + <span>サンプル文サンプル文<span class="target">‥</span>サンプル文</span> 2.43 + </p> 2.44 + <p class="control" lang="ja"> 2.45 + <span>サンプル文サンプル<br />文<span class="target">‥</span>サンプル文</span> 2.46 + </p> 2.47 + <hr /> 2.48 + <!-- inseparable characters HORIZONTAL ELLIPSIS --> 2.49 + <p class="test" lang="ja"> 2.50 + <span>サンプル文サンプル文<span class="target">…</span>サンプル文</span> 2.51 + </p> 2.52 + <p class="control" lang="ja"> 2.53 + <span>サンプル文サンプル<br />文<span class="target">…</span>サンプル文</span> 2.54 + </p> 2.55 + </body> 2.56 +</html> 2.57 \ No newline at end of file
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/contributors/east-tokyo/submitted/css3-text/line-break-normal-023.xht Sun Mar 03 18:34:24 2013 +0900 3.3 @@ -0,0 +1,149 @@ 3.4 +<?xml version="1.0" encoding="UTF-8"?> 3.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 3.6 +<html xmlns="http://www.w3.org/1999/xhtml"> 3.7 + <head> 3.8 + <title>CSS Text Test: line-break - normal and centered punctuation marks</title> 3.9 + <!-- centered punctuation marks --> 3.10 + <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 3.11 + <link rel="help" title="5.2. Breaking Rules for Punctuation: the 'line-break' property" href="http://www.w3.org/TR/css3-text/#line-break" /> 3.12 + <link rel="match" href="reftest/line-break-normal-023-ref.xht" /> 3.13 + <meta http-equiv="content-language" content="en, ja" /> 3.14 + <meta name="flags" content="font" /> 3.15 + <meta name="assert" content="This test verifies that 'line-break: normal' does not allow line breaking before centered punctuation marks such as COLON (U+003A) and SEMICOLON (U+003B)." /> 3.16 + <style type="text/css"> 3.17 + @font-face { 3.18 + font-family: "DejaVuSerifBook"; 3.19 + src: url("support/DejaVuSerif-webfont.woff") format("woff"); 3.20 + /* Filesize: 18096 bytes (17.7 KBytes) */ 3.21 + } 3.22 + .test span { 3.23 + line-break: normal; // The property to be tested 3.24 + } 3.25 + p.test, p.control { 3.26 + border: 1px solid gray; 3.27 + color: blue; 3.28 + font-family:"DejaVuSerifBook"; 3.29 + width: 10em; 3.30 + } 3.31 + span.target { 3.32 + background-color: aqua; 3.33 + } 3.34 + </style> 3.35 + </head> 3.36 + <body lang="en"> 3.37 + <p> 3.38 + Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position. 3.39 + </p> 3.40 + <!-- centered punctuation marks COLON --> 3.41 + <p class="test" lang="ja"> 3.42 + <span>サンプル文サンプル文<span class="target">:</span>サンプル文</span> 3.43 + </p> 3.44 + <p class="control" lang="ja"> 3.45 + <span>サンプル文サンプル<br />文<span class="target">:</span>サンプル文</span> 3.46 + </p> 3.47 + <hr /> 3.48 + <!-- centered punctuation marks SEMICOLON --> 3.49 + <p class="test" lang="ja"> 3.50 + <span>サンプル文サンプル文<span class="target">;</span>サンプル文</span> 3.51 + </p> 3.52 + <p class="control" lang="ja"> 3.53 + <span>サンプル文サンプル<br />文<span class="target">;</span>サンプル文</span> 3.54 + </p> 3.55 + <hr /> 3.56 + <!-- centered punctuation marks KATAKANA MIDDLE DOT --> 3.57 + <p class="test" lang="ja"> 3.58 + <span>サンプル文サンプル文<span class="target">・</span>サンプル文</span> 3.59 + </p> 3.60 + <p class="control" lang="ja"> 3.61 + <span>サンプル文サンプル<br />文<span class="target">・</span>サンプル文</span> 3.62 + </p> 3.63 + <hr /> 3.64 + <!-- centered punctuation marks FULLWIDTH COLON --> 3.65 + <p class="test" lang="ja"> 3.66 + <span>サンプル文サンプル文<span class="target">:</span>サンプル文</span> 3.67 + </p> 3.68 + <p class="control" lang="ja"> 3.69 + <span>サンプル文サンプル<br />文<span class="target">:</span>サンプル文</span> 3.70 + </p> 3.71 + <hr /> 3.72 + <!-- centered punctuation marks FULLWIDTH SEMICOLON --> 3.73 + <p class="test" lang="ja"> 3.74 + <span>サンプル文サンプル文<span class="target">;</span>サンプル文</span> 3.75 + </p> 3.76 + <p class="control" lang="ja"> 3.77 + <span>サンプル文サンプル<br />文<span class="target">;</span>サンプル文</span> 3.78 + </p> 3.79 + <hr /> 3.80 + <!-- centered punctuation marks HALFWIDTH KATAKANA MIDDLE DOT --> 3.81 + <p class="test" lang="ja"> 3.82 + <span>サンプル文サンプル文<span class="target">・</span>サンプル文</span> 3.83 + </p> 3.84 + <p class="control" lang="ja"> 3.85 + <span>サンプル文サンプル<br />文<span class="target">・</span>サンプル文</span> 3.86 + </p> 3.87 + <hr /> 3.88 + <!-- centered punctuation marks EXCLAMATION MARK --> 3.89 + <p class="test" lang="ja"> 3.90 + <span>サンプル文サンプル文<span class="target">!</span>サンプル文</span> 3.91 + </p> 3.92 + <p class="control" lang="ja"> 3.93 + <span>サンプル文サンプル<br />文<span class="target">!</span>サンプル文</span> 3.94 + </p> 3.95 + <hr /> 3.96 + <!-- centered punctuation marks QUESTION MARK --> 3.97 + <p class="test" lang="ja"> 3.98 + <span>サンプル文サンプル文<span class="target">?</span>サンプル文</span> 3.99 + </p> 3.100 + <p class="control" lang="ja"> 3.101 + <span>サンプル文サンプル<br />文<span class="target">?</span>サンプル文</span> 3.102 + </p> 3.103 + <hr /> 3.104 + <!-- centered punctuation marks DOUBLE EXCLAMATION MARK --> 3.105 + <p class="test" lang="ja"> 3.106 + <span>サンプル文サンプル文<span class="target">‼</span>サンプル文</span> 3.107 + </p> 3.108 + <p class="control" lang="ja"> 3.109 + <span>サンプル文サンプル<br />文<span class="target">‼</span>サンプル文</span> 3.110 + </p> 3.111 + <hr /> 3.112 + <!-- centered punctuation marks DOUBLE QUESTION MARK --> 3.113 + <p class="test" lang="ja"> 3.114 + <span>サンプル文サンプル文<span class="target">⁇</span>サンプル文</span> 3.115 + </p> 3.116 + <p class="control" lang="ja"> 3.117 + <span>サンプル文サンプル<br />文<span class="target">⁇</span>サンプル文</span> 3.118 + </p> 3.119 + <hr /> 3.120 + <!-- centered punctuation marks QUESTION EXCLAMATION MARK --> 3.121 + <p class="test" lang="ja"> 3.122 + <span>サンプル文サンプル文<span class="target">⁈</span>サンプル文</span> 3.123 + </p> 3.124 + <p class="control" lang="ja"> 3.125 + <span>サンプル文サンプル<br />文<span class="target">⁈</span>サンプル文</span> 3.126 + </p> 3.127 + <hr /> 3.128 + <!-- centered punctuation marks EXCLAMATION QUESTION MARK --> 3.129 + <p class="test" lang="ja"> 3.130 + <span>サンプル文サンプル文<span class="target">⁉</span>サンプル文</span> 3.131 + </p> 3.132 + <p class="control" lang="ja"> 3.133 + <span>サンプル文サンプル<br />文<span class="target">⁉</span>サンプル文</span> 3.134 + </p> 3.135 + <hr /> 3.136 + <!-- centered punctuation marks FULLWIDTH EXCLAMATION MARK --> 3.137 + <p class="test" lang="ja"> 3.138 + <span>サンプル文サンプル文<span class="target">!</span>サンプル文</span> 3.139 + </p> 3.140 + <p class="control" lang="ja"> 3.141 + <span>サンプル文サンプル<br />文<span class="target">!</span>サンプル文</span> 3.142 + </p> 3.143 + <hr /> 3.144 + <!-- centered punctuation marks FULLWIDTH QUESTION MARK --> 3.145 + <p class="test" lang="ja"> 3.146 + <span>サンプル文サンプル文<span class="target">?</span>サンプル文</span> 3.147 + </p> 3.148 + <p class="control" lang="ja"> 3.149 + <span>サンプル文サンプル<br />文<span class="target">?</span>サンプル文</span> 3.150 + </p> 3.151 + </body> 3.152 +</html> 3.153 \ No newline at end of file
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/contributors/east-tokyo/submitted/css3-text/line-break-normal-024.xht Sun Mar 03 18:34:24 2013 +0900 4.3 @@ -0,0 +1,109 @@ 4.4 +<?xml version="1.0" encoding="UTF-8"?> 4.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 4.6 +<html xmlns="http://www.w3.org/1999/xhtml"> 4.7 + <head> 4.8 + <title>CSS Text Test: line-break - normal and postfixes</title> 4.9 + <!-- postfixes --> 4.10 + <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 4.11 + <link rel="help" title="5.2. Breaking Rules for Punctuation: the 'line-break' property" href="http://www.w3.org/TR/css3-text/#line-break" /> 4.12 + <link rel="match" href="reftest/line-break-normal-024-ref.xht" /> 4.13 + <meta http-equiv="content-language" content="en, ja" /> 4.14 + <meta name="flags" content="font" /> 4.15 + <meta name="assert" content="This test verifies that 'line-break: normal' does not allow line breaking before postfixes such as PERCENT SIGN (U+0025) and CENT SIGN (U+00A2)." /> 4.16 + <style type="text/css"> 4.17 + @font-face { 4.18 + font-family: "DejaVuSerifBook"; 4.19 + src: url("support/DejaVuSerif-webfont.woff") format("woff"); 4.20 + /* Filesize: 18096 bytes (17.7 KBytes) */ 4.21 + } 4.22 + .test span { 4.23 + line-break: normal; // The property to be tested 4.24 + } 4.25 + p.test, p.control { 4.26 + border: 1px solid gray; 4.27 + color: blue; 4.28 + font-family: "DejaVuSerifBook"; 4.29 + width: 10em; 4.30 + } 4.31 + span.target { 4.32 + background-color: aqua; 4.33 + } 4.34 + </style> 4.35 + </head> 4.36 + <body lang="en"> 4.37 + <p> 4.38 + Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position. 4.39 + </p> 4.40 + <!-- postfixes PERCENT SIGN --> 4.41 + <p class="test" lang="ja"> 4.42 + <span>サンプル文サンプル文<span class="target">%</span>サンプル文</span> 4.43 + </p> 4.44 + <p class="control" lang="ja"> 4.45 + <span>サンプル文サンプル<br />文<span class="target">%</span>サンプル文</span> 4.46 + </p> 4.47 + <hr /> 4.48 + <!-- postfixes CENT SIGN --> 4.49 + <p class="test" lang="ja"> 4.50 + <span>サンプル文サンプル文<span class="target">¢</span>サンプル文</span> 4.51 + </p> 4.52 + <p class="control" lang="ja"> 4.53 + <span>サンプル文サンプル<br />文<span class="target">¢</span>サンプル文</span> 4.54 + </p> 4.55 + <hr /> 4.56 + <!-- postfixes DEGREE SIGN --> 4.57 + <p class="test" lang="ja"> 4.58 + <span>サンプル文サンプル文<span class="target">°</span>サンプル文</span> 4.59 + </p> 4.60 + <p class="control" lang="ja"> 4.61 + <span>サンプル文サンプル<br />文<span class="target">°</span>サンプル文</span> 4.62 + </p> 4.63 + <hr /> 4.64 + <!-- postfixes PER MILLE SIGN --> 4.65 + <p class="test" lang="ja"> 4.66 + <span>サンプル文サンプル文<span class="target">‰</span>サンプル文</span> 4.67 + </p> 4.68 + <p class="control" lang="ja"> 4.69 + <span>サンプル文サンプル<br />文<span class="target">‰</span>サンプル文</span> 4.70 + </p> 4.71 + <hr /> 4.72 + <!-- postfixes PRIME --> 4.73 + <p class="test" lang="ja"> 4.74 + <span>サンプル文サンプル文<span class="target">′</span>サンプル文</span> 4.75 + </p> 4.76 + <p class="control" lang="ja"> 4.77 + <span>サンプル文サンプル<br />文<span class="target">′</span>サンプル文</span> 4.78 + </p> 4.79 + <hr /> 4.80 + <!-- postfixes DOUBLE PRIME --> 4.81 + <p class="test" lang="ja"> 4.82 + <span>サンプル文サンプル文<span class="target">″</span>サンプル文</span> 4.83 + </p> 4.84 + <p class="control" lang="ja"> 4.85 + <span>サンプル文サンプル<br />文<span class="target">″</span>サンプル文</span> 4.86 + </p> 4.87 + <hr /> 4.88 + <!-- postfixes DEGREE CELSIUS --> 4.89 + <p class="test" lang="ja"> 4.90 + <span>サンプル文サンプル文<span class="target">℃</span>サンプル文</span> 4.91 + </p> 4.92 + <p class="control" lang="ja"> 4.93 + <span>サンプル文サンプル<br />文<span class="target">℃</span>サンプル文</span> 4.94 + </p> 4.95 + <hr /> 4.96 + <!-- postfixes FULLWIDTH PERCENT SIGN --> 4.97 + <p class="test" lang="ja"> 4.98 + <span>サンプル文サンプル文<span class="target">%</span>サンプル文</span> 4.99 + </p> 4.100 + <p class="control" lang="ja"> 4.101 + <span>サンプル文サンプル<br />文<span class="target">%</span>サンプル文</span> 4.102 + </p> 4.103 + <hr /> 4.104 + <!-- postfixes FULLWIDTH CENT SIGN --> 4.105 + <p class="test" lang="ja"> 4.106 + <span>サンプル文サンプル文<span class="target">¢</span>サンプル文</span> 4.107 + </p> 4.108 + <p class="control" lang="ja"> 4.109 + <span>サンプル文サンプル<br />文<span class="target">¢</span>サンプル文</span> 4.110 + </p> 4.111 + </body> 4.112 +</html> 4.113 \ No newline at end of file
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/contributors/east-tokyo/submitted/css3-text/line-break-normal-025.xht Sun Mar 03 18:34:24 2013 +0900 5.3 @@ -0,0 +1,101 @@ 5.4 +<?xml version="1.0" encoding="UTF-8"?> 5.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 5.6 +<html xmlns="http://www.w3.org/1999/xhtml"> 5.7 + <head> 5.8 + <title>CSS Text Test: line-break - normal and prefixes</title> 5.9 + <!-- prefixes --> 5.10 + <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 5.11 + <link rel="help" title="5.2. Breaking Rules for Punctuation: the 'line-break' property" href="http://www.w3.org/TR/css3-text/#line-break" /> 5.12 + <link rel="match" href="reftest/line-break-normal-025-ref.xht" /> 5.13 + <meta http-equiv="content-language" content="en, ja" /> 5.14 + <meta name="flags" content="font" /> 5.15 + <meta name="assert" content="This test verifies that 'line-break: normal' does not allow line breaking before prefixes such as EURO SIGN (U+20AC) and FULLWIDTH DOLLAR SIGN (U+FF04)." /> 5.16 + <style type="text/css"> 5.17 + @font-face { 5.18 + font-family: "DejaVuSerifBook"; 5.19 + src: url("support/DejaVuSerif-webfont.woff") format("woff"); 5.20 + /* Filesize: 18096 bytes (17.7 KBytes) */ 5.21 + } 5.22 + .test span { 5.23 + line-break: normal; // The property to be tested 5.24 + } 5.25 + p.test, p.control { 5.26 + border: 1px solid gray; 5.27 + color: blue; 5.28 + font-family: "DejaVuSerifBook"; 5.29 + width: 10em; 5.30 + } 5.31 + span.target { 5.32 + background-color: aqua; 5.33 + } 5.34 + </style> 5.35 + </head> 5.36 + <body lang="en"> 5.37 + <p> 5.38 + Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position. 5.39 + </p> 5.40 + <!-- prefixes DOLLAR SIGN --> 5.41 + <p class="test" lang="ja"> 5.42 + <span>サンプル文サンプル文<span class="target">$</span>サンプル文</span> 5.43 + </p> 5.44 + <p class="control" lang="ja"> 5.45 + <span>サンプル文サンプル<br />文<span class="target">$</span>サンプル文</span> 5.46 + </p> 5.47 + <hr /> 5.48 + <!-- prefixes POUND SIGN --> 5.49 + <p class="test" lang="ja"> 5.50 + <span>サンプル文サンプル文<span class="target">£</span>サンプル文</span> 5.51 + </p> 5.52 + <p class="control" lang="ja"> 5.53 + <span>サンプル文サンプル<br />文<span class="target">£</span>サンプル文</span> 5.54 + </p> 5.55 + <hr /> 5.56 + <!-- prefixes YEN SIGN --> 5.57 + <p class="test" lang="ja"> 5.58 + <span>サンプル文サンプル文<span class="target">¥</span>サンプル文</span> 5.59 + </p> 5.60 + <p class="control" lang="ja"> 5.61 + <span>サンプル文サンプル<br />文<span class="target">¥</span>サンプル文</span> 5.62 + </p> 5.63 + <hr /> 5.64 + <!-- prefixes EURO SIGN --> 5.65 + <p class="test" lang="ja"> 5.66 + <span>サンプル文サンプル文<span class="target">€</span>サンプル文</span> 5.67 + </p> 5.68 + <p class="control" lang="ja"> 5.69 + <span>サンプル文サンプル<br />文<span class="target">€</span>サンプル文</span> 5.70 + </p> 5.71 + <hr /> 5.72 + <!-- prefixes NUMERO SIGN --> 5.73 + <p class="test" lang="ja"> 5.74 + <span>サンプル文サンプル文<span class="target">№</span>サンプル文</span> 5.75 + </p> 5.76 + <p class="control" lang="ja"> 5.77 + <span>サンプル文サンプル<br />文<span class="target">№</span>サンプル文</span> 5.78 + </p> 5.79 + <hr /> 5.80 + <!-- prefixes FULLWIDTH DOLLAR SIGN --> 5.81 + <p class="test" lang="ja"> 5.82 + <span>サンプル文サンプル文<span class="target">$</span>サンプル文</span> 5.83 + </p> 5.84 + <p class="control" lang="ja"> 5.85 + <span>サンプル文サンプル<br />文<span class="target">$</span>サンプル文</span> 5.86 + </p> 5.87 + <hr /> 5.88 + <!-- prefixes FULLWIDTH POUND SIGN --> 5.89 + <p class="test" lang="ja"> 5.90 + <span>サンプル文サンプル文<span class="target">£</span>サンプル文</span> 5.91 + </p> 5.92 + <p class="control" lang="ja"> 5.93 + <span>サンプル文サンプル<br />文<span class="target">£</span>サンプル文</span> 5.94 + </p> 5.95 + <hr /> 5.96 + <!-- prefixes FULLWIDTH YEN SIGN --> 5.97 + <p class="test" lang="ja"> 5.98 + <span>サンプル文サンプル文<span class="target">¥</span>サンプル文</span> 5.99 + </p> 5.100 + <p class="control" lang="ja"> 5.101 + <span>サンプル文サンプル<br />文<span class="target">¥</span>サンプル文</span> 5.102 + </p> 5.103 + </body> 5.104 +</html> 5.105 \ No newline at end of file
6.1 --- a/contributors/east-tokyo/submitted/css3-text/line-break-strict-011.xht Sun Mar 03 18:21:22 2013 +0900 6.2 +++ b/contributors/east-tokyo/submitted/css3-text/line-break-strict-011.xht Sun Mar 03 18:34:24 2013 +0900 6.3 @@ -17,12 +17,12 @@ 6.4 /* Filesize: 18096 bytes (17.7 KBytes) */ 6.5 } 6.6 .test span { 6.7 - line-break: strict; 6.8 + line-break: strict; // The property to be tested 6.9 } 6.10 p.test, p.control { 6.11 border: 1px solid gray; 6.12 color: blue; 6.13 - font-family: "mplus-1p-regular"; 6.14 + font-family: "DejaVuSerifBook"; 6.15 width: 10em; 6.16 } 6.17 span.target {
7.1 --- a/contributors/east-tokyo/submitted/css3-text/line-break-strict-012.xht Sun Mar 03 18:21:22 2013 +0900 7.2 +++ b/contributors/east-tokyo/submitted/css3-text/line-break-strict-012.xht Sun Mar 03 18:34:24 2013 +0900 7.3 @@ -17,12 +17,12 @@ 7.4 /* Filesize: 18096 bytes (17.7 KBytes) */ 7.5 } 7.6 .test span { 7.7 - line-break: strict; 7.8 + line-break: strict; // The property to be tested 7.9 } 7.10 p.test, p.control { 7.11 border: 1px solid gray; 7.12 color: blue; 7.13 - font-family: "mplus-1p-regular"; 7.14 + font-family: "DejaVuSerifBook"; 7.15 width: 10em; 7.16 } 7.17 span.target {
8.1 --- a/contributors/east-tokyo/submitted/css3-text/line-break-strict-013.xht Sun Mar 03 18:21:22 2013 +0900 8.2 +++ b/contributors/east-tokyo/submitted/css3-text/line-break-strict-013.xht Sun Mar 03 18:34:24 2013 +0900 8.3 @@ -17,12 +17,12 @@ 8.4 /* Filesize: 18096 bytes (17.7 KBytes) */ 8.5 } 8.6 .test span { 8.7 - line-break: strict; 8.8 + line-break: strict; // The property to be tested 8.9 } 8.10 p.test, p.control { 8.11 border: 1px solid gray; 8.12 color: blue; 8.13 - font-family: "mplus-1p-regular"; 8.14 + font-family: "DejaVuSerifBook"; 8.15 width: 10em; 8.16 } 8.17 span.target {
9.1 --- a/contributors/east-tokyo/submitted/css3-text/line-break-strict-014.xht Sun Mar 03 18:21:22 2013 +0900 9.2 +++ b/contributors/east-tokyo/submitted/css3-text/line-break-strict-014.xht Sun Mar 03 18:34:24 2013 +0900 9.3 @@ -17,12 +17,12 @@ 9.4 /* Filesize: 18096 bytes (17.7 KBytes) */ 9.5 } 9.6 .test span { 9.7 - line-break: strict; 9.8 + line-break: strict; // The property to be tested 9.9 } 9.10 p.test, p.control { 9.11 border: 1px solid gray; 9.12 color: blue; 9.13 - font-family: "mplus-1p-regular"; 9.14 + font-family: "DejaVuSerifBook"; 9.15 width: 10em; 9.16 } 9.17 span.target {
10.1 --- a/contributors/east-tokyo/submitted/css3-text/line-break-strict-015.xht Sun Mar 03 18:21:22 2013 +0900 10.2 +++ b/contributors/east-tokyo/submitted/css3-text/line-break-strict-015.xht Sun Mar 03 18:34:24 2013 +0900 10.3 @@ -17,12 +17,12 @@ 10.4 /* Filesize: 18096 bytes (17.7 KBytes) */ 10.5 } 10.6 .test span { 10.7 - line-break: strict; 10.8 + line-break: strict; // The property to be tested 10.9 } 10.10 p.test, p.control { 10.11 border: 1px solid gray; 10.12 color: blue; 10.13 - font-family: "mplus-1p-regular"; 10.14 + font-family: "DejaVuSerifBook"; 10.15 width: 10em; 10.16 } 10.17 span.target {
11.1 --- a/contributors/east-tokyo/submitted/css3-text/line-break-strict-016.xht Sun Mar 03 18:21:22 2013 +0900 11.2 +++ b/contributors/east-tokyo/submitted/css3-text/line-break-strict-016.xht Sun Mar 03 18:34:24 2013 +0900 11.3 @@ -17,12 +17,12 @@ 11.4 /* Filesize: 18096 bytes (17.7 KBytes) */ 11.5 } 11.6 .test span { 11.7 - line-break: strict; 11.8 + line-break: strict; // The property to be tested 11.9 } 11.10 p.test, p.control { 11.11 border: 1px solid gray; 11.12 color: blue; 11.13 - font-family: "mplus-1p-regular"; 11.14 + font-family:"DejaVuSerifBook"; 11.15 width: 10em; 11.16 } 11.17 span.target {
12.1 --- a/contributors/east-tokyo/submitted/css3-text/line-break-strict-017.xht Sun Mar 03 18:21:22 2013 +0900 12.2 +++ b/contributors/east-tokyo/submitted/css3-text/line-break-strict-017.xht Sun Mar 03 18:34:24 2013 +0900 12.3 @@ -17,12 +17,12 @@ 12.4 /* Filesize: 18096 bytes (17.7 KBytes) */ 12.5 } 12.6 .test span { 12.7 - line-break: strict; 12.8 + line-break: strict; // The property to be tested 12.9 } 12.10 p.test, p.control { 12.11 border: 1px solid gray; 12.12 color: blue; 12.13 - font-family: "mplus-1p-regular"; 12.14 + font-family: "DejaVuSerifBook"; 12.15 width: 10em; 12.16 } 12.17 span.target {
13.1 --- a/contributors/east-tokyo/submitted/css3-text/line-break-strict-018.xht Sun Mar 03 18:21:22 2013 +0900 13.2 +++ b/contributors/east-tokyo/submitted/css3-text/line-break-strict-018.xht Sun Mar 03 18:34:24 2013 +0900 13.3 @@ -17,12 +17,12 @@ 13.4 /* Filesize: 18096 bytes (17.7 KBytes) */ 13.5 } 13.6 .test span { 13.7 - line-break: strict; 13.8 + line-break: strict; // The property to be tested 13.9 } 13.10 p.test, p.control { 13.11 border: 1px solid gray; 13.12 color: blue; 13.13 - font-family: "mplus-1p-regular"; 13.14 + font-family: "DejaVuSerifBook"; 13.15 width: 10em; 13.16 } 13.17 span.target {
14.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 14.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/line-break-normal-021-ref.xht Sun Mar 03 18:34:24 2013 +0900 14.3 @@ -0,0 +1,73 @@ 14.4 +<?xml version="1.0" encoding="UTF-8"?> 14.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 14.6 +<html xmlns="http://www.w3.org/1999/xhtml"> 14.7 + <head> 14.8 + <title>CSS Reftest Reference</title> 14.9 + <!-- reftest for line-break-normal-021.xht --> 14.10 + <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 14.11 + <meta http-equiv="content-language" content="en, ja" /> 14.12 + <style type="text/css"> 14.13 + @font-face { 14.14 + font-family: "DejaVuSerifBook"; 14.15 + src: url("support/DejaVuSerif-webfont.woff") format("woff"); 14.16 + /* Filesize: 18096 bytes (17.7 KBytes) */ 14.17 + } 14.18 + p.control { 14.19 + border: 1px solid gray; 14.20 + color: blue; 14.21 + font-family: "DejaVuSerifBook"; 14.22 + width: 10em; 14.23 + } 14.24 + span.target { 14.25 + background-color: aqua; 14.26 + } 14.27 + </style> 14.28 + </head> 14.29 + <body lang="en"> 14.30 + <p> 14.31 + Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position. 14.32 + </p> 14.33 + <!-- iteration marks --> 14.34 + <p class="control" lang="ja"> 14.35 + <span>サンプル文サンプル<br />文<span class="target">々</span>サンプル文</span> 14.36 + </p> 14.37 + <p class="control" lang="ja"> 14.38 + <span>サンプル文サンプル<br />文<span class="target">々</span>サンプル文</span> 14.39 + </p> 14.40 + <hr /> 14.41 + <p class="control" lang="ja"> 14.42 + <span>サンプル文サンプル<br />文<span class="target">〻</span>サンプル文</span> 14.43 + </p> 14.44 + <p class="control" lang="ja"> 14.45 + <span>サンプル文サンプル<br />文<span class="target">〻</span>サンプル文</span> 14.46 + </p> 14.47 + <hr /> 14.48 + <p class="control" lang="ja"> 14.49 + <span>サンプル文サンプル<br />文<span class="target">ゝ</span>サンプル文</span> 14.50 + </p> 14.51 + <p class="control" lang="ja"> 14.52 + <span>サンプル文サンプル<br />文<span class="target">ゝ</span>サンプル文</span> 14.53 + </p> 14.54 + <hr /> 14.55 + <p class="control" lang="ja"> 14.56 + <span>サンプル文サンプル<br />文<span class="target">ゞ</span>サンプル文</span> 14.57 + </p> 14.58 + <p class="control" lang="ja"> 14.59 + <span>サンプル文サンプル<br />文<span class="target">ゞ</span>サンプル文</span> 14.60 + </p> 14.61 + <hr /> 14.62 + <p class="control" lang="ja"> 14.63 + <span>サンプル文サンプル<br />文<span class="target">ヽ</span>サンプル文</span> 14.64 + </p> 14.65 + <p class="control" lang="ja"> 14.66 + <span>サンプル文サンプル<br />文<span class="target">ヽ</span>サンプル文</span> 14.67 + </p> 14.68 + <hr /> 14.69 + <p class="control" lang="ja"> 14.70 + <span>サンプル文サンプル<br />文<span class="target">ヾ</span>サンプル文</span> 14.71 + </p> 14.72 + <p class="control" lang="ja"> 14.73 + <span>サンプル文サンプル<br />文<span class="target">ヾ</span>サンプル文</span> 14.74 + </p> 14.75 + </body> 14.76 +</html> 14.77 \ No newline at end of file
15.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 15.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/line-break-normal-022-ref.xht Sun Mar 03 18:34:24 2013 +0900 15.3 @@ -0,0 +1,46 @@ 15.4 +<?xml version="1.0" encoding="UTF-8"?> 15.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 15.6 +<html xmlns="http://www.w3.org/1999/xhtml"> 15.7 + <head> 15.8 + <title>CSS Reftest Reference</title> 15.9 + <!-- reftest for line-break-normal-022.xht --> 15.10 + <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 15.11 + <meta http-equiv="content-language" content="en, ja" /> 15.12 + <style type="text/css"> 15.13 + @font-face { 15.14 + font-family: "DejaVuSerifBook"; 15.15 + src: url("support/DejaVuSerif-webfont.woff") format("woff"); 15.16 + /* Filesize: 18096 bytes (17.7 KBytes) */ 15.17 + } 15.18 + p.control { 15.19 + border: 1px solid gray; 15.20 + color: blue; 15.21 + font-family: "DejaVuSerifBook"; 15.22 + width: 10em; 15.23 + } 15.24 + span.target { 15.25 + background-color: aqua; 15.26 + } 15.27 + </style> 15.28 + </head> 15.29 + <body lang="en"> 15.30 + <p> 15.31 + Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position. 15.32 + </p> 15.33 + <!-- inseparable characters TWO DOT LEADER --> 15.34 + <p class="control" lang="ja"> 15.35 + <span>サンプル文サンプル<br />文<span class="target">‥</span>サンプル文</span> 15.36 + </p> 15.37 + <p class="control" lang="ja"> 15.38 + <span>サンプル文サンプル<br />文<span class="target">‥</span>サンプル文</span> 15.39 + </p> 15.40 + <hr /> 15.41 + <!-- inseparable characters HORIZONTAL ELLIPSIS --> 15.42 + <p class="control" lang="ja"> 15.43 + <span>サンプル文サンプル<br />文<span class="target">…</span>サンプル文</span> 15.44 + </p> 15.45 + <p class="control" lang="ja"> 15.46 + <span>サンプル文サンプル<br />文<span class="target">…</span>サンプル文</span> 15.47 + </p> 15.48 + </body> 15.49 +</html> 15.50 \ No newline at end of file
16.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 16.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/line-break-normal-023-ref.xht Sun Mar 03 18:34:24 2013 +0900 16.3 @@ -0,0 +1,142 @@ 16.4 +<?xml version="1.0" encoding="UTF-8"?> 16.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 16.6 +<html xmlns="http://www.w3.org/1999/xhtml"> 16.7 + <head> 16.8 + <title>CSS Reftest Reference</title> 16.9 + <!-- reftest for line-break-normal-023.xht --> 16.10 + <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 16.11 + <meta http-equiv="content-language" content="en, ja" /> 16.12 + <style type="text/css"> 16.13 + @font-face { 16.14 + font-family: "DejaVuSerifBook"; 16.15 + src: url("support/DejaVuSerif-webfont.woff") format("woff"); 16.16 + /* Filesize: 18096 bytes (17.7 KBytes) */ 16.17 + } 16.18 + p.control { 16.19 + border: 1px solid gray; 16.20 + color: blue; 16.21 + font-family: "DejaVuSerifBook"; 16.22 + width: 10em; 16.23 + } 16.24 + span.target { 16.25 + background-color: aqua; 16.26 + } 16.27 + </style> 16.28 + </head> 16.29 + <body lang="en"> 16.30 + <p> 16.31 + Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position. 16.32 + </p> 16.33 + <!-- centered punctuation marks COLON --> 16.34 + <p class="control" lang="ja"> 16.35 + <span>サンプル文サンプル<br />文<span class="target">:</span>サンプル文</span> 16.36 + </p> 16.37 + <p class="control" lang="ja"> 16.38 + <span>サンプル文サンプル<br />文<span class="target">:</span>サンプル文</span> 16.39 + </p> 16.40 + <hr /> 16.41 + <!-- centered punctuation marks SEMICOLON --> 16.42 + <p class="control" lang="ja"> 16.43 + <span>サンプル文サンプル<br />文<span class="target">;</span>サンプル文</span> 16.44 + </p> 16.45 + <p class="control" lang="ja"> 16.46 + <span>サンプル文サンプル<br />文<span class="target">;</span>サンプル文</span> 16.47 + </p> 16.48 + <hr /> 16.49 + <!-- centered punctuation marks KATAKANA MIDDLE DOT --> 16.50 + <p class="control" lang="ja"> 16.51 + <span>サンプル文サンプル<br />文<span class="target">・</span>サンプル文</span> 16.52 + </p> 16.53 + <p class="control" lang="ja"> 16.54 + <span>サンプル文サンプル<br />文<span class="target">・</span>サンプル文</span> 16.55 + </p> 16.56 + <hr /> 16.57 + <!-- centered punctuation marks FULLWIDTH COLON --> 16.58 + <p class="control" lang="ja"> 16.59 + <span>サンプル文サンプル<br />文<span class="target">:</span>サンプル文</span> 16.60 + </p> 16.61 + <p class="control" lang="ja"> 16.62 + <span>サンプル文サンプル<br />文<span class="target">:</span>サンプル文</span> 16.63 + </p> 16.64 + <hr /> 16.65 + <!-- centered punctuation marks FULLWIDTH SEMICOLON --> 16.66 + <p class="control" lang="ja"> 16.67 + <span>サンプル文サンプル<br />文<span class="target">;</span>サンプル文</span> 16.68 + </p> 16.69 + <p class="control" lang="ja"> 16.70 + <span>サンプル文サンプル<br />文<span class="target">;</span>サンプル文</span> 16.71 + </p> 16.72 + <hr /> 16.73 + <!-- centered punctuation marks HALFWIDTH KATAKANA MIDDLE DOT --> 16.74 + <p class="control" lang="ja"> 16.75 + <span>サンプル文サンプル<br />文<span class="target">・</span>サンプル文</span> 16.76 + </p> 16.77 + <p class="control" lang="ja"> 16.78 + <span>サンプル文サンプル<br />文<span class="target">・</span>サンプル文</span> 16.79 + </p> 16.80 + <hr /> 16.81 + <!-- centered punctuation marks EXCLAMATION MARK --> 16.82 + <p class="control" lang="ja"> 16.83 + <span>サンプル文サンプル<br />文<span class="target">!</span>サンプル文</span> 16.84 + </p> 16.85 + <p class="control" lang="ja"> 16.86 + <span>サンプル文サンプル<br />文<span class="target">!</span>サンプル文</span> 16.87 + </p> 16.88 + <hr /> 16.89 + <!-- centered punctuation marks QUESTION MARK --> 16.90 + <p class="control" lang="ja"> 16.91 + <span>サンプル文サンプル<br />文<span class="target">?</span>サンプル文</span> 16.92 + </p> 16.93 + <p class="control" lang="ja"> 16.94 + <span>サンプル文サンプル<br />文<span class="target">?</span>サンプル文</span> 16.95 + </p> 16.96 + <hr /> 16.97 + <!-- centered punctuation marks DOUBLE EXCLAMATION MARK --> 16.98 + <p class="control" lang="ja"> 16.99 + <span>サンプル文サンプル<br />文<span class="target">‼</span>サンプル文</span> 16.100 + </p> 16.101 + <p class="control" lang="ja"> 16.102 + <span>サンプル文サンプル<br />文<span class="target">‼</span>サンプル文</span> 16.103 + </p> 16.104 + <hr /> 16.105 + <!-- centered punctuation marks DOUBLE QUESTION MARK --> 16.106 + <p class="control" lang="ja"> 16.107 + <span>サンプル文サンプル<br />文<span class="target">⁇</span>サンプル文</span> 16.108 + </p> 16.109 + <p class="control" lang="ja"> 16.110 + <span>サンプル文サンプル<br />文<span class="target">⁇</span>サンプル文</span> 16.111 + </p> 16.112 + <hr /> 16.113 + <!-- centered punctuation marks QUESTION EXCLAMATION MARK --> 16.114 + <p class="control" lang="ja"> 16.115 + <span>サンプル文サンプル<br />文<span class="target">⁈</span>サンプル文</span> 16.116 + </p> 16.117 + <p class="control" lang="ja"> 16.118 + <span>サンプル文サンプル<br />文<span class="target">⁈</span>サンプル文</span> 16.119 + </p> 16.120 + <hr /> 16.121 + <!-- centered punctuation marks EXCLAMATION QUESTION MARK --> 16.122 + <p class="control" lang="ja"> 16.123 + <span>サンプル文サンプル<br />文<span class="target">⁉</span>サンプル文</span> 16.124 + </p> 16.125 + <p class="control" lang="ja"> 16.126 + <span>サンプル文サンプル<br />文<span class="target">⁉</span>サンプル文</span> 16.127 + </p> 16.128 + <hr /> 16.129 + <!-- centered punctuation marks FULLWIDTH EXCLAMATION MARK --> 16.130 + <p class="control" lang="ja"> 16.131 + <span>サンプル文サンプル<br />文<span class="target">!</span>サンプル文</span> 16.132 + </p> 16.133 + <p class="control" lang="ja"> 16.134 + <span>サンプル文サンプル<br />文<span class="target">!</span>サンプル文</span> 16.135 + </p> 16.136 + <hr /> 16.137 + <!-- centered punctuation marks FULLWIDTH QUESTION MARK --> 16.138 + <p class="control" lang="ja"> 16.139 + <span>サンプル文サンプル<br />文<span class="target">?</span>サンプル文</span> 16.140 + </p> 16.141 + <p class="control" lang="ja"> 16.142 + <span>サンプル文サンプル<br />文<span class="target">?</span>サンプル文</span> 16.143 + </p> 16.144 + </body> 16.145 +</html> 16.146 \ No newline at end of file
17.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 17.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/line-break-normal-024-ref.xht Sun Mar 03 18:34:24 2013 +0900 17.3 @@ -0,0 +1,102 @@ 17.4 +<?xml version="1.0" encoding="UTF-8"?> 17.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 17.6 +<html xmlns="http://www.w3.org/1999/xhtml"> 17.7 + <head> 17.8 + <title>CSS Reftest Reference</title> 17.9 + <!-- reftest for line-break-normal-024.xht --> 17.10 + <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 17.11 + <meta http-equiv="content-language" content="en, ja" /> 17.12 + <style type="text/css"> 17.13 + @font-face { 17.14 + font-family: "DejaVuSerifBook"; 17.15 + src: url("support/DejaVuSerif-webfont.woff") format("woff"); 17.16 + /* Filesize: 18096 bytes (17.7 KBytes) */ 17.17 + } 17.18 + p.control { 17.19 + border: 1px solid gray; 17.20 + color: blue; 17.21 + font-family: "DejaVuSerifBook"; 17.22 + width: 10em; 17.23 + } 17.24 + span.target { 17.25 + background-color: aqua; 17.26 + } 17.27 + </style> 17.28 + </head> 17.29 + <body lang="en"> 17.30 + <p> 17.31 + Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position. 17.32 + </p> 17.33 + <!-- postfixes PERCENT SIGN --> 17.34 + <p class="control" lang="ja"> 17.35 + <span>サンプル文サンプル<br />文<span class="target">%</span>サンプル文</span> 17.36 + </p> 17.37 + <p class="control" lang="ja"> 17.38 + <span>サンプル文サンプル<br />文<span class="target">%</span>サンプル文</span> 17.39 + </p> 17.40 + <hr /> 17.41 + <!-- postfixes CENT SIGN --> 17.42 + <p class="control" lang="ja"> 17.43 + <span>サンプル文サンプル<br />文<span class="target">¢</span>サンプル文</span> 17.44 + </p> 17.45 + <p class="control" lang="ja"> 17.46 + <span>サンプル文サンプル<br />文<span class="target">¢</span>サンプル文</span> 17.47 + </p> 17.48 + <hr /> 17.49 + <!-- postfixes DEGREE SIGN --> 17.50 + <p class="control" lang="ja"> 17.51 + <span>サンプル文サンプル<br />文<span class="target">°</span>サンプル文</span> 17.52 + </p> 17.53 + <p class="control" lang="ja"> 17.54 + <span>サンプル文サンプル<br />文<span class="target">°</span>サンプル文</span> 17.55 + </p> 17.56 + <hr /> 17.57 + <!-- postfixes PER MILLE SIGN --> 17.58 + <p class="control" lang="ja"> 17.59 + <span>サンプル文サンプル<br />文<span class="target">‰</span>サンプル文</span> 17.60 + </p> 17.61 + <p class="control" lang="ja"> 17.62 + <span>サンプル文サンプル<br />文<span class="target">‰</span>サンプル文</span> 17.63 + </p> 17.64 + <hr /> 17.65 + <!-- postfixes PRIME --> 17.66 + <p class="control" lang="ja"> 17.67 + <span>サンプル文サンプル<br />文<span class="target">′</span>サンプル文</span> 17.68 + </p> 17.69 + <p class="control" lang="ja"> 17.70 + <span>サンプル文サンプル<br />文<span class="target">′</span>サンプル文</span> 17.71 + </p> 17.72 + <hr /> 17.73 + <!-- postfixes DOUBLE PRIME --> 17.74 + <p class="control" lang="ja"> 17.75 + <span>サンプル文サンプル<br />文<span class="target">″</span>サンプル文</span> 17.76 + </p> 17.77 + <p class="control" lang="ja"> 17.78 + <span>サンプル文サンプル<br />文<span class="target">″</span>サンプル文</span> 17.79 + </p> 17.80 + <hr /> 17.81 + <!-- postfixes DEGREE CELSIUS --> 17.82 + <p class="control" lang="ja"> 17.83 + <span>サンプル文サンプル<br />文<span class="target">℃</span>サンプル文</span> 17.84 + </p> 17.85 + <p class="control" lang="ja"> 17.86 + <span>サンプル文サンプル<br />文<span class="target">℃</span>サンプル文</span> 17.87 + </p> 17.88 + <hr /> 17.89 + <!-- postfixes FULLWIDTH PERCENT SIGN --> 17.90 + <p class="control" lang="ja"> 17.91 + <span>サンプル文サンプル<br />文<span class="target">%</span>サンプル文</span> 17.92 + </p> 17.93 + <p class="control" lang="ja"> 17.94 + <span>サンプル文サンプル<br />文<span class="target">%</span>サンプル文</span> 17.95 + </p> 17.96 + <hr /> 17.97 + <!-- postfixes FULLWIDTH CENT SIGN --> 17.98 + <p class="control" lang="ja"> 17.99 + <span>サンプル文サンプル<br />文<span class="target">¢</span>サンプル文</span> 17.100 + </p> 17.101 + <p class="control" lang="ja"> 17.102 + <span>サンプル文サンプル<br />文<span class="target">¢</span>サンプル文</span> 17.103 + </p> 17.104 + </body> 17.105 +</html> 17.106 \ No newline at end of file
18.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 18.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/line-break-normal-025-ref.xht Sun Mar 03 18:34:24 2013 +0900 18.3 @@ -0,0 +1,94 @@ 18.4 +<?xml version="1.0" encoding="UTF-8"?> 18.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 18.6 +<html xmlns="http://www.w3.org/1999/xhtml"> 18.7 + <head> 18.8 + <title>CSS Reftest Reference</title> 18.9 + <!-- reftest for line-break-normal-025.xht --> 18.10 + <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 18.11 + <meta http-equiv="content-language" content="en, ja" /> 18.12 + <style type="text/css"> 18.13 + @font-face { 18.14 + font-family: "DejaVuSerifBook"; 18.15 + src: url("support/DejaVuSerif-webfont.woff") format("woff"); 18.16 + /* Filesize: 18096 bytes (17.7 KBytes) */ 18.17 + } 18.18 + p.control { 18.19 + border: 1px solid gray; 18.20 + color: blue; 18.21 + font-family: "DejaVuSerifBook"; 18.22 + width: 10em; 18.23 + } 18.24 + span.target { 18.25 + background-color: aqua; 18.26 + } 18.27 + </style> 18.28 + </head> 18.29 + <body lang="en"> 18.30 + <p> 18.31 + Test passes if the highlighted characters in each pair of rectangles are at the exact same horizontal position. 18.32 + </p> 18.33 + <!-- prefixes DOLLAR SIGN --> 18.34 + <p class="control" lang="ja"> 18.35 + <span>サンプル文サンプル<br />文<span class="target">$</span>サンプル文</span> 18.36 + </p> 18.37 + <p class="control" lang="ja"> 18.38 + <span>サンプル文サンプル<br />文<span class="target">$</span>サンプル文</span> 18.39 + </p> 18.40 + <hr /> 18.41 + <!-- prefixes POUND SIGN --> 18.42 + <p class="control" lang="ja"> 18.43 + <span>サンプル文サンプル<br />文<span class="target">£</span>サンプル文</span> 18.44 + </p> 18.45 + <p class="control" lang="ja"> 18.46 + <span>サンプル文サンプル<br />文<span class="target">£</span>サンプル文</span> 18.47 + </p> 18.48 + <hr /> 18.49 + <!-- prefixes YEN SIGN --> 18.50 + <p class="control" lang="ja"> 18.51 + <span>サンプル文サンプル<br />文<span class="target">¥</span>サンプル文</span> 18.52 + </p> 18.53 + <p class="control" lang="ja"> 18.54 + <span>サンプル文サンプル<br />文<span class="target">¥</span>サンプル文</span> 18.55 + </p> 18.56 + <hr /> 18.57 + <!-- prefixes EURO SIGN --> 18.58 + <p class="control" lang="ja"> 18.59 + <span>サンプル文サンプル<br />文<span class="target">€</span>サンプル文</span> 18.60 + </p> 18.61 + <p class="control" lang="ja"> 18.62 + <span>サンプル文サンプル<br />文<span class="target">€</span>サンプル文</span> 18.63 + </p> 18.64 + <hr /> 18.65 + <!-- prefixes NUMERO SIGN --> 18.66 + <p class="control" lang="ja"> 18.67 + <span>サンプル文サンプル<br />文<span class="target">№</span>サンプル文</span> 18.68 + </p> 18.69 + <p class="control" lang="ja"> 18.70 + <span>サンプル文サンプル<br />文<span class="target">№</span>サンプル文</span> 18.71 + </p> 18.72 + <hr /> 18.73 + <!-- prefixes FULLWIDTH DOLLAR SIGN --> 18.74 + <p class="control" lang="ja"> 18.75 + <span>サンプル文サンプル<br />文<span class="target">$</span>サンプル文</span> 18.76 + </p> 18.77 + <p class="control" lang="ja"> 18.78 + <span>サンプル文サンプル<br />文<span class="target">$</span>サンプル文</span> 18.79 + </p> 18.80 + <hr /> 18.81 + <!-- prefixes FULLWIDTH POUND SIGN --> 18.82 + <p class="control" lang="ja"> 18.83 + <span>サンプル文サンプル<br />文<span class="target">£</span>サンプル文</span> 18.84 + </p> 18.85 + <p class="control" lang="ja"> 18.86 + <span>サンプル文サンプル<br />文<span class="target">£</span>サンプル文</span> 18.87 + </p> 18.88 + <hr /> 18.89 + <!-- prefixes FULLWIDTH YEN SIGN --> 18.90 + <p class="control" lang="ja"> 18.91 + <span>サンプル文サンプル<br />文<span class="target">¥</span>サンプル文</span> 18.92 + </p> 18.93 + <p class="control" lang="ja"> 18.94 + <span>サンプル文サンプル<br />文<span class="target">¥</span>サンプル文</span> 18.95 + </p> 18.96 + </body> 18.97 +</html> 18.98 \ No newline at end of file
19.1 --- a/contributors/east-tokyo/submitted/css3-text/reftest/line-break-strict-011-ref.xht Sun Mar 03 18:21:22 2013 +0900 19.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/line-break-strict-011-ref.xht Sun Mar 03 18:34:24 2013 +0900 19.3 @@ -15,7 +15,7 @@ 19.4 p.control { 19.5 border: 1px solid gray; 19.6 color: blue; 19.7 - font-family: "mplus-1p-regular"; 19.8 + font-family: "DejaVuSerifBook"; 19.9 width: 10em; 19.10 } 19.11 span.target {
20.1 --- a/contributors/east-tokyo/submitted/css3-text/reftest/line-break-strict-012-ref.xht Sun Mar 03 18:21:22 2013 +0900 20.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/line-break-strict-012-ref.xht Sun Mar 03 18:34:24 2013 +0900 20.3 @@ -15,7 +15,7 @@ 20.4 p.control { 20.5 border: 1px solid gray; 20.6 color: blue; 20.7 - font-family: "mplus-1p-regular"; 20.8 + font-family: "DejaVuSerifBook"; 20.9 width: 10em; 20.10 } 20.11 span.target {
21.1 --- a/contributors/east-tokyo/submitted/css3-text/reftest/line-break-strict-013-ref.xht Sun Mar 03 18:21:22 2013 +0900 21.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/line-break-strict-013-ref.xht Sun Mar 03 18:34:24 2013 +0900 21.3 @@ -15,7 +15,7 @@ 21.4 p.control { 21.5 border: 1px solid gray; 21.6 color: blue; 21.7 - font-family: "mplus-1p-regular"; 21.8 + font-family: "DejaVuSerifBook"; 21.9 width: 10em; 21.10 } 21.11 span.target {
22.1 --- a/contributors/east-tokyo/submitted/css3-text/reftest/line-break-strict-014-ref.xht Sun Mar 03 18:21:22 2013 +0900 22.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/line-break-strict-014-ref.xht Sun Mar 03 18:34:24 2013 +0900 22.3 @@ -15,7 +15,7 @@ 22.4 p.control { 22.5 border: 1px solid gray; 22.6 color: blue; 22.7 - font-family: "mplus-1p-regular"; 22.8 + font-family: "DejaVuSerifBook"; 22.9 width: 10em; 22.10 } 22.11 span.target {
23.1 --- a/contributors/east-tokyo/submitted/css3-text/reftest/line-break-strict-015-ref.xht Sun Mar 03 18:21:22 2013 +0900 23.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/line-break-strict-015-ref.xht Sun Mar 03 18:34:24 2013 +0900 23.3 @@ -15,7 +15,7 @@ 23.4 p.control { 23.5 border: 1px solid gray; 23.6 color: blue; 23.7 - font-family: "mplus-1p-regular"; 23.8 + font-family: "DejaVuSerifBook"; 23.9 width: 10em; 23.10 } 23.11 span.target {
24.1 --- a/contributors/east-tokyo/submitted/css3-text/reftest/line-break-strict-016-ref.xht Sun Mar 03 18:21:22 2013 +0900 24.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/line-break-strict-016-ref.xht Sun Mar 03 18:34:24 2013 +0900 24.3 @@ -15,7 +15,7 @@ 24.4 p.control { 24.5 border: 1px solid gray; 24.6 color: blue; 24.7 - font-family: "mplus-1p-regular"; 24.8 + font-family: "DejaVuSerifBook"; 24.9 width: 10em; 24.10 } 24.11 span.target {
25.1 --- a/contributors/east-tokyo/submitted/css3-text/reftest/line-break-strict-017-ref.xht Sun Mar 03 18:21:22 2013 +0900 25.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/line-break-strict-017-ref.xht Sun Mar 03 18:34:24 2013 +0900 25.3 @@ -15,7 +15,7 @@ 25.4 p.control { 25.5 border: 1px solid gray; 25.6 color: blue; 25.7 - font-family: "mplus-1p-regular"; 25.8 + font-family: "DejaVuSerifBook"; 25.9 width: 10em; 25.10 } 25.11 span.target {
26.1 --- a/contributors/east-tokyo/submitted/css3-text/reftest/line-break-strict-018-ref.xht Sun Mar 03 18:21:22 2013 +0900 26.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/line-break-strict-018-ref.xht Sun Mar 03 18:34:24 2013 +0900 26.3 @@ -15,7 +15,7 @@ 26.4 p.control { 26.5 border: 1px solid gray; 26.6 color: blue; 26.7 - font-family: "mplus-1p-regular"; 26.8 + font-family: "DejaVuSerifBook"; 26.9 width: 10em; 26.10 } 26.11 span.target {