- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 Feb 2009 02:26:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv31949 Modified Files: Overview.html Log Message: Collapse the XXXs for things for other specs into one XXX, and move it to the 'other specs' section. (whatwg r2835) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2005 retrieving revision 1.2006 diff -u -d -r1.2005 -r1.2006 --- Overview.html 19 Feb 2009 02:12:34 -0000 1.2005 +++ Overview.html 19 Feb 2009 02:26:30 -0000 1.2006 @@ -48565,7 +48565,27 @@ specification because a client side markup language is not the right level for them, or because the features exist in other languages that can be integrated into this one. This section covers some of - the more common requests.<h3 id=localization><span class=secno>12.1 </span>Localization</h3><p>If you wish to create localized versions of an HTML application, + the more common requests.</p><!-- There are also certain features that are not handled by this + specification or any other, but that SHOULD be handled by another + specification: + + * find object at (x,y) + http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/elementfrompoint.asp + * find mouse position + * screen object: top left width height pixelDepth colorDepth + availWidth availHeight availLeft availTop + * support access Array element via () instead of [] (IEism) + https://bugzilla.mozilla.org/show_bug.cgi?id=289876 + * Need to say that NodeList's items are enumerable, so that + for (var x in myNodeList) { } + ...works. (ack Dethe Elza) + * a way to show icons for file types + e.g. http://www.gadgetopia.com/2004/05/04/FileIconTag.html + (this should probably be a function for the 'content', + 'background-image' and 'list-style-image' properties in CSS) + + XXX should ensure these are filed with the relevant people and groups + --><h3 id=localization><span class=secno>12.1 </span>Localization</h3><p>If you wish to create localized versions of an HTML application, the best solution is to preprocess the files on the server, and then use HTTP content negotiation to serve the appropriate language.</p><!-- <p>XXX example here</p> --><!--XXXSVG (remove next section)--><h3 id=declarative-2d-vector-graphics-and-animation><span class=secno>12.2 </span>Declarative 2D vector graphics and animation</h3><p>Embedding vector graphics into XHTML documents is the domain of SVG.</p><!-- <p>XXX example here</p> --><h3 id=declarative-3d-scenes><span class=secno>12.3 </span>Declarative 3D scenes</h3><p>Embedding 3D imagery into XHTML documents is the domain of X3D, @@ -48736,12 +48756,7 @@ and support.</p><!-- Hopefully Kam won't notice he's covered by these acknowledgements three times! --><!-- TODO (or delay): - XXX * find object at (x,y) - http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/elementfrompoint.asp - XXX * find mouse position 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 XXX * custom syntax highlighting in <textarea>, <pre> (ack Ryan Johnson) XXX * methods/properties for managing scrolling, especially in TextArea, such as .scrollTop and .scrollHeight in Mozilla @@ -48775,9 +48790,6 @@ 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 * Need to say that NodeList's items are enumerable, so that - for (var x in myNodeList) { } - ...works. (ack Dethe Elza) XXX * ability for a web app to save a file to the local disk: var file = window.openFile(); // throws up UI file.read(); @@ -48809,8 +48821,6 @@ <pav> the html spec should say what to do with it XXX * <title site="" publisher="" author="">Page Title</title> ? 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 XXX * how to interpret an HTML5 document for syndication http://hixie.ch/specs/hsf/hsf XXX * should have some text talking about the fact that it's ok if your @@ -48822,8 +48832,6 @@ XXX * <select><option><hr> support? XXX * need explanation of when to use undo/redo, and when to use back/forward - 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 ("<code title="">foo</code>" vs <code>foo</code>) XXX * need to properly xref events throughout, mark up DOMActivate, etc
Received on Thursday, 19 February 2009 02:26:41 UTC