spec/Overview.html 1.1354 2181 Clean up all the notes at the bottom of

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)

If the sandboxed plugins browsing context flag is set on the browsing context for which the object element's document is the active document, then the steps above must always act as if they had failed to find a plugin, even if one would otherwise have been used.
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1354.html#sandboxPluginObject
The rules for handling alternative style sheets are defined in the CSS object model specification. [CSSOM]
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1354.html#alternate-style-sheets
2.2.3 Common conformance requirements for APIs exposed to JavaScript
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1354.html#common

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1353&r2=1.1354&f=h
http://html5.org/tools/web-apps-tracker?from=2180&to=2181

===================================================================
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:04:02 UTC