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
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
The linter will check that pages correctly include this ingredient.
As per the spec for the linter, there are two specific errors that the linter raises here.
"data.browser_compatibility/expected-heading" is raised when the page doesn't have an H2 "Browser compatibility".
"data.browser_compatibility/expected-macro" is raised when the section does not include a call to the {{Compat}} macro.
Currently we have 42 "data.browser_compatibility/expected-heading" errors and 46 "data.browser_compatibility/expected-macro" errors. They are listed in the spreadsheet, all together in the "data.browser_compatibility" tab.
A substantial number of these will involve adding the BCD for these features.