-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ignoreAltMissing does not work with .htmltest #115
Comments
Hi @Merovex, can you explain a little more?
|
htmltest 0.10.1 I had just installed it. Mac Mohave The behavior I expected was decorative images with empty alt-tags (<img ... alt="">) would be ignored. This complies with WCAG-2.0 AA when the graphic conveys no information. The behavior I got was it identified all empty alt-tags. |
Ah I see, I don't think we can offer a solution for this as it's context dependant. Your only option would be to disable this check and 'take responsibility' for checking the alt tags yourself. |
Yeah, I tried to disable the check, and it would not let me. That's the
defect.
Under WCAG if an image is alt="" then it's decoration. Screen readers know
to ignore it. I just need your check to recognize when that's the case and
move on.
…On Mon, Apr 1, 2019 at 8:05 AM Will Pimblett ***@***.***> wrote:
Ah I see, I don't think we can offer a solution for this as it's context
dependant.
Your only option would be to disable this check and 'take responsibility'
for checking the alt tags yourself.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#115 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAGpM1OVeIDrPODQn_6d80ekaWtPc5b3ks5vcfX-gaJpZM4cRM1j>
.
--
Post tenebras lux,
Ben Wilson
|
Gotcha, tested and confirmed this. Fix is attached in the PR. May revisit this in the future with a more explicit |
Coolness. I'm not the most GH savvy, is there any way to get the executable so I can move past 0.10.1? |
Not on GitHub no, just the release builds here. CI does upload master builds onto this website https://builds.htmltest.wjdp.uk (looks like Linux and osx builds only). I've just merged so new build should appear within 10 mins. You want to pick the v0.10.1 build with the biggest number at the end, check the dates on the files to be sure. (Disclaimer: haven't checked the builds on that site for a long time) |
This is the one you want: https://builds.htmltest.wjdp.uk/v0.10.1-16-g893c0dd/ |
shakes fist I was going to complain it didn't work...then I double checked to ensure the IgnoreAltMissing was set (I had reversed it to confirm something earlier). Now I'm only getting the errors that matter. Shame on you, being helpful, and productive and all. You'll get a reputation. :) Thank you for the fast turn around. |
The feature
ignoreAltMissing
does not accept atrue
value when using the .htmltest featureThe text was updated successfully, but these errors were encountered: