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

Updates for Safari 17.2 beta #21267

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Updates for Safari 17.2 beta #21267

merged 2 commits into from
Nov 29, 2023

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented Nov 17, 2023

This PR is an experiment that helps us to understand how to automate updates to BCD whenever a browser releases a new version. (see same experiment for Firefox 120 and Chrome 120).

In the future we hope that this PR can be auto-generated. @jdatapple & @jensimmons Is this PR reviewable for you? What would you improve? Feedback on items that are not mentioned in the Safari 17.2 release notes would be appreciated. Thanks for your input which will be useful for us as we design an automated workflow. For more information about this project, see: openwebdocs/project#168.


The Open Web Docs BCD collector found 53 new features shipping in Safari 17.2:

The release notes for Safari 17.2 beta are here: https://developer.apple.com/documentation/safari-release-notes/safari-17_2-release-notes.

  • If a feature was found in the release notes, it is marked with a green check mark (✅).
  • If it isn't wasn't found in release notes, it is marked with a cross mark (❌).

Scalable Vector Graphics (SVG) 2

spec

  • api.SVGImageElement.crossOrigin ✅

Cookie Store API

spec

  • api.CookieChangeEvent (reverted, see comment below)
  • api.CookieChangeEvent.CookieChangeEvent (reverted, see comment below)
  • api.CookieChangeEvent.changed (reverted, see comments below)
  • api.CookieChangeEvent.deleted (reverted, see comments below)

CSS Custom Highlight API Module Level 1

spec

  • api.Highlight ✅
  • api.Highlight.Highlight ✅
  • api.Highlight.entries ✅
  • api.Highlight.forEach ✅
  • api.Highlight.has ✅
  • api.Highlight.keys ✅
  • api.Highlight.values ✅
  • api.Highlight.@@iterator
  • api.Highlight.size ✅
  • api.Highlight.add ✅
  • api.Highlight.clear ✅
  • api.Highlight.delete ✅
  • api.Highlight.priority ✅
  • api.Highlight.type ✅
  • api.HighlightRegistry ✅
  • api.HighlightRegistry.entries ✅
  • api.HighlightRegistry.forEach ✅
  • api.HighlightRegistry.get ✅
  • api.HighlightRegistry.has ✅
  • api.HighlightRegistry.keys ✅
  • api.HighlightRegistry.values ✅
  • api.HighlightRegistry.@@iterator
  • api.HighlightRegistry.size ✅
  • api.HighlightRegistry.clear ✅
  • api.HighlightRegistry.delete ✅
  • api.HighlightRegistry.set ✅
  • api.CSS.highlights_static ✅

HTML Standard

spec

  • api.HTMLLinkElement.imageSrcset (updated to 13 instead, see comment below)
  • api.HTMLLinkElement.imageSizes (updated to 13 instead, see comment below)
  • api.HTMLLinkElement.fetchPriority ✅
  • api.HTMLImageElement.fetchPriority ✅
  • api.HTMLMediaElement.preservesPitch ✅
  • api.HTMLDetailsElement.name ✅
  • api.HTMLScriptElement.fetchPriority ✅
  • api.Window.cancelIdleCallback (reverted, see comment below)
  • api.Window.requestIdleCallback (reverted, see comment below)
  • html.elements.link.fetchpriority ✅
  • html.elements.link.imagesizes (updated to 13 instead, see comment below)
  • html.elements.link.imagesrcset (updated to 13 instead, see comment below)
  • html.elements.script.fetchpriority ✅
  • html.elements.img.fetchpriority ✅
  • html.elements.details.name ✅

requestIdleCallback()

spec

  • api.IdleDeadline (reverted, see comment below)
  • api.IdleDeadline.timeRemaining (reverted, see comment below)
  • api.IdleDeadline.didTimeout (reverted, see comment below)

CSS Lists and Counters Module Level 3

spec

  • css.properties.counter-set ✅

CSS Masking Module Level 1

spec

  • css.properties.mask-border-outset ✅
  • css.properties.mask-border-repeat ✅
  • css.properties.mask-border-slice ✅
  • css.properties.mask-border-source ✅
  • css.properties.mask-border-width ✅
  • css.properties.mask-border ✅

CSS Values and Units Module Level 4

spec

  • api.CSS.cap_static ✅
  • css.types.length.cap ✅

Others

  • api.CSS.rcap_static ✅
  • api.CSS.rch_static ✅
  • api.CSS.rex_static ✅
  • api.CSS.ric_static ✅
  • api.CanvasRenderingContext2D.reset ❌ (but will be added to the release notes, see comment below)
  • api.OffscreenCanvasRenderingContext2D.reset ❌ (but will be added to the release notes, see comment below)
  • api.HTMLInputElement.incremental ❌ (but will be added to the release notes, see comment below)

@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 data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML labels Nov 17, 2023
@jdatapple
Copy link
Contributor

I found these were shipped in Safari 13 and Safari for iOS 13:

  • api.HTMLLinkElement.imageSrcset
  • api.HTMLLinkElement.imageSizes

Cookie Store API should not be included. It is an incomplete implementation in a "testable" state. See https://bugs.webkit.org/show_bug.cgi?id=265463

These three will be included in future release notes:

  • api.CanvasRenderingContext2D.reset
  • api.OffscreenCanvasRenderingContext2D.reset
  • api.HTMLInputElement.incremental

requestIdleCallback should not be included. It was disabled during the beta.

@Elchi3 Elchi3 force-pushed the safari-17.2 branch 2 times, most recently from 347f83b to f70b09f Compare November 28, 2023 19:47
@Elchi3
Copy link
Member Author

Elchi3 commented Nov 28, 2023

Thanks @jdatapple! I've updated the PR (and the description above) accordingly.

Copy link
Contributor

@teoli2003 teoli2003 left a comment

Choose a reason for hiding this comment

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

👍

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 data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants