[Webkit-unassigned] [Bug 96849] A table cell rowspan cannot span more than 8190 rows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 15 01:43:57 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96849





--- Comment #1 from Pravin D <pravind.2k4 at gmail.com>  2012-09-15 01:44:25 PST ---
FF currently uses 2^16 - 2 as the max value for rowspan. This value is chosen due a limitation in there impl of cell maps. 
http://mxr.mozilla.org/mozilla-central/source/layout/tables/celldata.h#17

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list