CSS Page-Policy Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
'page-policy' determines which page-based occurrence of a given element is applied to a counter or string value.
Syntax
page-policy: [value];
Possible values
- start
- first
- last
Initial Value
start
Applies To
@counter and @string blocks
Inherited
N/A
Media
Paged
Example
.class {
page-policy: last ;
}
Loading Twitter