You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by bu...@apache.org on 2020/01/29 11:35:28 UTC

svn commit: r1055842 - in /websites/staging/xmlgraphics/trunk/content: ./ fop/trunk/accessibility.html

Author: buildbot
Date: Wed Jan 29 11:35:27 2020
New Revision: 1055842

Log:
Staging update by buildbot for xmlgraphics

Modified:
    websites/staging/xmlgraphics/trunk/content/   (props changed)
    websites/staging/xmlgraphics/trunk/content/fop/trunk/accessibility.html

Propchange: websites/staging/xmlgraphics/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan 29 11:35:27 2020
@@ -1 +1 @@
-1870455
+1873299

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/accessibility.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/accessibility.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/accessibility.html Wed Jan 29 11:35:27 2020
@@ -635,6 +635,12 @@ h2:hover > .headerlink, h3:hover > .head
 <p>Specify the natural language of the document using the language and country properties (or via the <code>xml:lang</code> shorthand property).</p>
 </li>
 </ul>
+<h2 id="hideemptytags">Hide empty tags<a class="headerlink" href="#hideemptytags" title="Permanent link">&para;</a></h2>
+<p>To remove empty fo:blocks from the structure tree, you can set the keep-empty-tags to false.</p>
+<div class="codehilite"><pre><span class="nt">&lt;accessibility</span> <span class="na">keep-empty-tags=</span><span class="s">&quot;false&quot;</span><span class="nt">&gt;</span>true<span class="nt">&lt;/accessibility&gt;</span>
+</pre></div>
+
+
 <h2 id="customTags">Customized Tagging<a class="headerlink" href="#customTags" title="Permanent link">&para;</a></h2>
 <p>The <a href="#PDFReference">PDF Reference</a> defines a set of standard Structure Types to tag content. For example, ‘P’ is used for identifying paragraphs, ‘H1’ to ‘H6’ for headers, ‘L’ for lists, ‘Div’ for block-level groups of elements, etc. This standard set is aimed at improving interoperability between applications producing or consuming PDF.</p>
 <p>FOP provides a default mapping of Formatting Objects to elements from that standard set. For example, <code>fo:page-sequence</code> is mapped to ‘Part’, <code>fo:block</code> is mapped to ‘P’, <code>fo:list-block</code> to ‘L’, etc.</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org