HTML5 template: required <meta charset="UTF-8">

Hello,

I believe <meta charset="UTF-8"> is required in HTML5 documents.
Therefore our HTML5 template should have it.

http://wiki.csswg.org/test/format#template-for-new-tests

Furthermore, the specified encoding should be within the first 1024
bytes of the document.

Proposal:

<!DOCTYPE html>
<html>
 <head>

  <meta charset="UTF-8">

  <title>CSS Test: SCOPE OF TEST</title>
  <link rel="author" title="NAME_OF_AUTHOR" href="mailto:EMAIL OR
http://CONTACT_PAGE">
(...)

Gérard
-- 
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/

CSS 2.1 Test suite RC6, March 23rd 2011:
http://test.csswg.org/suites/css2.1/20110323/html4/toc.html

CSS 2.1 test suite harness:
http://test.csswg.org/harness/

Contributing to to CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/web-authors-contributions-css21-testsuite.html

Received on Monday, 15 October 2012 17:06:47 UTC