- From: poot <cvsmail@w3.org>
- Date: Mon, 29 Dec 2008 09:56:28 +0900 (JST)
- To: public-html-diffs@w3.org
Make the presence of profile='' a toned-down error since that attribute is used in WordPress templates. (Also, rearrange that section to make more sense.) (whatwg r2604) Editor's Draft 29 December 2008 http://people.w3.org/mike/diffs/html5/spec/Overview.1.1775.html#editor-s-draft-date-zzz-9-june-2008 A vocabulary and associated APIs for HTML and XHTML http://people.w3.org/mike/diffs/html5/spec/Overview.1.1775.html#a-vocabulary-and-associated-apis-for-html-and-xhtml 10.2 Conformance checkers http://people.w3.org/mike/diffs/html5/spec/Overview.1.1775.html#conformance-checkers-0 Status of this document http://people.w3.org/mike/diffs/html5/spec/Overview.1.1775.html#status-of-this-document 11 Things that you can't do with this specification because they are better handled using other technologies that are further described herein http://people.w3.org/mike/diffs/html5/spec/Overview.1.1775.html#no http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1774&r2=1.1775&f=h http://html5.org/tools/web-apps-tracker?from=2603&to=2604 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1774 retrieving revision 1.1775 diff -u -d -r1.1774 -r1.1775 --- Overview.html 28 Dec 2008 12:18:55 -0000 1.1774 +++ Overview.html 29 Dec 2008 00:53:17 -0000 1.1775 @@ -8,7 +8,7 @@ <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> <h1>HTML 5</h1> <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->28 December 2008</h2> + <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->29 December 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> <dd><a href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd> @@ -97,7 +97,7 @@ specification's progress along the W3C Recommendation track. <!--ZZZ:--> - This specification is the 28 December 2008 <!--ZZZ "Working Draft"-->Editor's Draft. + This specification is the 29 December 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -45122,17 +45122,26 @@ </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> @@ -45144,10 +45153,6 @@ 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
Received on Monday, 29 December 2008 00:57:09 UTC