@@ -78,7 +78,7 @@ interface Parent <: UnistParent {
7878```
7979
8080** Parent** ([ ** UnistParent** ] [ dfn-unist-parent ] ) represents a node in hast
81- containing other nodes (said to be [ _ children _ ] [ term-child ] ).
81+ containing other nodes (said to be [ * children * ] [ term-child ] ).
8282
8383Its content is limited to only other hast content.
8484
@@ -103,9 +103,9 @@ interface Root <: Parent {
103103
104104** Root** ([ ** Parent** ] [ dfn-parent ] ) represents a document.
105105
106- ** Root** can be used as the [ _ root _ ] [ term-root ] of a [ _ tree _ ] [ term-tree ] , or as
106+ ** Root** can be used as the [ * root * ] [ term-root ] of a [ * tree * ] [ term-tree ] , or as
107107a value of the ` content ` field on a ` 'template' ` [ ** Element** ] [ dfn-element ] ,
108- never as a [ _ child _ ] [ term-child ] .
108+ never as a [ * child * ] [ term-child ] .
109109
110110### ` Element `
111111
@@ -133,10 +133,10 @@ If the `tagName` field is `'template'`, a `content` field can be present.
133133The value of the ` content ` field implements the [ ** Root** ] [ dfn-root ] interface.
134134
135135If the ` tagName ` field is ` 'template' ` , the element must be a
136- [ _ leaf _ ] [ term-leaf ] .
136+ [ * leaf * ] [ term-leaf ] .
137137
138- If the ` tagName ` field is ` 'noscript' ` , its [ _ children _ ] [ term-child ] should
139- be represented as if [ _ scripting is disabled _ ] [ concept-scripting ] .
138+ If the ` tagName ` field is ` 'noscript' ` , its [ * children * ] [ term-child ] should
139+ be represented as if [ * scripting is disabled * ] [ concept-scripting ] .
140140
141141For example, the following HTML:
142142
0 commit comments