In Section 13.6.1.1, the table of dfdl:textNumberPattern BNF syntax has the caption:
Table 33-A dfdl:textNumberPattern BNF syntax (MANUALLY SET TABLE NUMBER TO PRESERVE TABLE NUMBERING)
The parenthesised text is an instruction to whoever edits the document, not part of the specification, and it is printed in the published PDF.
In GFD.240 this caption is not a caption at all: it is the sixteenth row of the table itself, which is how the number "Table 33-A" came to be typed by hand rather than generated. The AsciiDoc conversion turns it into a real auto-numbered caption, so the table now numbers itself correctly, but the editorial note came along with the title text.
Two things to decide:
- The note should come out of the caption.
- Whether the table should keep a distinct number. It exists so that the tables after it keep their original numbers; with generated numbering that is handled automatically, so "33-A" may no longer be needed.
This also blocks a formatting fix. The notation lines in that table are indented in GFD.240 with the descriptions aligned on a tab stop. Restoring the alignment means making them a nested table or a definition list, and either breaks fidelity-check, because the checker reads the source's caption row as part of the cell text. Only the indentation could be restored.
In Section 13.6.1.1, the table of
dfdl:textNumberPatternBNF syntax has the caption:The parenthesised text is an instruction to whoever edits the document, not part of the specification, and it is printed in the published PDF.
In GFD.240 this caption is not a caption at all: it is the sixteenth row of the table itself, which is how the number "Table 33-A" came to be typed by hand rather than generated. The AsciiDoc conversion turns it into a real auto-numbered caption, so the table now numbers itself correctly, but the editorial note came along with the title text.
Two things to decide:
This also blocks a formatting fix. The notation lines in that table are indented in GFD.240 with the descriptions aligned on a tab stop. Restoring the alignment means making them a nested table or a definition list, and either breaks
fidelity-check, because the checker reads the source's caption row as part of the cell text. Only the indentation could be restored.