18:52:56 RRSAgent has joined #canvas-api 18:52:56 logging to http://www.w3.org/2014/10/17-canvas-api-irc 18:53:04 RRSAgen, make log public 18:53:11 RRSAgent, make log public 18:53:15 chair: Rich 18:53:55 meeting: Canvas API task force 18:54:06 Meeting: Canvas API Task Force 18:55:36 http://lists.w3.org/Archives/Public/public-canvas-api/2014OctDec/0016.html 19:04:38 zakim, room for 5? 19:04:39 ok, MarkS; conference Team_(canvas-api)19:04Z scheduled with code 26631 (CONF1) for 60 minutes until 2004Z 19:05:06 Team_(canvas-api)19:04Z has now started 19:05:13 +MarkS 19:05:35 +Rich_Schwerdtfeger 19:06:06 trackbot has joined #canvas-api 19:06:13 trackbot, start meeting 19:06:13 Sorry, but no Tracker is associated with this channel. 19:07:24 http://lists.w3.org/Archives/Public/public-canvas-api/2014OctDec/0016.html 19:07:47 Topic CR Testing 19:07:48 https://www.w3.org/wiki/HTML/Canvas_Task_Force/CR-Test 19:08:36 scribe: Rich 19:09:18 Mark: For the tests I have run (drawFocusIfNeeded) we are passing in Chrome, Firefox, and Webkit 19:09:25 https://www.w3.org/wiki/HTML/Canvas_Task_Force/CR-Test#Test_Environments 19:10:42 Mark: As expected IE fails as they have not implemented the changes yet 19:10:46 https://www.w3.org/wiki/HTML/Canvas_Task_Force/CR-Test#drawFocusIfNeeded_with_no_default_path_defined 19:10:59 PASS PASS PASS FAIL 19:11:23 https://www.w3.org/wiki/HTML/Canvas_Task_Force/CR-Test#drawFocusIfNeeded_when_the_associated_element_does_not_have_focus_and_is_not_a_descendant_of_the_an_element_with_focus 19:11:28 PASS PASS PASS FAIL 19:11:47 https://www.w3.org/wiki/HTML/Canvas_Task_Force/CR-Test#drawFocusIfNeeded_when_a_default_path_is_provided_and_the_associated_fallback_element_has_focus 19:11:50 PASS PASS PASS FAIL 19:12:10 https://www.w3.org/wiki/HTML/Canvas_Task_Force/CR-Test#drawFocusIfNeeded_when_a_default_path_is_provided_and_the_associated_fallback_element_is_descendant_of_the_element_with_focus 19:12:14 PASS PASS PASS FAIL 19:12:55 https://www.w3.org/wiki/HTML/Canvas_Task_Force/CR-Test#drawFocusIfNeeded_when_a_default_path_is_provided_and_the_associated_fallback_element_is_descendant_of_the_element_with_focus_but_the_element_is_not_visible_on_the_screen 19:13:13 Need to develop a test file for this 19:13:34 RS: Tab to an element, it has focus, but its off the screen. browser should scroll into view 19:13:48 MS: a long canvas? 19:13:58 RS: no, lots of text before the canvas 19:14:10 ....canvas must be off screen, then you tab into it. 19:14:58 https://www.w3.org/wiki/HTML/Canvas_Task_Force/CR-Test#drawFocusIfNeeded_when_a_default_path_is_provided_and_the_associated_fallback_element_is_descendant_of_the_element_with_focus._Scroll_the_window_so_that_the_canvas_moves. 19:15:07 MS: No test for this one 19:15:20 RS: This one requires that you scroll the window. Scroll it up. 19:16:45 ...a screen with lots of text and a canvas element, both visible. tab to fallback in canvas, then scroll, the location of the element should move. 19:17:16 https://www.w3.org/wiki/HTML/Canvas_Task_Force/CR-Test#drawFocusIfNeeded_when_a_default_path_is_provided.2C_the_associated_fallback_element_has_focus_and_the_system_is_in_a_high_contrast_mode 19:17:50 PASS PASS PASS FAIL 19:18:14 https://www.w3.org/wiki/HTML/Canvas_Task_Force/CR-Test#drawFocusIfNeeded_when_a_default_path_is_provided.2C_the_associated_fallback_element_has_focus_and_shadowColor.3D.27green.27.2C_shadowOffsetX.3D4.2C_shadowOffset.3D5.2C_globalAlpa.3D.221.0.22.2C_and_globalComposition.3D.27xor.27 19:18:41 PASS PASS PASS FAIL 19:21:29 https://www.w3.org/wiki/HTML/Canvas_Task_Force/CR-Test#drawFocusIfNeeded_when_a_default_path_is_provided.2C_the_associated_fallback_element_has_focus.2C_and_a_default_path_is_then_set_to_draw_the_focus_for_the_fallback_element_that_extends_beyond_the_bounds_of_the_canvas_element.2C_the_focus_outline_should_be_clipped.2C_but_the_fallback_element_bounds_must_not 19:21:38 http://cptvitamin.github.io/wpt-canvas/2dcontext/drawing-paths-to-the-canvas/2d.drawFocusIfNeeded.defaultpathhasfocusclipping-manual.html 19:28:47 RS: these have to be in screen coordinates 19:33:35 ...Mark can you change the width and height of the path to be something different than the canvas 19:33:40 MS: yes, I will do that 19:40:33 https://www.w3.org/wiki/HTML/Canvas_Task_Force/CR-Test#addHitRegion_receives_a_dictionary_object_whose_id_is_empty_and_a_current_path_is_empty 19:41:01 Rich: so the width and height should match the path width and height prior to clipping (they don’t shrink) 19:41:32 PASS PASS FAIL FAIL 19:42:07 https://www.w3.org/wiki/HTML/Canvas_Task_Force/CR-Test#addHitRegion_receives_a_dictionary_object_whose_id_is_NULL_and_the_Control_is_Null 19:43:15 https://www.w3.org/wiki/HTML/Canvas_Task_Force/CR-Test#addHitRegion_receives_a_dictionary_object_whose_id_is_not_null.2C_assign_a_new_hit_region_to_this_id_with_a_non-null_control 19:45:20 https://www.w3.org/wiki/HTML/Canvas_Task_Force/CR-Test#addHitRegion_receives_a_dictionary_object_whose_id_is_not_null.2C_and_has_a_non-null_control.2C_and_a_previous_region_having_the_same_control_exists 19:47:06 Mark: This is partially implemented as I have not yet put a button in for the second step 19:47:16 Mark: The rest need to be written 19:47:53 Topic: TPAC Agenda 19:47:54 https://www.w3.org/wiki/HTML/wg/2014-10-Agenda 19:49:24 http://www.w3.org/2014/11/TPAC/#registration 19:50:17 RS: Let's ask Sam to move the Canvas discussion later in the day if you want me to be there 19:50:49 ...PF and HTML overlap. PF has a number of joint meetings during the day, especially in the morning 19:51:59 RS: These are the canvas topics: 19:52:01 Canvas Task Force (Sam) 19:52:02 Canvas test suite 19:52:03 Canvas CR bugs 19:52:04 Canvas Level 2 features, bugs and status 19:53:20 MarkS: This is an acceptable agenda as long as is late in the day Thursday 19:53:26 RS: Agreed 19:54:00 Topic Missing Requirement in Canvas Spec 19:54:03 http://www.w3.org/2014/10/02-html-a11y-minutes.html#item03 19:56:10 RS: We are not informing the user when the location of the hit region changes and affects the bounds of the corrsponding accesible object 19:56:13 http://lists.w3.org/Archives/Public/public-canvas-api/2014OctDec/0001.html 19:56:15 RS: we are not currently informing the User of the location of the Hit Region when it changes, which would affect the bounds of the corresponding accessible object (fallback) 19:56:33 RS: See Step 14 19:56:54 ...we will have to do this at the F2F because no editors are here. 19:57:03 ...there is support for this, but the spec doesn't say it 19:57:10 ...we will have to go back to Last Call 19:58:02 ...we already have this defined (inform the user, in draw focus), shouldn't need to do it again, just need to reference it 19:59:08 ...we have to discuss how this will take place (edit, return to LC, etc) 19:59:40 RESOLUTION: discussed changing addHitRegion and going back to LC at the F2F 19:59:41 RRSAgent, make log public 20:00:17 zakim, bye 20:00:17 leaving. As of this point the attendees were MarkS, Rich_Schwerdtfeger 20:00:17 Zakim has left #canvas-api 20:00:22 RRSAgent, make minutes 20:00:22 I have made the request to generate http://www.w3.org/2014/10/17-canvas-api-minutes.html richardschwerdtfeger