-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add "outline follows border-radius" #6099
Comments
Spec: https://www.w3.org/TR/css-ui-3/#ref-for-border-edge
Safari:
MDN put this aspect directly into the main thing (outline) with notes:
So technically it's covered already ]:-> But we probably should either track it separately and link to it from https://caniuse.com/outline or do it like MDN.
so only the past (and for the time being Safari) gets cluttered up. |
What about changing all of Safari to Partial Support on I'd also update the bug link since the referenced one was marked by a duplicate. The correct webkit bug link: https://bugs.webkit.org/show_bug.cgi?id=20807 |
I've opened a PR on mdn/browser-compat-data to do just this—I guess that would filter over to Caniuse if it's merged, though I don't know what the strategy around this is for data which is duplicated between MDN data and Caniuse data. |
…on (#17598) * Consider `outline` not following border-radius a partial implementation Related to #12760, Fyrd/caniuse#6099 * Add `version_removed` to since-completed partial implementations
Safari 16.4 (beta) via https://developer.apple.com/documentation/safari-release-notes/safari-16_4-release-notes:
|
Is there a way to detect with css that it will follow the border outline? Like a |
Recently (I don't know when) at least Firefox and Chromium changed implementation of CSS
outline
when aborder-radius
is present.Previously the outline was always rectangular.
Now the outline follows a border-radius (with or without a border set).
"outline follows border-radius" works with Chrome 94 and Firefox 94,
don't work with Chrome 77 and Firefox 68 (sorry, don't have other data)
The text was updated successfully, but these errors were encountered: