RESOLVED CONFIGURATION CHANGED 10892
Fix the member variables in HTMLTableElement to be RefPtrs and to update properly across dynamic changes
https://bugs.webkit.org/show_bug.cgi?id=10892
Summary Fix the member variables in HTMLTableElement to be RefPtrs and to update prop...
Dave Hyatt
Reported 2006-09-16 16:44:12 PDT
The head, body, foot and caption members of HTMLTableElement should be RefPtrs. They also need to update properly in response to dynamic DOM changes (they are not doing that correctly at all right now).
Attachments
Ryosuke Niwa
Comment 2 2022-07-30 13:21:15 PDT
We don't store these nodes as member variables anymore,
Note You need to log in before you can comment on or make changes to this bug.