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
Nearly everything there is marked as added in Chrome 53/Firefox 63, but those versions are really the ones that added ShadowRoot support. Many APIs there had been existed in Document before DocumentOrShadowRoot so we have to properly represent them.
The text was updated successfully, but these errors were encountered:
ddbeck
added
the
data:api
Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
label
Feb 22, 2019
I believe that we can resolve this by turning both Chrome and Firefox into arrays of compatibility statements. Specifically, one with the version that was added, with a partial implementation flag and a note stating "Only available in the Document API."
Nearly everything there is marked as added in Chrome 53/Firefox 63, but those versions are really the ones that added ShadowRoot support. Many APIs there had been existed in
Document
beforeDocumentOrShadowRoot
so we have to properly represent them.The text was updated successfully, but these errors were encountered: