[html5] r7702 - [e] (0) Be more explicit about what this means. Fixing https://www.w3.org/Bugs/P [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 6 15:38:17 PST 2013
Author: ianh
Date: 2013-02-06 15:38:16 -0800 (Wed, 06 Feb 2013)
New Revision: 7702
Modified:
complete.html
index
source
Log:
[e] (0) Be more explicit about what this means.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19713
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-02-06 23:10:54 UTC (rev 7701)
+++ complete.html 2013-02-06 23:38:16 UTC (rev 7702)
@@ -72437,19 +72437,17 @@
<dl class=switch><dt>If the event type is <code class=event-mouseover>mouseover</code></dt>
- <dd><p>If <var title="">return value</var> is a boolean with the value true, then cancel the
- event.</dd>
+ <dd><p>If <var title="">return value</var> is a WebIDL boolean true value, then cancel the event.</dd>
<dt>If the <code><a href=#event>Event</a></code> object <var title="">E</var> is a <code><a href=#beforeunloadevent>BeforeUnloadEvent</a></code>
object</dt>
- <dd><p>If <var title="">return value</var> is a string, and the <code><a href=#event>Event</a></code> object <var title="">E</var>'s <code title=dom-BeforeUnloadEvent-returnValue><a href=#dom-beforeunloadevent-returnvalue>returnValue</a></code>
+ <dd><p>If <var title="">return value</var> is a WebIDL string value, and the <code><a href=#event>Event</a></code> object <var title="">E</var>'s <code title=dom-BeforeUnloadEvent-returnValue><a href=#dom-beforeunloadevent-returnvalue>returnValue</a></code>
attribute's value is the empty string, then set the <code title=dom-BeforeUnloadEvent-returnValue><a href=#dom-beforeunloadevent-returnvalue>returnValue</a></code> attribute's value to <var title="">return value</var>.</dd>
<dt>Otherwise</dt>
- <dd><p>If <var title="">return value</var> is a boolean with the value false, then cancel the
- event.</dd>
+ <dd><p>If <var title="">return value</var> is a WebIDL boolean false value, then cancel the event.</dd>
<!-- IE actually uncancels the event if the function returns true -->
Modified: index
===================================================================
--- index 2013-02-06 23:10:54 UTC (rev 7701)
+++ index 2013-02-06 23:38:16 UTC (rev 7702)
@@ -72437,19 +72437,17 @@
<dl class=switch><dt>If the event type is <code class=event-mouseover>mouseover</code></dt>
- <dd><p>If <var title="">return value</var> is a boolean with the value true, then cancel the
- event.</dd>
+ <dd><p>If <var title="">return value</var> is a WebIDL boolean true value, then cancel the event.</dd>
<dt>If the <code><a href=#event>Event</a></code> object <var title="">E</var> is a <code><a href=#beforeunloadevent>BeforeUnloadEvent</a></code>
object</dt>
- <dd><p>If <var title="">return value</var> is a string, and the <code><a href=#event>Event</a></code> object <var title="">E</var>'s <code title=dom-BeforeUnloadEvent-returnValue><a href=#dom-beforeunloadevent-returnvalue>returnValue</a></code>
+ <dd><p>If <var title="">return value</var> is a WebIDL string value, and the <code><a href=#event>Event</a></code> object <var title="">E</var>'s <code title=dom-BeforeUnloadEvent-returnValue><a href=#dom-beforeunloadevent-returnvalue>returnValue</a></code>
attribute's value is the empty string, then set the <code title=dom-BeforeUnloadEvent-returnValue><a href=#dom-beforeunloadevent-returnvalue>returnValue</a></code> attribute's value to <var title="">return value</var>.</dd>
<dt>Otherwise</dt>
- <dd><p>If <var title="">return value</var> is a boolean with the value false, then cancel the
- event.</dd>
+ <dd><p>If <var title="">return value</var> is a WebIDL boolean false value, then cancel the event.</dd>
<!-- IE actually uncancels the event if the function returns true -->
Modified: source
===================================================================
--- source 2013-02-06 23:10:54 UTC (rev 7701)
+++ source 2013-02-06 23:38:16 UTC (rev 7702)
@@ -84713,13 +84713,12 @@
<dt>If the event type is <code class="event-mouseover">mouseover</code></dt>
- <dd><p>If <var title="">return value</var> is a boolean with the value true, then cancel the
- event.</p></dd>
+ <dd><p>If <var title="">return value</var> is a WebIDL boolean true value, then cancel the event.</p></dd>
<dt>If the <code>Event</code> object <var title="">E</var> is a <code>BeforeUnloadEvent</code>
object</dt>
- <dd><p>If <var title="">return value</var> is a string, and the <code>Event</code> object <var
+ <dd><p>If <var title="">return value</var> is a WebIDL string value, and the <code>Event</code> object <var
title="">E</var>'s <code title="dom-BeforeUnloadEvent-returnValue">returnValue</code>
attribute's value is the empty string, then set the <code
title="dom-BeforeUnloadEvent-returnValue">returnValue</code> attribute's value to <var
@@ -84727,8 +84726,7 @@
<dt>Otherwise</dt>
- <dd><p>If <var title="">return value</var> is a boolean with the value false, then cancel the
- event.</p></dd>
+ <dd><p>If <var title="">return value</var> is a WebIDL boolean false value, then cancel the event.</p></dd>
<!-- IE actually uncancels the event if the function returns true -->
More information about the Commit-Watchers
mailing list