You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by gi...@apache.org on 2022/06/15 08:19:04 UTC

[xmlgraphics-website] branch asf-site updated: Automatic Site Publish by Buildbot

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6b9ad594 Automatic Site Publish by Buildbot
6b9ad594 is described below

commit 6b9ad594aeac12acef016561106f987f491493f0
Author: buildbot <us...@infra.apache.org>
AuthorDate: Wed Jun 15 08:19:00 2022 +0000

    Automatic Site Publish by Buildbot
---
 output/fop/trunk/accessibility.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/output/fop/trunk/accessibility.html b/output/fop/trunk/accessibility.html
index be24ae09..c59b4d76 100644
--- a/output/fop/trunk/accessibility.html
+++ b/output/fop/trunk/accessibility.html
@@ -777,6 +777,11 @@ h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover
 <span class="nt">&lt;/fo:static-content&gt;</span>
 </code></pre></div>
 
+<p>This can be applied to table headers and footers also:</p>
+<div class="highlight"><pre><span></span><code><span class="nt">&lt;fo:table-header</span> <span class="na">role=</span><span class="s">&quot;artifact&quot;</span><span class="nt">&gt;</span>
+<span class="nt">&lt;fo:table-footer</span> <span class="na">role=</span><span class="s">&quot;artifact&quot;</span><span class="nt">&gt;</span>
+</code></pre></div>
+
 <h2 id="fox:header">Scope of Header Table Cells</h2>
 <p>In XSL-FO, tables are inherently defined row by row. The <code>fo:table-header</code> element can be used to define ‘header rows’, in which each cell is a header of the corresponding column (like <code>TH</code> cells in HTML). The cell is said to have a column <em>scope</em>.</p>
 <p>There is no way, however, to define ‘row headers’: cells that have a row scope. Of course it is possible to style a cell to make it look like a header (for example, by using a bolder font), but that won’t be reflected in the structure of the document.</p>


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