Releases: instructure/tinymce-a11y-checker
v1.10.0
Changes
Improvements
- Add ids and linkText [e0a610e]
This does two significant things, first it adds the concept of rule ids to the rules. This makes it easy to
identify a rule in the code. The second thing is it adds linkText which is a new property of a rule. It describes
additional text to describe the former "Learn more" link found inside of rules.
v1.9.0
v1.8.0
Changes
Bugs
-
Fix spelling on contrast why popup [93714d1]
It's good to spell things right, so we fixed that. -
Make why popover 'x' receive focus [a905178]
We definitely want to make sure people can close popovers... now everyone can. -
Highlight infractions rather than select [ab5b9f6]
It seems the way we were handling selecting items caused VoiceOver to have some issues, like really bad ones. We changed things up now so that this doesn't happen. We now show a cool blue indicator above the issues that the a11y checker reveals. -
Handle existing styles with contrast updates [04fa636]
Turns out our contrast rule wiped out a bunch of other styles when fixing the font color. Now that doesn't happen because we care that you have background colors too. -
Remove indicators on close and error correction [f4fc8ee]
Remember how we changed up and added those cool indicators above. Well turns out that we needed to fix a few things with them... so we did! Now they disappear when they should.
Miscellaneous
v1.7.0
Changes
New Rules
- List Structure [5d451ac]
If it looks like a list, it probably should be a list. This rule detects that and helps make it into a real list. This was a non-Instructure contribution in #17 from @Synvox 🎉
Bugs
-
Keep the checker pane open when there aren't any errors. [ae9ead0]
Sometimes it was a bit jarring to have it disappear right as you were reading it. It no longer does that. You have to explicitly close the tray. -
Make the previous button read as 'previous' to screenreaders [8705ff6]
It was sad that users would hear 'Prev' for that button rather than the full word. But they are sad no more.