| page | NN 6 IE 5(Mac) CSS 2 |
| Inherited: Yes | |
Lets you connect a block-level element to an @page rule through an identifier assigned to the rule. The implementation of @page rules is still sketchy, but the page attribute, whose value is the desired @page rule's identifier, is in place for later adoption. |
|
| CSS Syntax | |
page: pageRuleIdentifier | auto
|
|
| Value | |
The pageRuleIdentifier value is the name given to an @page rule in the same document. |
|
| Initial Value | |
auto |
|
| Example | |
table#results {page: printTable}
|
|
| Applies To | |
Block-level elements. |
|
| Object Model Reference | |
[window.]document.getElementById("elementID").style.page
|
|