-
Notifications
You must be signed in to change notification settings - Fork 78
"Image filename is accessible name for image" (9eb3f6): Process TF feedback –update applicability #1285
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
Conversation
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.
I like it! 👏
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.
Looks good, just please fix the failing test.
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.
Editorial
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.
Just a minor editorial to correct. Approving it already.
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.
The Task Force had an interesting meeting last week. We talked about the use of notes and how we could take notes to a minimum.
https://www.w3.org/2020/05/07-wcag-act-minutes.html
There are Several notes here.
- First one: I think we could eliminate it, as this is a part of the spec that we are explaining. I am hesitant that we should be explaining these in the rules themselves.
- The other ones I see them as nice to have, but I also think we can get rid of them. In my vview, what they are explaining is going to become evident once people take a look at the examples.
Yes. I added it because in the specs, the link from "source set" (at the start of 4.8.4.3) to the algorithm to update it (4.8.4.3.7) is not obvious. It took me some time to make that link myself, and I felt that linking only to "source set", while correct, is not really helping.
Yes. I added them trying to prevent an upcoming "these are bad examples we shouldn't use them" issue. I agree that they are not essential (basically, no note is essential, otherwise its content should not be in a note but in the normative text…) and will remove them. |
Good! Will approve once done. |
@daniel-montalvo I've removed the notes. |
Final Call ends on May 20. |
Final Call has ended. Merging. |
Update the applicability of "Image filename is accessible name for image" by:
img
elements, not anything with a role ofimg
(wheresrc
has no meaning) (still keeping image buttons);img
attribute;Note: The change in applicability will invalidate all implementations. We'll need to get implementation data anew before re-submitting to TF.
Note: test are failing until #1284 is merged.
Closes issue(s):
Need for Final Call:
This will require a 1 week Final Call (updating applicability).
Pull Request Etiquette
When creating PR:
develop
branch (left side).After creating PR:
Rule
,Definition
orChore
.How to Review And Approve