-
Hello community, I am trying to use this library for the first time. I followed the docs but I am getting this error on first try.
I am using v2.0.4
Any ideas on how I can go about this?
-
https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration
-
### 🔎 Search Terms
"CSS property value kebab case dash", "CSSStyleDeclaration", "getComputedStyle", "getPropertyValue"
### 🕗 Version & Regression Information
- This is the behavior in every version…
-
Not every string should be allowed in properties of the `CSSStyleDeclaration` interface, such as `display`, `overflow`, etc. The [TypeStyle](https://github.com/typestyle/typestyle/) project seems to h…
-
Рассказать, что такое за интерфейс `CSSStyleDeclaration`, как его получить и как с ним работать.
Референсы:
* https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration
* https://w3c.gi…
-
Hi,
I have the following problem related to this simple code, which has the task of loading a given SVG file as an object of type DrawingGroup. I care that the texts contained in the given SVG file…
-
As per discussion in #174 a post-processor for APIs has been added that filters out hyphenated CSSStyleDeclaration APIs. These APIs were "punishing Firefox for conforming to spec" (via Browser-Specifi…
-
Since we already have all the properties defined in the spec it would be handy to create the IDL definitions per spec as well.
Currently we do some hand-wavy stuff in CSSOM that is very generic.
You…
-
I assume this is for css manager to work? should this be supplied by core?
clkao updated
9 years ago
-
### Basic info:
- **Node.js version:** v12.16.2
- **jsdom version:** v16.2.2
### Minimal reproduction case
```js
const {JSDOM} = require('jsdom')
const dom = new JSDOM(`
@font-face{…