Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome 16 / Safari 6 supported border-image-width CSS property #25285

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions css/properties/border-image-width.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"support": {
"chrome": {
"version_added": "15",
"version_added": "16",
"notes": "Before Chrome 112, a border image's absolute or percentage length width may not take precedence over a narrower `border-width` ([bug 40541033](https://crbug.com/40541033))."
},
"chrome_android": "mirror",
Expand Down Expand Up @@ -50,7 +50,7 @@
],
"support": {
"chrome": {
"version_added": "≤83"
"version_added": "16"
},
"chrome_android": "mirror",
"edge": {
Expand All @@ -67,7 +67,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "≤13.1"
"version_added": "6"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
Loading