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

Firefox 120: Add notes for media support in <support> across firefox releases #21158

Merged
merged 5 commits into from
Nov 6, 2023

Conversation

dipikabh
Copy link
Contributor

@dipikabh dipikabh commented Nov 3, 2023

Summary

This PR adds notes to indicate the evolution of support for media attribute in <source> element:

  • media was initially supported in Firefox 15.
  • In Firefox 53, its support was restricted to <source> elements with a <picture> parent.
  • Now, with Firefox 120, the attribute is supported when <source> is a child of either <audio>, <video>, or <picture>, that is back to how it was originally implemented.

Related

#21083

Doc issue tracker: mdn/content#29788

@github-actions github-actions bot added the data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML label Nov 3, 2023
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

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

Thanks @dipikabh! I reckon a note could be enough here for the moment.

@Elchi3 Elchi3 merged commit 4676278 into mdn:main Nov 6, 2023
4 checks passed
@dipikabh dipikabh deleted the fx120-html-source-media branch November 7, 2023 15:09
Elchi3 pushed a commit to Elchi3/browser-compat-data that referenced this pull request Nov 14, 2023
…fox releases (mdn#21158)

* adds media support across fx releases

* replaces opening and closing tags

* missed tags for media in previous commit

* updates notes to follow release in desc order

* changes back to one note to resolve errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

2 participants