From 4855409f22e88a36d05b6d93cd30f2146da181e7 Mon Sep 17 00:00:00 2001
From: Norman Walsh <ndw@nwalsh.com>
Date: Thu, 21 Apr 2005 11:01:21 +0000
Subject: [PATCH] Allow floatstyle on table and informaltable

---
 docbook/relaxng/docbook/src/calstbl.rnc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docbook/relaxng/docbook/src/calstbl.rnc b/docbook/relaxng/docbook/src/calstbl.rnc
index 7bd8f815d..4bc85c845 100644
--- a/docbook/relaxng/docbook/src/calstbl.rnc
+++ b/docbook/relaxng/docbook/src/calstbl.rnc
@@ -574,6 +574,7 @@ div {
     & db.common.attributes
     & db.common.linking.attributes
     & db.tabstyle.attribute?
+    & db.floatstyle.attribute?
     & db.orient.attribute?
     & db.colsep.attribute?
     & db.rowsep.attribute?
@@ -633,6 +634,7 @@ div {
     & db.common.attributes
     & db.common.linking.attributes
     & db.tabstyle.attribute?
+    & db.floatstyle.attribute?
     & db.orient.attribute?
     & db.colsep.attribute?
     & db.rowsep.attribute?
-- 
2.40.0