@@ -51,6 +51,39 @@ Check if the given value is a [*heading*][spec] [*element*][element].
5151` hast-util-heading ` does not change the syntax tree so there are no openings for
5252[ cross-site scripting (XSS)] [ xss ] attacks.
5353
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+
5487## Contribute
5588
5689See [ ` contributing.md ` in ` syntax-tree/.github ` ] [ contributing ] for ways to get
0 commit comments