- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Tue, 10 Feb 2015 17:50:00 -0500
- To: "Tab Atkins Jr." <jackalmage@gmail.com>, Rik Cabanier <cabanier@gmail.com>
- CC: "public-fx@w3.org" <public-fx@w3.org>
On 2/10/15 5:42 PM, Tab Atkins Jr. wrote: > Correct. The filter should just invert the text to light gray, and > paint it on a white canvas. If the author wants a nearly-black > background, they should set background:white on the <html>. How does that help? The background doesn't get painted on the <html> itself; it gets painted on the canvas. In particular, this testcase: <!DOCTYPE html> <html style="filter: invert(90%);; background: white"> Some text </html> has a white background in Firefox. -Boris
Received on Tuesday, 10 February 2015 22:50:36 UTC