15:04:30 RRSAgent has joined #wcag-act 15:04:30 logging to http://www.w3.org/2016/11/09-wcag-act-irc 15:04:32 RRSAgent, make logs public 15:04:33 Ryladog has joined #wcag-act 15:04:34 Zakim, this will be 15:04:34 I don't understand 'this will be', trackbot 15:04:35 Meeting: Accessibility Conformance Testing Teleconference 15:04:35 Date: 09 November 2016 15:04:37 scribenick, MoeKraft 15:04:44 https://www.w3.org/WAI/GL/task-forces/conformance-testing/wiki/Scribing_Instructions 15:04:48 scribenick: MoeKraft 15:04:55 agenda+ Drafting Framework sections 15:05:03 agenda+ Open Actions Items 15:05:45 Wilco: Last week we looked at adding a couple sections to the framework draft. Jemma and Wilco worked on these sections. 15:06:05 https://w3c.github.io/wcag-act/act-framework.html 15:07:49 https://w3c.github.io/wcag-act/act-framework.html#intro 15:07:54 Wilco: Want to get your thoughts on Introduction section 15:08:17 Wilco: Based on earlier work in About ACT 15:09:34 Katie: Overall is good. But last paragraph needs some updating 15:09:56 Katie: "reproducible, understandable and consistent" 15:10:10 Katie: Going for consistency along with how and why 15:10:13 q+ 15:11:57 Katie: I think transparent is okay. But need consistency 15:12:24 Katie: Transparent is fine but need why and how. 15:13:08 Shadi: Similar notes as Katie. I think the last paragraph is more describing the work than the rationale. This should be first. Make it a more positive approach. 15:14:01 Shadi: This work is to contribute to reproducibility, consistency, transparency. This will lead to a more common understanding by accessibility experts. 15:14:34 Katie: Points are correct but put in a positive light rather than negative 15:15:00 Allan: Would more :consistent validation" be good? 15:15:12 Allan: Talking about consistent validation 15:15:19 How about interpretation? 15:15:46 cpandhi has joined #wcag-act 15:16:28 Wilco: I could do how and why but there are certain things I'm not touching upon, e.g. consistency of output 15:17:01 Shadi: Add each of those buzz words. Make a list. "consistent results" "transparency of test methods" 15:17:16 Wilco: Nice suggestion 15:17:23 Wilco: Any other thoughts? 15:17:32 Wilco: Jemma 15:19:09 jemma: Reproducable implies consistent results, we should make it clear 15:19:12 Jemma: I think the word reproducible include the concept of consistency. Just need to make it clear. 15:20:00 https://github.com/w3c/wcag-act/pull/3/commits/ede7c5fe1bae932429fd5bdd6493e1ce9ea69559 15:22:40 can you hear me? 15:22:42 Alan_Smith has joined #wcag-act 15:23:10 q+ 15:23:16 q- 15:23:35 ok 15:23:42 ack moe 15:23:49 I don't hear anything 15:23:57 present +cpandhi 15:24:02 Wilco: This pull request is an update to the section on change management 15:24:09 q+ 15:24:09 Jemma, we can hear you 15:24:17 Present+ Katie_Haritos-Shea 15:24:18 ack moe 15:24:23 ack shadi 15:24:48 Shadi: I think Change Management is much broader. Wasn't this going to be Versioning? 15:24:50 Present: Alan 15:25:00 Wilco: I took Change Management from IEEE language 15:25:24 Shadi: Is there also a procedure on to incorporate CM 15:25:30 ack me 15:25:41 Katie: That term in America is for when a company changes management process 15:25:51 Shadi: Could be for a product as well 15:25:53 present+ JaEunJemmaKu 15:26:09 Shadi: Envisioning more a format for versioning. Not sure if there are management procedures expected. 15:26:15 Wilco: I doubt it. 15:26:43 Wilco: Really don't see this more than tracking different versions 15:27:13 Shadi: date or data space, which contains a url for each version 15:27:47 Shadi: for example, https://www.w3.org/TR/WCAG20/ 15:28:04 Shadi: But may also be tracking changes, a little more sophisticated 15:28:50 Wilco: So one of the things that I am wondering about is how do we cover assumptions, something a rule does not cover but may lead to a false positive 15:29:04 Wilco: Something that you could add to a rule without changing the test process 15:29:47 Wilco: What I think rule changes will look like is that we find out there is certain technology that is no longer supported or missing accessibility features, that would have to go into assumptions of a rule. 15:30:02 Wilco: If this is used, the results of the rule might be off 15:30:28 Wilco: Assumptions are kind of like issues. 15:30:37 q+ 15:31:25 Wilco: The way some things are tested 15:31:41 ack moe 15:32:51 MoeKraft: We discovered one such issue where a test was being run against APIs instead of DOM 15:33:10 Charu: Agree. Browsers and agents act in a certain way and all of this should be tracked in assumptions. 15:34:27 Wilco: One example, links in a block of text should be clear of surrounding text. There are different things you can do to a link to distinguish links. There are other things that people could use that would allow them to pass this SC but rule wouldn't be able to detect 15:35:37 Wilco: for example background color, Some other technique that they are using that they are using say text shadow for distinguishing links, we could make a new version of rule that takes into account text shadow. Issue: text shadow isn't considered. Next version we can. 15:36:34 Shad: So the change to the rule can be in several different areas could be substantial or minimal, changing logic vs. broken sentence. What does this buy us? 15:37:13 Wilco: Not sure if the entire rule should be unchanging or document unchanging, or can a part be updated without changing the rule. 15:37:42 Wilco: When writing a rule, you may find there are more assumptions. Assumptions shouldn't change the rule but gives a list of things for the next version we may address. 15:38:12 Shadi: Do you want different kind of flags? change logic vs. not changing logic? 15:38:16 Wilco: Possibly 15:39:05 Shadi: This gets very dicey. A comma will not change impact but removing assumption changes rule or results. If you run a version of logic with one set of assumptions you get different set of results. I my view different versions. 15:39:22 Shadi: If you consider logic only that's one thing. 15:39:43 Wilco: Scope and assumptions tell you when you shouldn't use rule or rely upon its result. 15:40:20 Shadi: What if this rule assumes "shadow" is not used. Output doesn't apply. If someone adds that, then we get a result, pass/fail. Two different results. 15:40:33 Shadi: Need to indicate that something has changed 15:40:44 Shadi: What is the issue that we are trying to address? 15:41:31 Wilco: Auto WCAG writes rules. They are implemented. Someone uses a tool that implements those rules. The tool is dated. The WCAG community group found new ways to update rule. We know ... 15:42:03 Wilco: that changes were made because of issues to the rule. How will a user know that there are certain issues with the rules they are using? 15:42:41 Jemma: Change management includes how we are going to communicate in addition to the change. How are we going to communicate to developers and testers. 15:43:07 Jemma: Changes in rule and changes in test results. Need to dissect each point for each section and narrow down scope 15:43:26 Allan: Are we talking about Versioning Control. And communication of those changes? 15:44:20 Allan: If we have a rule that form field should have a valid label. A lot of time we see strike through in sales price. We haven't checked that strikethrough is used but just checking valid label. Label is there but no usable. 15:44:32 Wilco: Good example 15:45:34 Wilco: If someone is using an older ruleset in their testing and look up documentation for that rule should be able to get to newer version of rule which includes list of improvements. Can I still use this? Are these critical? 15:46:11 Jemma: I think this is a product of change management. How do we get to the point of target of change management. 15:46:25 Jemma: Use public list. Get feedback, etc. 15:46:44 Wilco: I think this is beyond the scope for ACT. At least for the Framework 15:47:45 Wilco: Rules can be written by anybody. I think it is important that we have consistency in how changes to rule are managed. 15:47:58 Wilc: QA team will be able to use rules from different rule sets. 15:48:11 Jemma: What is the target of change management? 15:48:14 Wilco: The rule 15:48:33 Jemma: It's like a moving target 15:48:50 q+ 15:48:52 Jemma: Rules are very static based on description 15:49:11 Wilco: Rule would be a static document. Might be a new version of the rule and that would be its own document. 15:49:25 ack c 15:49:50 Charu: We are still discussing the English version of these rules and not the logic. 15:50:37 Charu: What we have is an update log. So when we make changes to rule logic, it goes into update log. Since we have an English description, we also want to update the English description to reflect any changes. 15:51:03 Wilco: Assumptions can lead to changes. 15:51:35 Wilco: In this scenario we will have a failure. In future definition can address that assumption. 15:51:54 Charu: That will be two different things. Make updates and change log that describes changes 15:52:05 Wilco: I like the idea of Change Log 15:52:37 Wilco: Why did I go for a Change Management? Because Change Log is part of Change Management more than just versioning 15:52:56 Shadi: That should be clarified under different headings. 15:53:12 Wilco: Anyone else? 15:53:29 Wilco: I will take Jemma's work and input and come up with a new section for next week. 15:53:48 ACTION: Wilco to create a draft for Change management section 15:53:51 Created ACTION-16 - Create a draft for change management section [on Wilco Fiers - due 2016-11-16]. 15:54:00 zakim, next item 15:54:00 agendum 1. "Drafting Framework sections" taken up [from Wilco] 15:54:10 zakim, next item 15:54:10 agendum 1 was just opened, Wilco 15:54:38 https://www.w3.org/WAI/GL/task-forces/conformance-testing/track/actions/open 15:54:51 Wilco: Would like to go through open action items 15:55:13 Wilco: Charu, have you had a chance? 15:55:29 Charu: I updated the audience and created a pull request. 15:55:46 Charu: did try to take a stab at rule description. Not as easy as I thought. 15:55:54 Wilco, could you kindly close my action item since I am done? 15:56:45 Charu: When I try to come up with requirement what the rule is supposed to test which is essentially SC. I thought we already had this covered in another section. 15:57:04 https://w3c.github.io/wcag-act/act-framework.html 15:57:04 Charu: Wasn't sure exactly what to put in rule description 15:58:09 Charu: accessibility requirement is Success Criteria 15:58:18 Wilco: Can be SC or any accessibility standard 15:58:36 Charu: I will take another stab at rule description 15:58:53 Wilco: Take requirements document to WCAG WG. Will do that today 15:59:03 Wilco: Change management done 15:59:15 Wilco: Intro section done. 15:59:22 q+ 16:00:10 ack moe 16:00:44 ACTION: Wilco to update the intro section based on feedback 16:00:44 Created ACTION-17 - Update the intro section based on feedback [on Wilco Fiers - due 2016-11-16]. 16:00:48 Wilco: I will create a new action item for Introduction section 16:01:03 Jemma: You're a hard worker. : ) 16:02:25 s/Allan/Alan 16:02:51 rrsagent, generate minutes 16:02:51 I have made the request to generate http://www.w3.org/2016/11/09-wcag-act-minutes.html MoeKraft 16:38:57 present+ Charu Pandhi, Moe Kraft, Katie Haritos-Shea, Wilco Fiers, Alan Smith, JaEunJemmaKu, Shadi Abou-Zahra 16:39:13 rrsagent, generate minutes 16:39:13 I have made the request to generate http://www.w3.org/2016/11/09-wcag-act-minutes.html MoeKraft 16:44:02 s/Allan/Alan/ 16:44:50 present+ MoeKraft 16:45:04 rrsagent, generate minutes 16:45:04 I have made the request to generate http://www.w3.org/2016/11/09-wcag-act-minutes.html MoeKraft 17:21:52 trackbot, end meeting 17:21:52 Zakim, list attendees 17:21:52 As of this point the attendees have been Alan, JaEunJemmaKu, Charu, Pandhi, Moe, Kraft, Katie, Haritos-Shea, Wilco, Fiers, Smith, Shadi, Abou-Zahra, MoeKraft 17:22:00 RRSAgent, please draft minutes 17:22:00 I have made the request to generate http://www.w3.org/2016/11/09-wcag-act-minutes.html trackbot 17:22:01 RRSAgent, bye 17:22:01 I see 2 open action items saved in http://www.w3.org/2016/11/09-wcag-act-actions.rdf : 17:22:01 ACTION: Wilco to create a draft for Change management section [1] 17:22:01 recorded in http://www.w3.org/2016/11/09-wcag-act-irc#T15-53-48 17:22:01 ACTION: Wilco to update the intro section based on feedback [2] 17:22:01 recorded in http://www.w3.org/2016/11/09-wcag-act-irc#T16-00-44