@@ -26,6 +26,7 @@ This document describes version 2.0.0 of **HAST**. [Changelog »][changelog].
26
26
## Table of Contents
27
27
28
28
* [ List of Utilities] ( #list-of-utilities )
29
+ * [ Related HTML Utilities] ( #related-html-utilities )
29
30
* [ AST] ( #ast )
30
31
* [ Root] ( #root )
31
32
* [ Element] ( #element )
@@ -93,6 +94,41 @@ alphabetically based on content after `hast-util-`
93
94
See the [ List of Unist Utilities] [ unist-utility ] for projects which
94
95
work with ** HAST** nodes too.
95
96
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
+
96
132
## AST
97
133
98
134
### ` Root `
0 commit comments