[Webkit-unassigned] [Bug 11397] Style tag inside body gets moved into the head
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 24 05:09:21 PDT 2006
http://bugs.webkit.org/show_bug.cgi?id=11397
------- Comment #3 from fredck at fredck.com 2006-10-24 05:09 PDT -------
I agree with you.
But looking at another point of view, a browser implementation could also
decide to ignore the <style> tag because it is in the wrong place, but its
position in the DOM would be preserved as specified in the source.
Looking at the source as a tag structure, for the DOM manipulation perspective,
the position of every single tag must be preserved as defined in the original.
For rendering purposes, it doesn't matter.
Well... I would never produce such kind of code, but I have users reporting
such issues. It seams that their opinion is that if the code they have produced
renders as expected, so that code is ok... In some ways they are right.
It is a fact that great part of the web is made by no standards content,
unfortunately.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list