Closed Bug 319907 Opened 19 years ago Closed 19 years ago

Disable 'overflow' for table row groups

Categories

(Core :: Layout: Tables, defect)

defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: roc, Assigned: roc)

Details

Currently we allow table row groups to scroll; nsCSSFrameConstructor::ConstructTableRowGroupFrame can create a scrollframe. But 'overflow' does not apply to table row groups according to CSS2.1, so we should probably remove this code. How badly is this going to break people?
Maybe we should get CSS2.1 changed instead.
We've supported this for ages, and it's important for a major (perhaps even primary) use case for row groups, as described in HTML4 chapter 11 (search for "scroll").  I think we should probably keep it.
I go with Davids comment, we shouldn't break html4 only due to css 2.1 which has removed the attribute. We have this since 1999, I did not expect that overflow does not apply.
Okay fine, but "someone" better fix CSS2.1!
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.