@@ -51,6 +51,39 @@ Check if the given value is a [*heading*][spec] [*element*][element].
51
51
` hast-util-heading ` does not change the syntax tree so there are no openings for
52
52
[ cross-site scripting (XSS)] [ xss ] attacks.
53
53
54
+ ## Related
55
+
56
+ * [ ` hast-util-is-element ` ] ( https://github.com/syntax-tree/hast-util-is-element )
57
+ — check if a node is a (certain) element
58
+ * [ ` hast-util-has-property ` ] ( https://github.com/syntax-tree/hast-util-has-property )
59
+ — check if a node has a property
60
+ * [ ` hast-util-is-body-ok-link ` ] ( https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-body-ok-link )
61
+ — check if a node is “Body OK” link element
62
+ * [ ` hast-util-is-conditional-comment ` ] ( https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-conditional-comment )
63
+ — check if a node is a conditional comment
64
+ * [ ` hast-util-is-css-link ` ] ( https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-css-link )
65
+ — check if a node is a CSS link element
66
+ * [ ` hast-util-is-css-style ` ] ( https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-css-style )
67
+ — check if a node is a CSS style element
68
+ * [ ` hast-util-embedded ` ] ( https://github.com/syntax-tree/hast-util-embedded )
69
+ — check if a node is an embedded element
70
+ * [ ` hast-util-interactive ` ] ( https://github.com/syntax-tree/hast-util-interactive )
71
+ — check if a node is interactive
72
+ * [ ` hast-util-is-javascript ` ] ( https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-javascript )
73
+ — check if a node is a JavaScript script element
74
+ * [ ` hast-util-labelable ` ] ( https://github.com/syntax-tree/hast-util-labelable )
75
+ — check whether a node is labelable
76
+ * [ ` hast-util-phrasing ` ] ( https://github.com/syntax-tree/hast-util-phrasing )
77
+ — check if a node is phrasing content
78
+ * [ ` hast-util-script-supporting ` ] ( https://github.com/syntax-tree/hast-util-script-supporting )
79
+ — check if a node is a script-supporting element
80
+ * [ ` hast-util-sectioning ` ] ( https://github.com/syntax-tree/hast-util-sectioning )
81
+ — check if a node is a sectioning element
82
+ * [ ` hast-util-transparent ` ] ( https://github.com/syntax-tree/hast-util-transparent )
83
+ — check if a node is a transparent element
84
+ * [ ` hast-util-whitespace ` ] ( https://github.com/syntax-tree/hast-util-whitespace )
85
+ — check if a node is inter-element whitespace
86
+
54
87
## Contribute
55
88
56
89
See [ ` contributing.md ` in ` syntax-tree/.github ` ] [ contributing ] for ways to get
0 commit comments