[Webkit-unassigned] [Bug 76406] Printing to PDF loses color on hyperlink

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 16 16:00:48 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76406


Mark Rowe (bdash) <mrowe at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://www.readability.com/
                   |                            |articles/j2z3oj2i
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Mark Rowe (bdash) <mrowe at apple.com>  2012-01-16 16:00:48 PST ---
This appears to be correct behavior given the print stylesheet that the page specifies. The print stylesheet referred to from <http://www.readability.com/articles/j2z3oj2i> is <http://du3itj18e4z0b.cloudfront.net/7eefe2/css/print.css>.  It contains the following rule:

a { color : #000 !important; }

That is, all hyperlinks should be black when printed.  You'll find that if you attempt to print pages other than those on readability.com that hyperlinks will be colored appropriately.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list