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

Move download and ping out of draft #2347

Merged
merged 3 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion features/draft/download.yml → features/download.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
draft_date: 2024-07-17
name: download
description: The `download` attribute for `<a>` elements loads the target URL as a file to be saved, instead of navigating to it. An optional attribute value sets a default file name.
spec: https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-download
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion features/draft/ping.yml → features/ping.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
draft_date: 2024-07-17
name: ping
description: The `ping` attribute for `<a>` elements sets a URL to send a POST request to when the `<a>` is clicked. This is typically used for outbound link reporting.
spec: https://html.spec.whatwg.org/multipage/links.html#ping
Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions features/svg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,6 @@ compat_features:
- svg.elements.a.referrerpolicy.unsafe-url
- api.SVGMarkerElement.orient
- api.SVGScriptElement.crossOrigin
- api.SVGAElement.download
- svg.elements.a.download
- api.SVGAElement.hreflang
- api.SVGAElement.referrerPolicy
- api.SVGAElement.type
Expand Down
7 changes: 0 additions & 7 deletions features/svg.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1807,13 +1807,6 @@ compat_features:
# firefox_android: "14"
- api.SVGScriptElement.crossOrigin

# baseline: false
# support:
# firefox: "20"
# firefox_android: "20"
- api.SVGAElement.download
- svg.elements.a.download

# baseline: false
# support:
# firefox: "61"
Expand Down