RESOLVED INVALID 22854
<source> tag not selected by css
https://bugs.webkit.org/show_bug.cgi?id=22854
Summary <source> tag not selected by css
Georges Marfurt
Reported 2008-12-14 12:07:51 PST
The reducted html works not as expected with webkit r39286 It does in Firefox 3.0.1
Attachments
reduced html file (662 bytes, text/html)
2008-12-14 12:10 PST, Georges Marfurt
no flags
Georges Marfurt
Comment 1 2008-12-14 12:10:57 PST
Created attachment 26013 [details] reduced html file
Anthony Ricaud
Comment 2 2008-12-15 00:37:04 PST
Confirmed with r39230
Georges Marfurt
Comment 3 2010-08-06 03:15:18 PDT
i hoped the new html5 parsing engine (r64727) would finally solve this problem, but it's not the case.
Alexey Proskuryakov
Comment 4 2010-08-06 06:29:02 PDT
What exactly is the problem here? Both Firefox and Safari render the lines as red, black, green. With nightly r64816, the DOM is even exactly the same as in Firefox 3.6.6. I think the difference with Firefox 3.0.1 was caused by it lacking support for <video> element - <source> is part of it, and it has special requirements on where it can appear in the document. As far as I can tell, this behaves correctly.
Note You need to log in before you can comment on or make changes to this bug.