html5/spec Overview.html,1.3781,1.3782

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3316

Modified Files:
	Overview.html 
Log Message:
Not all willful violations are legacy issues. (whatwg r4734)

Index: Overview.html
===================================================================
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:08:54 UTC