nicolas2k / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
1 stars 0 forks source link

Unable to invert colors of an image using CSS #408

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Wrap an image (<img> with <div 
style="-webkit-filter:invert(100%);filter:invert(100%);"> and </div> using the 
Mirror API
2. Notice that the div's style attribute is stripped

What is the expected output? What do you see instead?
The CSS should invert the color of the image so if it had a white background, 
the image would be rendered with a black background

What version of the product are you using? On what operating system?
XE12, Mirror API

Please provide any additional information below.
If this is intended, can we know a list of blocked CSS?

Original issue reported on code.google.com by marksskr...@gmail.com on 13 Feb 2014 at 11:30