Skip to content

Commit

Permalink
[c] (0) Make the presence of profile='' a toned-down error since that…
Browse files Browse the repository at this point in the history
… attribute is used in WordPress templates. (Also, rearrange that section to make more sense.)

git-svn-id: http://svn.whatwg.org/webapps@2604 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 29, 2008
1 parent 06a600e commit 945dfa0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 19 deletions.
23 changes: 14 additions & 9 deletions index
Expand Up @@ -21,7 +21,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 28 December 2008</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 29 December 2008</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -54895,17 +54895,26 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as
</ul><!-- only things that trigger no-quirks mode and were valid in
some other spec are allowed in this list --></li>

<li><p>The presence of a <code title=attr-head-profile>profile</code> attribute on the
<code><a href=#the-head-element>head</a></code> element, if it's value is an <a href=#unordered-set-of-unique-space-separated-tokens>unordered set
of unique space-separated tokens</a> where the words are all
<a href=#valid-url title="valid URL">valid URLs</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>border</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>

<li><p>The presence of a <code title=attr-img-longdesc>longdesc</code> attribute on an
<code><a href=#the-img-element>img</a></code> element, if its value is a <a href=#valid-url>valid
URL</a>.</li> <!-- 0.29% pages -->

<li><p>The presence of a <code title=attr-script-language>language</code> attribute on a
<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>

<li><p>The presence of a <code title=attr-a-name>name</code>
attribute on an <code><a href=#the-a-element>a</a></code> element, if its value is not the
empty string.</li>
Expand All @@ -54917,10 +54926,6 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as
attribute on a <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element.</li>
<!-- 1.33% pages -->

<li><p>The presence of a <code title=attr-img-longdesc>longdesc</code> attribute on an
<code><a href=#the-img-element>img</a></code> element, if its value is a <a href=#valid-url>valid
URL</a>.</li> <!-- 0.29% pages -->

<li><p>The presence of a <code>noframes</code> element.</li>

</ul><h2 id=no><span class=secno>11 </span>Things that you can't do with this specification because
Expand Down
26 changes: 16 additions & 10 deletions source
Expand Up @@ -59972,22 +59972,33 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as

</li>

<li><p>The presence of a <code
title="attr-head-profile">profile</code> attribute on the
<code>head</code> element, if it's value is an <span>unordered set
of unique space-separated tokens</span> where the words are all
<span title="valid URL">valid URLs</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
title="">0</code>".</p></li>

<li><p>The presence of a <code
title="attr-img-longdesc">longdesc</code> attribute on an
<code>img</code> element, if its value is a <span>valid
URL</span>.</p></li> <!-- 0.29% pages -->

<li><p>The presence of a <code
title="attr-script-language">language</code> attribute on a
<code>script</code> element if its value is an <span>ASCII
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>

<li><p>The presence of a <code title="attr-a-name">name</code>
attribute on an <code>a</code> element, if its value is not the
empty string.</p></li>
Expand All @@ -60000,11 +60011,6 @@ xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as
attribute on a <code>td</code> or <code>th</code> element.</p></li>
<!-- 1.33% pages -->

<li><p>The presence of a <code
title="attr-img-longdesc">longdesc</code> attribute on an
<code>img</code> element, if its value is a <span>valid
URL</span>.</p></li> <!-- 0.29% pages -->

<li><p>The presence of a <code>noframes</code> element.</p></li>

</ul>
Expand Down

0 comments on commit 945dfa0

Please sign in to comment.