Mercurial > emacs
changeset 87295:309bef8b751c
Renamed xhtml-basic-table.rnc to xhtml-btable.rnc; all users changed.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 15 Dec 2007 11:08:24 +0000 |
parents | 9e48c9dc543f |
children | 288134f0441f |
files | etc/schema/xhtml-basic-table.rnc etc/schema/xhtml-btable.rnc etc/schema/xhtml-table.rnc |
diffstat | 3 files changed, 29 insertions(+), 29 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/schema/xhtml-basic-table.rnc Sat Dec 15 11:01:36 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -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
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/schema/xhtml-btable.rnc Sat Dec 15 11:08:24 2007 +0000 @@ -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
--- a/etc/schema/xhtml-table.rnc Sat Dec 15 11:01:36 2007 +0000 +++ b/etc/schema/xhtml-table.rnc Sat Dec 15 11:08:24 2007 +0000 @@ -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,