- From: Mr. Beedell, Roke Julian Lockhart via GitHub <sysbot+gh@w3.org>
- Date: Sat, 19 Apr 2025 12:18:32 +0000
- To: public-css-archive@w3.org
> 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
      
   1. #### Explicitly Enabled
      
1. #### `google-chrome-canary-137.0.7132.0-1.x86_64`
   1. #### Implicitly Disabled by Default
      
   1. #### Explicitly Enabled
      
-- 
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