-
Notifications
You must be signed in to change notification settings - Fork 50
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
[css-masking] Add mask-repeat-x/y #99
Comments
@birtles How do you think for this? |
Probably, but note the warning issue in the css backgrounds 4 spec:
https://drafts.csswg.org/css-backgrounds-4/#background-position-longhands |
I wrote some tests to see if any implementations support these. |
We discussed these at the Seattle face-to-face as described in w3c/csswg-drafts#116 (comment) |
Which suggested mask-repeat-{x|y} won't be speced too ? If it's the case, what's the resolution of this bug ? |
Based on w3c/csswg-drafts#116 (comment) those properties should not get added to the spec. @astleychen @kuoe0 are ok with that? Do you think there should be a masking specific CSS WG resolution? Let me know please. |
Yes, it's reasonable to have a consistent design with background-repeat property. There is no need for other resolution. Thanks. |
Latest spec: https://www.w3.org/TR/css-masking/#the-mask-repeat
In this discussion,
background-repeat-{x|y}
will be added to background-4. There is also already a spec issue on csswg-drafts.As the counterpart of background, it also makes sense to add
mask-repeat-{x|y}
to the spec.The text was updated successfully, but these errors were encountered: