[css-layout-api][explainer] add mandatory intrinsicSizes function#1136
Conversation
I just connected my W3C account to my GitHub account. |
|
@sideshowbarker could you please explain why you didn't merge it? |
Also, fix the code sample where the constraints variable where redefined.
Sorry about that — wasn’t intentional. Everything’s restored here now. |
|
@svgeesus @astearns Can this PR be considered (marked) non-normative for IPR purposes, and merged? It’s just a fix to the https://github.com/w3c/css-houdini-drafts/blob/main/css-layout-api/EXPLAINER.md doc — not a spec change. |
|
astearns marked as non substantive for IPR from ash-nazg. |
|
Thanks @sideshowbarker |
@ggrossetie, Cheers — thanks for making things better 😀 |
| ||||||| parent of a2dd8db ([css-layout-api][explainer] add mandatory intrinsicSizes function) | ||
| // Position the fragment, note we coulld do something special here, like | ||
| // placing all the lines on a "rythimic grid", or similar. |
There was a problem hiding this comment.
This looks left-over from a merge conflict.
Also, fix the code sample where the constraints variable where redefined.
I’m taking this opportunity to ask if there’s a place where I can ask questions about the Layout API. Specifically, about the concept of
breakToken, where despite several attempts, the value is alwaysundefined.To provide some context, I am trying to see if it is possible to implement certain rules from the CSS Paged Media Module Level 3 with the Layout API.
Thanks!