Open avneeshsingh opened 3 years ago
I'll try to express some of my thoughts:
<p>
, or all mathematical formulas are images without alt-text), here we come back to the previous question: what is the minimum level to declare a publication accessible?Finally, I would like to add that, as Fondazione LIA, we validate all digital publications of our member publishers and - in case of accessibility problems - we report the problem to the publisher, asking them to fix it. Until accessibility issues are resolved, we do not certify the title. This for us (and for the publisher) is a guarantee of quality.
Where WCAG 3 ends up is still a bit of a mystery at this stage, but it is centred around trying to handle this issue of perfection or nothing.
Currently, it would do away with Level A conformance, as Bronze is equal to Level AA. But what it does, or is trying to figure out how to do, is weigh the impact of non-conformance against user needs. Some requirements will remain absolute -- any failures will fail the content -- but less critical requirements may pass even if there are a few errors. Publications would get scored for each method so users could also review these numbers to see where the flaws are.
But while I can sympathize with the inflexibility of dealing with WCAG 2 conformance, we really shouldn't move ourselves out ahead of the Silver group, especially when it comes to conforming with WCAG 2. If we don't follow the same conformance rules, then we can't claim that anyone is meeting WCAG.
This sounds a lot like the discussion we had when we started the 1.0 revision and were considering a new level of our own for content that met some basic requirements of WCAG but not everything. Given the sometimes legal ramifications of not adhering to WCAG, it probably remains best not muddy the waters of what publishers are achieving.
The issue was discussed in a meeting on 2021-08-26
The issue was discussed in a meeting on 2021-09-09
I've been trying to reason out another approach to this since we met yesterday, and am now wondering if we've overlooked the most basic means of expressing conformance to the specification -- through discovery metadata alone.
What if we formalize discovery metadata-only publications as a conformance measure, so add an additional string like:
EPUB-A11Y-11_DISCOVERABLE
This identifier would avoid having to define a negative sounding name like "partial" or "substantial" or "incomplete" or "failed". It would also add a conformsTo statement to cover:
This way we lose the current problem of how to know if a publication has been checked if a full claim can't be made, which in itself is a good thing.
We can still keep the disclaimer property if it is useful to some publishers, but what are people's opinions on including this new conformance claim?
I know that Universities are starting to write into their procurement requirements that any digital materials purchased must be WCAG-AA compliant and be 3rd party certified. So how would having this help? Two such universities which have already done this is the University of Phenix and the University of Texas, and I fully expect other universities and other educational and government agencies will require the same moving forward.
To me it sounds like those publishers who want their educational materials to be adopted at the university level must put in that metadata of WCAG-AA conformance and certifiedBy anyways which were the publishers that are most concerned with.
I think there is no harm in adding this and if those publishers don't want to put in that conformance claim will probably not get university adoption since they won't meet the procurement requirements. Once they figure that out I bet they will start putting in that WCAG-AA conformance information since technically they have passed certification and are meeting that level of conformance with only the possibility of not 100% compliance if you really dig into it as George said, if you look hard enough you will find a problem.
If this was the case every AAA certified restaurant and hotel in this country technically shouldn't be allowed to claim that because I am sure everyone has had problems with their food or hotel stay at some point. Also every website that says they are WCAG-AA compliant are also probably in violation of some criteria if you search hard enough. So why do we care about this?
The issue appears to be flexibility of reporting, not what third parties might mandate for content they accept. I'd also expect that what someone accepts for procurement purposes and what issues are in the content would be in whatever contract they have with the publisher, not solely through the inclusion of metadata. It's too unreliable given that anyone can claim anything they want, and a disclaimer would probably be unnecessary given that minor mistakes are already an understood possibility.
The issue that keeps coming up is whether there is a way for a publisher to allow a statement such as a VPAT to speak to the conformance, or lack of, instead of making a WCAG claim in the metadata. I don't see why we shouldn't allow that given that we have a base-level requirement that is exclusive of making any WCAG claim.
I expect market forces will shape the conformance claims that publishers use, but in the interests of allowing people the flexibility to choose their own paths I don't see why we can't accept both discoverability claims augmented by reports and full conformance claims offset by disclaimers.
And as I said above, requiring discoverability metadata and then having no clear way to indicate that that's the only requirement met leaves us a hole where we can't be sure if a publication has been checked at all. All you can do is make a best guess if you find some metadata present. If we plug that hole, which I believe we should for completeness, then there's automatically no way to stop a publisher from making whatever claim they prefer.
It is OK to add conformance claim for discoverable. It would be really helpful to hear from the publishers, does it help you in communicating accurate accessibility conformance claims? It is not likely to disturb existing systems, because it is an additional thing.
Using the pattern we've already established, I'd propose we add the new identifier:
EPUB-A11Y-11_DISCOVERABLE
As mentioned above, in addition to this solving the minimal case of how to identify publications that only meet the metadata requirements (so we know they've been checked), this also appears to be useful for the case of wanting to report WCAG conformance only through a separate report. In that case, you might have metadata like:
<meta property="dcterms:conformsTo" id="conf">EPUB-A11Y-11_DISCOVERABLE</meta>
<meta property="a11y:certifiedBy" id="cert" refines="#conf">Acme Certifiers</meta>
<link rel="a11y:certifierReport" refines="#cert" href="https://example.com/report/path"/>
<meta property="schema:accessibilitySummary"> ... This publication substantially conforms to WCAG 2.0 Level AA as described in the linked report.</meta>
Is this sufficient to address your needs @johnfoliot ?
@clapierre We can also keep the optional disclaimer property proposed in the existing PR if you think it will be useful for your needs. I still have to make some improvements to that.
But if this sounds workable, I'll try to get an updated pull request together.
@mattgarrish Yes I would think that having both would still be helpful. So would this mean there would be 2 conformsTo statements one with EPUB-A11Y-11_DISCOVERABLE, and the other with EPUB-A11Y-11_WCAG-21-AA or could you include both in one conformsTo statement?
Also should it just be an overarching EPUB-A11Y_DISCOVERABLE or do we need to have multiple of them for EPUB-A11Y-10_DISCOVERABLE, EPUB-A11Y-11_DISCOVERABLE, etc. as the spec evolves.
So would this mean there would be 2 conformsTo statements
No, because meeting the discoverability requirements is already implied by meeting the content conformance requirements. Those strings say you've met the full requirements of the specification (metadata and epub objectives) plus WCAG. This new string say you've only met the metadata.
Adding multiple strings might also confuse anyone processing the metadata, as it wouldn't be clear if one is in error.
Also should it just be an overarching EPUB-A11Y_DISCOVERABLE
The problem comes if the metadata requirements change in the future in an incompatible way. I'd keep these version-specific just as we keep the content conformance.
(We can't retroactively add conformance for 1.0, so we have to live with this only being available going forward.)
ha all, here are some further considerations regarding three different audiences involved that may be confused if we include a new conformance level (limited to accessibility metadata):
best
@cmussi thanks for the comments. I was getting concerned because we were not hearing a lot from implementers. You have raised good points to think. One of the objectives of EPUB accessibility 1.1 is acceptance by EU as a technical specification, so anything that can cause a confusion on EU side is concerning.
so anything that can cause a confusion on EU side is concerning
I'm starting to think, given the time constraints, it might be better to defer this to the next revision so we have more time to figure out a solution that works for everyone. Rushing solutions always comes back to bite us and we don't seem to be getting any closer to a consensus view on this.
If you don't want to claim conformance, you can still use the certifier metadata and link a report.
I tend to agree with Matt. We do not want to create confusion. Ultimately this is a WCAG 2.x problem, and most organizations have accepted the use of WCAG 2.0 as a requirement. Deferring this to a future version, perhaps once WCAG 3 is out, would be the safer approach.
The issue was discussed in a meeting on 2021-09-23
I'm going to move this issue to the CG tracker and close the open pull request. It's probably better to incubate the disclaimer property there first, and it doesn't have to be in a formal specification to be used in the package document. We can also frame the note defining it to encompass the problems we've run into and seek more feedback on how to tackle this problem in the future.
As per the design of WCAG 2.x and EPUB Accessibility 1.x, The producer need to ensure that all Content Documents meet all the accessibility requirements for claiming conformance to EPUB Accessibility 1.x or WCAG 2.x. The publishers find it challenging to meet this requirement of nearly zero tolerance, especially when they are publishing big publications. I am not sure if we can do much about this at this stage, this issue will be addressed by WCAG 3.0. But it is worth starting a discussion. Please see the minutes of accessibility task force held on August 12, 2021 for the initial round of discussions: https://www.w3.org/publishing/groups/epub-wg/Meetings/Minutes/2021-08-12-epub-a11y#section3