mdn-bcd-collector icon indicating copy to clipboard operation
mdn-bcd-collector copied to clipboard

Data collection service for MDN's browser-compat-data

Results 52 mdn-bcd-collector issues
Sort by recently updated
recently updated
newest added

Looks like some new APIs are guarded by https://github.com/WICG/isolated-web-apps: - https://wicg.github.io/direct-sockets/ - https://wicg.github.io/web-smart-card/ In order for the collector to be able to test for support, we ought to meet the...

The test at https://mdn-bcd-collector.gooborg.com/tests/api/CSSStyleDeclaration/cssFloat assumes that ```js var el = document.createElement('b'); var instance = el.style; ``` return an instance of `CSSStyleDeclaration`, but they now return an instance of `CSSStyleProperties`. Could...