22:53:55 RRSAgent has joined #html-a11y 22:53:55 logging to http://www.w3.org/2014/01/06-html-a11y-irc 22:53:57 RRSAgent, make logs world 22:53:59 Zakim, this will be 2119 22:53:59 ok, trackbot; I see WAI_HTML AT()6:00PM scheduled to start in 7 minutes 22:54:00 Meeting: HTML Accessibility Task Force Teleconference 22:54:00 Date: 06 January 2014 22:54:13 Meeting: Canvas Sub-Group 22:54:47 scribe: Mark Sadecki 22:54:52 scribeNick: MarkS 22:56:19 agenda? 22:56:27 zakim, clear agenda 22:56:27 agenda cleared 22:56:44 agenda+ Review action items taken up at last meeting 22:57:00 agenda+ scrollPathIntoView() 22:58:03 agenda+ Continue Bug Walkthrough (starting with 23980) 22:58:29 agenda+ Estimate how long it will take to address rest of the bugs 22:58:48 agenda+ Confirm next meeting 22:59:29 WAI_HTML AT()6:00PM has now started 22:59:36 +marks 23:00:31 zakim, agenda? 23:00:31 I see 5 items remaining on the agenda: 23:00:33 1. Review action items taken up at last meeting [from MarkS] 23:00:33 2. scrollPathIntoView() [from MarkS] 23:00:33 3. Continue Bug Walkthrough (starting with 23980) [from MarkS] 23:00:33 4. Estimate how long it will take to address rest of the bugs [from MarkS] 23:00:33 5. Confirm next meeting [from MarkS] 23:00:44 +Rich_Schwerdtfeger 23:01:38 +[Microsoft] 23:01:53 zakim, microsoft has me 23:01:53 +jaymunro; got it 23:03:09 http://www.w3.org/WAI/PF/HTML/wiki/Canvas#Next_Agenda 23:05:54 hi rio cabanier_, are you available? 23:06:01 s/rio/rik 23:06:03 +cabanier 23:09:11 [discussion on scrollPathIntoView() and why location information of fallback content needs to be updated] 23:11:32 zakim, take up item 2 23:11:32 agendum 2. "scrollPathIntoView()" taken up [from MarkS] 23:13:09 RS: we need to add text that makes it clear that scrolling the page (and moving the position of canvas objects in the browser window) should result in location information updates to fallback elements as well. 23:14:37 JMunro: We should probably add that under point #3 Scroll rendered fallback element into view with the align to top flag set. 23:15:11 RC: Sounds like advice. Do we need to put it here? 23:15:25 RS: Should probably go in an implementation guide for Canvas 23:16:03 RC: I don't think we need to specify that the position of the elements gets changed if the page scrolls. 23:16:46 ...If the canvas document is offscreen and an element gets focused, it should tell the browser to move the canvas into the viewport 23:17:21 RS: just need to put something into the method for scrollPathIntoView() 23:17:39 ...and this was moved to L2 23:17:51 RC: Should we leave it undefined for now? 23:18:26 RC: if you are tabbing to an element that is offscreen, you want to scroll the page to move it into the viewport 23:18:30 RS: Where should that go? 23:18:40 RC: It should be text that is similar to scrollPathIntoView 23:18:57 ...it should be one of the steps for drawing the focus ring 23:19:46 JMunro: I'm wondering if sending location updates to the a11y layer is really needed because its connected to the fallback content which is connected to the element drawn on the screen. 23:19:55 ...do we need a note that says to move the location too 23:20:36 RS: If you tab to something which is a fallback content, what would happen? 23:21:19 JMunro: I think the browser would move focus to that element, and draw the focus ring. 23:21:31 RS: When you first tab, will you have a location? 23:21:55 RC: the position is always known. 23:22:11 ...when you call drawFocusRing, you set the location 23:23:09 RS: before that is called, we don't have location information. 23:23:09 RC: that is true 23:23:35 ...but they have to call drawFocusRing, even when it does not receive focus (its just checking) 23:25:11 ...I don't think we need to define this behavior 23:25:58 JMunro: I thought location information for all elements was only returned on dCFR 23:26:10 ...dSFR returns VOID 23:27:12 JMunro: so element.focus doesn't trigger this, they have to call drawFocusRing 23:27:22 RC: correct. 23:28:01 ...author needs to call drawFocusRing which checks all the canvas elements to see if it has focus. if it does, it draws a ring, regardless it will update the location info for all elements in canvas 23:28:39 http://www.w3.org/html/wg/drafts/2dcontext/html5_canvas_CR/#dom-context-2d-scrollpathintoview 23:31:37 RC: We need additional text under scrollPathIntoView() "if the elements region is not on the screen, then scroll the region into view" 23:33:53 JMunro: RE: where to put these things. Do we want to put these notes at the bottom of both methods (dCFR and dSFR) 23:34:36 RC: It should be after step 1 of each function 23:34:44 s/function/method 23:35:37 RS: This is something they would have to change in Chrome... 23:35:39 RC: yes 23:35:45 ...should talk to Dominic 23:38:24 JMunro: I can put some draft text into there that clarifies that if focus is moved to an element on the canvas and the canvas is not in the viewport, the page should scroll so that the canvas is in the viewport. 23:38:52 RS: I just pinged dominic and he said no problem. 23:39:35 zakim, agenda? 23:39:35 I see 5 items remaining on the agenda: 23:39:36 1. Review action items taken up at last meeting [from MarkS] 23:39:36 2. scrollPathIntoView() [from MarkS] 23:39:36 3. Continue Bug Walkthrough (starting with 23980) [from MarkS] 23:39:36 4. Estimate how long it will take to address rest of the bugs [from MarkS] 23:39:36 5. Confirm next meeting [from MarkS] 23:40:11 RC: after step 3, when the elements are attached to the region. that is where it should go 23:41:02 zakim, take up next item 23:41:02 agendum 1. "Review action items taken up at last meeting" taken up [from MarkS] 23:41:58 JMunro: 23978 is mostly taken care of. I see your reply now and will finish it up. 23:42:39 ...wanted to suggest that as we make changes, can we say something like "change [original content] to [new content]" 23:43:09 RS: absolutely 23:44:52 JMunro: we can make changes to L2 23:45:13 http://www.w3.org/WAI/PF/HTML/track/actions/224 23:46:46 RS: That is all taken care of. There may not be a bug, but the work is being done 23:46:55 MS: I can take a closer look to confirm. 23:47:05 zakim, next item 23:47:05 agendum 3. "Continue Bug Walkthrough (starting with 23980)" taken up [from MarkS] 23:47:21 https://www.w3.org/Bugs/Public/show_bug.cgi?id=23980 23:48:02 RC: we agreed last call that dSFR is OK dCFR needs work, but we can do that for L2 23:48:20 JMunro: Let's make a note on the bug. 23:48:32 https://www.w3.org/Bugs/Public/show_bug.cgi?id=23982 23:49:00 Focus Ring out of canvas 23:49:55 RC: I think that was a question from Apple. Wanted to know what should happen 23:50:20 ...what happens when you try to scroll to it. 23:50:39 RS: the location would change, but the visual rendering of the ring would be clipped 23:50:45 ...do we need a note to clarify that? 23:51:51 RC: lets say the path is underneath the canvas element, would you scroll past that, or to the bottom or not at all? 23:53:09 ...clip it if its partially visible, but what if it is not visible (beyond the canvas borders) 23:53:44 ... wouldn't you just say abort 23:55:41 RS: give it a location, but don't draw anything. 23:56:12 RC: what happens if you tab to the fallback content for an element that is rendered beyond the borders of the canvas? 23:56:27 RS: don't scroll at all. 23:56:41 ...it has to be visible on the canvas 23:57:10 RC: so that should be made clear. if the element is beyond the borders of the canvas, do not scroll it into view 23:57:47 zakim, next item 23:57:47 agendum 4. "Estimate how long it will take to address rest of the bugs" taken up [from MarkS] 23:58:42 These are the remaining bugs 23:58:57 MarkS has joined #html-a11y 23:59:51 23984 Is it possible to implement drawCustomFocusRing? 23:59:51 23985 drawCustomFocusRing and color scheme 23:59:51 23986 Current default path 23:59:52 23987 Empty path and drawSystemFocusRing 23:59:57 23984 Is it possible to implement drawCustomFocusRing? 23:59:58 23985 drawCustomFocusRing and color scheme 23:59:59 23986 Current default path 00:00:00 23987 Empty path and drawSystemFocusRing 00:01:36 [group agrees that 2-3 weeks tops to go through rest of bugs] 00:01:41 zakim, next item 00:01:41 agendum 5. "Confirm next meeting" taken up [from MarkS] 00:02:14 -cabanier 00:02:15 -marks 00:02:16 -[Microsoft] 00:02:17 WAI_HTML AT()6:00PM has ended 00:02:17 Attendees were marks, Rich_Schwerdtfeger, jaymunro, cabanier 00:02:38 rrsagent, make minutes 00:02:38 I have made the request to generate http://www.w3.org/2014/01/06-html-a11y-minutes.html MarkS 02:41:40 davidb has joined #html-a11y 04:27:42 chaals has joined #html-a11y 06:15:49 chaals has joined #html-a11y 06:59:35 chaals has joined #html-a11y 08:03:42 SteveF has joined #html-a11y 08:22:20 chaals1 has joined #html-a11y 08:44:16 IanPouncey has joined #html-a11y 08:45:25 chaals has joined #html-a11y 08:57:28 chaals1 has joined #html-a11y 10:01:19 chaals has joined #html-a11y 10:03:39 chaals2 has joined #html-a11y 10:08:17 chaals3 has joined #html-a11y 10:10:35 chaals1 has joined #html-a11y 10:12:53 chaals has joined #html-a11y 10:14:02 chaals2 has joined #html-a11y 10:15:12 chaals4 has joined #html-a11y 11:02:28 chaals has joined #html-a11y