Skip to content

Commit

Permalink
Update as partial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Sep 20, 2024
1 parent f30d14a commit fe78533
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 7 additions & 2 deletions api/HTMLElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,14 +308,19 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "14.1",
"partial_implementation": true,
"notes": [
"Takes values of <code>true</code>/<code>false</code> (instead of <code>on</code>/<code>off</code>.",
"Allowed on <code>&lt;input type='password'&gt;</code> elements."
]
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"experimental": true,
"standard_track": true,
"deprecated": false
}
Expand Down
10 changes: 7 additions & 3 deletions html/global_attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
},
"autocorrect": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Global_attributes/autocorrect",
"spec_url": "https://html.spec.whatwg.org/multipage/interaction.html#attr-autocorrect",
"support": {
"chrome": {
Expand All @@ -137,14 +136,19 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "14.1",
"partial_implementation": true,
"notes": [
"Takes values of <code>true</code>/<code>false</code> (instead of <code>on</code>/<code>off</code>.",
"Allowed on <code>&lt;input type='password'&gt;</code> elements."
]
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"experimental": true,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit fe78533

Please sign in to comment.