-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Closed Accepted as Obvious BugfixCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.TestedMemory aid - issue has WPT testsMemory aid - issue has WPT testsTracked in DoCcss-text-3Current WorkCurrent Work
Description
the propdef table of word-spacing says:
Computed value: the keyword normal or an absolute length
The definition of normal says:
Computes to zero.
These are contradictory. I suspect we want to align with letter-spacing. In that case, we should keep the prose, fix the propdef table, and add:
For legacy reasons, a computed word-spacing of zero yields a resolved value (getComputedStyle() return value) of normal.
If not, we should change the prose to "behaves as zero" instead of "computes to zero".
Metadata
Metadata
Assignees
Labels
Closed Accepted as Obvious BugfixCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.TestedMemory aid - issue has WPT testsMemory aid - issue has WPT testsTracked in DoCcss-text-3Current WorkCurrent Work