New issue
Advanced search Search tips

Issue 892631 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

[css-variables] Variables missing from enumeration of computed style

Project Member Reported by andruud@chromium.org, Oct 5

Issue description

For 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