- From: poot <cvsmail@w3.org>
- Date: Wed, 29 Jul 2009 10:20:24 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: I've surrounded myself with pedants. (define what bgColor and co do with frameset as the body element) (whatwg r3493) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2691&r2=1.2692&f=h http://html5.org/tools/web-apps-tracker?from=3492&to=3493 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2691 retrieving revision 1.2692 diff -u -d -r1.2691 -r1.2692 --- Overview.html 29 Jul 2009 01:18:57 -0000 1.2691 +++ Overview.html 29 Jul 2009 01:20:06 -0000 1.2692 @@ -65523,9 +65523,9 @@ attribute on <a href="#the-body-element-0">the body element</a> with the name given in the corresponding cell in the second column on the same row, if <a href="#the-body-element-0">the body element</a> is a <code><a href="#the-body-element">body</a></code> element (as - opposed to a <code><a href="#frameset">frameset</a></code> element). When there is no <a href="#the-body-element-0" title="the body element">body element</a>, the attributes must - instead return the empty string on getting and do nothing on - setting.</p> + opposed to a <code><a href="#frameset">frameset</a></code> element). When there is no <a href="#the-body-element-0" title="the body element">body element</a> or if it is a + <code><a href="#frameset">frameset</a></code> element, the attributes must instead return + the empty string on getting and do nothing on setting.</p> <table><thead><tr><th> DOM attribute <th> Content attribute
Received on Wednesday, 29 July 2009 01:21:03 UTC