character-encoding-022.xht (1799B)
1 <?xml version="1.0" encoding='utf-8'?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>CSS Test: linebreak in middle of charset rule</title> 6 <link rel='author' title='Richard Ishida' href='http://rishida.net' /> 7 <!-- placeholdercomment --> 8 <link rel='help' href='http://www.w3.org/TR/CSS21/syndata.html#charset' /> 9 <link rel='alternate' href='http://www.w3.org/International/tests/tests-html-css/tests-character-encoding/generate?test=39' /> 10 <meta name='flags' content='http' /> 11 <meta name="assert" content="If a @charset declaration has a line break in the middle, the encoding declaration will not be recognised." /> 12 <style type='text/css'> 13 /* the CSS below is not part of the test */ 14 .test { font-size: 40px; } 15 .test img { vertical-align: middle; } 16 .test td { padding-right: 60px; } 17 </style> 18 <link rel="stylesheet" type="text/css" href="support/charset15-linebreak.css" /> 19 </head> 20 <body> 21 <p class='instructions'>Test passes if there is a green rectangle below.</p><p class='instructionNote'>This test is only valid if the user agent recognises the @charset rule. </p> 22 23 24 <div class="test"><span style="background-color: #0000FF; color: #0000FF;"><span class="ÜÀÚ">text</span></span></div> 25 26 27 <!--p class="notes">Notes: <br />The HTML page is served as UTF-8. The CSS stylesheet is in ISO 8859-15. For the test to be successful, the stylesheet has to be read as ISO 8859-15. The @charset rule is not correctly formed, so should be ignored, but the stylesheet should still be used.</p><p class='notes'>If the box is blue, the stylesheet hasn't been read at all.</p--> 28 </body> 29 </html>