[html5] r5980 - [ac] (0) apply wg decision Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8088

whatwg at whatwg.org whatwg at whatwg.org
Fri Apr 8 15:20:28 PDT 2011


Author: ianh
Date: 2011-04-08 15:20:27 -0700 (Fri, 08 Apr 2011)
New Revision: 5980

Modified:
   complete.html
   index
   source
Log:
[ac] (0) apply wg decision
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8088

Modified: complete.html
===================================================================
--- complete.html	2011-04-08 22:12:20 UTC (rev 5979)
+++ complete.html	2011-04-08 22:20:27 UTC (rev 5980)
@@ -13848,9 +13848,9 @@
   <table id=table-http-equiv><thead><tr><th>State
      <th>Keyword
      <th>Notes
-   <tbody><tr><td><a href=#attr-meta-http-equiv-content-language title=attr-meta-http-equiv-content-language>Content Language</a>
+   <tbody><tr class=impl><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>Conformance checkers will include a warning
+     <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>
@@ -13922,19 +13922,18 @@
 
   </div>
 
-  <dl><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>)
+  <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>)
 
-   <dd>
+   <dd class=impl>
 
+    <p class=note>This feature is non-conforming. Authors are
+    encouraged to use the <code title=attr-lang><a href=#attr-lang>lang</a></code>
+    attribute instead.</p>
+
     <p>This pragma sets the <dfn id=pragma-set-default-language>pragma-set default
     language</dfn>. Until the pragma is successfully processed, there
     is no <a href=#pragma-set-default-language>pragma-set 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><li><p>If another <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 state</a> has already been successfully processed
@@ -13967,17 +13966,9 @@
      <li><p>Let the <a href=#pragma-set-default-language>pragma-set default language</a> be the
      string that resulted from the previous step.</li>
 
-    </ol></div>
+    </ol><p class=note>This pragma is not exactly equivalent to the HTTP
+    <code>Content-Language</code> header. <a href=#refsHTTP>[HTTP]</a></p>
 
-    <p>For <code><a href=#meta>meta</a></code> elements 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 state</a>, the <code title=attr-meta-content><a href=#attr-meta-content>content</a></code> attribute must have a
-    value consisting of a valid BCP 47 language tag. <a href=#refsBCP47>[BCP47]</a></p>
-
-    <p class=note>This pragma is not exactly equivalent to the HTTP
-    <code>Content-Language</code> header, for instance it only
-    supports one language. <a href=#refsHTTP>[HTTP]</a></p>
-
    </dd>
 
    <dt><dfn id=attr-meta-http-equiv-content-type title=attr-meta-http-equiv-content-type>Encoding declaration state</dfn> (<code title="">http-equiv="content-type"</code>)
@@ -91528,10 +91519,6 @@
   <p>Features listed in this section will trigger warnings in
   conformance checkers.</p>
 
-  <p>Authors should not specify 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 on a <code><a href=#meta>meta</a></code> element. The <code title=attr-lang><a href=#attr-lang>lang</a></code> attribute should be used instead.</p>
-
   <p>Authors should not specify a <code title=attr-img-border><a href=#attr-img-border>border</a></code> attribute on an
   <code><a href=#the-img-element>img</a></code> element. If the attribute is present, its value
   must be the string "<code title="">0</code>". CSS should be used
@@ -91588,10 +91575,6 @@
   <ul><!-- downplayed list --><li><p>The presence of an <a href=#obsolete-permitted-doctype>obsolete permitted DOCTYPE</a>
    in an <a href=#html-documents title="HTML documents">HTML document</a>.</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>
-
    <li><p>The presence of a <code title=attr-img-border><a href=#attr-img-border>border</a></code> attribute on an
    <code><a href=#the-img-element>img</a></code> element if its value is the string "<code title="">0</code>".</li>
 

Modified: index
===================================================================
--- index	2011-04-08 22:12:20 UTC (rev 5979)
+++ index	2011-04-08 22:20:27 UTC (rev 5980)
@@ -13829,9 +13829,9 @@
   <table id=table-http-equiv><thead><tr><th>State
      <th>Keyword
      <th>Notes
-   <tbody><tr><td><a href=#attr-meta-http-equiv-content-language title=attr-meta-http-equiv-content-language>Content Language</a>
+   <tbody><tr class=impl><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>Conformance checkers will include a warning
+     <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>
@@ -13903,19 +13903,18 @@
 
   </div>
 
-  <dl><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>)
+  <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>)
 
-   <dd>
+   <dd class=impl>
 
+    <p class=note>This feature is non-conforming. Authors are
+    encouraged to use the <code title=attr-lang><a href=#attr-lang>lang</a></code>
+    attribute instead.</p>
+
     <p>This pragma sets the <dfn id=pragma-set-default-language>pragma-set default
     language</dfn>. Until the pragma is successfully processed, there
     is no <a href=#pragma-set-default-language>pragma-set 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><li><p>If another <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 state</a> has already been successfully processed
@@ -13948,17 +13947,9 @@
      <li><p>Let the <a href=#pragma-set-default-language>pragma-set default language</a> be the
      string that resulted from the previous step.</li>
 
-    </ol></div>
+    </ol><p class=note>This pragma is not exactly equivalent to the HTTP
+    <code>Content-Language</code> header. <a href=#refsHTTP>[HTTP]</a></p>
 
-    <p>For <code><a href=#meta>meta</a></code> elements 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 state</a>, the <code title=attr-meta-content><a href=#attr-meta-content>content</a></code> attribute must have a
-    value consisting of a valid BCP 47 language tag. <a href=#refsBCP47>[BCP47]</a></p>
-
-    <p class=note>This pragma is not exactly equivalent to the HTTP
-    <code>Content-Language</code> header, for instance it only
-    supports one language. <a href=#refsHTTP>[HTTP]</a></p>
-
    </dd>
 
    <dt><dfn id=attr-meta-http-equiv-content-type title=attr-meta-http-equiv-content-type>Encoding declaration state</dfn> (<code title="">http-equiv="content-type"</code>)
@@ -87468,10 +87459,6 @@
   <p>Features listed in this section will trigger warnings in
   conformance checkers.</p>
 
-  <p>Authors should not specify 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 on a <code><a href=#meta>meta</a></code> element. The <code title=attr-lang><a href=#attr-lang>lang</a></code> attribute should be used instead.</p>
-
   <p>Authors should not specify a <code title=attr-img-border><a href=#attr-img-border>border</a></code> attribute on an
   <code><a href=#the-img-element>img</a></code> element. If the attribute is present, its value
   must be the string "<code title="">0</code>". CSS should be used
@@ -87528,10 +87515,6 @@
   <ul><!-- downplayed list --><li><p>The presence of an <a href=#obsolete-permitted-doctype>obsolete permitted DOCTYPE</a>
    in an <a href=#html-documents title="HTML documents">HTML document</a>.</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>
-
    <li><p>The presence of a <code title=attr-img-border><a href=#attr-img-border>border</a></code> attribute on an
    <code><a href=#the-img-element>img</a></code> element if its value is the string "<code title="">0</code>".</li>
 

Modified: source
===================================================================
--- source	2011-04-08 22:12:20 UTC (rev 5979)
+++ source	2011-04-08 22:20:27 UTC (rev 5980)
@@ -14565,10 +14565,10 @@
      <th>Keyword
      <th>Notes
    <tbody>
-    <tr>
+    <tr class="impl">
      <td><span title="attr-meta-http-equiv-content-language">Content Language</span>
      <td><code title="">content-language</code>
-     <td>Conformance checkers will include a warning
+     <td>Non-conforming
     <tr>
      <td><span title="attr-meta-http-equiv-content-type">Encoding declaration</span>
      <td><code title="">content-type</code>
@@ -14650,20 +14650,18 @@
 
   <dl>
 
-   <dt><dfn title="attr-meta-http-equiv-content-language">Content language state</dfn> (<code title="">http-equiv="content-language"</code>)
+   <dt class="impl"><dfn title="attr-meta-http-equiv-content-language">Content language state</dfn> (<code title="">http-equiv="content-language"</code>)
 
-   <dd>
+   <dd class="impl">
 
+    <p class="note">This feature is non-conforming. Authors are
+    encouraged to use the <code title="attr-lang">lang</code>
+    attribute instead.</p>
+
     <p>This pragma sets the <dfn>pragma-set default
     language</dfn>. Until the pragma is successfully processed, there
     is no <span>pragma-set default language</span>.</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">lang</code> attribute instead.</p>
-
-    <div class="impl">
-
     <ol>
 
      <li><p>If another <code>meta</code> element with an <code
@@ -14704,19 +14702,8 @@
 
     </ol>
 
-    </div>
-
-    <p>For <code>meta</code> elements with an <code
-    title="attr-meta-http-equiv">http-equiv</code> attribute in the
-    <span title="attr-meta-http-equiv-content-language">Content
-    Language state</span>, the <code
-    title="attr-meta-content">content</code> attribute must have a
-    value consisting of a valid BCP 47 language tag. <a
-    href="#refsBCP47">[BCP47]</a></p>
-
     <p class="note">This pragma is not exactly equivalent to the HTTP
-    <code>Content-Language</code> header, for instance it only
-    supports one language. <a href="#refsHTTP">[HTTP]</a></p>
+    <code>Content-Language</code> header. <a href="#refsHTTP">[HTTP]</a></p>
 
    </dd>
 
@@ -103682,12 +103669,6 @@
   <p>Features listed in this section will trigger warnings in
   conformance checkers.</p>
 
-  <p>Authors should not specify an <code
-  title="attr-meta-http-equiv">http-equiv</code> attribute in the
-  <span title="attr-meta-http-equiv-content-language">Content
-  Language</span> state on a <code>meta</code> element. The <code
-  title="attr-lang">lang</code> attribute should be used instead.</p>
-
   <p>Authors should not specify a <code
   title="attr-img-border">border</code> attribute on an
   <code>img</code> element. If the attribute is present, its value
@@ -103754,11 +103735,6 @@
    <li><p>The presence of an <span>obsolete permitted DOCTYPE</span>
    in an <span title="HTML documents">HTML document</span>.</p></li>
 
-   <li><p>The presence of a <code>meta</code> element with an <code
-   title="attr-meta-http-equiv">http-equiv</code> attribute in the
-   <span title="attr-meta-http-equiv-content-language">Content
-   Language</span> state.</p></li>
-
    <li><p>The presence of a <code
    title="attr-img-border">border</code> attribute on an
    <code>img</code> element if its value is the string "<code




More information about the Commit-Watchers mailing list