github mdn/browser-compat-data v3.1.1

latest releases: v5.3.8, v5.3.7, v5.3.6...
3 years ago

Notable changes

  • css.properties.grid-template-rows.masonry feature was moved from its previously erroneous entry as css.properties.masonry. (#9078)

  • The following mixin features have been migrated to their exposed interfaces (or deduplicated, where the exposed interface data already existed):

    Former mixin (old) Exposed interface (new)
    api.DocumentFragment.methods (removed, duplicate)
    api.DocumentFragment.properties (removed, duplicate)
    api.DocumentOrShadowRoot.activeElement api.Document.activeElement
    api.ShadowRoot.activeElement
    api.DocumentOrShadowRoot.adoptedStyleSheets api.Document.adoptedStyleSheets
    api.ShadowRoot.adoptedStyleSheets
    api.DocumentOrShadowRoot.caretPositionFromPoint api.Document.caretPositionFromPoint
    api.ShadowRoot.caretPositionFromPoint
    api.DocumentOrShadowRoot.elementFromPoint api.Document.elementFromPoint
    api.ShadowRoot.elementFromPoint
    api.DocumentOrShadowRoot.elementsFromPoint api.Document.elementsFromPoint
    api.ShadowRoot.elementsFromPoint
    api.DocumentOrShadowRoot.fullscreenElement api.Document.fullscreenElement
    api.ShadowRoot.fullscreenElement
    api.DocumentOrShadowRoot.getSelection api.Document.getSelection
    api.ShadowRoot.getSelection
    api.DocumentOrShadowRoot.pointerLockElement api.Document.pointerLockElement
    api.ShadowRoot.pointerLockElement
    api.DocumentOrShadowRoot.styleSheets api.Document.styleSheets
    api.ShadowRoot.styleSheets
    api.DocumentOrShadowRoot (removed)
    api.ParentNode.append api.Document.append
    api.DocumentFragment.append
    api.Element.append
    api.ParentNode.childElementCount.document_documentfragment (removed, duplicate)
    api.ParentNode.childElementCount api.Document.childElementCount
    api.DocumentFragment.childElementCount
    api.Element.childElementCount
    api.ParentNode.children.document_documentfragment (removed, duplicate)
    api.ParentNode.children.svgelement (removed, duplicate)
    api.ParentNode.children api.Document.children
    api.DocumentFragment.children
    api.Element.children
    api.ParentNode.document_documentfragment (removed, duplicate)
    api.ParentNode.firstElementChild.document_documentfragment (removed, duplicate)
    api.ParentNode.firstElementChild api.Document.firstElementChild
    api.DocumentFragment.firstElementChild
    api.Element.firstElementChild
    api.ParentNode.lastElementChild.document_documentfragment (removed, duplicate)
    api.ParentNode.lastElementChild api.Document.lastElementChild
    api.DocumentFragment.lastElementChild
    api.Element.lastElementChild
    api.ParentNode.prepend api.Document.prepend
    api.DocumentFragment.prepend
    api.Element.prepend
    api.ParentNode.querySelector (removed, duplicate)
    api.ParentNode.querySelectorAll (removed, duplicate)
    api.ParentNode.replaceChildren api.Document.replaceChildren
    api.DocumentFragment.replaceChildren
    api.Element.replaceChildren
    api.ParentNode (removed)
    api.ShadowRoot.documentorshadowroot (removed, duplicate)

    See #9045 and #9064 for details.

  • The following never-supported features were removed as irrelevant:

    • api.Window.clipboardchange_event (#6942)
    • api.Window.getAttention (#6942)
    • api.Window.getAttentionWithCycleCount (#6942)
    • svg.elements.textPath.method (#6959)
  • The subfeatures of api.Element.getBoundingClientRect (height, width, x, and y) were removed because they duplicated the subfeatures of api.DOMRectReadOnly. (#9061)

Statistics

  • 13 contributors have changed 77 files with 4,859 additions and 3,148 deletions in 57 commits (v3.1.0...v3.1.1)
  • 12,975 total features
  • 759 total contributors
  • 3,240 total stargazers

Don't miss a new browser-compat-data release

NewReleases is sending notifications on new releases.