axe-core 4.7.1 → 4.7.2-canary.03f2771
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 +4 -0
- package/axe.js +1739 -1689
- package/axe.min.js +2 -2
- package/locales/_template.json +4 -0
- package/package.json +3 -2
- package/sri-history.json +357 -349
package/README.md
CHANGED
|
@@ -157,6 +157,10 @@ Axe-core has a new minor release every 3 to 5 months, which usually introduces n
|
|
|
157
157
|
- See [release and support](doc/release-and-support.md) for details on the frequency of releases, long-term support and recommendations on upgrading axe-core.
|
|
158
158
|
- See [backward compatibility](doc/backwards-compatibility-doc.md) for details on the types of changes different releases may introduce.
|
|
159
159
|
|
|
160
|
+
## Deque Trademarks Policy
|
|
161
|
+
|
|
162
|
+
DEQUE, DEQUELABS, AXE®, and AXE-CORE® are trademarks of Deque Systems, Inc. Use of the Deque trademarks must be in accordance with [Deque's trademark policy](https://www.deque.com/legal/trademarks/).
|
|
163
|
+
|
|
160
164
|
## Supported ARIA Roles and Attributes.
|
|
161
165
|
|
|
162
166
|
Refer [axe-core ARIA support](./doc/aria-supported.md) for a complete list of ARIA supported roles and attributes by axe.
|