Closed
Bug 1446584
Opened 8 years ago
Closed 8 years ago
Should use HTML/CSS definition of whitespace
Categories
(Core :: SVG, enhancement)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: longsonr, Assigned: longsonr)
Details
Attachments
(1 file)
|
10.09 KB,
patch
|
jwatt
:
review+
|
Details | Diff | Splinter Review |
per https://www.w3.org/TR/SVG2/changes.html#types
Make whitespace include form feed (U+000C) to align with CSS and HTML.
| Assignee | ||
Comment 1•8 years ago
|
||
Assignee: nobody → longsonr
Attachment #8959752 -
Flags: review?(jwatt)
Comment 2•8 years ago
|
||
Comment on attachment 8959752 [details] [diff] [review]
use IsHTMLWhitespace everywhere
Review of attachment 8959752 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, thanks!
(I wonder if nsContentUtils::IsHTMLWhitespace should be inline.)
Attachment #8959752 -
Flags: review?(jwatt) → review+
| Assignee | ||
Comment 3•8 years ago
|
||
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a8b3ac1e9f25
Make SVG use the same definition of whitespace as HTML/CSS r=jwatt
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•