Skip to content

Commit

Permalink
Update Chrome/Safari data for html.elements.select.size (mdn#21562)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Chrome and Safari for the `size` member of the `select` HTML element. This fixes mdn#18513, which contains the supporting evidence for this change.

Additional Notes: This was checked manually in Chrome and Firefox on Android, and Safari on iOS.
  • Loading branch information
queengooborg authored Dec 12, 2023
1 parent 9b2f19d commit 5057590
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions html/elements/select.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,9 @@
"chrome": {
"version_added": "1"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": "12"
},
Expand All @@ -253,7 +255,9 @@
"safari": {
"version_added": "3"
},
"safari_ios": "mirror",
"safari_ios": {
"version_added": false
},
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
Expand Down

0 comments on commit 5057590

Please sign in to comment.