hixie: Clarify that Content-Language is conforming-with-warning. (whatwg r3572)

hixie: Clarify that Content-Language is conforming-with-warning. (whatwg
r3572)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2764&r2=1.2765&f=h
http://html5.org/tools/web-apps-tracker?from=3571&to=3572

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2764
retrieving revision 1.2765
diff -u -d -r1.2764 -r1.2765
--- Overview.html 9 Aug 2009 21:27:10 -0000 1.2764
+++ Overview.html 9 Aug 2009 21:43:42 -0000 1.2765
@@ -11565,43 +11565,45 @@
   attribute 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. <span class="impl">Some of the keywords
-  are non-conforming, as noted in the last column.</span></p>
+  which those keywords map. <!--<span class="impl">Some of the
+  keywords are non-conforming, as noted in the last
+  column.</span>--></p>
 
 <!-- things that are neither conforming nor do anything are commented out -->
+<!-- if you add something non-conforming, uncomment out the last sentence above -->
   <table>
    <thead>
     <tr>
      <th>State
      <th>Keywords
-     <th class="impl">Notes
+     <th>Notes
    <tbody>
-    <tr class="impl">
+    <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 class="impl">Non-conforming
+     <td>Conformance checkers will include a warning
     <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 class="impl">
+     <td>
 <!--
     <tr class="impl">
      <td><span title="attr-meta-http-equiv-content-script-type">Content-Script-Type</span>
      <td><code title="">Content-Script-Type</code>
-     <td class="impl">Non-conforming
+     <td>Non-conforming
     <tr class="impl">
      <td><span title="attr-meta-http-equiv-content-style-type">Content-Style-Type</span>
      <td><code title="">Content-Style-Type</code>
-     <td class="impl">Non-conforming
+     <td>Non-conforming
 -->
     <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 class="impl">
+     <td>
     <tr>
      <td><a href="#attr-meta-http-equiv-refresh" title="attr-meta-http-equiv-refresh">Refresh</a>
      <td><code title="">refresh</code>
-     <td class="impl">
+     <td>
   </table>
 
 <!--
@@ -11657,14 +11659,17 @@
 
   <dl>
 
-   <dt class="impl"><dfn id="attr-meta-http-equiv-content-language" title="attr-meta-http-equiv-content-language">Content language state</dfn> (<code title="">http-equiv="content-language"</code>)
+   <dt><dfn id="attr-meta-http-equiv-content-language" title="attr-meta-http-equiv-content-language">Content language state</dfn> (<code title="">http-equiv="content-language"</code>)
 
-   <dd class="impl">
+   <dd>
 
-    <p>This non-conforming pragma sets the <dfn id="document-wide-default-language">document-wide default
+    <p>This 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>
 
+    <p class="note">Conformance checkers will include a warning if
+    this pragma is used. Authors are encouraged to use the <code title="attr-lang"><a href="#attr-lang">lang</a></code> attribute instead.</p>
+
     <div class="impl">
 
     <ol>

Received on Sunday, 9 August 2009 21:44:38 UTC