Skip to content

Commit 9fc1c9f

Browse files
committed
Add list of related HTML utilities
1 parent 111c754 commit 9fc1c9f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

readme.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This document describes version 2.0.0 of **HAST**. [Changelog »][changelog].
2626
## Table of Contents
2727

2828
* [List of Utilities](#list-of-utilities)
29+
* [Related HTML Utilities](#related-html-utilities)
2930
* [AST](#ast)
3031
* [Root](#root)
3132
* [Element](#element)
@@ -93,6 +94,41 @@ alphabetically based on content after `hast-util-`
9394
See the [List of Unist Utilities][unist-utility] for projects which
9495
work with **HAST** nodes too.
9596

97+
## Related HTML Utilities
98+
99+
* [`wooorm/a-rel`](https://github.com/wooorm/a-rel)
100+
— List of link types for `rel` on `a` / `area`;
101+
* [`wooorm/aria-attributes`](https://github.com/wooorm/aria-attributes)
102+
— List of ARIA attributes;
103+
* [`wooorm/collapse-white-space`](https://github.com/wooorm/collapse-white-space)
104+
— Replace multiple white-space characters with a single space;
105+
* [`wooorm/comma-separated-tokens`](https://github.com/wooorm/comma-separated-tokens)
106+
— Parse/stringify comma-separated tokens;
107+
* [`wooorm/html-tag-names`](https://github.com/wooorm/html-tag-names)
108+
— List of HTML tag-names;
109+
* [`wooorm/html-dangerous-encodings`](https://github.com/wooorm/html-dangerous-encodings)
110+
— List of dangerous HTML character encoding labels;
111+
* [`wooorm/html-encodings`](https://github.com/wooorm/html-encodings)
112+
— List of HTML character encoding labels;
113+
* [`wooorm/html-element-attributes`](https://github.com/wooorm/html-element-attributes)
114+
— Map of HTML attributes;
115+
* [`wooorm/html-void-elements`](https://github.com/wooorm/html-void-elements)
116+
— List of void HTML tag-names;
117+
* [`wooorm/link-rel`](https://github.com/wooorm/link-rel)
118+
— List of link types for `rel` on `link`;
119+
* [`wooorm/mathml-tag-names`](https://github.com/wooorm/mathml-tag-names)
120+
— List of MathML tag-names;
121+
* [`wooorm/meta-name`](https://github.com/wooorm/meta-name)
122+
— List of values for `name` on `meta`;
123+
* [`wooorm/property-information`](https://github.com/wooorm/property-information)
124+
— Information on HTML properties;
125+
* [`wooorm/space-separated-tokens`](https://github.com/wooorm/space-separated-tokens)
126+
— Parse/stringify space-separated tokens;
127+
* [`wooorm/svg-tag-names`](https://github.com/wooorm/svg-tag-names)
128+
— List of SVG tag-names;
129+
* [`wooorm/web-namespaces`](https://github.com/wooorm/web-namespaces)
130+
— Map of web namespaces.
131+
96132
## AST
97133

98134
### `Root`

0 commit comments

Comments
 (0)