- From: poot <cvsmail@w3.org>
- Date: Wed, 9 Dec 2009 00:36:59 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: <table border=...> should default to 1 if it can't be parsed. (whatwg r4416) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3528&r2=1.3529&f=h http://html5.org/tools/web-apps-tracker?from=4415&to=4416 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3528 retrieving revision 1.3529 diff -u -d -r1.3528 -r1.3529 --- Overview.html 8 Dec 2009 13:39:21 -0000 1.3528 +++ Overview.html 8 Dec 2009 15:36:46 -0000 1.3529 @@ -65177,8 +65177,10 @@ to the pixel length property">maps to the pixel length properties</a> 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width' on the element. If the - attribute is present but its value is the empty string, a default - value of 1px is expected to be used for that property instead.</p> + attribute is present but parsing the attribute's value using the + <a href="#rules-for-parsing-non-negative-integers">rules for parsing non-negative integers</a> generates an + error, a default value of 1px is expected to be used for that + property instead.</p> </div><div class="impl">
Received on Tuesday, 8 December 2009 15:37:28 UTC