Skip to content

Commit

Permalink
Move download and ping out of draft (#2347)
Browse files Browse the repository at this point in the history
* Move ping out of draft
* Move dowload out of draft
* Remove dupe keys
  • Loading branch information
Elchi3 authored Nov 28, 2024
1 parent 4e0ba85 commit bebe956
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 11 deletions.
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

0 comments on commit bebe956

Please sign in to comment.