- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 10 May 2009 10:31:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv428
Modified Files:
Overview.html
Log Message:
Add the ability to annotate custom microdata in HTML. (whatwg r3074)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2231
retrieving revision 1.2232
diff -u -d -r1.2231 -r1.2232
--- Overview.html 7 May 2009 08:47:58 -0000 1.2231
+++ Overview.html 10 May 2009 10:31:43 -0000 1.2232
@@ -148,7 +148,7 @@
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<!--ZZZ:-->
<!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
- <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 7 May 2009</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 10 May 2009</h2>
<!--:ZZZ-->
<dl><!-- ZZZ: update the month/day (twice), (un)comment out
<dt>This Version:</dt>
@@ -241,7 +241,7 @@
track.
<!--ZZZ:-->
[...4278 lines suppressed...]
- </ul></div><h2 id="no"><span class="secno">12 </span>Things that you can't do with this specification because
+ </ul></div><h2 id="no"><span class="secno">13 </span>Things that you can't do with this specification because
they are better handled using other technologies that are further
described herein</h2><p><em>This section is non-normative.</em><p>There are certain features that are not handled by this
specification because a client side markup language is not the right
@@ -58995,10 +59639,10 @@
DOM proper, and <pre>, where it is.)
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,
+ --><h3 id="localization"><span class="secno">13.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> --><h3 id="declarative-3d-scenes"><span class="secno">12.2 </span>Declarative 3D scenes</h3><p>Embedding 3D imagery into XHTML documents is the domain of X3D,
- or technologies based on X3D that are namespace-aware.</p><!-- <p>XXX example here</p> --><h3 id="rendering-and-the-dom"><span class="secno">12.3 </span>Rendering and the DOM</h3><p class="XXX">This section is expected to be moved to its own
+ use HTTP content negotiation to serve the appropriate language.</p><!-- <p>XXX example here</p> --><h3 id="declarative-3d-scenes"><span class="secno">13.2 </span>Declarative 3D scenes</h3><p>Embedding 3D imagery into XHTML documents is the domain of X3D,
+ or technologies based on X3D that are namespace-aware.</p><!-- <p>XXX example here</p> --><h3 id="rendering-and-the-dom"><span class="secno">13.3 </span>Rendering and the DOM</h3><p class="XXX">This section is expected to be moved to its own
specification in due course. It needs a lot of work to actually make
it into a semi-decent spec.<p>Any object implement the <code>AbstractView</code> interface must
also implement the <code><a href="#mediamodeabstractview">MediaModeAbstractView</a></code> interface.<pre class="idl">[NoInterfaceObject, ImplementedOn=<span>AbstractView</span>] interface <dfn id="mediamodeabstractview">MediaModeAbstractView</dfn> {
Received on Sunday, 10 May 2009 10:32:00 UTC