RESOLVED FIXED 4545
REGRESSION: content inside <nolayer> does not get in the DOM tree, but should
https://bugs.webkit.org/show_bug.cgi?id=4545
Summary REGRESSION: content inside <nolayer> does not get in the DOM tree, but should
Darin Adler
Reported 2005-08-20 17:56:35 PDT
The recent change to support tags like <noscript> mistakenly changed <nolayer> so it does not parse. But WebKit does not support <layer> and hence it should render things inside <nolayer>.
Attachments
patch to make children of <nolayer> get parsed (5.74 KB, patch)
2005-08-20 18:24 PDT, Darin Adler
sullivan: review+
Darin Adler
Comment 1 2005-08-20 18:24:03 PDT
Created attachment 3483 [details] patch to make children of <nolayer> get parsed
John Sullivan
Comment 2 2005-08-22 11:31:52 PDT
Comment on attachment 3483 [details] patch to make children of <nolayer> get parsed Looks fine.
Note You need to log in before you can comment on or make changes to this bug.