blob: c6a29b032bd5ae48ae50fb7669c56773220a8949 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<refentry id="section.level3.properties">
<refmeta>
<refentrytitle>section.level3.properties</refentrytitle>
<refmiscinfo role="type">attribute set</refmiscinfo>
</refmeta>
<refnamediv>
<refname>section.level3.properties</refname>
<refpurpose>Properties for level-3 sections</refpurpose>
</refnamediv>
<refsynopsisdiv>
<src:fragment id='section.level3.properties.frag'>
<xsl:attribute-set name="section.level3.properties"
use-attribute-sets="section.properties">
</xsl:attribute-set>
</src:fragment>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>The properties that apply to the containing
block of a level-3 section, and therefore apply to
the whole section. This includes <sgmltag>sect3</sgmltag>
elements and <sgmltag>section</sgmltag> elements at level 3.
</para>
<para>For example, you could start each level-3 section on
a new page by using:</para>
<programlisting><xsl:attribute-set name="section.level3.properties">
<xsl:attribute name="break-before">page</xsl:attribute>
</xsl:attribute-set>
</programlisting>
<para>This attribute set inherits attributes from the
general <sgmltag>section.properties</sgmltag> attribute set.
</para>
</refsect1>
</refentry>
|