Re: [csswg-drafts] [css-cascade][css-transition] Should property aliasing/mapping applies to `transition[-property]`? (#8022)

Same question for `will-change`:

```js
document.body.style.willChange = "word-wrap";
document.body.style.willChange;
```

Firefox and Blink: `"word-wrap"`
WebKit: `"overflow-wrap"`

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


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

Received on Tuesday, 8 November 2022 15:55:32 UTC