Fix Bug 27903 - keyModifierState* of SharedKeyboardAndMouseEventInit are too long names
--- a/html/DOM3-Events.html Tue Feb 24 16:45:08 2015 -0800
+++ b/html/DOM3-Events.html Tue Feb 24 16:50:41 2015 -0800
@@ -2547,7 +2547,7 @@
the parameter <code class="key">'Accel'</code> must return <code>true</code>.</p>
</dd>
- <dt>boolean keyModifierStateAltGraph = false</dt>
+ <dt>boolean modifierAltGraph = false</dt>
<dd>
<p>Initializes the event object's key modifier state such that calls to the
<a href="#widl-MouseEvent-getModifierState"><code>MouseEvent.getModifierState()</code></a> or
@@ -2556,7 +2556,7 @@
return <code>true</code>.</p>
</dd>
- <dt>boolean keyModifierStateCapsLock = false</dt>
+ <dt>boolean modifierCapsLock = false</dt>
<dd>
<p>Initializes the event object's key modifier state such that calls to the
<a href="#widl-MouseEvent-getModifierState"><code>MouseEvent.getModifierState()</code></a> or
@@ -2565,7 +2565,7 @@
return <code>true</code>.</p>
</dd>
- <dt>boolean keyModifierStateFn = false</dt>
+ <dt>boolean modifierFn = false</dt>
<dd>
<p>Initializes the event object's key modifier state such that calls to the
<a href="#widl-MouseEvent-getModifierState"><code>MouseEvent.getModifierState()</code></a> or
@@ -2574,7 +2574,7 @@
return <code>true</code>.</p>
</dd>
- <dt>boolean keyModifierStateFnLock = false</dt>
+ <dt>boolean modifierFnLock = false</dt>
<dd>
<p>Initializes the event object's key modifier state such that calls to the
<a href="#widl-MouseEvent-getModifierState"><code>MouseEvent.getModifierState()</code></a> or
@@ -2583,7 +2583,7 @@
return <code>true</code>.</p>
</dd>
- <dt>boolean keyModifierStateHyper = false</dt>
+ <dt>boolean modifierHyper = false</dt>
<dd>
<p>Initializes the event object's key modifier state such that calls to the
<a href="#widl-MouseEvent-getModifierState"><code>MouseEvent.getModifierState()</code></a> or
@@ -2592,7 +2592,7 @@
return <code>true</code>.</p>
</dd>
- <dt>boolean keyModifierStateNumLock = false</dt>
+ <dt>boolean modifierNumLock = false</dt>
<dd>
<p>Initializes the event object's key modifier state such that calls to the
<a href="#widl-MouseEvent-getModifierState"><code>MouseEvent.getModifierState()</code></a> or
@@ -2601,7 +2601,7 @@
return <code>true</code>.</p>
</dd>
- <dt>boolean keyModifierStateOS = false</dt>
+ <dt>boolean modifierOS = false</dt>
<dd>
<p>Initializes the event object's key modifier state such that calls to the
<a href="#widl-MouseEvent-getModifierState"><code>MouseEvent.getModifierState()</code></a> or
@@ -2610,7 +2610,7 @@
return <code>true</code>.</p>
</dd>
- <dt>boolean keyModifierStateScrollLock = false</dt>
+ <dt>boolean modifierScrollLock = false</dt>
<dd>
<p>Initializes the event object's key modifier state such that calls to the
<a href="#widl-MouseEvent-getModifierState"><code>MouseEvent.getModifierState()</code></a> or
@@ -2619,7 +2619,7 @@
return <code>true</code>.</p>
</dd>
- <dt>boolean keyModifierStateSuper = false</dt>
+ <dt>boolean modifierSuper = false</dt>
<dd>
<p>Initializes the event object's key modifier state such that calls to the
<a href="#widl-MouseEvent-getModifierState"><code>MouseEvent.getModifierState()</code></a> or
@@ -2628,7 +2628,7 @@
return <code>true</code>.</p>
</dd>
- <dt>boolean keyModifierStateSymbol = false</dt>
+ <dt>boolean modifierSymbol = false</dt>
<dd>
<p>Initializes the event object's key modifier state such that calls to the
<a href="#widl-MouseEvent-getModifierState"><code>MouseEvent.getModifierState()</code></a> or
@@ -2637,7 +2637,7 @@
return <code>true</code>.</p>
</dd>
- <dt>boolean keyModifierStateSymbolLock = false</dt>
+ <dt>boolean modifierSymbolLock = false</dt>
<dd>
<p>Initializes the event object's key modifier state such that calls to the
<a href="#widl-MouseEvent-getModifierState"><code>MouseEvent.getModifierState()</code></a> or