GoogleChromeLabs / confluence

Service and API for Web API Confluence: Metrics for web platform health
https://web-confluence.appspot.com
BSD 3-Clause "New" or "Revised" License
92 stars 36 forks source link

Omit hyphenated CSSStyleDeclaration APIs #179

Open mdittmer opened 7 years ago

mdittmer commented 7 years ago

As per discussion in #174 a post-processor for APIs has been added that filters out hyphenated CSSStyleDeclaration APIs. These APIs were "punishing Firefox for conforming to spec" (via Browser-Specific metric), which seems like the wrong thing to do.

foolip commented 7 years ago

Maybe as a safety, also check that the equivalent camelCase thing exists, and otherwise keep it?