- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Sep 2008 10:00:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8424
Modified Files:
Overview.html
Log Message:
Clean up all the notes at the bottom of the document; merge in WF2 notes; mark up each note separately as an XXX item. (whatwg r2181)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1353
retrieving revision 1.1354
diff -u -d -r1.1353 -r1.1354
--- Overview.html 15 Sep 2008 05:37:25 -0000 1.1353
+++ Overview.html 15 Sep 2008 09:59:58 -0000 1.1354
@@ -3064,7 +3064,9 @@
href="#references">[CSSOM]</a>
<p class=big-issue>See <a
- href="http://dev.w3.org/cvsweb/~checkout~/csswg/cssom/Overview.html?content-type=text/html;%20charset=utf-8">http://dev.w3.org/cvsweb/~checkout~/csswg/cssom/Overview.html?content-type=text/html;%20charset=utf-8</a>
+ href="http://dev.w3.org/cvsweb/~checkout~/csswg/cssom/Overview.html?content-type=text/html;%20charset=utf-8">http://dev.w3.org/cvsweb/~checkout~/csswg/cssom/Overview.html?content-type=text/html;%20charset=utf-8</a></p>
+ <!--XXX empty title attribute is equivalent to missing attribute for
+ purposes of alternate style sheet processing -->
<h4 id=common><span class=secno>2.2.3 </span>Common conformance
requirements for APIs exposed to JavaScript</h4>
@@ -18177,7 +18179,19 @@
[...2059 lines suppressed...]
+ XXX * Yan Morin proposed a multi-column dropdown <select> or <datalist>:
+ _________________
+ |_New_York______|V|_________________ <- input with a table link and a down arrow
+ |_City__________|_State_|_Country_|_| <- header of the table
+ | Montreal | QC | Canada |A| <- top arrow of the scroll
+ |>New York <| NY | US | | <- selected row
+ | Washington | DC | US |X| <- cursor scroll
+ | San Francisco | CA | US | |
+ |_Toronto_______|__ON___|_Canada__|V| <- bottom arrow of the scroll
+ XXX * add for="" attribute to <input type="password"> so that you can
+ link usernames and passwords. (Jonas Sicking)
+ XXX * value for unchecked checkbox?
+ XXX * maximum height/width or required ratio for image uploads? - Leons Petrazickis
+ XXX * A way to specify the default button - Michael Gratton
+ XXX * <fieldset readonly>?
+ XXX * keygen?
+ XXX * action="" should be defined as not being relative to base URI
+ see https://bugzilla.mozilla.org/show_bug.cgi?id=297761
-->
Received on Monday, 15 September 2008 10:00:34 UTC