@axe-core/puppeteer 4.8.1 → 4.8.2-a80add3.0
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/package.json +2 -2
package/README.md
CHANGED
|
@@ -158,7 +158,7 @@ new AxePuppeteer(page).withRules(['html-lang', 'image-alt']);
|
|
|
158
158
|
|
|
159
159
|
### AxePuppeteer#withTags(tags: string | string[])
|
|
160
160
|
|
|
161
|
-
Limits analysis to only those with the specified
|
|
161
|
+
Limits analysis to only those with the specified tag or tags. Accepts a String of a single tag or an Array of multiple tags. **Subsequent calls to `AxePuppeteer#options`, `AxePuppeteer#withRules` or `AxePuppeteer#withRules` will override specified options.**
|
|
162
162
|
|
|
163
163
|
```js
|
|
164
164
|
new AxePuppeteer(page).withTags('wcag2a');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/puppeteer",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.2-a80add3.0+a80add3",
|
|
4
4
|
"description": "Provides a chainable axe API for Puppeteer and automatically injects into all frames",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"functions": 85,
|
|
89
89
|
"lines": 85
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "a80add38be2b35bdc4be146f6bea7269c5c88324"
|
|
92
92
|
}
|