[html5] r2516 - [ac] (0) Make Content-Language non-conforming.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 1 23:07:05 PST 2008
Author: ianh
Date: 2008-12-01 23:07:04 -0800 (Mon, 01 Dec 2008)
New Revision: 2516
Modified:
index
source
Log:
[ac] (0) Make Content-Language non-conforming.
Modified: index
===================================================================
--- index 2008-12-02 06:13:58 UTC (rev 2515)
+++ index 2008-12-02 07:07:04 UTC (rev 2516)
@@ -8647,19 +8647,19 @@
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>
+ 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>
@@ -8672,10 +8672,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
@@ -8725,7 +8725,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>
@@ -53813,6 +53813,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>
Modified: source
===================================================================
--- source 2008-12-02 06:13:58 UTC (rev 2515)
+++ source 2008-12-02 07:07:04 UTC (rev 2516)
@@ -9015,8 +9015,8 @@
is an <span>enumerated attribute</span>. 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>
+ 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>
@@ -9024,16 +9024,16 @@
<tr>
<th>State
<th>Keywords
-<!-- <th>Notes-->
+ <th>Notes
<tbody>
<tr>
<td><span title="attr-meta-http-equiv-content-language">Content Language</span>
- <td><code title="">Content-Language</code>
-<!-- <td>Non-conforming -->
+ <td><code title="">content-language</code>
+ <td>Non-conforming
<tr>
<td><span title="attr-meta-http-equiv-content-type">Encoding declaration</span>
- <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>
@@ -9047,11 +9047,11 @@
<tr>
<td><span title="attr-meta-http-equiv-default-style">Default style</span>
<td><code title="">default-style</code>
-<!-- <td>-->
+ <td>
<tr>
<td><span title="attr-meta-http-equiv-refresh">Refresh</span>
<td><code title="">refresh</code>
-<!-- <td>-->
+ <td>
</table>
<!--
@@ -9107,7 +9107,7 @@
<dd>
- <p>This pragma sets the <dfn>document-wide default
+ <p>This non-conforming pragma sets the <dfn>document-wide default
language</dfn>. Until the pragma is successfully processed, there
is no <span>document-wide default language</span>.</p>
@@ -58764,6 +58764,11 @@
case-insensitive</span> match for the string "<code
title="">JavaScript</code>".</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>
+
</ul>
More information about the Commit-Watchers
mailing list