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