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