[html5] r2266 - [e] (0) oops, had issues marked as titles instead of classes.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 2 03:11:22 PDT 2008
Author: ianh
Date: 2008-10-02 03:11:21 -0700 (Thu, 02 Oct 2008)
New Revision: 2266
Modified:
index
source
Log:
[e] (0) oops, had issues marked as titles instead of classes.
Modified: index
===================================================================
--- index 2008-10-02 10:07:25 UTC (rev 2265)
+++ index 2008-10-02 10:11:21 UTC (rev 2266)
@@ -1887,18 +1887,18 @@
<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>
<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 -->
@@ -31954,7 +31954,7 @@
element.</p>
<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>
@@ -51703,7 +51703,7 @@
<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
Modified: source
===================================================================
--- source 2008-10-02 10:07:25 UTC (rev 2265)
+++ source 2008-10-02 10:11:21 UTC (rev 2266)
@@ -965,19 +965,19 @@
<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
+ class="big-issue">NOT_SUPPORTED_ERR</code> exception must be
raised.</p>
<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
+ 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 -->
@@ -36146,7 +36146,7 @@
title="event-show">show</code> event</dfn> means <span title="fire a
simple event">firing a simple event called <code
title="event-show">show</code></span>. <span
- title="big-issue">Actually this should fire an event that has
+ 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>
@@ -56134,7 +56134,7 @@
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>TimeoutHandler</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
More information about the Commit-Watchers
mailing list