- From: Wilco Fiers <wilco.fiers@deque.com>
- Date: Fri, 17 Feb 2017 13:38:25 +0100
- To: Alistair Garrison <alistair.garrison@ssbbartgroup.com>, Accessibility Conformance Testing <public-wcag-act@w3.org>
- Message-ID: <CAHVyjGNnC+9cqxYpvAsRaQ0dZoLO4cjeo0uGPir7tGteSQ1mNA@mail.gmail.com>
Hi Alistair, (cc: the rest of the list) I think a straight forward parent > child chain selector will do. We're talking small code pieces, so that should be easy. But even that's not really critical to making this work. You don't have to do a string comparison between selectors. If you're comparing a result to an expected result, just querySelector both, and see if they return the same element. Wilco On Fri, Feb 17, 2017 at 1:30 PM, Alistair Garrison < alistair.garrison@ssbbartgroup.com> wrote: > All fine. > > > > Only thing is we need to agree what the pointer is – we have mechanisms, > but now we’re potentially drifting into propriety methods; unless we just > agree the simple parent – child position CSS selector chain. > > > > All the best > > > > Alistair > > > > *From: *Wilco Fiers <wilco.fiers@deque.com> > *Date: *Friday, 17 February 2017 at 12:14 > *To: *Alistair Garrison <alistair.garrison@ssbbartgroup.com> > *Cc: *Accessibility Conformance Testing <public-wcag-act@w3.org> > *Subject: *Re: Test Suites > > > > Hi Alistair, > > > > It's a fairly lightweight approach, but I think it might be problematic if > we only include how many issues to expect. I'd much rather that for each > element that is passed or failed, we include a pointer so we can be sure > that tools didn't misidentify elements that were in error. Just because the > error count was the same, doesn't mean it found the errors that it was > expected to find. > > > > As for indicating the success criteria that go with it. What we might do > is include a list of criteria that it might apply under, and only consider > it an error if the tool comes up with a criterion that isn't on that list. > That way if one tool reports something in 1.1.1, and another in 4.1.2, and > both are on the list of criteria that an error might go in, those would be > valid, but reporting it for 2.2.2 wouldn't be. > > > > I think this is a nice light weight way to start with. I we'll also need > to consider what this would look like with rules. I imagine that in > addition to listing criteria, we'd include which rule(s?) should generate > that particular result. > > > > Wilco > > > > On Wed, Feb 8, 2017 at 4:00 PM, Alistair Garrison <alistair.garrison@ > ssbbartgroup.com> wrote: > > Dear All, > > > > Looking at the simplest template for codifying conforming / non-conforming > examples of code; which can easily be consumed by any other test suite / > testing framework – I’d like to propose the following: > > > > 1) Code snippet – element; group of elements; full html element > contents; > > 2) Provided by (organisation) > > 3) From the test suite of which tool > > 4) Expected outcome – is conforming content; is not conforming > content (number of expected issues) > > 5) Related WCAG Success Criteria > > > > What are your thoughts / comments? > > > > Very best regards > > > > Alistair > > > > --- > > > > Alistair Garrison > > Director of Accessibility Research > > SSB Bart Group > > Visit us online: Website <http://www.ssbbartgroup.com/> | Twitter > <https://twitter.com/SSBBARTGroup> | Facebook > <https://www.facebook.com/ssbbartgroup> | LinkedIn > <https://www.linkedin.com/company/355266?trk=tyah> | Blog > <http://www.ssbbartgroup.com/blog/> > > > > > > > > > > -- > > *Wilco Fiers* > > Senior Accessibility Engineer - Co-facilitator WCAG-ACT - Chair Auto-WCAG > > -- *Wilco Fiers* Senior Accessibility Engineer - Co-facilitator WCAG-ACT - Chair Auto-WCAG
Attachments
- image/gif attachment: image001.gif
- image/gif attachment: deque_logo_180p.gif
Received on Friday, 17 February 2017 12:39:00 UTC