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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
-**color-contrast:** correctly compute color contrast of <slot> elements ([#3847](https://github.com/dequelabs/axe-core/issues/3847)) ([844cea1](https://github.com/dequelabs/axe-core/commit/844cea1238ccb30cc1c4d1510f2bb3d4cfbe1706))
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,6 @@ Read the [documentation on contributing](CONTRIBUTING.md)
177
177
178
178
## Acknowledgements
179
179
180
-
Thanks to Dulin Marat for his [css-selector-parser](https://www.npmjs.com/package/css-selector-parser) implementation which is included for shadow DOM support.
180
+
Thanks to Marat Dulin for his [css-selector-parser](https://www.npmjs.com/package/css-selector-parser) implementation which is included for shadow DOM support.
181
181
182
182
Thanks to the [Slick Parser](https://github.com/mootools/slick/blob/master/Source/Slick.Parser.js) implementers for their contribution, we have used some of their algorithms in our shadow DOM support code.
Copy file name to clipboardExpand all lines: doc/check-options.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@
36
36
-[region](#region)
37
37
-[inline-style-property](#inline-style-property)
38
38
-[invalid-children](#invalid-children)
39
+
-[link-in-text-block](#link-in-text-block)
39
40
40
41
## How Checks Work
41
42
@@ -538,3 +539,12 @@ This evaluation method is used in the `list` and `definition-list` rule to deter
538
539
|`validNodeNames`| Nodes without role allowed as children |
539
540
|`validRoles`| Roles allowed on child elements |
540
541
|`divGroups`| Whether the child nodes can be grouped in a div without any role (false by default) |
542
+
543
+
### link-in-text-block
544
+
545
+
This evaluation method is used in the `link-in-text-block` rule and tests that either the foreground color or the background color has sufficient contrast between the link text and the surrounding text.
0 commit comments