Skip to content

Commit 63abdac

Browse files
Add <meta name="application-title"> feature (#2592)
1 parent e479f00 commit 63abdac

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

features/meta-application-title.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: '<meta name="application-title">'
2+
description: The `name="application-title"` attribute for the `<meta>` HTML element sets an installed web application's title bar text.
3+
# No spec yet. Inclusion in the HTML spec depends on multi-vendor implementation.
4+
# See https://github.com/whatwg/html/issues/8909
5+
# So, for now, the Edge explainer is the closest thing to a spec.
6+
spec: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/DocumentSubtitle/explainer.md
7+
group: progressive-web-app
8+
compat_features:
9+
- html.elements.meta.name.application-title
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Generated from: meta-application-title.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}
7+
compat_features:
8+
- html.elements.meta.name.application-title

scripts/specs.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ const defaultAllowlist: allowlistItem[] = [
116116
[
117117
"https://github.com/tc39/proposal-regexp-legacy-features",
118118
"Allowed because it's the most spec-like thing that exists for discouraged RegExp static properties. Remove when https://github.com/tc39/ecma262/issues/137 is resolved."
119+
],
120+
[
121+
"https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/DocumentSubtitle/explainer.md",
122+
"Allowed because this is where the application-title meta tag is spec'd at the moment. Remove when https://github.com/whatwg/html/issues/8909 is fixed."
119123
]
120124
];
121125

0 commit comments

Comments
 (0)