CSS Properties

User Guide / CSS Properties

string-set

Syntax

string-set: none | [ ident content ]+

Initial Value

string-set: none

Inherited

No

Comments

This property can be used to copy text content from the document into a named string, which may then be referenced from the content property to create generated content. For example, this can be used to create a running page header that contains the title of the current chapter. See the documentation for Page Headers and Footers for more details.