Merged
Conversation
a98db79 to
9a0aeba
Compare
e4f56fb to
ba97f8f
Compare
c4325db to
9b10d09
Compare
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
We cannot assume that a named line placement is valid
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
…tion when computing auto-repeated tracks Signed-off-by: Nico Burns <[email protected]>
parent size is indefinite.
If known_dimensions is set in the axis, then the container counts as having a definite width and should not fallback to the min-width fitting strategy.
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
features are not enabled.
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
0114b52 to
d6c5707
Compare
Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
f6c9527 to
5f1e7b0
Compare
5f1e7b0 to
8352beb
Compare
Signed-off-by: Nico Burns <[email protected]>
8352beb to
1822b95
Compare
Signed-off-by: Nico Burns <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objective
Support named grid lines and named grid areas in CSS grid.
Changes made
Stylegeneric over an abstract string type (so clients can use the formats their strings are already in (e.g.Atomfor Servo/Blitz))CustomIdenttype (same string trait)grid_template_row_namesandgrid_template_column_namesproperties (Vecof lines names)GridTemplateAreastruct andgrid_template_areaspropertyGridTemplateComponenttype so that repetitions can specify line namesNamedLineandNamedSpanvariants toGridPlacement(and make publicGridPlacementno longer generic)GridContainerStyletrait to allow zero-cost iteration over complex nested grid definitions.Context
This is necessary to correctly layout websites such docs.rs, wikipedia.org and news.bbc.co.uk