- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 11:16:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv4087 Modified Files: Overview.html introduction.html spec.html Log Message: Not all willful violations are legacy issues. (whatwg r4734) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.687 retrieving revision 1.688 diff -u -d -r1.687 -r1.688 --- Overview.html 14 Feb 2010 11:06:51 -0000 1.687 +++ Overview.html 14 Feb 2010 11:16:49 -0000 1.688 @@ -302,7 +302,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3781. +This is revision 1.3782. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.692 retrieving revision 1.693 diff -u -d -r1.692 -r1.693 --- spec.html 14 Feb 2010 11:06:51 -0000 1.692 +++ spec.html 14 Feb 2010 11:16:49 -0000 1.693 @@ -300,7 +300,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3781. +This is revision 1.3782. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -1041,11 +1041,12 @@ completely serializing the execution of all scripts in all <a href=#browsing-context title="browsing context">browsing contexts</a>.</p><p class=note>The <code title=dom-navigator-yieldForStorageUpdates><a href=#dom-navigator-yieldforstorageupdates>navigator.yieldForStorageUpdates()</a></code> method, in this model, is equivalent to allowing other scripts to run while the calling script is blocked.</p><h4 id=compliance-with-other-specifications><span class=secno>1.5.2 </span>Compliance with other specifications</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>This specification interacts with and relies on a wide variety of - other specifications. In certain circumstances, unfortunately, the - desire to be compatible with legacy content has led to this - specification violating the requirements of these other - specifications. Whenever this has occurred, the transgressions have - each been noted as a "<dfn id=willful-violation>willful violation</dfn>".</p><h3 id=html-vs-xhtml><span class=secno>1.6 </span>HTML vs XHTML</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>This specification defines an abstract language for describing + other specifications. In certain circumstances, unfortunately, + conflicting needs have led to this specification violating the + requirements of these other specifications. Whenever this has + occurred, the transgressions have each been noted as a "<dfn id=willful-violation>willful + violation</dfn>", and the reason for the violation has been + noted.</p><h3 id=html-vs-xhtml><span class=secno>1.6 </span>HTML vs XHTML</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><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><p>The in-memory representation is known as "DOM HTML", or "the DOM" for short. This specification defines version 5 of DOM HTML, known Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec-author-view/introduction.html,v retrieving revision 1.565 retrieving revision 1.566 diff -u -d -r1.565 -r1.566 --- introduction.html 14 Feb 2010 10:27:05 -0000 1.565 +++ introduction.html 14 Feb 2010 11:16:49 -0000 1.566 @@ -407,11 +407,12 @@ completely serializing the execution of all scripts in all <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a>.</p><p class="note">The <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code> method, in this model, is equivalent to allowing other scripts to run while the calling script is blocked.</p><h4 id="compliance-with-other-specifications"><span class="secno">1.5.2 </span>Compliance with other specifications</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>This specification interacts with and relies on a wide variety of - other specifications. In certain circumstances, unfortunately, the - desire to be compatible with legacy content has led to this - specification violating the requirements of these other - specifications. Whenever this has occurred, the transgressions have - each been noted as a "<dfn id="willful-violation">willful violation</dfn>".</p><h3 id="html-vs-xhtml"><span class="secno">1.6 </span>HTML vs XHTML</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>This specification defines an abstract language for describing + other specifications. In certain circumstances, unfortunately, + conflicting needs have led to this specification violating the + requirements of these other specifications. Whenever this has + occurred, the transgressions have each been noted as a "<dfn id="willful-violation">willful + violation</dfn>", and the reason for the violation has been + noted.</p><h3 id="html-vs-xhtml"><span class="secno">1.6 </span>HTML vs XHTML</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><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><p>The in-memory representation is known as "DOM HTML", or "the DOM" for short. This specification defines version 5 of DOM HTML, known
Received on Sunday, 14 February 2010 11:16:53 UTC