Style tokens #55
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Once we have done #54, we can create a style token that consists of a style. Such tokens would need a syntax (something like CSS) and would evaluate to themselves (like ints and floats do). Then rename the ATTR_REF token of a cell to just the STYLE token of the cell. It is evaluated, like all tokens are, which instantly gives computed styles. Need a way to examine/set the style token of a cell. Plus we could imagine with literal concatenations of tokens, the style could change within a cell.