Skip to content

Commit

Permalink
Add spec exemption and gen dist
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Feb 17, 2025
1 parent 08d900e commit 2860263
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions features/application-title.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Generated from: application-title.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support: {}
compat_features:
- html.elements.meta.name.application-title
4 changes: 4 additions & 0 deletions scripts/specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ const defaultAllowlist: allowlistItem[] = [
[
"https://www.w3.org/TR/DOM-Level-2-Style/",
"Allowed because the css-object-model-discouraged feature points to it."
],
[
"https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/DocumentSubtitle/explainer.md",
"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."
]
];

Expand Down

0 comments on commit 2860263

Please sign in to comment.