Wrong list of browser versions
Categories
(DevTools :: Inspector: Compatibility, defect, P2)
Tracking
(firefox78 fixed)
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: Honza, Assigned: daisuke)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
STR:
- Create an element with the following CSS style
.myStyle {
-moz-binding: unset;
}
-
Load your test page, open DevTools and Select the Inspector & Compatibility panel
You should see one compatibility issue in the list -
Hover over the Firefox (desktop) icon associated with the compat issue.
You should see a tooltip listing: 60, 74, 75 and 76
See also the attached screenshot -
But looking at the compat data-set for
-moz-binding
shows that this prop were removed in 67:version_removed: "67"
Link to the dataset: https://hg.mozilla.org/mozilla-central/raw-file/tip/devtools/client/inspector/compatibility/lib/dataset/css-properties.json
Is that a bug?
Honza
Reporter | ||
Comment 1•4 years ago
|
||
Quick screenshot of the dataset I am seeing.
Honza
Reporter | ||
Comment 2•4 years ago
|
||
Daisuke, here is the bug I mentioned on Slack.
Honza
Reporter | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D75256
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9eacf691cd0f
https://hg.mozilla.org/mozilla-central/rev/e4a152b7c578
Description
•