Fix 24729, WheelEventInit inheriting from MouseEventInit
authorGary Kacmarcik <garykac@google.com>
Tue, 04 Mar 2014 16:31:05 -0800
changeset 564 859fc5314cf0
parent 563 991944a7caea
child 565 9aa8afffed04
Fix 24729, WheelEventInit inheriting from MouseEventInit

Respec requires a space before the ':' to parse this correctly.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Tue Mar 04 16:17:05 2014 -0800
+++ b/html/DOM3-Events.html	Tue Mar 04 16:31:05 2014 -0800
@@ -4560,7 +4560,7 @@
 
 					</dl>
 
-					<dl class="idl" title="dictionary WheelEventInit: MouseEventInit">
+					<dl class="idl" title="dictionary WheelEventInit : MouseEventInit">
 						<dt>double deltaX = 0.0</dt>
 						<dd><p>See <code>deltaZ</code> attribute.</p></dd>