- From: poot <cvsmail@w3.org>
- Date: Sun, 24 May 2009 10:29:54 +0900 (JST)
- To: public-html-diffs@w3.org
body.background is not a url dom attribute apparently. (bug 6097)
(whatwg r3118)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6097
Diffs for this change per section:
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2276.html#dom-body-link
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2276.html#center
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2276.html#status-of-this-document
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2276.html#attr-body-background
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2276.html#a-vocabulary-and-associated-apis-for-html-and-xhtml
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2276.html#attr-body-text
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2276.html#attr-body-link
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2276.html#editor-s-draft-date-1-january-1970
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2276.html#dom-body-background
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2276.html#attr-body-bgcolor
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2276.html#attr-body-alink
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2276.html#dom-body-bgcolor
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2276.html#attr-a-name
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2275&r2=1.2276&f=h
http://html5.org/tools/web-apps-tracker?from=3117&to=3118
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2275
retrieving revision 1.2276
diff -u -d -r1.2275 -r1.2276
--- Overview.html 23 May 2009 09:09:15 -0000 1.2275
+++ Overview.html 24 May 2009 01:28:15 -0000 1.2276
@@ -152,7 +152,7 @@
<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>
<!--ZZZ:-->
<!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
- <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 23 May 2009</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 24 May 2009</h2>
<!--:ZZZ-->
<dl><!-- ZZZ: update the month/day (twice), (un)comment out
<dt>This Version:</dt>
@@ -245,7 +245,7 @@
track.
<!--ZZZ:-->
<!--This specification is the 23 April 2009 Working Draft.-->
- This specification is the 23 May 2009 Editor's Draft.
+ This specification is the 24 May 2009 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)
@@ -63644,6 +63644,7 @@
<ul><li><dfn id="attr-a-name" title="attr-a-name"><code>name</code></dfn> on <code><a href="#the-a-element">a</a></code> elements</li>
<li><dfn id="attr-body-alink" title="attr-body-alink"><code>alink</code></dfn> on <code><a href="#the-body-element">body</a></code> elements</li>
+ <li><dfn id="attr-body-background" title="attr-body-background"><code>background</code></dfn> on <code><a href="#the-body-element">body</a></code> elements</li>
<li><dfn id="attr-body-bgcolor" title="attr-body-bgcolor"><code>bgcolor</code></dfn> on <code><a href="#the-body-element">body</a></code> elements</li>
<li><dfn id="attr-body-link" title="attr-body-link"><code>link</code></dfn> on <code><a href="#the-body-element">body</a></code> elements</li>
<li><dfn id="attr-body-text" title="attr-body-text"><code>text</code></dfn> on <code><a href="#the-body-element">body</a></code> elements</li>
@@ -63677,8 +63678,10 @@
<p>The <dfn id="dom-body-background" title="dom-body-background"><code>background</code></dfn> DOM
attribute of the <code><a href="#the-body-element">body</a></code> element must <a href="#reflect">reflect</a>
- the element's <code title="attr-body-background">background</code> content
- attribute.</p>
+ the element's <code title="attr-body-background"><a href="#attr-body-background">background</a></code>
+ content attribute. (The <code title="attr-body-background"><a href="#attr-body-background">background</a></code> content is
+ <em>not</em> defined to contain a <a href="#url">URL</a>, despite rules
+ regarding its handling in the rendering section above.)</p>
<p>The <dfn id="dom-body-link" title="dom-body-link"><code>link</code></dfn> DOM
attribute of the <code><a href="#the-body-element">body</a></code> element must <a href="#reflect">reflect</a>
Received on Sunday, 24 May 2009 01:30:29 UTC