From 4a6e9596fc698c0cece89c7ad0ddeef61623640c Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Wed, 5 Jan 2005 12:23:00 +0000 Subject: [PATCH] Added rowheader attribute to table/informaltable --- docbook/relaxng/src/calstbl.rnc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docbook/relaxng/src/calstbl.rnc b/docbook/relaxng/src/calstbl.rnc index 4a91a65eb..94c3bbba4 100644 --- a/docbook/relaxng/src/calstbl.rnc +++ b/docbook/relaxng/src/calstbl.rnc @@ -379,6 +379,7 @@ div { & db.rowsep.attribute? & attribute frame { "all" | "bottom" | "none" | "sides" | "top" | "topbot" }? & attribute pgwide { "0" | "1" }? + & attribute rowheader { "firstcol" | "norowheader" }? db.cals.table.info = db._info.title.onlyreq @@ -411,6 +412,7 @@ div { & db.rowsep.attribute? & attribute frame { "all" | "bottom" | "none" | "sides" | "top" | "topbot" }? & attribute pgwide { "0" | "1" }? + & attribute rowheader { "firstcol" | "norowheader" }? db.cals.informaltable.info = db._info.title.forbidden -- 2.50.1