- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 24 May 2009 01:28:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv15967 Modified Files: Overview.html Log Message: body.background is not a url dom attribute apparently. (bug 6097) (whatwg r3118) Index: Overview.html =================================================================== 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:28:26 UTC