Skip to content

Commit

Permalink
[ac] (0) Make Content-Language non-conforming.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2516 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 2, 2008
1 parent de6f5a2 commit 4ead7b4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 20 deletions.
24 changes: 14 additions & 10 deletions index
Expand Up @@ -8647,19 +8647,19 @@ Consider: data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ d
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>
Expand All @@ -8672,10 +8672,10 @@ Consider: data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ d
-->
<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
Expand Down Expand Up @@ -8725,7 +8725,7 @@ people expect to have work and what is necessary.

<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>

Expand Down Expand Up @@ -53813,6 +53813,10 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as
<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>
Expand Down
25 changes: 15 additions & 10 deletions source
Expand Up @@ -9015,25 +9015,25 @@ Consider: data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ d
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>
<thead>
<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>
Expand All @@ -9047,11 +9047,11 @@ Consider: data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ d
<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>

<!--
Expand Down Expand Up @@ -9107,7 +9107,7 @@ people expect to have work and what is necessary.

<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>

Expand Down Expand Up @@ -58764,6 +58764,11 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as
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>


Expand Down

0 comments on commit 4ead7b4

Please sign in to comment.