File tree 1 file changed +9
-6
lines changed 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,10 @@ The latest released version is [`2.4.0`][latest].
29
29
* [ ` Element ` ] ( #element )
30
30
* [ ` Root ` ] ( #root )
31
31
* [ ` Text ` ] ( #text )
32
- * [ Types] ( #types-1 )
32
+ * [ Other types] ( #other-types )
33
+ * [ ` Properties ` ] ( #properties )
34
+ * [ ` PropertyName ` ] ( #propertyname )
35
+ * [ ` PropertyValue ` ] ( #propertyvalue )
33
36
* [ Glossary] ( #glossary )
34
37
* [ List of utilities] ( #list-of-utilities )
35
38
* [ Related HTML utilities] ( #related-html-utilities )
@@ -74,7 +77,7 @@ The reason for introducing a new “virtual” DOM is primarily:
74
77
75
78
## Types
76
79
77
- If you are using TypeScript, you can use the unist types by installing them
80
+ If you are using TypeScript, you can use the hast types by installing them
78
81
with npm:
79
82
80
83
``` sh
@@ -250,9 +253,9 @@ Yields:
250
253
}
251
254
```
252
255
253
- ### Types
256
+ ## Other types
254
257
255
- #### ` Properties `
258
+ ### ` Properties `
256
259
257
260
``` idl
258
261
interface Properties {}
@@ -263,7 +266,7 @@ interface Properties {}
263
266
Every field must be a ** [ PropertyName] [ dfn-property-name ] ** and every value a
264
267
** [ PropertyValue] [ dfn-property-value ] ** .
265
268
266
- #### ` PropertyName `
269
+ ### ` PropertyName `
267
270
268
271
``` idl
269
272
typedef string PropertyName
@@ -341,7 +344,7 @@ following attributes:
341
344
342
345
</details >
343
346
344
- #### ` PropertyValue `
347
+ ### ` PropertyValue `
345
348
346
349
``` idl
347
350
typedef any PropertyValue
You can’t perform that action at this time.
0 commit comments