Re: [csswg-drafts] [css-ui-3] Should outline-style:auto follow border-radius curve? (#4671)

> it's on by default as of today

@BillGoldstein, it doesn't appear to be, else I'd see quite a different appearance by default:

#### Markup

~~~HTML
<!DOCTYPE html>
<html>
 <head>
  <style>
   html { color-scheme: light dark; }
   input[type="checkbox"] { outline-style: auto; }
  </style>
 </head>
 <body>
  <input type="checkbox">
 </body>
</html>
~~~

#### Examples

1. #### `firefox-137.0-2.fc42.x86_64`

   1. #### Implicitly Disabled by Default

      ![Image](https://github.com/user-attachments/assets/8c894447-8b1f-4a55-886a-b71afbf36b54)

   1. #### Explicitly Enabled

      ![Image](https://github.com/user-attachments/assets/7cf097eb-0e3b-441f-b581-77d439f1b8e5)

1. #### `google-chrome-canary-137.0.7132.0-1.x86_64`

   1. #### Implicitly Disabled by Default

      ![Image](https://github.com/user-attachments/assets/6f9710c3-18aa-4cad-8d0e-56181d0c4271)

   1. #### Explicitly Enabled

      ![Image](https://github.com/user-attachments/assets/6cdb9377-8ffc-4696-9f20-74dfde9be9fb)

-- 
GitHub Notification of comment by RokeJulianLockhart
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4671#issuecomment-2816681930 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 19 April 2025 12:18:33 UTC