-
Notifications
You must be signed in to change notification settings - Fork 27
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
Full support of background properties and remove of prefixes #489
Comments
on image-set
on -moz-image-rectMozilla has just put out an intent to unship
|
Yeah it seems this was to be expected as it was not on a standard track. I just added it to the list as one major browser supported it. Would be great to get webkit-background-clip support without the prefix along together with -moz-element |
See w3c/csswg-drafts#116 about these |
It appears at least at a cursory glance the only engine that doesn't support un-prefixed There's some cross over here with fill/stroke #440 as The CSS working groups spec-ed solution for this styling is |
an intent to ship unprefixing of |
Can |
Thank you for proposing background properties and prefix removal for inclusion in Interop 2024. We wanted to let you know that this proposal was not selected to be part of Interop this year. This is because we got many more proposals than we could include in this year's project. Note that individual vendors may nevertheless choose to advance work in this area during the forthcoming year. We would welcome this proposal being resubmitted again next year if necessary. For an overview of our process, see proposal selection. Thank you again for contributing to Interop 2024! Posted on behalf of the Interop team. |
Description
The background property in CSS allows you to control the background of any element,what paints underneath the content in that element. It is a shorthand property, which means that it allows you to write what would be multiple CSS properties in one. There is no doubt that this is very popular and widely used. Although support is very good it would be great to have every property on the same support level across browsers and remove the necessary prefix for some.
For example some browsers support text only with -webkit-background-clip, not background-clip. Use both properties so that non-supporting browsers can fall back to the prefixed property. Some browsers still do not support the text value for the background-clip property, only for the prefixed version, -webkit-background-clip.
The solution is to use both -webkit-background-clip and background-clip, so that browsers that do not support text with the unprefixed property can fall back to the prefixed property.
Specification
https://www.w3.org/TR/css-backgrounds-3/
Open Issues
No response
Tests
https://wpt.fyi/results/css/css-backgrounds?label=experimental&label=master&aligned
Current Implementations
Standards Positions
No response
Browser bug reports
No response
Developer discussions
No response
Polls & Surveys
No response
Existing Usage
No response
Workarounds
No response
Accessibility Impact
No response
Privacy Impact
No response
Other
No response
The text was updated successfully, but these errors were encountered: