CSS 分页规则
语法
这个语法是使用 WebIDL 格式。
interface CSSPageRule : CSSRule {
attribute DOMString selectorText;
readonly attribute CSSStyleDeclaration style;
};
Properties
CSSRule, CSSPageRule 也实现了此接口的属性。它具有以下特定属性:
CSSPageRule.selectorText(en-US)-
表示与规则关联的页面选择器的文本。
CSSPageRule.style(en-US) 只读-
返回与规则关联的声明块。
Methods
作为 CSSRule, CSSPageRule 的 CSSPageRule 还实现了该接口的方法。它没有具体方法。
Specifications
| Specification |
|---|
| CSS Object Model (CSSOM) # the-csspagerule-interface |
Browser compatibility
BCD tables only load in the browser