- From: poot <cvsmail@w3.org>
- Date: Sat, 18 Jul 2009 18:48:41 +0900 (JST)
- To: public-html-diffs@w3.org
mike: checked in a multipage version of Hixie's draft, and made it the default view http://dev.w3.org/cvsweb/html5/spec/static/Overview.html?r1=1.8&r2=1.9&f=h =================================================================== RCS file: /sources/public/html5/spec/static/Overview.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Overview.html 16 Feb 2009 10:45:21 -0000 1.8 +++ Overview.html 18 Jul 2009 09:45:11 -0000 1.9 @@ -1,18 +1,157 @@ <!DOCTYPE html><!-- when publishing, change bits marked ZZZ --><html lang=en-US-x-Hixie><title>HTML 5</title><style type=text/css> - .note { color: green; background: transparent; } - .example { font-style: italic; } - .idl { color: black; background: silver; } - .XXX { color: red; background: transparent; } - .warning { color: yellow; background: maroon; } - .bad { color: gray; } - .bad.XXX { color: red; } - </style><link href=http://www.w3.org/StyleSheets/TR/%57%33%43-WD rel=stylesheet type=text/css><!-- ZZZ ED vs WD --><div class=head> + pre { margin-left: 2em; white-space: pre-wrap; } + h2 { margin: 3em 0 1em 0; } [...41466 lines suppressed...] form as being dependent on another (mutually exclusive parts of a form) @@ -48755,8 +58412,6 @@ enctype="" one, probably). This would allow forms to be used with XHR-like systems without having to manually construct the form data set the way that is done today. - XXX * placeholder="" for <textarea>, e.g. as seen on: - http://code.google.com/p/support/issues/detail?id=1#makechanges XXX * become more consistent about what markup we use to mark up productions (nothing? <i>? <code>?) XXX * expose the value of a radio button group @@ -48764,4 +58419,8 @@ - or on the radio button itself - or both, so it works even when the form controls have names that vary more than HTMLFormControlCollection allows? + XXX * should check all cases of 'active document' and change the + relevant ones to 'fully active document'. + XXX * use <code>Document</code> consistently instead of 'document'. + XXX * s/raise/throw/g -->
Received on Saturday, 18 July 2009 09:49:17 UTC