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
A common way to test this critieria is to disable CSS styles to view whether content added using pseudo-elements remains visible.
If CSS is disabled, this content will not remain visible. A better wording would be:
"A common way to test this critieria is to disable CSS styles to view whether the page contains content added using pseudo-elements because these are then no longer displayed."
Check that non-decorative information presented by the generated content is available when styles are overridden.
Here it remains completely unclear in which way the CSS should be overwritten. With many methods the content remains visible. Only with certain methods it becomes invisible. Therefore the method should be specified exactly or the test should be done by deactivating the CSS.
Note: CSS content is not only a problem when deactivating or overwriting CSS, but also for screenreader users:
Considering ARIA24, the test for F87 should look like removing all generated content except when it or an ancestor element has been tagged with role=img
https://www.w3.org/WAI/WCAG21/Techniques/failures/F87
If CSS is disabled, this content will not remain visible. A better wording would be:
"A common way to test this critieria is to disable CSS styles to view whether the page contains content added using pseudo-elements because these are then no longer displayed."
Here it remains completely unclear in which way the CSS should be overwritten. With many methods the content remains visible. Only with certain methods it becomes invisible. Therefore the method should be specified exactly or the test should be done by deactivating the CSS.
Note: CSS content is not only a problem when deactivating or overwriting CSS, but also for screenreader users:
See also: #433
The text was updated successfully, but these errors were encountered: