m. Can't used 'reflected' keyword on ReSpec WebIDL property. Prose will suffice.
authorJames Craig <jcraig@apple.com>
Wed, 01 May 2013 00:51:01 -0700
changeset 101 a52ff2746434
parent 100 9155914a1eda
child 102 761f786269f4
m. Can't used 'reflected' keyword on ReSpec WebIDL property. Prose will suffice.
src/indie-ui-events.html
--- a/src/indie-ui-events.html	Tue Apr 30 19:32:56 2013 -0700
+++ b/src/indie-ui-events.html	Wed May 01 00:51:01 2013 -0700
@@ -228,7 +228,7 @@
 				<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>reflected attribute DOMString receives</dt>
+					<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>
 				</dl>
 			</section>