Skip to content

Commit 1814dc7

Browse files
committed
Add list of related projects
1 parent 03f5821 commit 1814dc7

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

readme.md

+33
Original file line numberDiff line numberDiff line change
@@ -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
5353
for [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

5790
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get

0 commit comments

Comments
 (0)