This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 94717 - Box model of the table seems to be not correct
Summary: Box model of the table seems to be not correct
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-06 19:28 UTC by bugbridge
Modified: 2007-02-06 19:28 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2007-02-06 19:28:27 UTC
Original status: 3-Accepted; Suggested Status: NEW


Original submitter: pzavadsky

Description:
See also the issue #6477950, where it started.

It seems that the table box model is not correct, see:
http://www.w3.org/TR/CSS21/tables.html#q7

From the spec it seems, there should be generated boxes representing the rows,
row groups, columns and column groups in the table.
Current impl in the designer (see TableBox) doesn't do that.
That translates into the issue above.

Evaluation:
Yes, the box structure generated for the table seems to be not according the
spec, it needs to be checked and provided a new better one.