tw: give the last sixteen families their token-stream last resort - #771
Merged
Conversation
samoht
added this pull request to stack #728
September 13, 2026 19:18
samoht
force-pushed
the
misc-last-resort
branch
from
September 13, 2026 19:26
de6f5e0 to
1811cfa
Compare
Each of these pinned tw's refusal where the CLI writes the value through. drop-shadow-nope stays refused: a theme token name that binds nothing names no value at all, which is a different thing from a bracket.
align, backdrop-filter, basis, bg-position, bg-size, cursor, filter, font-features, indent, list-image, mask-radial-at, object, order, outline-offset, underline-offset and zoom. Each names one longhand, or a channel, so a bracket no reader took reaches it verbatim. That closes the inventory in docs/token-stream-contract.md: all 150 families write a bracket no reader took, against 38 before this sweep. bg-size-[foo] used to write background-size: auto, a value the class never asked for. Order_raw needs its own entry in priority: the catch-all there put it at 7 instead of 0, which moved order-[<value>] 641 statements and the frozen order gate caught it at 1 of 4016.
samoht
force-pushed
the
misc-last-resort
branch
from
September 13, 2026 20:14
1811cfa to
d0c2848
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.
align,backdrop-filter,basis,bg-position,bg-size,cursor,filter,font-features,indent,list-image,mask-radial-at,object,order,outline-offset,underline-offsetandzoom.That closes the inventory in
docs/token-stream-contract.md: all 150 families now write a bracket no reader took, against 38 before this sweep started.bg-size-[foo]used to writebackground-size: auto— a value the class never asked for.Order_rawneeded its own entry inpriority: the catch-all put it at 7 instead of 0, movingorder-[<value>]641 statements, caught by the frozen order gate at 1 of 4016. Follows #770.