- From: poot <cvsmail@w3.org>
- Date: Sat, 4 Jul 2009 04:57:04 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Remove section on XHTML2 given recent developments. (whatwg r3355) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2492&r2=1.2493&f=h http://html5.org/tools/web-apps-tracker?from=3354&to=3355 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2492 retrieving revision 1.2493 diff -u -d -r1.2492 -r1.2493 --- Overview.html 2 Jul 2009 04:48:45 -0000 1.2492 +++ Overview.html 3 Jul 2009 19:56:42 -0000 1.2493 @@ -174,7 +174,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 2 July 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 3 July 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out <dt>This Version:</dt> @@ -267,7 +267,7 @@ track. <!--ZZZ:--> <!--This specification is the 23 April 2009 Working Draft.--> - This specification is the 2 July 2009 Editor's Draft. + This specification is the 3 July 2009 Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -296,8 +296,7 @@ <li><a href="#relationships-to-other-specifications"><span class="secno">1.6 </span>Relationships to other specifications</a> <ol> <li><a href="#relationship-to-html-4.01-and-dom2-html"><span class="secno">1.6.1 </span>Relationship to HTML 4.01 and DOM2 HTML</a></li> - <li><a href="#relationship-to-xhtml-1.x"><span class="secno">1.6.2 </span>Relationship to XHTML 1.x</a></li> - <li><a href="#relationship-to-xhtml2-and-xforms"><span class="secno">1.6.3 </span>Relationship to XHTML2 and XForms</a></ol></li> + <li><a href="#relationship-to-xhtml-1.x"><span class="secno">1.6.2 </span>Relationship to XHTML 1.x</a></ol></li> <li><a href="#html-vs-xhtml"><span class="secno">1.7 </span>HTML vs XHTML</a></li> <li><a href="#structure-of-this-specification"><span class="secno">1.8 </span>Structure of this specification</a> <ol> @@ -1277,19 +1276,7 @@ replacement for them. <a href="#references">[XHTMLMOD]</a> <a href="#references">[XHTML11]</a><p>Thus, authors and implementors who do not need such a modularization scheme can consider this specification a replacement for XHTML 1.x, but those who do need such a mechanism are encouraged - to continue using the XHTML 1.1 line of specifications.<h4 id="relationship-to-xhtml2-and-xforms"><span class="secno">1.6.3 </span>Relationship to XHTML2 and XForms</h4><p><em>This section is non-normative.</em><p>XHTML2 defines a new vocabulary with features for hyperlinks, - multimedia content, annotating document edits, rich metadata, - declarative interactive forms, and describing the semantics of human - literary works such as poems and scientific papers. <a href="#references">[XHTML2]</a><p>XForms similarly defines a new vocabulary with features for - complex data entry, such as tax forms or insurance forms.<p>However, XHTML2 and XForms lack features to express the semantics - of many of the non-document types of content often seen on the - Web. For instance, they are not well-suited for marking up forum - sites, auction sites, search engines, online shops, mapping - applications, e-mail applications, word processors, real-time - strategy games, and the like.<p><em>This</em> specification aims to extend HTML so that it is - also suitable in these contexts.<p>XHTML2, XForms, and this specification all use different - namespaces and therefore can all be implemented in the same XML - processor.<h3 id="html-vs-xhtml"><span class="secno">1.7 </span>HTML vs XHTML</h3><p><em>This section is non-normative.</em><p>This specification defines an abstract language for describing + to continue using the XHTML 1.1 line of specifications.<h3 id="html-vs-xhtml"><span class="secno">1.7 </span>HTML vs XHTML</h3><p><em>This section is non-normative.</em><p>This specification defines an abstract language for describing documents and applications, and some APIs for interacting with in-memory representations of resources that use this language.<p>The in-memory representation is known as "DOM5 HTML", or "the DOM" for short.<p>There are various concrete syntaxes that can be used to transmit
Received on Friday, 3 July 2009 19:57:44 UTC