Re: [csswg-drafts] [css-ui] Add a way for authors to indicate that they want dark-mode form controls etc (#3299)

You have a few meta tags that should/must be served in the first packet of the response body, like `charset`, `viewport` and a few more I do not recall right now. A meta tag is lengthier than a header. A header is received before the body packet (or sometimes with the first body packet?). The earlier you have this information, the earlier you can use it. Also, sometimes supported color schemes can be applied site-wide, so a global header would make it easier to apply everywhere, by a load balancer/reverse proxy/front end servers, without messing with the body.

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

Received on Wednesday, 30 January 2019 17:31:02 UTC