Trevor Nash wrote: > > > Hussein Shafie wrote: >> >> Therefore you are right: only blocks, whether explicitly created (i.e. >> "display:block;") or implicitly created, are collapsible. >> >> >> > Out of curiosity - would it not be possible to create the anonymous > block without requiring the caption? In other words always create a > block between a display:table and display: table-row.
In other words, always create a collapsible block around the element having "display:table;" even when this block is not strictly needed because the table has no caption... This is certainly technically possible. However, this is currently not implemented. > For the document I am working on it is not a problem to add another > child element to make into the caption - certainly it is better than > having to add a parent element which would then mean many changes to > XSLT programs which process the document. But in general I prefer not > to make changes to the document schema just to make editing more > comfortable. You are right. Never do that. (We, XMLmind, also never do that: we prefer to enhance XMLmind XML Editor.)

