[css-variables] Variables missing from enumeration of computed style |
|
Issue descriptionFor example: document.body.style = '--x: foo'; let c = getComputedStyle(document.body); console.log(Array.from(c).filter(e => e == '--x')); This should not produce an empty list. Works in FF. |
|
►
Sign in to add a comment |
|