Fix 25295 - Add |locale| back to (deprecated) initCompositionEvent.
authorGary Kacmarcik <garykac@google.com>
Tue, 15 Apr 2014 17:05:58 -0700
changeset 584 7eee8e800ce2
parent 583 bf364c6f8a90
child 585 c2837d35f150
Fix 25295 - Add |locale| back to (deprecated) initCompositionEvent.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Tue Apr 15 16:41:08 2014 -0700
+++ b/html/DOM3-Events.html	Tue Apr 15 17:05:58 2014 -0700
@@ -9479,6 +9479,14 @@
 
 							<dt>DOMString? dataArg</dt>
 							<dd><p>Specifies <a href="#widl-CompositionEvent-data"><code>CompositionEvent.data</code></a>.</p></dd>
+
+							<dt>DOMString? locale</dt>
+							<dd><p>Specifies the <code>locale</code> attribute of the CompositionEvent.
+								This attribute is not defined in DOM3, but will be included in the
+								[<a href="#references-UIEvents">UI Events</a>] specification.
+								User agents which do not support <code>locale</code> should ignore this parameter.
+								</p></dd>
+
 						</dl>
 					</dd>
 				</dl>