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
I've confirmed that these violations are still happening as of August 2022. I'm not sure if this issue should be in this repo or in Figgy -- and it probably should be broken into multiple tickets once we decide which repo it belongs in.
Critial violations:
Form elements must have labels (critical violation)
#view > iframe:nth-child(1) .image-selectionbox
iframe:nth-child(2) .image-selectionbox
#iframe_1 .image-selectionbox
Zooming and scaling must not be disabled (critial violation)
#view > iframe:nth-child(1) meta
iframe:nth-child(2) meta
#iframe_1 meta
Serious violations:
<html> element must have a lang attribute
#view > iframe:nth-child(1) html
iframe:nth-child(2) html
#iframe_1 html
Links must have discernible text
#view > iframe:nth-child(1) #top
iframe:nth-child(2) #top
#iframe_1 #top
The text was updated successfully, but these errors were encountered:
@sandbergja commented on Wed Aug 17 2022
Copying this over from @axamei's comment.
I've confirmed that these violations are still happening as of August 2022. I'm not sure if this issue should be in this repo or in Figgy -- and it probably should be broken into multiple tickets once we decide which repo it belongs in.
Critial violations:
Serious violations:
<html>
element must have a lang attributeThe text was updated successfully, but these errors were encountered: