The ‘Expressions’ section’ of the hyperscript reference docs explains:
- query references such as
<selector/>,
- id references such as
#id,
- class references such as
.class and
- attribute references such as
@attr
But there is no entry for style property references, such as *property, even though they are an integral part of the language.
In the hyperscript docs, they are included in the ‘DOM literals’ section, along with all other ‘reference expresssions’ listed above.
The ‘Expressions’ section’ of the hyperscript reference docs explains:
<selector/>,#id,.classand@attrBut there is no entry for style property references, such as
*property, even though they are an integral part of the language.In the hyperscript docs, they are included in the ‘DOM literals’ section, along with all other ‘reference expresssions’ listed above.