m. missed one reference to uiactions attr.
authorJames Craig <jcraig@apple.com>
Wed, 01 May 2013 00:55:21 -0700
changeset 103 cd01969bc0c7
parent 102 761f786269f4
child 104 49d932e79091
m. missed one reference to uiactions attr.
src/indie-ui-events.html
--- 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>