- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 30 Dec 2008 01:32:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30955 Modified Files: Overview.html Log Message: Note that the syntax is not for XML. (bug 5994) (whatwg r2623) Index: Overview.html =================================================================== 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:32:45 UTC