OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] Captions in union table model


Hi David,

 > Is the caption element really meant to be required in the union table
 > content model in htmltblx.mod?

IMO it is required because DocBook distinguishes between formal object 
(with title) and informal objects (without title).  The table element is 
used to represent formal tables and hence requires a title.  The 
equivalent in the HTML content model is caption.

If you have a table without a title, you have to use the informaltable 
element which supports the HTML content model too (but without caption).

<!ENTITY % informal.tbl.table.mdl
	"(textobject*,
           (graphic+|mediaobject+|tgroup+))
          | ((col*|colgroup*), thead?, tfoot?, (tbody+|tr+))">

Bye
Oliver


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]