-
Notifications
You must be signed in to change notification settings - Fork 815
[css-text-4] text-autospace: what gets copied? #8511
Copy link
Copy link
Closed
Labels
Closed Accepted by CSSWG ResolutionChanges backed by a CSSWG resolution.Changes backed by a CSSWG resolution.Needs Testcase (WPT)css-text-4i18n-clreqChinese language enablementChinese language enablementi18n-eurlreqEuropean language enablementEuropean language enablementi18n-jlreqJapanese language enablementJapanese language enablementi18n-trackerGroup bringing to attention of Internationalization, or tracked by i18n but not needing response.Group bringing to attention of Internationalization, or tracked by i18n but not needing response.
Description
Activity
Metadata
Metadata
Assignees
Labels
Closed Accepted by CSSWG ResolutionChanges backed by a CSSWG resolution.Changes backed by a CSSWG resolution.Needs Testcase (WPT)css-text-4i18n-clreqChinese language enablementChinese language enablementi18n-eurlreqEuropean language enablementEuropean language enablementi18n-jlreqJapanese language enablementJapanese language enablementi18n-trackerGroup bringing to attention of Internationalization, or tracked by i18n but not needing response.Group bringing to attention of Internationalization, or tracked by i18n but not needing response.
Type
Projects
- StatusShow more project fieldsRegular agenda items
@r12a wrote in #4246 (comment) :
We have two types of autospacing:
punctuationvalue)Also, in both cases, the
replacekeyword can remove U+0020 from the text.In general, CSS doesn't alter the text that gets copied (e.g.
text-transformis not applied), but we do make at least one exception:There's also a bit of an open question on whether the
contentproperty should affect copy/paste. It thought we'd discussed this, but can't find it...It's pretty clear to me that the first type of autospacing doesn't insert anything into the copied text. However, for the removal of U+0020 or insertion of nbsp and narrow no-break space, etc, are these copied into the paste buffer?