You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lint already disallows declaring a sub-feature supported when the parent feature is set to false, or declaring a sub-feature shipped earlier than a parent feature. However, it doesn't catch cases with ranges. This is the case where I noticed it:
The lint already disallows declaring a sub-feature supported when the parent feature is set to false, or declaring a sub-feature shipped earlier than a parent feature. However, it doesn't catch cases with ranges. This is the case where I noticed it:
Parent feature:
browser-compat-data/api/Touch.json
Lines 17 to 26 in ea482a5
Sub-feature:
browser-compat-data/api/Touch.json
Lines 73 to 75 in ea482a5
This should fail the lint, because in Firefox 46 the parent feature wasn't enabled.
The text was updated successfully, but these errors were encountered: