Closed
Bug 1384221
Opened 7 years ago
Closed 7 years ago
stylo: error reporting lies about property names in some cases
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla57
People
(Reporter: bzbarsky, Assigned: ferjm)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
jdm
:
review+
|
Details | Diff | Splinter Review |
Testcase:
* { -webkit-text-size-adjust:100% }
Gecko's error report:
Error in parsing value for ‘-webkit-text-size-adjust’.
Stylo's error report:
Error in parsing value for ‘-moz-text-size-adjust’.
Stylo's report is pretty confusing for someone who doesn't know about property aliases...
Reporter | ||
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ferjmoreno
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8906527 -
Flags: review?(josh)
Updated•7 years ago
|
Attachment #8906527 -
Flags: review?(josh) → review+
Updated•7 years ago
|
status-firefox55:
--- → wontfix
status-firefox56:
--- → wontfix
status-firefox57:
--- → affected
status-firefox-esr52:
--- → wontfix
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/d7ccda988869
stylo: error reporting lies about property names in some cases. r=jdm
Keywords: checkin-needed
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•