CSS 分页规则
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.
语法
这个语法是使用 WebIDL 格式。
interface CSSPageRule : CSSRule { attribute DOMString selectorText; readonly attribute CSSStyleDeclaration style; };
Properties
CSSRule
, CSSPageRule
也实现了此接口的属性。它具有以下特定属性:
CSSPageRule.selectorText
-
表示与规则关联的页面选择器的文本。
CSSPageRule.style
只读-
返回与规则关联的声明块。
Methods
作为 CSSRule
, CSSPageRule
的 CSSPageRule 还实现了该接口的方法。它没有具体方法。
Specifications
Specification |
---|
CSS Object Model (CSSOM) # the-csspagerule-interface |
Browser compatibility
BCD tables only load in the browser