Skip to content

Commit

Permalink
Update Chrome/Safari data for html.elements.img.onerror (#21064)
Browse files Browse the repository at this point in the history
* Update Chrome/Safari data for html.elements.img.onerror

This PR updates and corrects version values for Chrome and Safari for the `onerror` member of the `img` HTML element. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.2.10).

_Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/html/elements/img/onerror

* Update img.json

Co-authored-by: Florian Scholz <[email protected]>

* Update img.json

Co-authored-by: Florian Scholz <[email protected]>

---------

Co-authored-by: Florian Scholz <[email protected]>
queengooborg and Elchi3 authored Oct 23, 2023
1 parent 9c73f5d commit fa214bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/elements/img.json
Original file line number Diff line number Diff line change
@@ -529,7 +529,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
@@ -546,7 +546,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",

0 comments on commit fa214bc

Please sign in to comment.