From 15c7d39533a1eb1da0748011f3378fd0f02ed14d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 8 Oct 2013 20:03:29 +0000 Subject: Update stylesheets to docbook-xsl-1.78.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- .../params/default.table.rules.xml | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/default.table.rules.xml (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/default.table.rules.xml') diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/default.table.rules.xml b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/default.table.rules.xml new file mode 100644 index 000000000..ed698ec23 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/default.table.rules.xml @@ -0,0 +1,76 @@ + + +default.table.rules +string + + +default.table.rules +The default column and row rules for tables using HTML markup + + + + +none + + + +Description + +Tables using HTML markup elements can use an attribute +named rules on the table or +informaltable element +to specify whether column and row border rules should be +displayed. This parameter lets you specify a global default +style for all HTML tables that don't otherwise have +that attribute. +These are the supported values: + + +all + +Rules will appear between all rows and columns. + + + +rows + +Rules will appear between rows only. + + + +cols + +Rules will appear between columns only. + + + +groups + +Rules will appear between row groups (thead, tfoot, tbody). +No support for rules between column groups yet. + + + + +none + +No rules. This is the default value. + + + + + + +The border after the last row and the border after +the last column are not affected by +this setting. Those borders are controlled by +the frame attribute on the table element. + + + + -- cgit v1.2.3-54-g00ecf