--- a/html/DOM3-Events.html Tue Dec 03 17:24:16 2013 -0800
+++ b/html/DOM3-Events.html Tue Dec 03 17:26:01 2013 -0800
@@ -784,7 +784,7 @@
<div class="example">
<div class="example-title"></div>
- <p>A user double-clicks a passage of text to select a word, then presses the <code class="key">'Del'</code>
+ <p>A user double-clicks a passage of text to select a word, then presses the <code class="key">'Delete'</code>
key to erase the word, triggering the following synchronous sequence of events:
<a class="eventtype" href="#event-type-mousedown"><code>mousedown</code></a>,
<a class="eventtype" href="#event-type-mouseup"><code>mouseup</code></a>,
@@ -7485,7 +7485,7 @@
<p>In some cases, modifier keys change the key value value for a key event. For example, on some MacOS keyboards, the key labeled <code>'delete'</code>
functions the same as the <code class="key">'Backspace'</code> key on the Windows OS when unmodified, but when modified by the <code class="key">'Fn'</code>
- key, acts as the <code class="key">'Del'</code> key, and the value of the key value will match the most appropriate function of the key in its current modified
+ key, acts as the <code class="key">'Delete'</code> key, and the value of the key value will match the most appropriate function of the key in its current modified
state.</p>
</section> <!-- keys-modifiers -->