Fix 23186, add comments for 24247 and 23751.
authorGary Kacmarcik <garykac@google.com>
Tue, 04 Mar 2014 16:17:05 -0800
changeset 563 991944a7caea
parent 562 bfce9a135d6e
child 564 859fc5314cf0
Fix 23186, add comments for 24247 and 23751.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Thu Feb 13 14:55:09 2014 -0800
+++ b/html/DOM3-Events.html	Tue Mar 04 16:17:05 2014 -0800
@@ -8177,6 +8177,11 @@
 			<section id="keys-guidelines">
 				<h3>Guidelines for selecting and defining key values</h3>
 
+<p class="issue">
+Should we allow implementations to define their own values? If not we should update the text and remove this section.
+<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24247">24247</a>
+</p>
+
 				<p><strong>This section is normative.</strong></p>
 
 				<p>The list of key values contained in this specification is not exhaustive, and input devices MAY have to define their own key values. Consider the current function
@@ -8234,7 +8239,7 @@
 			<h3>Keyboard Event <code>key</code> Value Tables</h3>
 
 			<p>This section defines a list of <code>key</code> values which implementations MUST support, at a minimum, in addition to support for the full range of Unicode [<a href="#references-Unicode">Unicode</a>]
-				codepoints.  Implementations MAY support additional key values, in a manner conforming to the <a href="#keys-Guide">guidelines for selecting and defining key values</a>.
+				codepoints.  Implementations MAY support additional key values, in a manner conforming to the <a href="#keys-guidelines">guidelines for selecting and defining key values</a>.
 				The <a href="#widl-KeyboardEvent-key"><code>KeyboardEvent.key</code></a> attribute of an event MUST always contain one of these control key
 				or character values (even if the value is <a href="#key-Unidentified"><code class="key">'Unidentified'</code></a>). If the key represents one of the set of printable
 				control characters which has a Unicode character entry, such as the tab key, the <a href="#widl-KeyboardEvent-key"><code>KeyboardEvent.key</code></a> attribute
@@ -8374,6 +8379,10 @@
 
 			<section id="keys-ui">
 				<h4>UI Keys</h4>
+<p class="issue">
+Any objection to adding SELECT here?
+<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23751">23751</a>
+</p>
 				<div id="key-table-ui" class="key-table">
 					<key name="Accept">The Accept (Commit, OK) key. Accept current option or input method sequence conversion.</key>
 					<key name="Again">The Again key, to redo or repeat an action.</key>