[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/API/CSSStyleRule [Back]  [Original]

CSSStyleRule - Web API | MDN

MDN Web Docs

View in English Always switch to English

CSSStyleRule

Baseline *

20157

*

CSSStyleRule CSS

CSSRule CSSGroupingRule CSSStyleRule

CSSRule

CSSStyleRule.selectorText

: "h1,h2"

CSSStyleRule.style

CSSStyleDeclaration

CSSStyleRule.styleMap

StylePropertyMap

CSSRule

CSS 1 CSSRule document.styleSheets[0].cssRules myRules[0] h1 CSSStyleRule

css
h1 {
  color: pink;
}
js
let myRules = document.styleSheets[0].cssRules;
console.log(myRules[0]); // a CSSStyleRule representing the h1.

CSS Object Model (CSSOM)
# the-cssstylerule-interface


Web Proxy Viewer  |  New URL  |  Original Page