wicg-inert 3.0.3 → 3.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/dist/inert.esm.js +832 -0
- package/dist/inert.js +17 -17
- package/dist/inert.min.js +1 -1
- package/dist/inert.min.js.map +1 -1
- package/karma.conf.js +7 -65
- package/package.json +9 -6
- package/rollup.config.js +12 -0
- package/security-privacy.md +90 -0
- package/src/inert.js +18 -18
- package/test/specs/element.spec.js +3 -3
- package/test/specs/helpers/index.js +1 -1
- package/w3c.json +1 -1
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
[![Build Status](https://travis-ci.org/WICG/inert.svg?branch=
|
1
|
+
[![Build Status](https://travis-ci.org/WICG/inert.svg?branch=main)](https://travis-ci.org/WICG/inert)
|
2
2
|
|
3
3
|
The `inert` attribute/property allows web authors to mark parts of the DOM tree
|
4
4
|
as [inert](https://html.spec.whatwg.org/multipage/interaction.html#inert):
|