Skip to content

Commit

Permalink
Remove html.elements.{area,object}.tabindex & Update html.global_attr…
Browse files Browse the repository at this point in the history
…ibutes.tabindex (#24430)

* remove

* fix
  • Loading branch information
skyclouds2001 authored Sep 18, 2024
1 parent 52af5b1 commit c9525cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 71 deletions.
35 changes: 0 additions & 35 deletions html/elements/area.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,41 +619,6 @@
}
}
},
"tabindex": {
"__compat": {
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1"
},
"firefox_android": "mirror",
"ie": {
"version_added": "≤11"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "3.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": true
}
}
},
"target": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-target",
Expand Down
35 changes: 0 additions & 35 deletions html/elements/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,41 +448,6 @@
}
}
},
"tabindex": {
"__compat": {
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1"
},
"firefox_android": "mirror",
"ie": {
"version_added": "≤11"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "3.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": true
}
}
},
"type": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-object-type",
Expand Down
2 changes: 1 addition & 1 deletion html/global_attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "≤4"
"version_added": "3.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit c9525cc

Please sign in to comment.