Closed
Bug 982970
Opened 12 years ago
Closed 5 years ago
Raise warnings on single vendor's prefix on a CSS property without an unprefixed version
Categories
(DevTools :: Console, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: karlcow, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [btpp-backlog])
For Web compatibility efforts, and go web dev, the console can be an interesting tool for helping developers to find out issues with their work.
When in a CSS, a -vendor- property is being used without the unprefixed version and/or the -moz- version, it could raise a warning with the mention "Unprefixed CSS property is missing. It might create Web Compatibility issues"
| Reporter | ||
Comment 1•12 years ago
|
||
Forgotten. Suggested by Lawrence Mandel on https://groups.google.com/d/msg/mozilla.compatibility/otnw6r0FgRk/Mz-7BEvrFN0J (paper trail)
Comment 2•10 years ago
|
||
Maybe relevant - it looks like we are able to support some number of webkit prefixes now: https://groups.google.com/forum/#!topicsearchin/mozilla.dev.platform/prefix/mozilla.dev.platform/bB4KFch4m8I. So I'm not sure if we'd want to warn anymore in the case of one of those.
Comment 3•10 years ago
|
||
THanks for suggesting. I've added it to the backlog.
Priority: -- → P3
Whiteboard: [btpp-backlog]
Updated•8 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Blocks: devtools-webcompat-team
Updated•7 years ago
|
Type: defect → enhancement
| Reporter | ||
Comment 4•5 years ago
|
||
This is solved by the Compatibility Tab created by Daisuke.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•