@@ -14,19 +14,19 @@ This document may not be released.
14
14
See [ releases] [ ] for released documents.
15
15
The latest released version is [ ` 2.3.0 ` ] [ latest ] .
16
16
17
- ## Table of Contents
17
+ ## Contents
18
18
19
19
* [ Introduction] ( #introduction )
20
20
* [ Where this specification fits] ( #where-this-specification-fits )
21
21
* [ Virtual DOM] ( #virtual-dom )
22
22
* [ Nodes] ( #nodes )
23
- * [ Parent] ( #parent )
24
- * [ Literal] ( #literal )
25
- * [ Root] ( #root )
26
- * [ Element] ( #element )
27
- * [ Doctype] ( #doctype )
28
- * [ Comment] ( #comment )
29
- * [ Text] ( #text )
23
+ * [ ` Parent ` ] ( #parent )
24
+ * [ ` Literal ` ] ( #literal )
25
+ * [ ` Root ` ] ( #root )
26
+ * [ ` Element ` ] ( #element )
27
+ * [ ` Doctype ` ] ( #doctype )
28
+ * [ ` Comment ` ] ( #comment )
29
+ * [ ` Text ` ] ( #text )
30
30
* [ Glossary] ( #glossary )
31
31
* [ List of Utilities] ( #list-of-utilities )
32
32
* [ Related HTML Utilities] ( #related-html-utilities )
@@ -194,13 +194,13 @@ DOM][concept-aria-reflection] ([\[ARIA\]][aria]), and differs from how some
194
194
(older) HTML attributes are reflected in the DOM.
195
195
196
196
1 . Any name referencing a combinations of multiple words (such as “stroke
197
- miter limit”) becomes a camelcased property name capitalising each word
197
+ miter limit”) becomes a camelcased property name capitalizing each word
198
198
boundary.
199
199
This includes combinations that are sometimes written as several words.
200
200
For example, ` stroke-miterlimit ` becomes ` strokeMiterLimit ` , ` autocorrect `
201
201
becomes ` autoCorrect ` , and ` allowfullscreen ` becomes ` allowFullScreen ` .
202
202
2 . Any name that can be hyphenated, becomes a camelcased property name
203
- capitalising each boundary.
203
+ capitalizing each boundary.
204
204
For example, “read-only” becomes ` readOnly ` .
205
205
3 . Compound words that are not used with spaces or hyphens are treated as a
206
206
normal word and the previous rules apply.
@@ -586,11 +586,11 @@ ways to get started.
586
586
See [ ` support.md ` ] [ support ] for ways to get help.
587
587
Ideas for new utilities and tools can be posted in [ ` syntax-tree/ideas ` ] [ ideas ] .
588
588
589
- A curated list of awesome syntax-tree, unist, hast, mdast , and nlcst resources
590
- can be found in [ awesome syntax-tree] [ awesome ] .
589
+ A curated list of awesome syntax-tree, unist, mdast, hast, xast , and nlcst
590
+ resources can be found in [ awesome syntax-tree] [ awesome ] .
591
591
592
- This project has a [ Code of Conduct ] [ coc ] .
593
- By interacting with this repository, organisation , or community you agree to
592
+ This project has a [ code of conduct ] [ coc ] .
593
+ By interacting with this repository, organization , or community you agree to
594
594
abide by its terms.
595
595
596
596
## Acknowledgments
0 commit comments