Skip to content

Commit

Permalink
[e] (0) oops, had issues marked as titles instead of classes.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2266 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 2, 2008
1 parent 01f1862 commit ea4f89b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions index
Expand Up @@ -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 -->
Expand Down Expand Up @@ -31954,7 +31954,7 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
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>
Expand Down Expand Up @@ -51703,7 +51703,7 @@ interface <dfn id=timeouthandler>TimeoutHandler</dfn> {

<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
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -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 -->
Expand Down Expand Up @@ -36146,7 +36146,7 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
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>
Expand Down Expand Up @@ -56134,7 +56134,7 @@ interface <dfn>TimeoutHandler</dfn> {
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
Expand Down

0 comments on commit ea4f89b

Please sign in to comment.