Notable changes
-
Several extraneous features representing indexed property getters have been removed (#9464):
api.CSSNumericArray.CSSNumericValue
api.CSSUnparsedValue.CSSUnparsedSegment
api.DataTransferItemList.DataTransferItem
api.SourceBufferList.SourceBuffer
api.TrackDefaultList.TrackDefault
-
The
api.AbstractWorker
mixin has been removed and replaced by features representing its exposed interfaces. (#10744)New features ex-
AbstractWorker
api.ServiceWorker.onerror
api.SharedWorker.onerror
api.Worker.onerror
-
api.Element.attributeStyleMap
has been removed and replaced by features representing theElementCSSInlineStyle
mixin's exposed interfaces. (#10686)New features ex-
ElementCSSInlineStyle
api.HTMLElement.attributeStyleMap
api.MathMLElement.style
api.SVGElement.attributeStyleMap
api.SVGElement.style
-
The
api.LinkStyle
mixin has been removed and replaced by features representing its exposed interfaces. (#10724)New features ex-
LinkStyle
api.HTMLLinkElement.sheet
api.ProcessingInstruction.sheet
api.SVGStyleElement.sheet
-
The following non-existent, long-removed, or otherwise irrelevant features have been removed:
api.Element.currentStyle
(#10782)api.Element.runtimeStyle
(#10782)api.GlobalEventHandlers.onsort
(#10820)api.MediaStreamTrack.getSources
(#10745)api.MediaStreamTrack.isolated
(#10745)api.MediaStreamTrack.onisolationchange
(#10745)api.MediaStreamTrack.readonly
(#10745)api.Request.context
(#10827)api.RTCCertificate.getSupportedAlgorithms
(#10582)api.RTCRemoteOutboundRtpStreamStats.reportsSent
(#10582)api.SVGSVGElement.viewport
(#10829)
Statistics
- 10 contributors have changed 195 files with 2,189 additions and 2,294 deletions in 115 commits (
v3.3.6...v3.3.7
) - 13,029 total features
- 783 total contributors
- 3,400 total stargazers