Update D3E 2014-09-25. Remove refs to missing sections.
--- a/html/WD-DOM3-Events-20140925.html Wed Sep 24 12:24:52 2014 -0700
+++ b/html/WD-DOM3-Events-20140925.html Wed Sep 24 12:32:45 2014 -0700
@@ -6278,7 +6278,6 @@
<a href="#keys-keyvalues"><code>key</code></a> values and
<a href="#keys-codevalues"><code>code</code></a> values,
but briefly describes
- <a href="#keyboard-layout">keyboard layout</a> and
<a href="#key-legends">key legends</a>
for background.
</p>
@@ -6351,8 +6350,8 @@
<div id="code-motivation" class="section">
<h4 id="h4_code-motivation"><span class="secno">6.2.1 </span>Motivation for Adding the <code>code</code> Attribute</h4>
- <p>As discussed in more detail later in this document, the standard PC keyboard has a set of keys (which
- we refer to as <em><a href="#key-alphanumeric-writing-system">writing system keys</a></em>)
+ <p>The standard PC keyboard has a set of keys (which
+ we refer to as <em>writing system keys</em>)
that generate different <code>key</code> values
based on the current keyboard layout selected by the user.
This situation makes it difficult to write code that detects keys based on their physical
@@ -11252,4 +11251,16 @@
</div>
<!-- references -->
-</body></html>
\ No newline at end of file
+
+ <script type="text/javascript">
+ // DELETE FOR PUBLICATION DOCUMENT
+ try {
+ [].forEach.call(document.querySelectorAll("[class=key]"), function addKeyTitle(elem) { elem.title = "Key Value"; });
+ [].forEach.call(document.querySelectorAll("[class=code]"), function addCodeTitle(elem) { elem.title = "Code Value"; });
+ [].forEach.call(document.querySelectorAll("[class=char]"), function addCharTitle(elem) { elem.title = "Character Value"; });
+ [].forEach.call(document.querySelectorAll("[class=glyph]"), function addGlyphTitle(elem) { elem.title = "Character Value Glyph"; });
+ } catch (ex) { }
+ </script>
+
+
+<form action="http://www.w3.org/Bugs/Public/enter_bug.cgi" target="_blank" style="position: fixed; padding: 5px; top: 1em; right: 2em; font-family: sans-serif; font-size: 0.8em; border: 1px solid rgb(255, 0, 0); background-color: rgb(255, 255, 255);">Select text and <input type="submit" accesskey="f" value="file a bug" style="display: block;" /><input type="hidden" name="comment" value="" /><input type="hidden" name="product" value="WebAppsWG" /><input type="hidden" name="component" value="DOM3 Events" /></form></body></html>
\ No newline at end of file