- From: poot <cvsmail@w3.org>
- Date: Thu, 26 Aug 2010 03:04:40 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typo (whatwg r5347) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4263&r2=1.4264&f=h http://html5.org/tools/web-apps-tracker?from=5346&to=5347 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4263 retrieving revision 1.4264 diff -u -d -r1.4263 -r1.4264 --- Overview.html 25 Aug 2010 00:15:39 -0000 1.4263 +++ Overview.html 25 Aug 2010 17:58:40 -0000 1.4264 @@ -3069,7 +3069,7 @@ be omitted altogether.<div class="example"> <p>Here is an example of a checkbox that is checked and disabled. - The <code title="attr-input-checked"><a href="#attr-input-checked">checked</a></code> and <code title="attr-input-readonly"><a href="#attr-input-readonly">readonly</a></code> attributes are the + The <code title="attr-input-checked"><a href="#attr-input-checked">checked</a></code> and <code title="attr-input-disabled">disabled</code> attributes are the boolean attributes.</p> <pre><label><input type=checkbox checked name=cheese disabled> Cheese</label></pre>
Received on Wednesday, 25 August 2010 17:59:29 UTC