Posting concern about the caption events that were proposed at the F2F. Follow-up on list.
authorJames Craig <jcraig@apple.com>
Mon, 03 Dec 2012 17:55:01 -0800
changeset 46 69268c37616f
parent 45 2d87fcce799e
child 47 b6c8e8f1048d
Posting concern about the caption events that were proposed at the F2F. Follow-up on list.
src/indie-ui-events.html
--- a/src/indie-ui-events.html	Mon Dec 03 17:43:15 2012 -0800
+++ b/src/indie-ui-events.html	Mon Dec 03 17:55:01 2012 -0800
@@ -199,6 +199,7 @@
 						<dt id="captionsoffrequest" data-transform="markRestricted">Captions Off Request <code class="event">captionsoffrequest</code></dt>
 						<dd>
 							<p>Indicates the user desires to have video captions hidden.</p>
+							<p class="ednote">Possibly too much overlap on the 'caption' events with the User Context notifications when user preference changes.</p>
 							<p>Initiated when the user agent sends a 'captionsoffrequest' request to the web application.</p>
 							<ul>
 								<li>Bubbles: Yes</li>
@@ -208,6 +209,7 @@
 						<dt id="captionsonrequest" data-transform="markRestricted">Captions On Request <code class="event">captionsonrequest</code></dt>
 						<dd>
 							<p>Indicates the user desires to have video captions enabled where available.</p>
+							<p class="ednote">Possibly too much overlap on the 'caption' events with the User Context notifications when user preference changes.</p>
 							<p>Initiated when the user agent sends a 'captionsonrequest' request to the web application.</p>
 							<ul>
 								<li>Bubbles: Yes</li>
@@ -217,8 +219,9 @@
 						<dt id="captionstogglerequest" data-transform="markRestricted">Captions Toggle Request <code class="event">captionstogglerequest</code></dt>
 						<dd>
 							<p>Indicates the user desires to have video captions toggled between the 'on' and 'off' states.</p>
+							<p class="ednote">Possibly too much overlap on the 'caption' events with the User Context notifications when user preference changes.</p>
+							<p class="ednote">If it's determined that specific caption events are necessary, we should actively seeking comments on whether the caption 'toggle' event is necessary. It may be that the caption 'enable' and 'disable' events are enough.</p>
 							<p>Initiated when the user agent sends a 'captionstogglerequest' request to the web application.</p>
-							<p class="ednote">Actively seeking comments on whether the caption 'toggle' event is necessary. It may be that the caption 'enable' and 'disable' events are enough.</p>
 							<ul>
 								<li>Bubbles: Yes</li>
 								<li>Cancelable: Yes</li>
@@ -528,7 +531,7 @@
 					<h4>AccessibilityEvent Types</h4>
 					<p>The different types of AccessibilityEvents that can occur are:</p>
 					<dl>
-						<dt id="atfocus" data-transform="markRestricted">Assistive Technology Focus <code class="event">atfocus</code></dt>
+						<dt id="atfocus">Assistive Technology Focus <code class="event">atfocus</code></dt>
 						<dd>
 							<p>Initiated when the assistive technology cursor or point-of-regard moves to a particular DOM node.</p>
 							<ul>
@@ -536,7 +539,7 @@
 								<li>Cancelable: No</li>
 							</ul>
 						</dd>
-						<dt id="atblur" data-transform="markRestricted">Assistive Technology Blur <code class="event">atblur</code></dt>
+						<dt id="atblur">Assistive Technology Blur <code class="event">atblur</code></dt>
 						<dd>
 							<p>Initiated when the assistive technology cursor or point-of-regard leaves a particular DOM node.</p>
 							<ul>