m. typo.
--- a/src/indie-ui-events.html Wed Jul 10 18:02:25 2013 -0700
+++ b/src/indie-ui-events.html Wed Jul 10 18:12:11 2013 -0700
@@ -282,7 +282,7 @@
<section id="UIRequestEvent" class="normative">
<h3>Interface UIRequestEvent</h3>
<p class="ednote">Separate interface from UIEvent because the @uiactions attribute will 1) affect when and where these events are fired, and 2) adds the distinction of an event <a href="#def_request_event_receiver">receiver</a> element (element declaring the uiactions attribute) in addition to the "target" element where the event initiates and the "listener" element where the event is registered for and handled.</p>
- <p>The <code>receiver</code> attribute of each instance of the Event interface MUST return an EventTarget matching the DOMElement where the corresponding event's action is declared via the <a href="#uiactions-attribute"><code>uiactions</code> attribute</a>.</p>
+ <p>The <code>receiver</code> attribute of each instance of the UIRequestEvent interface MUST return an EventTarget matching the DOMElement where the corresponding event's action is declared via the <a href="#uiactions-attribute"><code>uiactions</code> attribute</a>.</p>
<dl title="[Constructor(DOMString typeArg, optional UIRequestEventInit dictUIRequestEventInit)] interface UIRequestEvent : UIEvent" class="idl">
<dt>readonly attribute EventTarget receiver</dt>
<dd>In addition to the event target, each UI Request Event has a receiver element, which is declared via the <a href="#uiactions-content-attribute"><code>uiactions</code></a> content attribute on an ancestor node of the event target. </dd>