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

[xmlgraphics-website] branch master updated: FOP-3080: Allow to remove empty table elements from read out loud

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 33afe67c FOP-3080: Allow to remove empty table elements from read out loud
33afe67c is described below

commit 33afe67c8d1a760d476991f2b4318b1063cf3f46
Author: ssteiner <ss...@apache.org>
AuthorDate: Wed Jun 15 09:17:54 2022 +0100

    FOP-3080: Allow to remove empty table elements from read out loud
---
 content/fop/trunk/accessibility.mdtext | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/content/fop/trunk/accessibility.mdtext b/content/fop/trunk/accessibility.mdtext
index f119b291..183fae50 100644
--- a/content/fop/trunk/accessibility.mdtext
+++ b/content/fop/trunk/accessibility.mdtext
@@ -85,6 +85,12 @@ This special value for the `role` property can also be applied to `fo:static-con
       <fo:block>Page <fo:page-number/></fo:block>
     </fo:static-content>
 
+This can be applied to table headers and footers also:
+
+    :::xml
+    <fo:table-header role="artifact">
+    <fo:table-footer role="artifact">
+    
 ## Scope of Header Table Cells { #fox:header}
 
 In XSL-FO, tables are inherently defined row by row. The `fo:table-header` element can be used to define ‘header rows’, in which each cell is a header of the corresponding column (like `TH` cells in HTML). The cell is said to have a column *scope*.


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