Lines Matching refs:table

304     [NB only works on table columns or rows]
315 - Tables - cell height (when specified) is not resized when table is shrunk
316 - Tables - if table width specified, but narrower than minimum cell wdith, and less than page width - table will expand to
321 <table style="border-collapse: collapse;">
324 </table>
356 - Tables - background images in table inside HTML Footer incorrectly positioned
357 - Tables - cell in a nested table with a specified width, should determine width of parent table cell
358 (cf. http://www.mpdf1.com/forum/discussion/1648/nested-table-bug-)
359 - Tables - colspan (on a row after first row) exceeds number of columns in table
369 - text with letter-spacing set inside table which needs to be resixed (shrunk) - letter-spacing was not adjusted
370 - nested table incorrectly calculating width and unnecessarily wrapping text
376 - nested table incorrectly calculating width and unnecessarily wrapping text
377 - tables - font size carrying over from one nested table to the next nested table
379 - tables - if table width set to 100% and one cell/column is empty with no padding/border, sizing incorrectly
380 (http://www.mpdf1.com/forum/discussion/1886/td-fontsize-in-nested-table-bug-#Item_5)
385 NB When using Columns or Keep-with-table (use_kwt), cannot use transform
418 - table with fixed width column and long word in cell set to colspan across this column (adding spare width to all columns)
466 Using $use_kwt ("keep-[heading]-with-table") if `<h4></h4>` before table is on 2 lines and pagebreak occurs after first line
550 - CSS now takes precedence over HTML attribute e.g. `<table bgcolor="black" style="background-color:yellow">`
570 - Tables - if a table starts when the Y position on page is below bottom margin caused endless loop
572 - Tables - Warning notice now given in Table footer or header if `<tfoot>` placed after `<tbody>` and table spans page
578 - Double border in table - when background colour set in surrounding block element - shows as black line between the 2 bits of double
596 - Table {colsum} summed figures in table header
656 - border="0" causing mPDF to add border to table CELLS as well as table
659 - CJK not working in table following changes made in v5.4
663 - cyrillic character p &#1088; at end of table cell caused cell height to be incorrectly calculated
716 This requires the font file to include a Format 2.0 POST table which references the glyphs as e.g. uni067C.med or uni067C.medi:
751 - Rotated cell - error if text-rotate set on a table cell, but no text content in cell
753 - Nested table - not resetting cell style (font, color etc) after nested table, if text follows immediately
754 - Nested table - font-size 70% set in extenal style sheet; if repeated nested tables, sets 70% of 70% etc etc