[csswg-drafts] [css-env] getting access to the document title (#3685)

frivoal has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-env] getting access to the document title ==
It can be useful to reuse the title of the document (the string found in the `<title>` element of an HTML document) in ::before or ::after. An easily recognizable example is running headers and footers, but that's limited to actually paged media, and it would be nice to achieve a similar effect in general. 

A possible solution for this would be exposing it via `env(doc-title)`.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3685 using your GitHub account

Received on Wednesday, 27 February 2019 20:22:13 UTC