properties: add the border-block-color logical property#197
Merged
Conversation
border-inline-color was typed but its block-axis sibling was not, so a block-axis border colour (border-block-color) could not be represented, parsed, or emitted. Add it mirroring border-inline-color across the property GADT, parser, printer, normaliser, shorthand and variable scanner.
samoht
force-pushed
the
border-block-color
branch
from
July 25, 2026 05:16
5c4f3e4 to
9566acf
Compare
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.
Css.border_inline_colorwas typed but its block-axis sibling was not, soborder-block-colorcould not be represented, parsed, printed or normalised. This addsCss.border_block_colormirroringborder_inline_coloracross the property GADT, parser, printer, normaliser, shorthand expansion and variable scanner. It unblocks downstream callers that need the block axis (for example aborder-y-<color>utility, which maps toborder-block-color).