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

Infrastructure: Do not spell check idrefs in aria attribute values #1560

Merged
merged 2 commits into from
Oct 12, 2020

Conversation

jnurthen
Copy link
Member

@jnurthen jnurthen commented Oct 8, 2020

resolves #1559

@jongund jongund self-requested a review October 8, 2020 20:37
Copy link
Contributor

@nschonni nschonni left a comment

Choose a reason for hiding this comment

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

LGTM, only other suggestion would be to make this more generic. EX:
"aria-(activedescendant|controls|describedby|details|errormessage|flowto|labelledby|owns)=\"(?:[^\\\"]+|\\.)*\"" or "aria-(\w)*=\"(?:[^\\\"]+|\\.)*\"",
Didn't try either of those directly, just a guess :)

@mcking65 mcking65 changed the title Add aria attributes which take idref to ignorelist Infrastructure: Do not spell check idrefs in aria attribute values Oct 12, 2020
@mcking65 mcking65 merged commit 78bb9a0 into master Oct 12, 2020
@mcking65
Copy link
Contributor

thank you @jnurthen!!!

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.

Add more attributes to spell exclusion list
4 participants