Gildas il y a 7 ans
Parent
commit
7cba82219e
1 fichiers modifiés avec 32 ajouts et 32 suppressions
  1. 32 32
      extension/ui/pages/help.html

+ 32 - 32
extension/ui/pages/help.html

@@ -231,6 +231,29 @@
 							page</p>
 					</li>
 				</ul>
+				<p>Stylesheets</p>
+				<ul>
+					<li>
+						<span class="option">compress CSS content</span>
+						<p>Check this option to minify CSS stylesheets. This the size of the file without altering the document.
+						</p>
+						<p class="notice">It is recommended to <u>check</u> this option</p>
+					</li>
+
+					<li>
+						<span class="option">remove unused styles</span>
+						<p>Check this option to remove all CSS rules and styles that do not match any element. Checking this option
+							will not alter the document and can considerably reduce the size of the file. Checking this option will
+							also increase the CPU consumption and the time needed to save a page.</p>
+						<p class="notice">It is recommended to <u>check</u> this option</p>
+					</li>
+
+					<li>
+						<span class="option">remove stylesheets for alternative devices to screens</span>
+						<p>Check this option to remove stylesheets that are not used for the screen display like stylesheets for print
+							preview and speech synthesizers. Checking this this option can help to reduce the size of the file.</p>
+					</li>
+				</ul>
 				<p>Images</p>
 				<ul>
 					<li>
@@ -263,42 +286,19 @@
 							by default. Checking this this option can considerably reduce the size of the file in some cases.</p>
 					</li>
 				</ul>
-				<p>Stylesheets</p>
+				<p>Fonts</p>
 				<ul>
 					<li>
-						<span class="option">compress CSS content</span>
-						<p>Check this option to minify CSS stylesheets. This the size of the file without altering the
-							document.
-							It also prevents images from being saved several times by using CSS variables.
-						</p>
-						<p class="notice">It is recommended to
-							<u>check</u> this option</p>
+						<span class="option">remove unused fonts</span>
+						<p>Check this option to remove all Fonts rules that do not match any content. Checking this option should not
+							alter the document and can considerably reduce the size of the file.</p>
+						<p class="notice">It is recommended to <u>check</u> this option</p>
 					</li>
-
 					<li>
-						<span class="option">remove unused styles</span>
-						<p>Check this option to remove all CSS rules and styles that do not match any element. Checking this option
-							should
-							not alter the document and can considerably reduce the size of the file. Checking this option may
-							also
-							increase the CPU consumption and the time needed to save a page.</p>
-						<p class="notice">It is recommended to
-							<u>check</u> this option</p>
-					</li>
-
-					<li>
-						<span class="option">remove alternative fonts to woff/otf and unused fonts</span>
-						<p>Check this option to remove fonts that are alternatives to the Web Open Font or OpenType formats, and CSS
-							fonts that are not used. Checking this this option should not alter the document and can considerably reduce the
-							size of the file.</p>
-						<p class="notice">It is recommended to
-							<u>check</u> this option</p>
-					</li>
-
-					<li>
-						<span class="option">remove stylesheets for alternative devices to screens</span>
-						<p>Check this option to remove stylesheets that are not used for the screen display like stylesheets for print
-							preview and speech synthesizers. Checking this this option can help to reduce the size of the file.</p>
+						<span class="option">remove alternative fonts</span>
+						<p>Check this option to remove fonts that are alternatives to the ones used. Checking this this option should not
+							alter the document and can considerably reduce the size of the file.</p>
+						<p class="notice">It is recommended to <u>check</u> this option</p>
 					</li>
 				</ul>
 				<p>Other resources</p>