-
Notifications
You must be signed in to change notification settings - Fork 757
Closed
Labels
Closed Rejected as OutOfScopeCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.Testing UnnecessaryMemory aid - issue doesn't require testsMemory aid - issue doesn't require testsTracked in DoCcss-text-3Current WorkCurrent Work
Description
The Segment Break Transformation Rules allow text like this:
aaaa​
bbbb
to be rendered as if it were
aaaa​bbbb
This is nice, but in other circumstances, using U+200B does the same thing as using <wbr>. Since this rule does not speak of <wbr>,
aaaa<wbr>
bbbb
would be rendered into
aaaa<wbr> bbbb
rather than
aaaa<wbr>bbbb
That seems unfortunate, as <wbr> is largely the same as U+200B except with the ability to be targeted by selectors.
Metadata
Metadata
Assignees
Labels
Closed Rejected as OutOfScopeCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.Testing UnnecessaryMemory aid - issue doesn't require testsMemory aid - issue doesn't require testsTracked in DoCcss-text-3Current WorkCurrent Work