From 30434ee41eb80355a21b5e96bffed002590bc91a Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Mon, 20 Jan 2003 15:30:56 +0000 Subject: [PATCH] Pass role through on table cells --- xsl/params/entry.propagates.style.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 xsl/params/entry.propagates.style.xml diff --git a/xsl/params/entry.propagates.style.xml b/xsl/params/entry.propagates.style.xml new file mode 100644 index 000000000..02853c620 --- /dev/null +++ b/xsl/params/entry.propagates.style.xml @@ -0,0 +1,25 @@ + + +entry.propagates.style +boolean + + +entry.propagates.style +Pass entry role attribute through to HTML? + + + + + + + + +Description + +If true, the role attribute of entry elements +will be passed through to the HTML as a class attribute on the +td or th generated for the table +cell. + + + -- 2.50.1