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

Support for CSS3 background-repeat-x and background-repeat-y properties #3586

Open
cmoulia opened this issue Jul 10, 2017 · 2 comments
Open

Comments

@cmoulia
Copy link

cmoulia commented Jul 10, 2017

Chrome supports these longhand properties, while it seems others don't. Can someone add it to the feature list ?

image

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 !

@Malvoz
Copy link
Contributor

Malvoz commented Aug 22, 2021

Available through MDN compat data: https://caniuse.com/mdn-css_properties_background-repeat_2-value

@GPHemsley
Copy link

background-repeat-x and background-repeat-y are non-standard properties. It is unlikely that they will have support documented.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants