Re: [csswg-drafts] [css-contain] Computed value of shortcut values (#5511)

@emilio Testing latest 2020-10-20 Firefox nightly this still produces `"layout paint"` for me:

```js
document.documentElement.style.contain = "layout paint";
getComputedStyle(document.documentElement).contain;
```

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5511#issuecomment-713166639 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 20 October 2020 22:04:04 UTC