Skip to content
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

Enable the blinks and marquee axe-core rules to power the text_blinking_scrolling rule #637

Merged

Conversation

pattonwebz
Copy link
Member

This PR enables the 'blink' and 'marquee' rules from axe-core and combines the results of those checks under the text_blinking_scrolling reporting rule.

Using axe-core rules for blink means no longer parsing the CSS and checking for text-decoration: blink;. Any JS side check for it will be unreliable because most common browsers strip it out as it was deprecated long ago and is not supported by the major browsers at this point.

Copy link
Member

@SteveJonesDev SteveJonesDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to merge. Great work on the logic added to combine rules.

@SteveJonesDev SteveJonesDev added this to the v1.13.0 milestone May 23, 2024
@pattonwebz pattonwebz merged commit 02a49e2 into develop May 24, 2024
6 checks passed
@pattonwebz pattonwebz deleted the william/636/convert-text_blinking_scrolling-to-js-check branch June 26, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants