m. missed one reference to uiactions attr.
--- a/src/indie-ui-events.html Wed May 01 00:53:11 2013 -0700
+++ b/src/indie-ui-events.html Wed May 01 00:55:21 2013 -0700
@@ -228,8 +228,8 @@
<h2>The <code>uiactions</code> IDL Attribute</h2>
<p>The <code>uiactions</code> attribute of each instance of the Element interface MUST return a DOMString <a href="#def_reflected_attribute">reflecting</a> the <a href="#uiactions-content-attribute"><code>uiactions</code> content attribute</a>.</p>
<dl title="partial interface Element" class="idl">
- <dt>attribute DOMString receives</dt>
- <dd>A attribute whose string value <a href="#def_reflected_attribute">reflects</a> the value of the <a href="#uiactions-content-attribute"><code>uiactions</code> content attribute</a>.</dd>
+ <dt>attribute DOMString uiactions</dt>
+ <dd>A DOM element attribute whose string value <a href="#def_reflected_attribute">reflects</a> the value of the <a href="#uiactions-content-attribute"><code>uiactions</code> content attribute</a>.</dd>
</dl>
</section>