m. part of ACTION-37: uiActions is an ivar, not a class var
--- a/src/indie-ui-events.html Mon Dec 17 14:15:06 2012 -0800
+++ b/src/indie-ui-events.html Mon Dec 17 15:00:08 2012 -0800
@@ -111,7 +111,7 @@
<section id="uiActions">
<h2>The <code>uiActions</code> IDL Attribute</h2>
- <p>The <code>uiActions</code> attribute of the Element interface MUST return a DOMString <a href="#def_reflected_attribute">reflecting</a> the <a href="#ui-actions"><code>ui-actions</code></a> content attribute.</p>
+ <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="#ui-actions"><code>ui-actions</code></a> content attribute.</p>
<dl title="partial interface Element" class="idl">
<dt>attribute DOMString uiActions</dt>
<dd>A attribute whose string value <a href="#def_reflected_attribute">reflects</a> the <a href="#ui-actions"><code>ui-actions</code></a> content attribute.</dd>