Flagged locale as an issue still.
authorTravis Leithead
Tue, 24 Feb 2015 16:58:23 -0800
changeset 689 d09002eae837
parent 688 8d1e57db7566
child 690 ce846e9ef1fd
Flagged locale as an issue still.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Tue Feb 24 16:50:41 2015 -0800
+++ b/html/DOM3-Events.html	Tue Feb 24 16:58:23 2015 -0800
@@ -9817,7 +9817,8 @@
 				<li>The <a href="#interface-KeyboardEvent"><code>KeyboardEvent</code></a> and 
 					<a href="#interface-CompositionEvent"><code>CompositionEvent</code></a> interfaces defined
 					a <code>locale</code> attribute. This attribute was underspecified and moved to the
-					UI Events specification [<a href="#references-UIEvents">UIEvents</a>].</li>
+					UI Events specification [<a href="#references-UIEvents">UIEvents</a>].
+					<span class="issue">Need to update this text once locale's locale is finalized</span></li>
 				<li>The <a href="#interface-KeyboardEvent"><code>KeyboardEvent</code></a> also had a <code>char</code>
 					attribute that was only used by the
 						<a class="eventtype" href="#event-type-keypress"><code>keypress</code></a>