Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for Safari 17.4 beta (19618.1.15) #22273

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented Feb 21, 2024

The Open Web Docs BCD collector v10.8 found new features shipping in Safari 17.4 beta (19618.1.15) which was released yesterday. Currently, the collector covers about 88% of BCD, so the following list might not be exhaustive. Also, if a feature is in Safari TP and/or behind flags, it is not considered here.

I ran the collector previously for Safari 17.4 beta (19618.1.11.11.3). Here's the PR: #22101. This PR is about 19618.1.15 and new features from the previous beta release were found:

  • api.CustomStateSet
  • api.CustomStateSet.add
  • api.CustomStateSet.clear
  • api.CustomStateSet.delete
  • api.CustomStateSet.entries
  • api.CustomStateSet.forEach
  • api.CustomStateSet.has
  • api.CustomStateSet.keys
  • api.CustomStateSet.size
  • api.CustomStateSet.values
  • api.CustomStateSet.@@iterator
  • api.Element.ariaDescription
  • api.Element.attachShadow.init_clonable_parameter
  • api.Element.checkVisibility
  • api.ElementInternals.states
  • api.ShadowRoot.clonable
  • css.selectors.state

https://developer.apple.com/documentation/safari-release-notes/safari-17_4-release-notes confirms these features.

Full list of features that BCD considers shipping in Safari 17.4 (taking into account the previous PR)

  • api.AbortSignal.any_static
  • api.CSSScopeRule
  • api.CSSScopeRule.end
  • api.CSSScopeRule.start
  • api.CustomStateSet
  • api.CustomStateSet.add
  • api.CustomStateSet.clear
  • api.CustomStateSet.delete
  • api.CustomStateSet.entries
  • api.CustomStateSet.forEach
  • api.CustomStateSet.has
  • api.CustomStateSet.keys
  • api.CustomStateSet.size
  • api.CustomStateSet.values
  • api.CustomStateSet.@@iterator
  • api.DOMMatrixReadOnly.scaleNonUniform
  • api.Document.parseHTMLUnsafe_static
  • api.Element.ariaDescription
  • api.Element.attachShadow.init_clonable_parameter
  • api.Element.checkVisibility
  • api.Element.setHTMLUnsafe
  • api.ElementInternals.states
  • api.HTMLInputElement.showPicker.date_input
  • api.HTMLInputElement.showPicker.datetime_local_input
  • api.PublicKeyCredential.getClientCapabilities_static
  • api.SVGFESpecularLightingElement.kernelUnitLengthX
  • api.SVGFESpecularLightingElement.kernelUnitLengthY
  • api.SVGRenderingIntent (removal)
  • api.ShadowRoot.clonable
  • api.ShadowRoot.setHTMLUnsafe
  • css.at-rules.scope
  • css.properties.content.alt_text
  • css.properties.text-decoration-thickness.percentage
  • css.properties.text-wrap-mode
  • css.properties.text-wrap-mode.nowrap
  • css.properties.text-wrap-mode.wrap
  • css.properties.text-wrap
  • css.properties.text-wrap.nowrap
  • css.properties.text-wrap.wrap
  • css.properties.transition-behavior
  • css.properties.white-space-collapse
  • css.selectors.grammar-error
  • css.selectors.spelling-error
  • css.selectors.state
  • javascript.builtins.ArrayBuffer.detached
  • javascript.builtins.ArrayBuffer.transfer
  • javascript.builtins.ArrayBuffer.transferToFixedLength
  • javascript.builtins.Map.groupBy
  • javascript.builtins.Map.groupBy
  • javascript.builtins.Object.groupBy
  • javascript.builtins.Object.groupBy
  • javascript.builtins.Promise.withResolvers
  • svg.elements.feSpecularLighting.kernelUnitLength
  • webassembly.extended-constant-expressions

cc @jdatapple

@github-actions github-actions bot added data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS labels Feb 21, 2024
@@ -130,8 +130,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"alternative_name": "cloneable",
"version_added": "preview"
"version_added": "17.4"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be the same compat history as Element.clonable?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think in Element.json the situation is slightly different. The cloneable name shipped in 16.4 already whereas here it was never shipped outside of preview. So I would leave this as is.

@queengooborg queengooborg merged commit 545d1f8 into mdn:main Mar 4, 2024
6 checks passed
@Elchi3 Elchi3 deleted the safari-17.4-beta2 branch March 4, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants