summaryrefslogtreecommitdiff
path: root/src/select/properties/flex_shrink.c
Commit message (Collapse)AuthorAgeFilesLines
* select: properties: Drop calc values during cascadeMichael Drake4 days1-1/+1
| | | | The computed style handling doesn't know how to deal with them yet.
* select: properties: cascade: Handle VALUE_IS_CALC in bytecodeMichael Drake4 days1-3/+14
| | | | | | | Without this we would fail to consume the bytecode belonging to calc value storage, and treat the data instead as the next op code, and jump beyond the end of the property dispatch table.
* Select: Properties: Add copy handler for simple propertiesMichael Drake2022-08-291-5/+17
|
* Select: Make inherit flag handling aware of other default valuesMichael Drake2022-08-291-2/+2
|
* Selection: Logic for the flexbox properties.Lucas Neves2017-10-211-0/+62