Revert "Add web server & collaboration spec (ADRs C012-C020) and foundation crates"#26
Closed
kevincarlson wants to merge 1 commit into
Closed
Revert "Add web server & collaboration spec (ADRs C012-C020) and foundation crates"#26kevincarlson wants to merge 1 commit into
kevincarlson wants to merge 1 commit into
Conversation
kevincarlson
pushed a commit
that referenced
this pull request
Jul 11, 2026
Word semantics (ECMA-376 17.3.1.4): consecutive paragraphs with identical border settings form one bordered group — previously each member drew its own full box (doubled rules at every boundary) and w:between was imported but never rendered. New flow_para_between.rs decides group membership with a cheap child-wins probe of the five border fields (direct formatting, then the style parent chain — the para_keep_with_next pattern, no full resolve), comparing the block about to flow with its slice neighbours. The block loops stage the resulting override on FlowState; flow_paragraph applies it to the resolved top/bottom edges before layout, so the adjustment participates in the paragraph-cache key. The boundary rule (w:between, converted like any border edge) draws once as the upper member's bottom edge; a between-only group draws just the boundary rule. Scope: StyledPara runs within one block slice (top level or one nested container); keep-with-next chains and synthesized paragraphs break a group. The four ratcheted flow/para files were held at baseline via comment tightening; fidelity-status.md and the deferred-features plan updated. Tests: same_border_group_draws_between_rule_once, different_borders_do_not_group, between_only_group_draws_just_the_boundary_rule. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RTUeFoETarsoQium1NzuPo
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Reverts #25