Whitespace-only fixes. Translators, please ignore.

This commit is contained in:
Warren Block 2013-07-21 04:32:55 +00:00
parent 72a3b45f63
commit fb8e2ad459
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42338

View file

@ -34,33 +34,43 @@
<chapter id="stylesheets">
<title>Style Sheets</title>
<para><acronym>XML</acronym> is concerned with content, and says nothing about how that content should be presented to
the reader or rendered on paper. Multiple <emphasis>style sheet</emphasis> languages
have been developed to describe visual layout, including Extensible Stylesheet Language Transformation (<acronym>XSLT</acronym>), Document Style Semantics and Specification Language (<acronym>DSSSL</acronym>),
and Cascading Style Sheets (<acronym>CSS</acronym>).</para>
<para><acronym>XML</acronym> is concerned with content, and says
nothing about how that content should be presented to the reader
or rendered on paper. Multiple <emphasis>style sheet</emphasis>
languages have been developed to describe visual layout, including
Extensible Stylesheet Language Transformation
(<acronym>XSLT</acronym>), Document Style Semantics and
Specification Language (<acronym>DSSSL</acronym>), and Cascading
Style Sheets (<acronym>CSS</acronym>).</para>
<para>The <acronym>FDP</acronym> documents use <acronym>XSLT</acronym> stylesheets to transform DocBook into <acronym>XHTML</acronym>, and then
<acronym>CSS</acronym> formatting is applied to the <acronym>XHTML</acronym> pages. Printable
output is currently rendered with legacy <acronym>DSSSL</acronym> stylesheets, but this will
probably change in the future.</para>
<para>The <acronym>FDP</acronym> documents use
<acronym>XSLT</acronym> stylesheets to transform DocBook into
<acronym>XHTML</acronym>, and then <acronym>CSS</acronym>
formatting is applied to the <acronym>XHTML</acronym> pages.
Printable output is currently rendered with legacy
<acronym>DSSSL</acronym> stylesheets, but this will probably
change in the future.</para>
<sect1 id="stylesheets-css">
<title><acronym>CSS</acronym></title>
<para>Cascading Style Sheets (<acronym>CSS</acronym>) are a mechanism for attaching
style information (font, weight, size, color, and so forth) to
elements in an <acronym>XHTML</acronym> document without abusing <acronym>XHTML</acronym> to do
<para>Cascading Style Sheets (<acronym>CSS</acronym>) are a
mechanism for attaching style information (font, weight, size,
color, and so forth) to elements in an <acronym>XHTML</acronym>
document without abusing <acronym>XHTML</acronym> to do
so.</para>
<sect2>
<title>The DocBook Documents</title>
<para>The &os; <acronym>XSLT</acronym> and <acronym>DSSSL</acronym> stylesheets refer to
<filename>docbook.css</filename>, which is
expected to be present in the same directory as the <acronym>XHTML</acronym> files.
The project-wide <acronym>CSS</acronym> file is copied from
<filename>doc/share/misc/docbook.css</filename> when documents
are converted to <acronym>XHTML</acronym>, and is installed automatically.</para>
<para>The &os; <acronym>XSLT</acronym> and
<acronym>DSSSL</acronym> stylesheets refer to
<filename>docbook.css</filename>, which is expected to be
present in the same directory as the <acronym>XHTML</acronym>
files. The project-wide <acronym>CSS</acronym> file is copied
from <filename>doc/share/misc/docbook.css</filename> when
documents are converted to <acronym>XHTML</acronym>, and is
installed automatically.</para>
</sect2>
</sect1>
</chapter>