-
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
CSS border-image
#146
Comments
In the State of CSS 2022 question about browser incompatibilities, there was only a single mention of While it was just a single response, that particular web developer did seem passionate about it:
|
In the MDN short survey on CSS & HTML, "CSS images ( Since this option bundled together multiple proposals we can't know what resonated, but given the State of CSS results I'm fairly certain it was mostly |
Thank you for proposing We are pleased to let you know that this proposal was accepted as the Border Image focus area. You can follow the progress of this Focus Area on the Interop 2023 dashboard. For an overview of our process, see the proposal selection summary. Thank you for contributing to Interop 2023! Posted on behalf of the Interop team. |
Description
Authors can specify an image to be used in place of the
border-style
. In this case, the border’s design is taken from the sides and corners of an image specifiedRationale
"buginess" is one of the often cited reasons for lack of use.
will likely never be high priority without a concerted effort to fix.
mostly bugs around
border-image-repeat
round
andspace
valuesbig bug in chrome which makes using
border-image
at all difficulthttps://bugs.chromium.org/p/chromium/issues/detail?id=767352
might need tests for vector vs raster
border-image-source
??https://bugzilla.mozilla.org/show_bug.cgi?id=1778032
https://bugs.chromium.org/p/chromium/issues/detail?id=1342292
Specification
https://drafts.csswg.org/css-backgrounds/#border-images
Tests
https://wpt.fyi/results/css/css-backgrounds?label=experimental&label=master&aligned
note that there are some
border-image
tests are titled css3-border-image for some reason.The text was updated successfully, but these errors were encountered: