Describe the bug
Some declarations are "shifted" to custom properties, so that we can read raw values later on, particularly for position-area. For instance, margin-left gets shifted to something like --margin-left-iYzMB7a9uGpUFP_AnDLsc.
Inline styles don't go through the same pipeline, aren't shifted, and are not available for the parts that require it.
To Reproduce
Add an inline style, apply the polyfill, and see that there isn't a shifted value.
Discovered by @jpzwarte as part of #428
Describe the bug
Some declarations are "shifted" to custom properties, so that we can read raw values later on, particularly for
position-area. For instance,margin-leftgets shifted to something like--margin-left-iYzMB7a9uGpUFP_AnDLsc.Inline styles don't go through the same pipeline, aren't shifted, and are not available for the parts that require it.
To Reproduce
Add an inline style, apply the polyfill, and see that there isn't a shifted value.
Discovered by @jpzwarte as part of #428