Skip to content

Commit 990870d

Browse files
committed
docs(): Mention flexibility in description
1 parent 86128dd commit 990870d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44

55
> Never worry about using the wrong heading level (`h1`, `h2`, etc.) in complex React apps!
66
7-
React-headings maintains the proper hierarchy of headings for improved accessibility and SEO, no matter the component structure.
7+
React-headings maintains the proper hierarchy of headings for improved accessibility and SEO, no matter the component structure, while you keep full control of what's rendered.
88

9-
Logical hierarchy is required by [WCAG](https://www.w3.org/WAI/tutorials/page-structure/headings) and [Lighthouse SEO audits](https://web.dev/heading-order/).
9+
References:
10+
11+
- [WCAG 2.0 technique H69](https://www.w3.org/TR/WCAG20-TECHS/H69.html)
12+
- [Lighthouse SEO heading order audit](https://web.dev/heading-order/)
1013

1114
## Table of contents
1215

0 commit comments

Comments
 (0)