axe-core 4.6.2 → 4.6.3-canary.3dcdd42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/axe.js +429 -335
- package/axe.min.js +2 -2
- package/package.json +27 -27
- package/sri-history.json +345 -337
package/README.md
CHANGED
|
@@ -177,6 +177,6 @@ Read the [documentation on contributing](CONTRIBUTING.md)
|
|
|
177
177
|
|
|
178
178
|
## Acknowledgements
|
|
179
179
|
|
|
180
|
-
Thanks to Dulin
|
|
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.
|