Re: [csswg-drafts] [css-align] Mixing baseline self-alignment with random content alignments

aha! Makes more sense. So the issue would be this:
1. Place your content within yourself -> this affects your layout/size
2. Then, place yourself within your parent based on aligning baselines -> this affects your position, which may affect the layout/size of your parent in some cases.
3. If your size was set in a way that depends on the size of the parent, then you need to relayout yourself, and that would cause a loop.

However, it seems this can only happen if:
* the parent has a non definite size that is resolved based on layout of its content.
* the item is sized in a way that depends on the parent's size even if it is non definite.

I don't think this situation actually exists.

Or am I still missing something?

-- 
GitHub Notification of comment by frivoal
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3006#issuecomment-413553573 using your GitHub account

Received on Thursday, 16 August 2018 13:54:21 UTC