Skip to content

Commit

Permalink
Add back the anchor HTML attribute
Browse files Browse the repository at this point in the history
This reverts mdn#22910
but uses version "preview" instead of "125".
  • Loading branch information
foolip committed Apr 22, 2024
1 parent 3734329 commit b8ab993
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions html/global_attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,39 @@
}
}
},
"anchor": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/anchor",
"support": {
"chrome": {
"version_added": "preview"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": false,
"deprecated": false
}
}
},
"autocapitalize": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/autocapitalize",
Expand Down

0 comments on commit b8ab993

Please sign in to comment.