html5/spec Overview.html,1.1439,1.1440

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

Modified Files:
	Overview.html 
Log Message:
move from the 'big-issue' class to 'XXX'. (whatwg r2267)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1439
retrieving revision 1.1440
diff -u -d -r1.1439 -r1.1440
--- Overview.html	2 Oct 2008 10:11:25 -0000	1.1439
+++ Overview.html	2 Oct 2008 10:16:23 -0000	1.1440
@@ -113,7 +113,7 @@
   individual believes contains <a href=http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential>Essential
   Claim(s)</a> must disclose the information in accordance with <a href=http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure>section
   6 of the W3C Patent Policy</a>.<h3 class="no-num no-toc" id=stability-0>Stability</h3><p>Different parts of this specification are at different levels of
-  maturity.<div id=stability></div><p class=big-issue>Some of the more major known issues are marked
+  maturity.<div id=stability></div><p class=XXX>Some of the more major known issues are marked
   like this. There are many other issues that have been raised as
   well; the issues given in this document are not the only known
   issues! Also, firing of events needs to be unified (right now some
@@ -1110,7 +1110,7 @@
   First, it should be read cover-to-cover, multiple times. Then, it
   should be read backwards at least once. Then it should be read by
[...1266 lines suppressed...]
+  object. <span class=XXX>define the actual requirements for
   this method, as with the previous one.</span> That string must be
   parsed using the specified <var title="">language</var> (defaulting
   to ECMAScript if the third argument is omitted) and executed in the
   scope of the <a href=#browsing-context>browsing context</a> associated with the
-  <code><a href=#window>Window</a></code> object on which the <code title=setTimeout>setTimeout()</code> method was invoked.<p class=big-issue>Need to define <var title="">language</var>
+  <code><a href=#window>Window</a></code> object on which the <code title=setTimeout>setTimeout()</code> method was invoked.<p class=XXX>Need to define <var title="">language</var>
   values.<p>The <dfn id=dom-windowtimers-setinterval title=dom-windowtimers-setInterval><code>setInterval(...)</code></dfn>
   variants must work in the same way as the <code>setTimeout</code>
   variants except that if <var title="">timeout</var> is a value
@@ -42138,8 +42138,7 @@
   methods take one integer (the value returned by <code title=dom-windowtimers-setTimeout><a href=#dom-windowtimers-settimeout>setTimeout()</a></code> and <code title=dom-windowtimers-setInterval><a href=#dom-windowtimers-setinterval>setInterval()</a></code>
   respectively) and must cancel the specified timeout. When called
   with a value that does not correspond to an active timeout or
-  interval, the methods must return without doing anything.<h2 class=no-num id=index>Index</h2><p><em>This section is non-normative.</em><p class=big-issue>List of elements<p class=big-issue>List of attributes<p class=big-issue>List of interfaces<p class=big-issue>List of events<h2 class=no-num id=references>References</h2><p class=big-issue>This section will be written in a future
-  draft.<!--XXX--></p><!-- XXX check that #references is always for [RFC\1] --><h2 class=no-num id=acknowledgements>Acknowledgements</h2><!-- ACKS --><p>Thanks to Aankhen, Aaron Boodman, Aaron Leventhal, Adam Barth,
+  interval, the methods must return without doing anything.<h2 class=no-num id=index>Index</h2><p><em>This section is non-normative.</em><p class=XXX>List of elements<p class=XXX>List of attributes<p class=XXX>List of interfaces<p class=XXX>List of events<h2 class=no-num id=references>References</h2><p class=XXX>This section will be written in a future draft.</p><!-- XXX check that #references is always for [RFC\1] --><h2 class=no-num id=acknowledgements>Acknowledgements</h2><!-- ACKS --><p>Thanks to Aankhen, Aaron Boodman, Aaron Leventhal, Adam Barth,
   Adam Roben, Addison Phillips, Adele Peterson, Adrian Sutton,
   Agust&iacute;n Fern&aacute;ndez, Alastair Campbell, Alexey
   Feldgendler, Anders Carlsson, Andrew Gove, Andrew Sidwell, Anne van

Received on Thursday, 2 October 2008 10:25:42 UTC