html5/spec Overview.html,1.1686,1.1687

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10423

Modified Files:
	Overview.html 
Log Message:
Make Content-Language non-conforming. (whatwg r2516)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1686
retrieving revision 1.1687
diff -u -d -r1.1686 -r1.1687
--- Overview.html	2 Dec 2008 06:14:02 -0000	1.1686
+++ Overview.html	2 Dec 2008 07:07:09 -0000	1.1687
@@ -7056,16 +7056,16 @@
   is an <a href=#enumerated-attribute>enumerated attribute</a>. The following table lists
   the keywords defined for this attribute. The states given in the
   first cell of the rows with keywords give the states to which
-  those keywords map.<!-- Some of the keywords are non-conforming, as
-  noted in the last column.--></p><!-- things that are neither conforming nor do anything are commented out --><table><thead><tr><th>State
+  those keywords map. Some of the keywords are non-conforming, as
+  noted in the last column.</p><!-- things that are neither conforming nor do anything are commented out --><table><thead><tr><th>State
      <th>Keywords
-<!--     <th>Notes-->
+     <th>Notes
    <tbody><tr><td><a href=#attr-meta-http-equiv-content-language title=attr-meta-http-equiv-content-language>Content Language</a>
-     <td><code title="">Content-Language</code>
-<!--     <td>Non-conforming -->
+     <td><code title="">content-language</code>
+     <td>Non-conforming 
     <tr><td><a href=#attr-meta-http-equiv-content-type title=attr-meta-http-equiv-content-type>Encoding declaration</a>
-     <td><code title="">Content-Type</code>
-<!--     <td>Non-conforming -->
+     <td><code title="">content-type</code>
+     <td>
 <!--
     <tr>
      <td><span title="attr-meta-http-equiv-content-script-type">Content-Script-Type</span>
@@ -7078,10 +7078,10 @@
 -->
     <tr><td><a href=#attr-meta-http-equiv-default-style title=attr-meta-http-equiv-default-style>Default style</a>
      <td><code title="">default-style</code>
-<!--     <td>-->
+     <td>
     <tr><td><a href=#attr-meta-http-equiv-refresh title=attr-meta-http-equiv-refresh>Refresh</a>
      <td><code title="">refresh</code>
-<!--     <td>-->
+     <td>
   </table><!--
 DATA: According to Henri's validator stats, here are common
 non-conforming values used by people who validate (sample of 400
@@ -7129,7 +7129,7 @@
 
    <dd>
 
-    <p>This pragma sets the <dfn id=document-wide-default-language>document-wide default
+    <p>This non-conforming pragma sets the <dfn id=document-wide-default-language>document-wide default
     language</dfn>. Until the pragma is successfully processed, there
     is no <a href=#document-wide-default-language>document-wide default language</a>.</p>
 
@@ -44100,6 +44100,10 @@
    <code><a href=#script>script</a></code> element if its value is an <a href=#ascii-case-insensitive>ASCII
    case-insensitive</a> match for the string "<code title="">JavaScript</code>".</li>
 
+   <li><p>The presence of a <code><a href=#meta>meta</a></code> element with an <code title=attr-meta-http-equiv><a href=#attr-meta-http-equiv>http-equiv</a></code> attribute in the
+   <a href=#attr-meta-http-equiv-content-language title=attr-meta-http-equiv-content-language>Content
+   Language</a> state.</li>
+
   </ul><h2 id=no><span class=secno>11 </span>Things that you can't do with this specification because
   they are better handled using other technologies that are further
   described herein</h2><p><em>This section is non-normative.</em><p>There are certain features that are not handled by this

Received on Tuesday, 2 December 2008 07:07:20 UTC