--- a/src/indie-ui-events.html Thu Jul 11 10:43:40 2013 -0700
+++ b/src/indie-ui-events.html Sun Aug 18 01:19:56 2013 -0700
@@ -834,17 +834,9 @@
<div data-transform="listEvents"><!-- dynamically generates event list --></div>
</section>
<section id="changelog" class="appendix">
- <h2>Normative changes since the last public working draft</h2>
+ <h2>Normative changes since the <a href="http://www.w3.org/TR/2013/WD-indie-ui-events-20130730/">last public working draft</a></h2>
<ul>
- <li>30 Apr 2013: The reflected attribute uiActions/@ui-actions is now uiactions/@uiactions.</li>
- <li>01 May 2013: Added UIFocusRequestEvent section.</li>
- <li>29 May 2013: Updated event initilizers to include event receiver.</li>
- <li>04 Jun 2013: UIValueChangeRequestEvent.changeType and UIFocusRequestEvent.focusType were missing in the interfaces; UIRequestEvent.target previously overrode Event.target.</li>
- <li>05 Jun 2013: changeType and focusType are unsigned shorts and not nullable. Added UNKNOWN = 0 constants to account for the change. Removed previous option for separate LinearFocusType and DirectionalFocusType dictionaries; these constants (NAV_NEXT, NAV_UP, etc.) are now defined in the constructor.</li>
- <li>09 Jul 2013: The uiactions IDL attribute is now a DOMTokenList rather than a DOMString.</li>
- <li>10 Jul 2013: Added section defining strings for DOMImplementation.hasFeature().</li>
- <li>10 Jul 2013: Added steps to determine the event receiver.</li>
- <li>11 Jul 2013: Promoted scrollrequest to its own Event interface UIScrollRequestEvent, so that it could accept either finite x/y deltas, or named semantic scroll events like PageDown, Home, etc.</li>
+ <li>None</li>
</ul>
</section>
<section id="terms" class="appendix" data-include="./include/terms.html"></section>