FOP-3080: Allow to remove empty table elements from read out loud
diff --git a/content/fop/trunk/accessibility.mdtext b/content/fop/trunk/accessibility.mdtext
index f119b29..183fae5 100644
--- a/content/fop/trunk/accessibility.mdtext
+++ b/content/fop/trunk/accessibility.mdtext
@@ -85,6 +85,12 @@
       <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*.