Closed
Bug 3486
Opened 26 years ago
Closed 26 years ago
CSS character escapes should be fully supported
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: dbaron, Assigned: peterl-retired)
References
()
Details
You're only supporting one of the simplest ways of doing CSS character escapes.
You're not letting them eliminate *one* character of whitespace afterwards,
which is necessary. You may also be missing a good bit of other stuff. The
above test should cover the basics (but not necessarily advanced stuff).
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 1•26 years ago
|
||
Using the 5/20 build, verified bug fixed. All lines display as indicated.
You need to log in
before you can comment on or make changes to this bug.
Description
•