You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"If step #1, step #3 or step #4 is true or step #2 is false, then this failure condition applies and the content fails the success criterion."
Proposal:
"If step #1 is true or step #2 is false or step #3 is false or step #4 is false, then this failure condition applies and the content fails the success criterion."
The text was updated successfully, but these errors were encountered:
On further thoughts perhaps we should genericise this even more to cover
other cases which use hash-name references.
Proposed steps in a more generic test procedure are:
Check that attribute values that have an idref value have a corresponding
id value.
Check that attribute values that have a hash-name reference refer to a
valid name or id.
If step #1 or step #2 is false, then this failure condition applies and the
content fails the success criterion.
http://www.w3.org/TR/WCAG-TECHS/F17.html and https://github.com/w3c/wcag/blob/master/wcag20/sources/failure-tech-src.xml
The expected result is formulated wrongly:
"If step #1, step #3 or step #4 is true or step #2 is false, then this failure condition applies and the content fails the success criterion."
Proposal:
"If step #1 is true or step #2 is false or step #3 is false or step #4 is false, then this failure condition applies and the content fails the success criterion."
The text was updated successfully, but these errors were encountered: