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
Validated with the latest develop branch code base, when controls style="dispaly: none;" , vidoe-caption is rule is going to inapplicable
Script: <video src="/Users/dq_user/downloads/video.mp4" controls style="display: none;"></video>
These two rules should ignore hidden elements. The following should not be flagged as incomplete:
https://act-rules.github.io/rules/eac66b#inapplicable-example-1
The only thing to do on this is update lib/rules/video-caption.json and remove excludeHidden, and possibly tweak the integration tests for it.
The text was updated successfully, but these errors were encountered: