From d2e4790b501ec89f41702ad2c8815bf179b45ae9 Mon Sep 17 00:00:00 2001 From: Daniel Lublin <daniel@lublin.se> Date: Sun, 28 Jan 2018 20:25:34 +0100 Subject: [PATCH] MANUAL.txt: self-contained implies standalone (#4304) --- MANUAL.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/MANUAL.txt b/MANUAL.txt index 7c952d2c3..2c56c623c 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -772,13 +772,13 @@ Options affecting specific writers : Produce a standalone HTML file with no external dependencies, using `data:` URIs to incorporate the contents of linked scripts, stylesheets, - images, and videos. The resulting file should be "self-contained," - in the sense that it needs no external files and no net access to be - displayed properly by a browser. This option works only with HTML output - formats, including `html4`, `html5`, `html+lhs`, `html5+lhs`, `s5`, - `slidy`, `slideous`, `dzslides`, and `revealjs`. Scripts, images, and - stylesheets at absolute URLs will be downloaded; those at relative URLs - will be sought relative to the working directory (if the first source + images, and videos. Implies `--standalone`. The resulting file should be + "self-contained," in the sense that it needs no external files and no net + access to be displayed properly by a browser. This option works only with + HTML output formats, including `html4`, `html5`, `html+lhs`, `html5+lhs`, + `s5`, `slidy`, `slideous`, `dzslides`, and `revealjs`. Scripts, images, + and stylesheets at absolute URLs will be downloaded; those at relative + URLs will be sought relative to the working directory (if the first source file is local) or relative to the base URL (if the first source file is remote). Elements with the attribute `data-external="1"` will be left alone; the documents they