abledom 0.0.0 → 0.0.1
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 +6 -12
- package/dist/esm/index.js +1153 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/index.d.cts +151 -0
- package/dist/index.d.ts +151 -0
- package/dist/index.js +1184 -0
- package/dist/index.js.map +1 -0
- package/dist/ts3.9/index.d.ts +139 -0
- package/package.json +45 -6
- package/CODE_OF_CONDUCT.md +0 -9
- package/SECURITY.md +0 -41
- package/SUPPORT.md +0 -25
- package/index.js +0 -0
package/README.md
CHANGED
|
@@ -1,18 +1,12 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AbleDOM
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
> make sure to update the content to build a great experience for community-building.
|
|
3
|
+
Continuous detection of typical web application accessibility problems.
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
- Improving this README.MD file to provide a great experience
|
|
9
|
-
- Updating SUPPORT.MD with content about this project's support experience
|
|
10
|
-
- Understanding the security reporting process in SECURITY.MD
|
|
11
|
-
- Remove this section from the README
|
|
5
|
+
_Here be dragons_.
|
|
12
6
|
|
|
13
7
|
## Contributing
|
|
14
8
|
|
|
15
|
-
This project welcomes contributions and suggestions.
|
|
9
|
+
This project welcomes contributions and suggestions. Most contributions require you to agree to a
|
|
16
10
|
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
|
|
17
11
|
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
|
|
18
12
|
|
|
@@ -26,8 +20,8 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio
|
|
|
26
20
|
|
|
27
21
|
## Trademarks
|
|
28
22
|
|
|
29
|
-
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
|
|
30
|
-
trademarks or logos is subject to and must follow
|
|
23
|
+
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
|
|
24
|
+
trademarks or logos is subject to and must follow
|
|
31
25
|
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
|
|
32
26
|
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
|
|
33
27
|
Any use of third-party trademarks or logos are subject to those third-party's policies.
|