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
Should Baseline tools like ESLint warn on accent-color? The feature is not considered Baseline, but the individual BCD key is fully supported across all major browsers now that the accent-color.maintains_contrast subfeature key absorbs all of the a11y issues. See #2874 and mdn/browser-compat-data#26073
Baseline tools look up the Baseline status of individual BCD keys using compute-baseline, which now says that css.properties.accent-color itself is Baseline. As a result, the tools WILL NOT warn when they see the property.