When table-related display values are used for non-table elements, anonymous
table-related elements may have to be generated in order to render the elements
correctly. Here, we??™ve listed situations in which anonymous table-related elements
may be created:
?– Cells must have a row as their parent. A row object will be generated as the
parent of one or more consecutive cells that don??™t have a row as their parent.
?– Rows must have a row group or a table as their parent. Columns must have a
column group or a table as their parent. Row groups and column groups must
have a table as their parent. A table object will be generated as the parent of one
or more consecutive objects of those types that don??™t have the required parent.
?– If a child of a table object is not a caption, row group, column group, row, or
column, a row object will be generated as the parent of that child, and any
consecutive siblings that require a row as their parent.
?– If a child of a row group object isn??™t a row, a row object will be generated as the
parent of that child and any consecutive siblings that require a row as their
parent.
Pages:
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261