-
Notifications
You must be signed in to change notification settings - Fork 756
[css-gaps-1] Fixes for gap intersection point definition and pairing algorithm. #11720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Formatted preview here: https://kbabbitt.github.io/css-gap-decorations/pr-11720/Overview.html @oSamDavis I can't add you as a "Reviewer" for some reason but could you ptal? |
| along the centerline of the gap | ||
| which is either at an edge of the container | ||
| or adjacent to a child item spanning across the gap per the steps below. | ||
| </dd> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if it'll be helpful to add which intersection points are considered for -rule-break: intersection. So maybe along the lines of "Gap decorations start and end at every valid gap intersection point. A valid gap intersection point intersection is defined as one that forms a visible cross or T intersection." then maybe a "refer to the steps below."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree that the value definitions need to be updated, but I'd prefer not to introduce another new term ("valid") if we can avoid it. I changed the value definitions to be based around visible intersections and added a link to the algorithm steps for precise details. I also reordered the value definitions here to match the order they appear in the algorithm. Let me know what you think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just took a look and it looks great!
oSamDavis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New edits look good to me. Thanks!
gap-rule-breakas intended.