Bug 235753
Summary: | Render U+2028 LINE SEPARATOR as a forced line break | ||
---|---|---|---|
Product: | WebKit | Reporter: | Fuqiao Xue <xfq.free> |
Component: | Text | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ahmad.saleem792, fantasai.bugs, mmaxfield, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar, WPTImpact |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://jsfiddle.net/dj643whu/1/ |
Fuqiao Xue
Per CSS spec, U+2028 LINE SEPARATOR should be treated as a forced break. See https://github.com/w3c/csswg-drafts/issues/6992. Currently, it is not rendered in WebKit.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/88470339>
Ahmad Saleem
If I follow GitHub thread, I think this WPT test is relevant for this: https://wpt.live/css/css-text/line-breaking/line-breaking-022.html