Sun, 17 Feb 2013 00:28:01 +0900
modified text-decoration-line, @font-face, title, content= descriptions, and Test passes if ...
1.1 --- a/contributors/east-tokyo/submitted/css3-text/reftest/text-decoration-line-010-ref.xht Sat Feb 16 17:48:01 2013 +0900 1.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/text-decoration-line-010-ref.xht Sun Feb 17 00:28:01 2013 +0900 1.3 @@ -7,36 +7,33 @@ 1.4 <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 1.5 <meta http-equiv="content-language" content="en, ja" /> 1.6 <style type="text/css"> 1.7 - @font-face 1.8 - { 1.9 - font-family: "IPAMincho"; 1.10 - src: url("support/ipam.ttf"); /* Filesize: 8046712 bytes; version: 00303 */ 1.11 - } 1.12 - @font-face 1.13 - { 1.14 - font-family: "IPAGothic"; 1.15 - src: url("support/ipag.ttf"); /* Filesize: 6235344 bytes; version: 00303 */ 1.16 + @font-face 1.17 + { 1.18 + font-family: "mplus-1p-regular"; 1.19 + src: url("support/mplus-1p-regular.ttf") format("truetype"); 1.20 + /* filesize: 1382116 bytes (1.3MB) */ 1.21 } 1.22 div 1.23 { 1.24 - font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック"; 1.25 - font-size: 1.5em; /* equivalent to 24px */ 1.26 - line-height: 1.5; /* equivalent to 36px: so top-half-leading is 6px, bottom-half-leading is 6px */ 1.27 + font-family: "mplus-1p-regular"; 1.28 + //font-size: 1.5em; 1.29 + font-size: 1.0em; 1.30 + line-height: 1.5; 1.31 } 1.32 - .test 1.33 + #test 1.34 { 1.35 text-decoration-line: none; 1.36 } 1.37 - .control 1.38 + #control 1.39 { 1.40 text-decoration: none; 1.41 } 1.42 </style> 1.43 </head> 1.44 <body lang="en, ja"> 1.45 - <p>Test passes if no line is displayed.</p> 1.46 + <p>Test passes if the 2 "Text sample サンプル文" are <strong>identical</strong> and <strong>no text decoration</strong>.</p> 1.47 <!-- none --> 1.48 - <div class="control">Text sample サンプル文</div> 1.49 - <div class="control">Text sample サンプル文</div> 1.50 + <div id="control">Text sample サンプル文</div> 1.51 + <div id="control">Text sample サンプル文</div> 1.52 </body> 1.53 </html> 1.54 \ No newline at end of file
2.1 --- a/contributors/east-tokyo/submitted/css3-text/reftest/text-decoration-line-011-ref.xht Sat Feb 16 17:48:01 2013 +0900 2.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/text-decoration-line-011-ref.xht Sun Feb 17 00:28:01 2013 +0900 2.3 @@ -7,36 +7,33 @@ 2.4 <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 2.5 <meta http-equiv="content-language" content="en, ja" /> 2.6 <style type="text/css"> 2.7 - @font-face 2.8 - { 2.9 - font-family: "IPAMincho"; 2.10 - src: url("support/ipam.ttf"); /* Filesize: 8046712 bytes; version: 00303 */ 2.11 - } 2.12 - @font-face 2.13 - { 2.14 - font-family: "IPAGothic"; 2.15 - src: url("support/ipag.ttf"); /* Filesize: 6235344 bytes; version: 00303 */ 2.16 + @font-face 2.17 + { 2.18 + font-family: "mplus-1p-regular"; 2.19 + src: url("support/mplus-1p-regular.ttf") format("truetype"); 2.20 + /* filesize: 1382116 bytes (1.3MB) */ 2.21 } 2.22 div 2.23 { 2.24 - font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック"; 2.25 - font-size: 1.5em; /* equivalent to 24px */ 2.26 - line-height: 1.5; /* equivalent to 36px: so top-half-leading is 6px, bottom-half-leading is 6px */ 2.27 + font-family: "mplus-1p-regular"; 2.28 + //font-size: 1.5em; 2.29 + font-size: 1.0em; 2.30 + line-height: 1.5; 2.31 } 2.32 - .test 2.33 + #test 2.34 { 2.35 text-decoration-line: underline; 2.36 } 2.37 - .control 2.38 + #control 2.39 { 2.40 text-decoration: underline; 2.41 } 2.42 </style> 2.43 </head> 2.44 <body lang="en, ja"> 2.45 - <p>Test passes if each line of text has an horizontal line under it (underlined).</p> 2.46 + <p>Test passes if the 2 "Text sample サンプル文" are <strong>identical</strong> and <strong>underlined</strong>.</p> 2.47 <!-- underline --> 2.48 - <div class="control">Text sample サンプル文</div> 2.49 - <div class="control">Text sample サンプル文</div> 2.50 + <div id="control">Text sample サンプル文</div> 2.51 + <div id="control">Text sample サンプル文</div> 2.52 </body> 2.53 </html> 2.54 \ No newline at end of file
3.1 --- a/contributors/east-tokyo/submitted/css3-text/reftest/text-decoration-line-012-ref.xht Sat Feb 16 17:48:01 2013 +0900 3.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/text-decoration-line-012-ref.xht Sun Feb 17 00:28:01 2013 +0900 3.3 @@ -7,36 +7,33 @@ 3.4 <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 3.5 <meta http-equiv="content-language" content="en, ja" /> 3.6 <style type="text/css"> 3.7 - @font-face 3.8 - { 3.9 - font-family: "IPAMincho"; 3.10 - src: url("support/ipam.ttf"); /* Filesize: 8046712 bytes; version: 00303 */ 3.11 - } 3.12 - @font-face 3.13 - { 3.14 - font-family: "IPAGothic"; 3.15 - src: url("support/ipag.ttf"); /* Filesize: 6235344 bytes; version: 00303 */ 3.16 + @font-face 3.17 + { 3.18 + font-family: "mplus-1p-regular"; 3.19 + src: url("support/mplus-1p-regular.ttf") format("truetype"); 3.20 + /* filesize: 1382116 bytes (1.3MB) */ 3.21 } 3.22 div 3.23 { 3.24 - font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック"; 3.25 - font-size: 1.5em; /* equivalent to 24px */ 3.26 - line-height: 1.5; /* equivalent to 36px: so top-half-leading is 6px, bottom-half-leading is 6px */ 3.27 + font-family: "mplus-1p-regular"; 3.28 + //font-size: 1.5em; 3.29 + font-size: 1.0em; 3.30 + line-height: 1.5; 3.31 } 3.32 - .test 3.33 + #test 3.34 { 3.35 text-decoration-line: overline; 3.36 } 3.37 - .control 3.38 + #control 3.39 { 3.40 text-decoration: overline; 3.41 } 3.42 </style> 3.43 </head> 3.44 <body lang="en, ja"> 3.45 - <p>Test passes if each line of text has an horizontal line over it.</p> 3.46 + <p>Test passes if the 2 "Text sample サンプル文" are <strong>identical</strong> and each has <strong>a line over it</strong>.</p> 3.47 <!-- overline --> 3.48 - <div class="control">Text sample サンプル文</div> 3.49 - <div class="control">Text sample サンプル文</div> 3.50 + <div id="control">Text sample サンプル文</div> 3.51 + <div id="control">Text sample サンプル文</div> 3.52 </body> 3.53 </html> 3.54 \ No newline at end of file
4.1 --- a/contributors/east-tokyo/submitted/css3-text/reftest/text-decoration-line-013-ref.xht Sat Feb 16 17:48:01 2013 +0900 4.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/text-decoration-line-013-ref.xht Sun Feb 17 00:28:01 2013 +0900 4.3 @@ -7,36 +7,33 @@ 4.4 <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 4.5 <meta http-equiv="content-language" content="en, ja" /> 4.6 <style type="text/css"> 4.7 - @font-face 4.8 - { 4.9 - font-family: "IPAMincho"; 4.10 - src: url("support/ipam.ttf"); /* Filesize: 8046712 bytes; version: 00303 */ 4.11 - } 4.12 - @font-face 4.13 - { 4.14 - font-family: "IPAGothic"; 4.15 - src: url("support/ipag.ttf"); /* Filesize: 6235344 bytes; version: 00303 */ 4.16 + @font-face 4.17 + { 4.18 + font-family: "mplus-1p-regular"; 4.19 + src: url("support/mplus-1p-regular.ttf") format("truetype"); 4.20 + /* filesize: 1382116 bytes (1.3MB) */ 4.21 } 4.22 div 4.23 { 4.24 - font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック"; 4.25 - font-size: 1.5em; /* equivalent to 24px */ 4.26 - line-height: 1.5; /* equivalent to 36px: so top-half-leading is 6px, bottom-half-leading is 6px */ 4.27 + font-family: "mplus-1p-regular"; 4.28 + //font-size: 1.5em; 4.29 + font-size: 1.0em; 4.30 + line-height: 1.5; 4.31 } 4.32 - .test 4.33 + #test 4.34 { 4.35 text-decoration-line: line-through; 4.36 } 4.37 - .control 4.38 + #control 4.39 { 4.40 - text-decoration: line-through; 4.41 + text-decoration: line-through; 4.42 } 4.43 </style> 4.44 </head> 4.45 <body lang="en, ja"> 4.46 - <p>Test passes if each line of text has an horizontal line through the middle.</p> 4.47 + <p>Test passes if the 2 "Text sample サンプル文" are <strong>identical</strong> and each has<strong> a line through the middle</strong>.</p> 4.48 <!-- line-through --> 4.49 - <div class="control">Text sample サンプル文</div> 4.50 - <div class="control">Text sample サンプル文</div> 4.51 + <div id="control">Text sample サンプル文</div> 4.52 + <div id="control">Text sample サンプル文</div> 4.53 </body> 4.54 </html> 4.55 \ No newline at end of file
5.1 --- a/contributors/east-tokyo/submitted/css3-text/reftest/text-decoration-line-014-ref.xht Sat Feb 16 17:48:01 2013 +0900 5.2 +++ b/contributors/east-tokyo/submitted/css3-text/reftest/text-decoration-line-014-ref.xht Sun Feb 17 00:28:01 2013 +0900 5.3 @@ -7,36 +7,33 @@ 5.4 <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 5.5 <meta http-equiv="content-language" content="en, ja" /> 5.6 <style type="text/css"> 5.7 - @font-face 5.8 - { 5.9 - font-family: "IPAMincho"; 5.10 - src: url("support/ipam.ttf"); /* Filesize: 8046712 bytes; version: 00303 */ 5.11 - } 5.12 - @font-face 5.13 - { 5.14 - font-family: "IPAGothic"; 5.15 - src: url("support/ipag.ttf"); /* Filesize: 6235344 bytes; version: 00303 */ 5.16 + @font-face 5.17 + { 5.18 + font-family: "mplus-1p-regular"; 5.19 + src: url("support/mplus-1p-regular.ttf") format("truetype"); 5.20 + /* filesize: 1382116 bytes (1.3MB) */ 5.21 } 5.22 div 5.23 { 5.24 - font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック"; 5.25 - font-size: 1.5em; /* equivalent to 24px */ 5.26 - line-height: 1.5; /* equivalent to 36px: so top-half-leading is 6px, bottom-half-leading is 6px */ 5.27 + font-family: "mplus-1p-regular"; 5.28 + //font-size: 1.5em; 5.29 + font-size: 1.0em; 5.30 + line-height: 1.5; 5.31 } 5.32 - .test 5.33 + #test 5.34 { 5.35 text-decoration-line: blink; 5.36 } 5.37 - .control 5.38 + #control 5.39 { 5.40 text-decoration: blink; 5.41 } 5.42 </style> 5.43 </head> 5.44 <body lang="en, ja"> 5.45 - <p>Test passes if each line of text blinks (alternates between visible and invisible).</p> 5.46 + <p>Test passes if the 2 "Text sample サンプル文" are <strong>identical</strong> and <strong>blink</strong> (alternate between visible and invisible).</p> 5.47 <!-- blink --> 5.48 - <div class="control">Text sample サンプル文</div> 5.49 - <div class="control">Text sample サンプル文</div> 5.50 + <div id="control">Text sample サンプル文</div> 5.51 + <div id="control">Text sample サンプル文</div> 5.52 </body> 5.53 </html> 5.54 \ No newline at end of file
6.1 --- a/contributors/east-tokyo/submitted/css3-text/text-decoration-line-010.xht Sat Feb 16 17:48:01 2013 +0900 6.2 +++ b/contributors/east-tokyo/submitted/css3-text/text-decoration-line-010.xht Sun Feb 17 00:28:01 2013 +0900 6.3 @@ -2,45 +2,42 @@ 6.4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 6.5 <html xmlns="http://www.w3.org/1999/xhtml"> 6.6 <head> 6.7 - <title>CSS Text Test: text-decoration-line</title> 6.8 + <title>CSS Text Decoration Test: text-decoration-line-none</title> 6.9 <!-- none --> 6.10 <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 6.11 <link rel="help" title="2.1. Text Decoration Lines: the‘text-decoration-line’property" href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-line-property" /> 6.12 <link rel="match" href="reftest/text-decoration-line-010-ref.xht" /> 6.13 <meta http-equiv="content-language" content="en, ja" /> 6.14 - <meta name="flags" content="" /> 6.15 - <meta name="assert" content="Neither produces nor inhibits text decoration." /> 6.16 + <meta name="flags" content="font should" /> 6.17 + <meta name="assert" content="This test checks that 'text-decoration-line: none' does not produce any text decoration." /> 6.18 <style type="text/css"> 6.19 - @font-face 6.20 - { 6.21 - font-family: "IPAMincho"; 6.22 - src: url("support/ipam.ttf"); /* Filesize: 8046712 bytes; version: 00303 */ 6.23 - } 6.24 - @font-face 6.25 - { 6.26 - font-family: "IPAGothic"; 6.27 - src: url("support/ipag.ttf"); /* Filesize: 6235344 bytes; version: 00303 */ 6.28 + @font-face 6.29 + { 6.30 + font-family: "mplus-1p-regular"; 6.31 + src: url("support/mplus-1p-regular.ttf") format("truetype"); 6.32 + /* filesize: 1382116 bytes (1.3MB) */ 6.33 } 6.34 div 6.35 { 6.36 - font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック"; 6.37 - font-size: 1.5em; /* equivalent to 24px */ 6.38 - line-height: 1.5; /* equivalent to 36px: so top-half-leading is 6px, bottom-half-leading is 6px */ 6.39 + font-family: "mplus-1p-regular"; 6.40 + //font-size: 1.5em; 6.41 + font-size: 1.0em; 6.42 + line-height: 1.5; 6.43 } 6.44 - .test 6.45 + #test 6.46 { 6.47 text-decoration-line: none; 6.48 } 6.49 - .control 6.50 + #control 6.51 { 6.52 text-decoration: none; 6.53 } 6.54 </style> 6.55 </head> 6.56 <body lang="en, ja"> 6.57 - <p>Test passes if no line is displayed.</p> 6.58 + <p>Test passes if the 2 "Text sample サンプル文" are <strong>identical</strong> and <strong>no text decoration</strong>.</p> 6.59 <!-- none --> 6.60 - <div class="test">Text sample サンプル文</div> 6.61 - <div class="control">Text sample サンプル文</div> 6.62 + <div id="test">Text sample サンプル文</div> 6.63 + <div id="control">Text sample サンプル文</div> 6.64 </body> 6.65 </html> 6.66 \ No newline at end of file
7.1 --- a/contributors/east-tokyo/submitted/css3-text/text-decoration-line-011.xht Sat Feb 16 17:48:01 2013 +0900 7.2 +++ b/contributors/east-tokyo/submitted/css3-text/text-decoration-line-011.xht Sun Feb 17 00:28:01 2013 +0900 7.3 @@ -2,45 +2,42 @@ 7.4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 7.5 <html xmlns="http://www.w3.org/1999/xhtml"> 7.6 <head> 7.7 - <title>CSS Text Test: text-decoration-line</title> 7.8 + <title>CSS Text Test: text-decoration-line-underline</title> 7.9 <!-- underline --> 7.10 <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 7.11 <link rel="help" title="2.1. Text Decoration Lines: the‘text-decoration-line’property" href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-line-property" /> 7.12 <link rel="match" href="reftest/text-decoration-line-011-ref.xht" /> 7.13 <meta http-equiv="content-language" content="en, ja" /> 7.14 - <meta name="flags" content="" /> 7.15 - <meta name="assert" content="Each line of text is underlined." /> 7.16 + <meta name="flags" content="font should" /> 7.17 + <meta name="assert" content="This test checks that 'text-decoration-line: underline' produces an horizontal line under the text (underlined)." /> 7.18 <style type="text/css"> 7.19 - @font-face 7.20 - { 7.21 - font-family: "IPAMincho"; 7.22 - src: url("support/ipam.ttf"); /* Filesize: 8046712 bytes; version: 00303 */ 7.23 - } 7.24 - @font-face 7.25 - { 7.26 - font-family: "IPAGothic"; 7.27 - src: url("support/ipag.ttf"); /* Filesize: 6235344 bytes; version: 00303 */ 7.28 + @font-face 7.29 + { 7.30 + font-family: "mplus-1p-regular"; 7.31 + src: url("support/mplus-1p-regular.ttf") format("truetype"); 7.32 + /* filesize: 1382116 bytes (1.3MB) */ 7.33 } 7.34 div 7.35 { 7.36 - font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック"; 7.37 - font-size: 1.5em; /* equivalent to 24px */ 7.38 - line-height: 1.5; /* equivalent to 36px: so top-half-leading is 6px, bottom-half-leading is 6px */ 7.39 + font-family: "mplus-1p-regular"; 7.40 + //font-size: 1.5em; 7.41 + font-size: 1.0em; 7.42 + line-height: 1.5; 7.43 } 7.44 - .test 7.45 + #test 7.46 { 7.47 text-decoration-line: underline; 7.48 } 7.49 - .control 7.50 + #control 7.51 { 7.52 text-decoration: underline; 7.53 } 7.54 </style> 7.55 </head> 7.56 <body lang="en, ja"> 7.57 - <p>Test passes if each line of text has an horizontal line under it (underlined).</p> 7.58 + <p>Test passes if the 2 "Text sample サンプル文" are <strong>identical</strong> and <strong>underlined</strong>.</p> 7.59 <!-- underline --> 7.60 - <div class="test">Text sample サンプル文</div> 7.61 - <div class="control">Text sample サンプル文</div> 7.62 + <div id="test">Text sample サンプル文</div> 7.63 + <div id="control">Text sample サンプル文</div> 7.64 </body> 7.65 </html> 7.66 \ No newline at end of file
8.1 --- a/contributors/east-tokyo/submitted/css3-text/text-decoration-line-012.xht Sat Feb 16 17:48:01 2013 +0900 8.2 +++ b/contributors/east-tokyo/submitted/css3-text/text-decoration-line-012.xht Sun Feb 17 00:28:01 2013 +0900 8.3 @@ -2,45 +2,42 @@ 8.4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 8.5 <html xmlns="http://www.w3.org/1999/xhtml"> 8.6 <head> 8.7 - <title>CSS Text Test: text-decoration-line</title> 8.8 + <title>CSS Text Test: text-decoration-line-overline</title> 8.9 <!-- overline --> 8.10 <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 8.11 <link rel="help" title="2.1. Text Decoration Lines: the‘text-decoration-line’property" href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-line-property" /> 8.12 <link rel="match" href="reftest/text-decoration-line-012-ref.xht" /> 8.13 <meta http-equiv="content-language" content="en, ja" /> 8.14 - <meta name="flags" content="" /> 8.15 - <meta name="assert" content="Each line of text has a line over it." /> 8.16 + <meta name="flags" content="font should" /> 8.17 + <meta name="assert" content="This test checks that 'text-decoration-line: overline' produces an horizontal line over the text." /> 8.18 <style type="text/css"> 8.19 - @font-face 8.20 - { 8.21 - font-family: "IPAMincho"; 8.22 - src: url("support/ipam.ttf"); /* Filesize: 8046712 bytes; version: 00303 */ 8.23 - } 8.24 - @font-face 8.25 - { 8.26 - font-family: "IPAGothic"; 8.27 - src: url("support/ipag.ttf"); /* Filesize: 6235344 bytes; version: 00303 */ 8.28 + @font-face 8.29 + { 8.30 + font-family: "mplus-1p-regular"; 8.31 + src: url("support/mplus-1p-regular.ttf") format("truetype"); 8.32 + /* filesize: 1382116 bytes (1.3MB) */ 8.33 } 8.34 div 8.35 { 8.36 - font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック"; 8.37 - font-size: 1.5em; /* equivalent to 24px */ 8.38 - line-height: 1.5; /* equivalent to 36px: so top-half-leading is 6px, bottom-half-leading is 6px */ 8.39 + font-family: "mplus-1p-regular"; 8.40 + //font-size: 1.5em; 8.41 + font-size: 1.0em; 8.42 + line-height: 1.5; 8.43 } 8.44 - .test 8.45 + #test 8.46 { 8.47 text-decoration-line: overline; 8.48 } 8.49 - .control 8.50 + #control 8.51 { 8.52 text-decoration: overline; 8.53 } 8.54 </style> 8.55 </head> 8.56 <body lang="en, ja"> 8.57 - <p>Test passes if each line of text has an horizontal line over it.</p> 8.58 + <p>Test passes if the 2 "Text sample サンプル文" are <strong>identical</strong> and each has <strong>a line over it</strong>.</p> 8.59 <!-- overline --> 8.60 - <div class="test">Text sample サンプル文</div> 8.61 - <div class="control">Text sample サンプル文</div> 8.62 + <div id="test">Text sample サンプル文</div> 8.63 + <div id="control">Text sample サンプル文</div> 8.64 </body> 8.65 </html> 8.66 \ No newline at end of file
9.1 --- a/contributors/east-tokyo/submitted/css3-text/text-decoration-line-013.xht Sat Feb 16 17:48:01 2013 +0900 9.2 +++ b/contributors/east-tokyo/submitted/css3-text/text-decoration-line-013.xht Sun Feb 17 00:28:01 2013 +0900 9.3 @@ -2,45 +2,42 @@ 9.4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 9.5 <html xmlns="http://www.w3.org/1999/xhtml"> 9.6 <head> 9.7 - <title>CSS Text Test: text-decoration-line</title> 9.8 + <title>CSS Text Test: text-decoration-line-line-through</title> 9.9 <!-- line-through --> 9.10 <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 9.11 <link rel="help" title="2.1. Text Decoration Lines: the 'text-decoration-line’property" href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-line-property" /> 9.12 <link rel="match" href="reftest/text-decoration-line-013-ref.xht" /> 9.13 <meta http-equiv="content-language" content="en, ja" /> 9.14 - <meta name="flags" content="" /> 9.15 - <meta name="assert" content="Each line of text has a line through the middle." /> 9.16 + <meta name="flags" content="font should" /> 9.17 + <meta name="assert" content="This test checks that 'text-decoration-line: line-through' produces an horizontal line through the middle of the text." /> 9.18 <style type="text/css"> 9.19 - @font-face 9.20 - { 9.21 - font-family: "IPAMincho"; 9.22 - src: url("support/ipam.ttf"); /* Filesize: 8046712 bytes; version: 00303 */ 9.23 - } 9.24 - @font-face 9.25 - { 9.26 - font-family: "IPAGothic"; 9.27 - src: url("support/ipag.ttf"); /* Filesize: 6235344 bytes; version: 00303 */ 9.28 + @font-face 9.29 + { 9.30 + font-family: "mplus-1p-regular"; 9.31 + src: url("support/mplus-1p-regular.ttf") format("truetype"); 9.32 + /* filesize: 1382116 bytes (1.3MB) */ 9.33 } 9.34 div 9.35 { 9.36 - font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック"; 9.37 - font-size: 1.5em; /* equivalent to 24px */ 9.38 - line-height: 1.5; /* equivalent to 36px: so top-half-leading is 6px, bottom-half-leading is 6px */ 9.39 + font-family: "mplus-1p-regular"; 9.40 + //font-size: 1.5em; 9.41 + font-size: 1.0em; 9.42 + line-height: 1.5; 9.43 } 9.44 - .test 9.45 + #test 9.46 { 9.47 text-decoration-line: line-through; 9.48 } 9.49 - .control 9.50 + #control 9.51 { 9.52 - text-decoration: line-through; 9.53 + text-decoration: line-through; 9.54 } 9.55 </style> 9.56 </head> 9.57 <body lang="en, ja"> 9.58 - <p>Test passes if each line of text has an horizontal line through the middle.</p> 9.59 + <p>Test passes if the 2 "Text sample サンプル文" are <strong>identical</strong> and each has<strong> a line through the middle</strong>.</p> 9.60 <!-- line-through --> 9.61 - <div class="test">Text sample サンプル文</div> 9.62 - <div class="control">Text sample サンプル文</div> 9.63 + <div id="test">Text sample サンプル文</div> 9.64 + <div id="control">Text sample サンプル文</div> 9.65 </body> 9.66 </html> 9.67 \ No newline at end of file
10.1 --- a/contributors/east-tokyo/submitted/css3-text/text-decoration-line-014.xht Sat Feb 16 17:48:01 2013 +0900 10.2 +++ b/contributors/east-tokyo/submitted/css3-text/text-decoration-line-014.xht Sun Feb 17 00:28:01 2013 +0900 10.3 @@ -2,45 +2,42 @@ 10.4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 10.5 <html xmlns="http://www.w3.org/1999/xhtml"> 10.6 <head> 10.7 - <title>CSS Text Test: text-decoration-line</title> 10.8 + <title>CSS Text Test: text-decoration-line-blink</title> 10.9 <!-- blink --> 10.10 <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" /> 10.11 <link rel="help" title="2.1. Text Decoration Lines: the‘text-decoration-line’property" href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-line-property" /> 10.12 <link rel="match" href="reftest/text-decoration-line-014-ref.xht" /> 10.13 <meta http-equiv="content-language" content="en, ja" /> 10.14 - <meta name="flags" content="" /> 10.15 - <meta name="assert" content="The text blinks (alternates between visible and invisible)." /> 10.16 + <meta name="flags" content="font should" /> 10.17 + <meta name="assert" content="This test checks that 'text-decoration-line: line-through' blinks (alternates between visible and invisible)." /> 10.18 <style type="text/css"> 10.19 - @font-face 10.20 - { 10.21 - font-family: "IPAMincho"; 10.22 - src: url("support/ipam.ttf"); /* Filesize: 8046712 bytes; version: 00303 */ 10.23 - } 10.24 - @font-face 10.25 - { 10.26 - font-family: "IPAGothic"; 10.27 - src: url("support/ipag.ttf"); /* Filesize: 6235344 bytes; version: 00303 */ 10.28 + @font-face 10.29 + { 10.30 + font-family: "mplus-1p-regular"; 10.31 + src: url("support/mplus-1p-regular.ttf") format("truetype"); 10.32 + /* filesize: 1382116 bytes (1.3MB) */ 10.33 } 10.34 div 10.35 { 10.36 - font-family: "IPAMincho", "IPAGothic", "IPA明朝", "IPAゴシック"; 10.37 - font-size: 1.5em; /* equivalent to 24px */ 10.38 - line-height: 1.5; /* equivalent to 36px: so top-half-leading is 6px, bottom-half-leading is 6px */ 10.39 + font-family: "mplus-1p-regular"; 10.40 + //font-size: 1.5em; 10.41 + font-size: 1.0em; 10.42 + line-height: 1.5; 10.43 } 10.44 - .test 10.45 + #test 10.46 { 10.47 text-decoration-line: blink; 10.48 } 10.49 - .control 10.50 + #control 10.51 { 10.52 text-decoration: blink; 10.53 } 10.54 </style> 10.55 </head> 10.56 <body lang="en, ja"> 10.57 - <p>Test passes if each line of text blinks (alternates between visible and invisible).</p> 10.58 + <p>Test passes if the 2 "Text sample サンプル文" are <strong>identical</strong> and <strong>blink</strong> (alternate between visible and invisible).</p> 10.59 <!-- blink --> 10.60 - <div class="test">Text sample サンプル文</div> 10.61 - <div class="control">Text sample サンプル文</div> 10.62 + <div id="test">Text sample サンプル文</div> 10.63 + <div id="control">Text sample サンプル文</div> 10.64 </body> 10.65 </html> 10.66 \ No newline at end of file