Bugzilla – Bug 410
Make Content-Language non-conforming.
Last modified: 2011-05-19 16:07:52 CEST
Index: source =================================================================== --- source (revision 2515) +++ source (revision 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>
Fixed by Mike(tm) already