summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-11-06 15:24:18 +0000
committerNick White <git@njw.me.uk>2010-11-06 15:24:18 +0000
commit07e0c63c8340ed001dc282e07066ce796c6c5062 (patch)
tree8b1cb3266274ceb778340107f39de181bd0b475c /BUGS
parentc9bf37566336635a12d29dadc6413436c68bb0be (diff)
Added styles not clearing fully bug
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 52d3f62..6777b2f 100644
--- a/BUGS
+++ b/BUGS
@@ -1,3 +1,9 @@
+With Gecko styles aren't reliably cleared. Example
+http://www.guardian.co.uk/commentisfree/2010/oct/30/google-polluting-internet
+screws up paragraph spacing (too close together), and
+http://njw.me.uk/pubs/2010-copyme changes to serif.
+Seems to be fine with webkit.
+
When run as a bookmarklet in firefox, the first run it hasn't registered
readable() by the time it is called. Subsequent runs work fine. This
occurs whether readable is in a separate javascript: clause or not.