-
Notifications
You must be signed in to change notification settings - Fork 718
[css-ui-3] Should outline-style:auto follow border-radius curve? #4671
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
Comments
I tend to think it shouldn't. The whole purpose of (NOTE: Firefox doesn't support |
Actually, it's on by default as of today. I think I agree with Mats (and Emilio) as to how it should act; just think there should be spec text making it explicit. Background info: https://bugzilla.mozilla.org/show_bug.cgi?id=1609195 |
There's already the following text on the spec:
It's not mandatory, but it says it should follow the border-radius. Also there are bugs in Chromium and WebKit about outline not following border-radius:
The outline doesn't follow border-radius in the following example (same behavior in Chromium, Firefox and WebKit): However, it follows border-radius only on WebKit and Mac (not in other platforms or Chromium or Firefox) if you use |
This comment has been minimized.
This comment has been minimized.
@RokeJulianLockhart What @BillGoldstein and @MatsPalmgren meant was that the implementation of the Sebastian |
Uh oh!
There was an error while loading. Please reload this page.
Should outline-style:auto follow border-radius curve?
https://drafts.csswg.org/css-ui-3/#outline-props
If not, should there be spec language that says following border-radius curve should only apply to
non-auto <border-style>?
Note that UAs might choose to apply a (possibly platform-specific) default curve with outline-style:auto
The text was updated successfully, but these errors were encountered: