CSSStyleSheet.rules - Web APIs 编辑
Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
rules
is a deprecated legacy property of the CSSStyleSheet
interface. Functionally identical to the preferred cssRules
property, it provides access to a live-updating list of the CSS rules comprising the stylesheet.
Note: As a legacy property, you not use rules
and should instead use the preferred cssRules
. While rules
is unlikely to be removed soon, its availability is not as widespread and using it will result in compatibility problems for your site or app.
Syntax
var rules = cssStyleSheet.rules;
Value
A live-updating CSSRuleList
containing each of the CSS rules making up the stylesheet. Each entry in the rule list is a CSSRule
object describing one rule making up the stylesheet.
Specifications
Specification | Status | Comment |
---|---|---|
CSS Object Model (CSSOM) The definition of 'CSSStyleSheet.rules' in that specification. | Working Draft |
Browser compatibility
BCD tables only load in the browser
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论