@@ -78,7 +78,7 @@ interface Parent <: UnistParent {
78
78
```
79
79
80
80
** 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 ] ).
82
82
83
83
Its content is limited to only other hast content.
84
84
@@ -103,9 +103,9 @@ interface Root <: Parent {
103
103
104
104
** Root** ([ ** Parent** ] [ dfn-parent ] ) represents a document.
105
105
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
107
107
a 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 ] .
109
109
110
110
### ` Element `
111
111
@@ -133,10 +133,10 @@ If the `tagName` field is `'template'`, a `content` field can be present.
133
133
The value of the ` content ` field implements the [ ** Root** ] [ dfn-root ] interface.
134
134
135
135
If the ` tagName ` field is ` 'template' ` , the element must be a
136
- [ _ leaf _ ] [ term-leaf ] .
136
+ [ * leaf * ] [ term-leaf ] .
137
137
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 ] .
140
140
141
141
For example, the following HTML:
142
142
0 commit comments