Created
December 7, 2011 03:33
-
-
Save LeaVerou/1441328 to your computer and use it in GitHub Desktop.
Previewer test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Previewer test | |
*/ | |
background: #f06; | |
background: linear-gradient(left bottom, | |
hsla(340, 100%, 50%,.7), yellow); | |
background: url(http://placekitten.com/330/340); | |
content: '\2665'; | |
min-width: 100px; | |
width: 2in; | |
transition-duration: 6s; | |
transition-duration: 1000ms; | |
transition-timing-function: cubic-bezier(.2,.6,.8,.8); | |
transition-timing-function: ease-in; | |
transform: rotate(45deg); | |
transform: rotate(-.125turn); /* negative angle */ | |
font-family: Dabblet, 'Palatino Linotype', "Times New Roman", sans-serif; | |
font-family: fantasy; /* single font-family */ | |
font: bold 100%/1.5 Monaco, Consolas, monospace; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="http://placekitten.com/330/340" alt="Awwww" /> | |
♥ | |
♥ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"separate","prefixfree":"1","page":"css"} |
Ok I understood. Ah, another idea for a site, if I'd have some extra time, I'd consider creating and maintaing a site what could answer the question of “which browsers support this property or value”.
Well, sooner or later something would appear in the internets, would it from the W3C, caniuse, someone else or from me, I'd let you know if I'd stumble upon it :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't like the idea of doing it only for the stuff caniuse has. If I do something like that, it should be for everything. Maybe if the W3C provides an API for its testsuite, which I think will eventually happen.