doc: css-addition et al. propagate to HTML for nested parts

This commit is contained in:
Matthew Flatt 2020-11-06 11:18:49 -07:00
parent 2767dd2c06
commit 8f21a9a26a

View File

@ -1771,10 +1771,13 @@ HTML that is rendered before and after element content.
bytes?)])]{
Used as a @tech{style property} to supply a CSS file (if @racket[path]
is a path, string, or list), URL (if @racket[path] is a @racket[url]) or content (if @racket[path] is a byte
string) to be referenced or included in the generated HTML. This
property can be attached to any style, and all additions are collected
to the top of the generated HTML page.
is a path, string, or list), URL (if @racket[path] is a @racket[url])
or content (if @racket[path] is a byte string) to be referenced or
included in the generated HTML. This property can be attached to any
style, and all additions are collected and lifted to the enclosing
generated HTML. When the style property is attached to a @tech{part},
then it is also propagated to any generated HTML for a subpart of the
part.
The @racket[path] field can be a result of
@racket[path->main-collects-relative].}