Closed
Bug 1556817
Opened 6 years ago
Closed 6 years ago
U+FFFE should not be treated as white space
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla69
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: Waldo, Assigned: Waldo)
References
Details
Attachments
(1 file)
Some ancient SpiderMonkey extension treats U+FFFE as whitespace. The spec does not. v8 and Nitrofish Extreme do not. We should remove this.
Taking, will get to eventually but not immediately. Tho since this will make parsable text not parse, we probably ought ship it earlier in a cycle than later, so...
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by jwalden@mit.edu:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f0bc903ab5fa
U+FFFE should not be treated as white space. r=arai
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•