diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-21 19:13:35 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-21 19:13:35 +0000 |
commit | c5b443f25d4c3a4ede899f5d95244408919b4fe2 (patch) | |
tree | 70616e3b03e0399642e3a87398aabd093c6c7812 | |
parent | b8e096f96afd732a719a71f53cadd9fb081092da (diff) |
thoughts
-rw-r--r-- | doc/todo/Print_link.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/Print_link.mdwn b/doc/todo/Print_link.mdwn index f842ec42b..24d9feee5 100644 --- a/doc/todo/Print_link.mdwn +++ b/doc/todo/Print_link.mdwn @@ -63,3 +63,9 @@ for all ikiwiki pages. --Pawel >>>> I used `meta` to add a `media="print"` stylesheet to the [[sandbox]]. In print or >>>> print preview (on browsers supporting data URIs), you should no longer >>>> see the search form. --[[JoshTriplett]] + +>>>>> (And I broke it, since it was a security hole ;-). So it looks like +>>>>> media=print can be +>>>>> [used inside a style sheet](http://www.w3.org/TR/REC-CSS2/media.html), +>>>>> so the thing to do would be to edit style.css to automatically disable parts +>>>>> not wanted when printing. That would rock. --[[Joey]] |