[html5] r3611 - [e] (0) Encourage lowercase DOCTYPE names subtly.

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 13 21:08:25 PDT 2009


Author: ianh
Date: 2009-08-13 21:08:24 -0700 (Thu, 13 Aug 2009)
New Revision: 3611

Modified:
   index
   source
Log:
[e] (0) Encourage lowercase DOCTYPE names subtly.

Modified: index
===================================================================
--- index	2009-08-14 04:04:16 UTC (rev 3610)
+++ index	2009-08-14 04:08:24 UTC (rev 3611)
@@ -1418,7 +1418,7 @@
 
   <p>A basic HTML document looks like this:</p>
 
-  <pre><!DOCTYPE HTML>
+  <pre><!DOCTYPE html>
 <html>
  <head>
   <title>Sample page</title>
@@ -1534,7 +1534,7 @@
   <p>In the following example, the page has been made yellow-on-blue
   using CSS.</p>
 
-  <pre><!DOCTYPE HTML>
+  <pre><!DOCTYPE html>
 <html>
  <head>
   <title>Sample styled page</title>
@@ -7336,7 +7336,7 @@
    <p>For example, the following document is non-conforming, despite
    being syntactically correct:</p>
 
-   <pre class=bad><!DOCTYPE html>
+   <pre class=bad><!DOCTYPE HTML>
 <html lang="en-GB">
  <head> <title> Demonstration </title> </head>
  <body>
@@ -7356,7 +7356,7 @@
    data (and the <code><a href=#the-cite-element>cite</a></code> element mis-used). A corrected
    version of this document might be:</p>
 
-   <pre><!DOCTYPE html>
+   <pre><!DOCTYPE HTML>
 <html lang="en-GB">
  <head> <title> Demonstration </title> </head>
  <body>

Modified: source
===================================================================
--- source	2009-08-14 04:04:16 UTC (rev 3610)
+++ source	2009-08-14 04:08:24 UTC (rev 3611)
@@ -418,7 +418,7 @@
 
   <p>A basic HTML document looks like this:</p>
 
-  <pre><!DOCTYPE HTML>
+  <pre><!DOCTYPE html>
 <html>
  <head>
   <title>Sample page</title>
@@ -548,7 +548,7 @@
   <p>In the following example, the page has been made yellow-on-blue
   using CSS.</p>
 
-  <pre><!DOCTYPE HTML>
+  <pre><!DOCTYPE html>
 <html>
  <head>
   <title>Sample styled page</title>
@@ -7429,7 +7429,7 @@
    <p>For example, the following document is non-conforming, despite
    being syntactically correct:</p>
 
-   <pre class="bad"><!DOCTYPE html>
+   <pre class="bad"><!DOCTYPE HTML>
 <html lang="en-GB">
  <head> <title> Demonstration </title> </head>
  <body>
@@ -7449,7 +7449,7 @@
    data (and the <code>cite</code> element mis-used). A corrected
    version of this document might be:</p>
 
-   <pre><!DOCTYPE html>
+   <pre><!DOCTYPE HTML>
 <html lang="en-GB">
  <head> <title> Demonstration </title> </head>
  <body>




More information about the Commit-Watchers mailing list