summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2017-11-22 09:37:19 +0100
committerLars-Dominik Braun <lars@6xq.net>2017-11-22 09:37:19 +0100
commit9cff3074e52b91c49298f80fd3e73d77f1f1c7dd (patch)
tree0a3bb05be212023362c0f5900cdf92319afb1e05 /README.rst
parent82d779208d208c225e7b3deefc3aa45bb0aedce8 (diff)
downloadcrocoite-9cff3074e52b91c49298f80fd3e73d77f1f1c7dd.tar.gz
crocoite-9cff3074e52b91c49298f80fd3e73d77f1f1c7dd.tar.bz2
crocoite-9cff3074e52b91c49298f80fd3e73d77f1f1c7dd.zip
Emulate different screen sizes
Causes the browser to load CSS assets and <img> srcset, for example.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index f66da27..2b3642f 100644
--- a/README.rst
+++ b/README.rst
@@ -47,8 +47,5 @@ Most of these issues can be worked around by using the DOM snapshot, which is
also saved. This causes its own set of issues though:
- JavaScript-based navigation does not work.
-- Scripts modifying styles based on scrolling position are stuck at the end of
- page state at the moment. Example: twitter.com
-- CSS-based asset loading (screen size, pixel ratio, …) still does not work.
- Canvas contents are probably not preserved.