summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-07-28 11:52:23 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-07-28 11:52:23 +0000
commite3861bbc1aeffb311249b3012a4a7fffc8ecc7b0 (patch)
tree93689c0508cdca14a793c4fbd8a7e2239c81ee54
parent1b60cd63b7a52ca7873dddc32d5fb86ab25c5372 (diff)
downloadnetsurf-e3861bbc1aeffb311249b3012a4a7fffc8ecc7b0.tar.gz
netsurf-e3861bbc1aeffb311249b3012a4a7fffc8ecc7b0.tar.bz2
Remove dead doc.
svn path=/trunk/netsurf/; revision=8847
-rw-r--r--Docs/07-loosening31
1 files changed, 0 insertions, 31 deletions
diff --git a/Docs/07-loosening b/Docs/07-loosening
deleted file mode 100644
index b9c3dd55e..000000000
--- a/Docs/07-loosening
+++ /dev/null
@@ -1,31 +0,0 @@
-Loosening content for printing
-==============================
-
-The role of functions placed in loosen.c is rearranging the printed content in
-such a way that it will fit in the page width. The methods were chosen
-according to the look of different pages after applying them, not on the base of
-any standards.
-
-
-Loosening passes
-----------------
-
-The page content is loosened in three passes. The next pass is applied only
-if the previous didn't give a satisfying result. The later a pass is applied
-the bigger interference in the page arrengement it means.
-
-In the first pass the changes are applied to those elements which don't have
-a chance to get entirely into the visibile scope of width - words which are
-too long for the available page width, objects positioned beyond the page
-borders and objects to big to fit a page.
-
-The second pass handles too big tables. The tables can be divided into two kinds
-- those responsible for page layout and those used only for holding data. For
-both of them some routines are used. Text in the cells is shrunken and broken,
-if this doesn't help the table cells are changed into inline containers as the
-table is problably a layout one.
-
-The third pass removes all margins and paddings. This saves a lot of space but
-makes also the page much less readable, for this reason it is the last step of
-loosening.
-