Home › Forums › General XMetaL Discussion › Validating CALS tables › Reply To: Validating CALS tables
Reply to: Validating CALS tables
May 9, 2018 at 1:53 pmI'm still quite new to this project, so I'm not exactly sure how this happens and what the consequences are in DITA OT.
But:
morerows: number of additional rows in a vertical span. There shall be at least that many more rows in the appropriate thead or tbody. Any entries with morerows that would attempt to extend further downward is an error.
Source: http://www.datypic.com/sc/cals/a-nons_morerows.html
That is one of the cases we're trying to catch.
The other thing is namest/nameend:
It is an error if the namest value is not defined in a colspec for the current tgroup.
http://www.datypic.com/sc/cals/a-nons_namest.html
(the same applies for nameend)