- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 Feb 2009 02:12:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30753
Modified Files:
Overview.html
Log Message:
Strip a variety of XXXs that are obsolete or inappropriate: CSS stuff belongs in CSS; keygen will be dealt with as part of e-mail feedback; the other things are already done. (whatwg r2834)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2004
retrieving revision 1.2005
diff -u -d -r1.2004 -r1.2005
--- Overview.html 19 Feb 2009 02:08:24 -0000 1.2004
+++ Overview.html 19 Feb 2009 02:12:34 -0000 1.2005
@@ -1648,7 +1648,7 @@
and just have the section be a general "defined in other
specifications" section --><p id=alternate-style-sheets>The rules for handling alternative
style sheets are defined in the CSS object model specification. <a href=#references>[CSSOM]</a><p class=XXX>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></p><!--XXX empty title attribute is equivalent to missing attribute for
- purposes of alternate style sheet processing --><h4 id=common-conformance-requirements-for-apis-exposed-to-javascript><span class=secno>2.2.3 </span>Common conformance requirements for APIs exposed to
+ purposes of alternative style sheet processing --><h4 id=common-conformance-requirements-for-apis-exposed-to-javascript><span class=secno>2.2.3 </span>Common conformance requirements for APIs exposed to
JavaScript</h4><p class=XXX>This section will eventually be removed in favour of WebIDL.<p class=XXX>A lot of arrays/lists/<a href=#collections-0 title=collections>collection</a>s
in this spec assume zero-based indexes but use the term "<var title="">index</var>th" liberally. We should define those to be
zero-based and be clearer about this.<p>Unless otherwise specified, if a DOM attribute that is a floating
@@ -48739,8 +48739,6 @@
XXX * find object at (x,y)
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/elementfrompoint.asp
XXX * find mouse position
- XXX * styling scrollbars:
- ::scrollbars { ... }
XXX * automatic table of contents
XXX * a way to show icons for file types
e.g. http://www.gadgetopia.com/2004/05/04/FileIconTag.html
@@ -48777,11 +48775,9 @@
done in IE; can this be emulated in IE by posting a synthetic moue
click event with those X and Y coords? (ack Csaba Gabor)
XXX * <menu> should get an icon, like <command>
- XXX * <menu> should be hideable, like <command>
XXX * Need to say that NodeList's items are enumerable, so that
for (var x in myNodeList) { }
...works. (ack Dethe Elza)
- XXX * people want multiline tooltips with explicit line breaks
XXX * ability for a web app to save a file to the local disk:
var file = window.openFile(); // throws up UI
file.read();
@@ -48812,7 +48808,6 @@
<pav> we're designing an image format, not the html image tag
<pav> the html spec should say what to do with it
XXX * <title site="" publisher="" author="">Page Title</title> ?
- XXX * <h1> styled according to section depth
XXX * [onclick] should make element focusable; enter should send onclick ?
XXX * support access Array element via () instead of [] (IEism)
https://bugzilla.mozilla.org/show_bug.cgi?id=289876
@@ -48827,7 +48822,6 @@
XXX * <select><option><hr> support?
XXX * need explanation of when to use undo/redo, and when to use
back/forward
- XXX * "alternate style sheet" should be "alternative style sheet"
XXX * screen object: top left width height pixelDepth colorDepth
availWidth availHeight availLeft availTop
XXX * need to become consistent about whether or not to quote keyword
@@ -48992,7 +48986,6 @@
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
XXX * rephrase things so that an enumerated attribute puts the _element_ into
Received on Thursday, 19 February 2009 02:12:46 UTC