docs: deduplicate separator rendering in breadcrumbs spec#11887
Merged
Conversation
vursen
approved these changes
Jun 4, 2026
State the separator recipe (mask-image + currentColor + RTL flip) once in the item's "Separator rendering" bullet and have Decision #5 and the container's "Overflow separator" bullet point to it. Fold the standalone RTL flip bullet into the recipe. No decisions or behavior change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
4f5468b to
28ae9a8
Compare
|
Collaborator
|
This ticket/PR has been released with Vaadin 25.2.0-beta2. |
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.



Description
Improved breadcrumbs web component spec for readability.
Problem
3 sections describe the same things. Currently, the spec tells most stories three times — once in Key Design Decisions (§6, §7, §8…), once in the per-element "Internal behavior" bullets, and once in Discussion. Each layer was written to stand alone, so they restate rather than cross-reference. The separator recipe (
mask-image+currentColor+ RTLscaleX(-1), driven by--vaadin-breadcrumbs-separator) was spelled out in full four times: Decision, the item's "Separator rendering" bullet, a standalone "RTL separator flip" bullet, and the container's "Overflow separator" bullet.Suggested channge
No behavior described in the spec changes, so per the spec's editing rules no new Discussion entry is added.
🤖 Generated with Claude Code