taffy icon indicating copy to clipboard operation
taffy copied to clipboard

Identify or implement step 4 of the flex layout algorithm

Open TimJentzsch opened this issue 3 years ago • 0 comments

What problem does this solve or what need does it fill?

Currently, step 4 of the flex layout algorithm is not explicitly documented. This can mean that the documentation is missing or that the step is not yet implemented. Since we want to adhere to the specs wherever possible, we need to make sure that we have this step and that documentation explains what it does.

What solution would you like?

  • If the step is implemented, move it to a separate function if possible, document the function similar to the other ones with links to the spec.
  • If the step is not yet implemented, implement it with docs as explained above.

What alternative(s) have you considered?

If the step is not applicable for whatever reason, this still needs to be documented explicitly.

Additional context

Originally discussed in #39.

TimJentzsch avatar Jun 09 '22 21:06 TimJentzsch