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

Chrome/Edge 134 support experimental <meta name="application-title"> #25792

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

captainbrosset
Copy link
Contributor

Summary

Edge just shipped, in Chromium, a new name that can be used with <meta> tags. This name is application-title and is used to provide text content (via the content attribute) that should be displayed in an installed application's title bar.

Installed application: a web app that's been installed as a standalone app on desktop operating systems that support it. For example, when installing a PWA from Microsoft Edge, on Windows.

This new meta tag makes it easy for developers to control the content that appears in the standalone app window's title bar. Developers can still use the <title> element (still works), but using <meta name="application-title" content="..."> provides an additional mechanism just for when the app is installed, which can help avoid UX issues (learn more from the explainer linked below).

This BCD PR adds the compat data for the new meta name.

There's no spec yet as this is gated behind having more implementer interest. But the feature has shipped in Chrome and Edge, and other Chromium-based browsers, starting with 134.

Test results and supporting details

Explainer: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/DocumentSubtitle/explainer.md

HTML spec discussion: whatwg/html#8909

@github-actions github-actions bot added data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML size:m [PR only] 25-100 LoC changed labels Jan 28, 2025
@caugner caugner changed the title New <meta name=application-title> meta name available in Chromium (Edge/Chrome 134) Chrome/Edge 134 support experimental <meta name="application-title"> Jan 28, 2025
@caugner caugner merged commit dfbea42 into mdn:main Jan 28, 2025
6 checks passed
@mdn-bot mdn-bot mentioned this pull request Jan 28, 2025
@captainbrosset captainbrosset deleted the app-title branch January 28, 2025 16:00
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 size:m [PR only] 25-100 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants