Skip to content

Commit 2574c75

Browse files
committed
Add list of related projects
1 parent b1b8dff commit 2574c75

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

readme.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,39 @@ Check if the given value is a [*script-supporting*][spec] [*element*][element].
4949
`hast-util-script-supporting` does not change the syntax tree so there are no
5050
openings for [cross-site scripting (XSS)][xss] attacks.
5151

52+
## Related
53+
54+
* [`hast-util-is-element`](https://github.com/syntax-tree/hast-util-is-element)
55+
— check if a node is a (certain) element
56+
* [`hast-util-has-property`](https://github.com/syntax-tree/hast-util-has-property)
57+
— check if a node has a property
58+
* [`hast-util-is-body-ok-link`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-body-ok-link)
59+
— check if a node is “Body OK” link element
60+
* [`hast-util-is-conditional-comment`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-conditional-comment)
61+
— check if a node is a conditional comment
62+
* [`hast-util-is-css-link`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-css-link)
63+
— check if a node is a CSS link element
64+
* [`hast-util-is-css-style`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-css-style)
65+
— check if a node is a CSS style element
66+
* [`hast-util-embedded`](https://github.com/syntax-tree/hast-util-embedded)
67+
— check if a node is an embedded element
68+
* [`hast-util-heading`](https://github.com/syntax-tree/hast-util-heading)
69+
— check if a node is a heading 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-sectioning`](https://github.com/syntax-tree/hast-util-sectioning)
79+
— check if a node is a sectioning element
80+
* [`hast-util-transparent`](https://github.com/syntax-tree/hast-util-transparent)
81+
— check if a node is a transparent element
82+
* [`hast-util-whitespace`](https://github.com/syntax-tree/hast-util-whitespace)
83+
— check if a node is inter-element whitespace
84+
5285
## Contribute
5386

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

0 commit comments

Comments
 (0)