mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
4.9k stars 1.97k forks source link

Suspect differences between IE and Edge support #23796

Open foolip opened 2 months ago

foolip commented 2 months ago

https://github.com/mdn/browser-compat-data/pull/23791 was a case where there was an IE version, but Edge was set to mirror, resulting in Edge 79. This is probably correct in some case, but there are probably more errors of this sort.

comm -23 <(npm run traverse -- -b edge -f mirror | sort) <(npm run traverse -- -b ie -f false -f null | sort) produces this list for review:

foolip commented 2 months ago

@captainbrosset @ddbeck FYI, anything in web-features that includes any of the above keys needs an extra look.

captainbrosset commented 2 months ago

@foolip I opened #23798 for the overflow CSS properties.