html5/spec Overview.html,1.1438,1.1439

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

Modified Files:
	Overview.html 
Log Message:
oops, had issues marked as titles instead of classes. (whatwg r2266)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1438
retrieving revision 1.1439
diff -u -d -r1.1438 -r1.1439
--- Overview.html	2 Oct 2008 10:07:29 -0000	1.1438
+++ Overview.html	2 Oct 2008 10:11:25 -0000	1.1439
@@ -1550,13 +1550,13 @@
   in this spec assume zero-based indexes but use the term "<var title="">index</var>th" liberally. We should define those to be
   zero-based and be clearer about this.<p>Unless otherwise specified, if a DOM attribute that is a floating
   point number type (<code title="">float</code>) is assigned an
-  Infinity or Not-a-Number value, a <code title=big-issue>NOT_SUPPORTED_ERR</code> exception must be
+  Infinity or Not-a-Number value, a <code class=big-issue>NOT_SUPPORTED_ERR</code> exception must be
   raised.<p>Unless otherwise specified, if a method with an argument that is a
   floating point number type (<code title="">float</code>) is passed
-  an Infinity or Not-a-Number value, a <code title=big-issue>NOT_SUPPORTED_ERR</code> exception must be
+  an Infinity or Not-a-Number value, a <code class=big-issue>NOT_SUPPORTED_ERR</code> exception must be
   raised.</p><!-- XXX DOMB --><p>Unless otherwise specified, if a method is passed fewer
   arguments than is defined for that method in its IDL definition,
-  a <code title=big-issue>NOT_SUPPORTED_ERR</code> exception must be
+  a <code class=big-issue>NOT_SUPPORTED_ERR</code> exception must be
   raised.</p><!-- XXX DOMB --><p>Unless otherwise specified, if a method is passed more arguments than
   is defined for that method in its IDL definition, the excess
   arguments must be ignored.<h3 id=case-sensitivity><span class=secno>2.3 </span>Case-sensitivity</h3><p>This specification defines several comparison operators for
@@ -25665,7 +25665,7 @@
   cancelable (unless otherwise stated), and which uses the
   <code>Event</code> interface, must be dispatched at the given
   element.<p><dfn id=fire-a-show-event title="fire a show event">Firing a <code title=event-show>show</code> event</dfn> means <a href=#fire-a-simple-event title="fire a
-  simple event">firing a simple event called <code title=event-show>show</code></a>. <span title=big-issue>Actually this should fire an event that has
+  simple event">firing a simple event called <code title=event-show>show</code></a>. <span class=big-issue>Actually this should fire an event that has
   modifier information (shift/ctrl etc), as well as having a pointer
   to the node on which the menu was fired, and with which the menu was
   associated (which could be an ancestor of the former).</span><p><dfn id=fire-a-load-event title="fire a load event">Firing a <code title=event-load>load</code> event</dfn> means <a href=#fire-a-simple-event title="fire a
@@ -42120,7 +42120,7 @@
   must be passed to the <var title="">handler</var> as arguments to
   the <code>handleEvent()</code> function.<p>Alternatively, <dfn title=""><code>setTimeout(<var title="">code</var>, <var title="">timeout</var>[, <var title="">language</var>])</code></dfn> may be used. This variant
   takes a string instead of a <code><a href=#timeouthandler>TimeoutHandler</a></code>
-  object. <span title=big-issue>define the actual requirements for
+  object. <span class=big-issue>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

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