I'm confused that in today's nightly the new SCCS from 30873 is compiled differently:
background-attachment: initial !important;
background-attachment: scroll !important;
*.css
: background-attachment: initial !important;
background-attachment:
Labels |
Added:
?
|
But why not in both CSS files? All rules should be identical for debug purposes.
Labels |
Added:
J4 Issue
|
I would say that this is intended and expected behaviour
I would say that this is intended and expected behaviour
I'm leaving this issue with a LOL...
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-01-24 16:17:27 |
Closed_By | ⇒ | infograf768 |
I guess we can close this.
That is fine: The initial CSS keyword applies the default value of a property to an element. initial is the same as scroll in this case