Skip to content

Commit

Permalink
Update WebView Android data for mask-repeat CSS property
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for WebView Android for the `mask-repeat` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.12.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/css/properties/mask-repeat
  • Loading branch information
queengooborg committed Feb 24, 2025
1 parent 528f7a2 commit 986ea23
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions css/properties/mask-repeat.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,15 @@
],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"prefix": "-webkit-",
"version_added": "2"
},
"webview_android": [
{
"version_added": "120"
},
{
"prefix": "-webkit-",
"version_added": "2"
}
],
"webview_ios": "mirror"
},
"status": {
Expand Down

0 comments on commit 986ea23

Please sign in to comment.