- From: poot <cvsmail@w3.org>
- Date: Tue, 30 Dec 2008 10:36:27 +0900 (JST)
- To: public-html-diffs@w3.org
Note that the syntax is not for XML. (bug 5994) (whatwg r2623) http://www.w3.org/Bugs/Public/show_bug.cgi?id=5994 8.1 Writing HTML documents http://people.w3.org/mike/diffs/html5/spec/Overview.1.1793.html#writing-html-documents 8 The HTML syntax http://people.w3.org/mike/diffs/html5/spec/Overview.1.1793.html#syntax 7.5.3.1 Ports and garbage collection http://people.w3.org/mike/diffs/html5/spec/Overview.1.1793.html#ports-and-garbage-collection http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1792&r2=1.1793&f=h http://html5.org/tools/web-apps-tracker?from=2622&to=2623 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1792 retrieving revision 1.1793 diff -u -d -r1.1792 -r1.1793 --- Overview.html 30 Dec 2008 01:30:18 -0000 1.1792 +++ Overview.html 30 Dec 2008 01:32:32 -0000 1.1793 @@ -36600,7 +36600,8 @@ <code><a href=#messageport>MessagePort</a></code> object's <a href=#port-message-queue>port message queue</a> is open and there exists a <code title=event-message><a href=#event-message>message</a></code> event in that queue.</p><!-- we might not need to explicitly say the first part of DOM - Events is fixed to say that events on a task queue prevent GC --><h2 id=syntax><span class=secno>8 </span>The HTML syntax</h2><h3 id=writing-html-documents><span class=secno>8.1 </span>Writing HTML documents</h3><p><em>This section only applies to documents, authoring tools, and + Events is fixed to say that events on a task queue prevent GC --><h2 id=syntax><span class=secno>8 </span>The HTML syntax</h2><p class=note>This section only describes the rules for <code title="">text/html</code> resources. Rules for XML resources are + defined by the XML specifications.<h3 id=writing-html-documents><span class=secno>8.1 </span>Writing HTML documents</h3><p><em>This section only applies to documents, authoring tools, and markup generators. In particular, it does not apply to conformance checkers; conformance checkers must use the requirements given in the next section ("parsing HTML documents").</em><p>Documents must consist of the following parts, in the given
Received on Tuesday, 30 December 2008 01:37:03 UTC