You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `webidl2js` wrappers are intended to implement:
34
+
`CSSStyleSheet` and `CSSStyleDeclaration` are [`webidl2js`](https://github.com/jsdom/webidl2js) wrappers intended to implement:
32
35
33
36
-*create a CSS style sheet*: when processing or updating the content of [`HTMLStyleElement`](https://html.spec.whatwg.org/multipage/semantics.html#the-style-element), when processing the resource referenced by [`HTMLLinkElement`](https://html.spec.whatwg.org/multipage/links.html#link-type-stylesheet) or an HTTP `Link` header with `rel="stylesheet"`
34
37
- (get) [the `style` attribute of an `HTMLElement`](https://html.spec.whatwg.org/multipage/dom.html#the-style-attribute)
35
38
-*return a live CSS declaration block* from [`Window.getComputedStyle()`](https://drafts.csswg.org/cssom-1/#extensions-to-the-window-interface)
36
39
37
-
To sum up, they mostly exist to create `CSSStyleSheet` and `CSSStyleDeclaration`. Below are the properties defined in the CSSOM specification and their associated property read in`privateProperties`:
0 commit comments