We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 supports these longhand properties, while it seems others don't. Can someone add it to the feature list ?
Now that I know it's not supported, I'll change my code, but can be useful for others, when checking for browser compatibility to find it directly
Thanks !
The text was updated successfully, but these errors were encountered:
Available through MDN compat data: https://caniuse.com/mdn-css_properties_background-repeat_2-value
Sorry, something went wrong.
background-repeat-x and background-repeat-y are non-standard properties. It is unlikely that they will have support documented.
background-repeat-x
background-repeat-y
background-repeat is the standard property that allows x and y values to be listed in pairs: https://www.w3.org/TR/css-backgrounds-3/#background-repeat https://drafts.csswg.org/css-backgrounds/#the-background-repeat
background-repeat
No branches or pull requests
Chrome supports these longhand properties, while it seems others don't. Can someone add it to the feature list ?
Now that I know it's not supported, I'll change my code, but can be useful for others, when checking for browser compatibility to find it directly
Thanks !
The text was updated successfully, but these errors were encountered: