Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created October 16, 2018 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeaVerou/19f015c5a93704c1328dbdaff01e837a to your computer and use it in GitHub Desktop.
Save LeaVerou/19f015c5a93704c1328dbdaff01e837a to your computer and use it in GitHub Desktop.
sRGB clipping test
/**
* sRGB clipping test
* If these are the same color, RGB components are clipped to 255
*/
div { padding: 100px; background: #0ff; display: inline-block; }
div div { background: rgb(0, 400, 400); }
<div><div></div></div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment