taffy
taffy copied to clipboard
Implement step 10 of the flex layout algorithm ("Collapse `visibility:collapse` items")
What problem does this solve or what need does it fill?
Step 10 of the flex layout algorithm is currently not implemented. This handles visibility:collapse items, which is currently not supported.
What solution would you like?
Implementing step 10 according to the specification.
What alternative(s) have you considered?
We could choose to not support visibility:collapse.
Additional context
Related to #39.