- From: poot <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 20:09:00 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Not all willful violations are legacy issues. (whatwg r4734) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3781&r2=1.3782&f=h http://html5.org/tools/web-apps-tracker?from=4733&to=4734 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3781 retrieving revision 1.3782 diff -u -d -r1.3781 -r1.3782 --- Overview.html 14 Feb 2010 11:04:45 -0000 1.3781 +++ Overview.html 14 Feb 2010 11:08:49 -0000 1.3782 @@ -1356,11 +1356,12 @@ completely serializing the execution of all scripts in all <a href="#browsing-context" title="browsing context">browsing contexts</a>.<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.<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><i>This section is non-normative.</i><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>".<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><i>This section is non-normative.</i><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.<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><i>This section is non-normative.</i><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 "DOM HTML", or "the DOM" for short. This specification defines version 5 of DOM HTML, known
Received on Sunday, 14 February 2010 11:09:28 UTC