- From: Mats Palmgren via GitHub <sysbot+gh@w3.org>
- Date: Tue, 14 Jan 2020 20:33:08 +0000
- To: public-css-archive@w3.org
I tend to think it shouldn't. The whole purpose of `outline-style:auto` is to provide a platform-specific outline. Both Safari and Firefox ignores the specified color and width in this example: `data:text/html,<div style="outline:auto red 10px;">hello</div>`. Chrome applies the color but not the width. I consider that a bug in Chrome (it shouldn't apply the color if it supports `outline-style:auto` on the given platform). (NOTE: Firefox doesn't support `outline-style:auto` by default yet. You have to toggle the hidden pref `layout.css.outline-style-auto.enabled` to `true` to enable it. It will be on by default in Nightly soon though.) -- GitHub Notification of comment by MatsPalmgren Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4671#issuecomment-574360427 using your GitHub account
Received on Tuesday, 14 January 2020 20:33:10 UTC