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 Firefox 125 beta #22669

Merged
merged 2 commits into from
Apr 3, 2024
Merged

Updates for Firefox 125 beta #22669

merged 2 commits into from
Apr 3, 2024

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented Mar 20, 2024

The Open Web Docs BCD collector v10.10.2 found new features shipping in Firefox 125 beta which was released yesterday. Currently, the collector covers about 90% of BCD, so the following list might not be exhaustive. Also, if a feature is in Firefox Nightly only, it is not considered here.

With this PR, BCD considers the following 40 features as shipping in Firefox 125:

  • api.Element.ariaBrailleLabel
  • api.Element.ariaBrailleRoleDescription
  • api.ElementInternals.ariaBrailleLabel
  • api.ElementInternals.ariaBrailleRoleDescription
  • api.HTMLButtonElement.popoverTargetAction
  • api.HTMLButtonElement.popoverTargetElement
  • api.HTMLElement.beforetoggle_event
  • api.HTMLElement.hidePopover
  • api.HTMLElement.popover
  • api.HTMLElement.showPopover
  • api.HTMLElement.toggle_event
  • api.HTMLElement.togglePopover
  • api.HTMLElement.togglePopover.returns_boolean
  • api.HTMLInputElement.popoverTargetAction
  • api.HTMLInputElement.popoverTargetElement
  • api.RTCDtlsTransport.iceTransport
  • api.RTCIceTransport
  • api.RTCIceTransport.gatheringState
  • api.RTCIceTransport.gatheringstatechange_event
  • api.RTCIceTransport.state
  • api.RTCIceTransport.statechange_event
  • api.SVGAElement.text
  • css.properties.transform-box.content-box
  • css.properties.transform-box.stroke-box
  • css.selectors.backdrop.popover
  • css.selectors.popover-open
  • html.elements.button.popovertarget
  • html.elements.button.popovertargetaction
  • html.elements.input.popovertarget
  • html.elements.input.popovertargetaction
  • html.global_attributes.popover
  • javascript.builtins.Intl.Segmenter
  • javascript.builtins.Intl.Segmenter.Segmenter
  • javascript.builtins.Intl.Segmenter.resolvedOptions
  • javascript.builtins.Intl.Segmenter.segment
  • javascript.builtins.Intl.Segmenter.supportedLocalesOf
  • javascript.builtins.Intl.Segments
  • javascript.builtins.Intl.Segments.containing
  • javascript.builtins.Intl.Segments.@@iterator
  • webassembly.multiMemory

Again, I hope this generated PR is useful to update BCD for the new Firefox 125 more easily and faster. If you have feedback, let me know!

See also mdn/mdn#532 and https://www.mozilla.org/en-US/firefox/125.0beta/releasenotes/

@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:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML data:wasm 🦾 Compat data for Web Assembly features. https://developer.mozilla.org/en-US/docs/WebAssembly labels Mar 20, 2024
Copy link
Collaborator

@hamishwillee hamishwillee left a comment

Choose a reason for hiding this comment

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

@Elchi3 I've worked on the popover, RTC, JavaScript and WASM bits of this so happy to approve all that. The values for the CSS transform-box and backdrop make sense based on associated issues but I haven't any direct experience (@dletorey might comment).

UPshot, approving as correct for most and "very likely correct for the rest". You're welcome to merge if that is sufficient.

@Elchi3
Copy link
Member Author

Elchi3 commented Apr 3, 2024

Thanks @hamishwillee ! 👍

@Elchi3 Elchi3 merged commit 84e541a into mdn:main Apr 3, 2024
6 checks passed
@Elchi3 Elchi3 deleted the firefox-125beta branch April 3, 2024 10:46
@dletorey
Copy link
Contributor

dletorey commented Apr 3, 2024

Yeah looks good to me, was just checking this and about to update transform-box manually Woot for automation.

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 data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript data:wasm 🦾 Compat data for Web Assembly features. https://developer.mozilla.org/en-US/docs/WebAssembly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants