This is basically a follow question up to a comment in #319: some logical shorthands miss a computed property, because at the time it wasn't clear what those would be. My question is, is this something that can/should be fixed?
The reason I'm wondering is because csstype uses the computed property as an indicator for shorthands, which causes an issue here.
List of shorthands with missing computed list:
- inset
- inset-block
- inset-inline
- margin-block
- margin-inline
- padding-block
- padding-inline
- scroll-margin
- scroll-margin-block
- scroll-margin-inline
- scroll-padding
- scroll-padding-block
- scroll-padding-inline
- scroll-margin
This is basically a follow question up to a comment in #319: some logical shorthands miss a computed property, because at the time it wasn't clear what those would be. My question is, is this something that can/should be fixed?
The reason I'm wondering is because csstype uses the computed property as an indicator for shorthands, which causes an issue here.
List of shorthands with missing computed list: