--- a/master/interact.html Tue Dec 03 17:26:50 2013 +0100
+++ b/master/interact.html Fri Dec 06 15:03:57 2013 -0600
@@ -206,7 +206,7 @@
<tr>
<td id="FocusEvent"><p class="event-name"><strong>focus</strong></p>
<p>Occurs when an element receives focus. The focus must be given to the element before the dispatch of this event type.</p></td>
- <td>focus</td>
+ <td>(same)</td>
<td><a
href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#interface-FocusEvent">
FocusEvent</a></td>
@@ -216,7 +216,7 @@
<tr>
<td id="FocusInEvent"><p class="event-name"><strong>focusin</strong></p>
<p>Occurs when an element is about to receive focus.</p></td>
- <td>focusin</td>
+ <td>(same)</td>
<td><a
href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#interface-FocusEvent">
FocusEvent</a></td>
@@ -226,7 +226,7 @@
<tr>
<td id="FocusOutEvent"><p class="event-name"><strong>focusout</strong></p>
<p>Occurs when an element is about to lose focus. The event must be dispatched to before the element loses focus. The element must be the element which is about to lose focus</p></td>
- <td>focusout</td>
+ <td>(same)</td>
<td><a
href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#interface-FocusEvent">
FocusEvent</a></td>
@@ -235,7 +235,7 @@
</tr>
<tr>
<td id="BlurEvent"><p class="event-name"><strong>blur</strong></p> <p>Occurs when an element loses focus. The focus must be taken from the element before the dispatch of this event type.</p></td>
- <td>blur</td>
+ <td>(same)</td>
<td><a
href="http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#interface-FocusEvent">
FocusEvent</a></td>