Skip to content

Commit

Permalink
Adding links to prototype link from Adobe for Blend Modes
Browse files Browse the repository at this point in the history
Thanks @luxagraf!
  • Loading branch information
nimbupani committed Dec 6, 2012
1 parent 2d7573a commit 1e4a0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_posts/2012-12-01-jscamp-css-next.md
Expand Up @@ -127,7 +127,7 @@ My team at Adobe has been working on a [specification and a prototype build](htt
blend-mode: difference;
}</pre>

[Demo of blend modes](http://adobe.github.com/web-platform/demos/compositing/blend-photogallery/index.html) (_use this [prototype build of Chromium]() to view this_).
[Demo of blend modes](http://adobe.github.com/web-platform/demos/compositing/blend-photogallery/index.html) (_use this [prototype build of Chromium](https://github.com/adobe/webkit/downloads) to view this_).

## Responsible Styling
You must use styles responsibly, especially properties such as flex box which can lead to drastically unreadable results in unsupported browsers. Previously, [Modernizr](http://modernizr.com) came to the rescue. But now, there is a [specification that adds conditional rules natively via `@supports`](http://www.w3.org/TR/css3-conditional/):
Expand Down

0 comments on commit 1e4a0eb

Please sign in to comment.