From: Eli Zaretskii Date: Sat, 15 Dec 2007 11:08:24 +0000 (+0000) Subject: Renamed xhtml-basic-table.rnc to xhtml-btable.rnc; all users changed. X-Git-Tag: emacs-pretest-23.0.90~8916 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ff6d7244765c2068fb1282bdc199f080ba94eaa;p=emacs.git Renamed xhtml-basic-table.rnc to xhtml-btable.rnc; all users changed. --- diff --git a/etc/schema/xhtml-basic-table.rnc b/etc/schema/xhtml-basic-table.rnc deleted file mode 100644 index 97e10a56743..00000000000 --- a/etc/schema/xhtml-basic-table.rnc +++ /dev/null @@ -1,28 +0,0 @@ -# Basic Tables Module - -table = element table { table.attlist, caption?, tr+ } -table.attlist = - Common.attrib, - attribute summary { Text.datatype }? -caption = element caption { caption.attlist, Inline.model } -caption.attlist = Common.attrib -tr = element tr { tr.attlist, (th | td)+ } -tr.attlist = Common.attrib, CellHAlign.attrib, CellVAlign.attrib -th = element th { th.attlist, Flow.model } -th.attlist = Cell.attrib -td = element td { td.attlist, Flow.model } -td.attlist = Cell.attrib -Cell.attrib = - Common.attrib, - attribute abbr { Text.datatype }?, - attribute axis { text }?, - attribute headers { IDREFS.datatype }?, - scope.attrib, - attribute rowspan { Number.datatype }?, - attribute colspan { Number.datatype }?, - CellHAlign.attrib, - CellVAlign.attrib -CellHAlign.attrib = attribute align { "left" | "center" | "right" }? -CellVAlign.attrib = attribute valign { "top" | "middle" | "bottom" }? -scope.attrib = attribute scope { "row" | "col" }? -Block.class |= table diff --git a/etc/schema/xhtml-btable.rnc b/etc/schema/xhtml-btable.rnc new file mode 100644 index 00000000000..97e10a56743 --- /dev/null +++ b/etc/schema/xhtml-btable.rnc @@ -0,0 +1,28 @@ +# Basic Tables Module + +table = element table { table.attlist, caption?, tr+ } +table.attlist = + Common.attrib, + attribute summary { Text.datatype }? +caption = element caption { caption.attlist, Inline.model } +caption.attlist = Common.attrib +tr = element tr { tr.attlist, (th | td)+ } +tr.attlist = Common.attrib, CellHAlign.attrib, CellVAlign.attrib +th = element th { th.attlist, Flow.model } +th.attlist = Cell.attrib +td = element td { td.attlist, Flow.model } +td.attlist = Cell.attrib +Cell.attrib = + Common.attrib, + attribute abbr { Text.datatype }?, + attribute axis { text }?, + attribute headers { IDREFS.datatype }?, + scope.attrib, + attribute rowspan { Number.datatype }?, + attribute colspan { Number.datatype }?, + CellHAlign.attrib, + CellVAlign.attrib +CellHAlign.attrib = attribute align { "left" | "center" | "right" }? +CellVAlign.attrib = attribute valign { "top" | "middle" | "bottom" }? +scope.attrib = attribute scope { "row" | "col" }? +Block.class |= table diff --git a/etc/schema/xhtml-table.rnc b/etc/schema/xhtml-table.rnc index 70055b1598f..129d7b6742c 100644 --- a/etc/schema/xhtml-table.rnc +++ b/etc/schema/xhtml-table.rnc @@ -3,7 +3,7 @@ # This builds on the basic tables module, unlike with the DTD # implementation. -include "xhtml-basic-table.rnc" { +include "xhtml-btable.rnc" { table = element table { table.attlist,