Bug 48404 - Generated content doesn't work on table-row-group and table-row elements
Summary: Generated content doesn't work on table-row-group and table-row elements
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-27 01:28 PDT by Simon Pieters (:zcorpan)
Modified: 2022-07-23 11:41 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Pieters (:zcorpan) 2010-10-27 01:28:28 PDT
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/679

Generated content doesn't seem to work on <tbody> and <tr> in WebKit. Works fine in Gecko and Opera. The use case for doing this is to insert a block (or table-row) box between <tbody>s to separate them visually without cluttering the markup with spacer <tr>s.
Comment 1 Ahmad Saleem 2022-07-23 07:56:51 PDT
On the referred test case in Comment 0, I am getting "PASS" twice in the rendered view and it matches with all browsers.

I think it has been fixed along the way and I think this can be marked as "RESOLVED CONFIGURATION CHANGED". Thanks!