Skip to content

Commit

Permalink
Update Firefox data for tbody HTML element (#20883)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Firefox and Firefox Android for the `tbody` HTML element. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.2.5).

_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/tbody
  • Loading branch information
queengooborg authored Oct 3, 2023
1 parent 5ad9b96 commit 92d6aee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/elements/tbody.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"version_added": "12"
},
"firefox": {
"version_added": false,
"version_added": "1",
"impl_url": "https://bugzil.la/915"
},
"firefox_android": "mirror",
Expand Down Expand Up @@ -159,7 +159,7 @@
"version_added": "12"
},
"firefox": {
"version_added": false,
"version_added": "1",
"impl_url": "https://bugzil.la/2212"
},
"firefox_android": "mirror",
Expand Down Expand Up @@ -194,7 +194,7 @@
"version_added": "12"
},
"firefox": {
"version_added": false,
"version_added": "1",
"impl_url": "https://bugzil.la/915"
},
"firefox_android": "mirror",
Expand Down

0 comments on commit 92d6aee

Please sign in to comment.