-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
core(audits): Disable video-description #10128
Conversation
cc @robdodson do you agree? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @Malvoz! would you mind preserving the order of we're specifically enabling these, but skip these
alphabetical within those two groups is a great idea
we probably need a comment for that implied ordering of enabled: true/enabled: false
...
I recall @mfriesenhahn was working on this. I don't quite recall where we last left things, but I do seem to remember that no browser really supports this at the moment—I think it requires users to install an extension to get the descriptions to play. Michael, what do you think about having LH disable the audit or moving it to manual audit? |
We're waiting on the LH folks to confirm that the audit is being switched to a manual check before publishing the update :) |
Oh was there already a conversation about this I don't know about and/or have forgotten about @mfriesenhahn? Any chance you know the link? :) |
Here's the web.dev PR where @kaycebasques mentions that y'all expect to have audits converted to manual in Q2. |
Gotcha thanks for that @mfriesenhahn! I don't have access to either thread that @kaycebasques links to in that PR for what we're waiting on, so I'll defer to someone internal on this one. |
This is what @paulirish says in the first thread:
|
Thanks, @robdodson! I actually didn't have access to those threads either, so this is the first time I'm seeing the details. Very helpful. |
Alright that sounds like a go-ahead to me! @Malvoz we can delete the video-description audit code, remove it from the config, and eliminate any tests if you're up for it :) |
@Malvoz are you still up for removing this audit? patrick's comment covers what is needed. |
@paulirish and others, sorry for stalling. I am quite busy at the moment so if anyone can take this on (by any means) that'd be great. |
Closing, will do as part of #11207 |
axe deprecated their video-description rule in dequelabs/axe-core#1737 due to poor implementations of the
descriptions
keyword for the<track kind="">
attribute. I'm unsure whether their deprecation warrants a complete removal, this PR simply disables the audit.(I reordered the audits alphabetically for readability.)