[Webkit-unassigned] [Bug 23770] Web Inspector validation error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 5 16:31:58 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23770


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from mrowe at apple.com  2009-02-05 16:31 PDT -------
If you take a look at the DOM tree in the web inspector you can see what's
going on. Inside your <head> element you include a script from amazon.com that
appends a <div> to the DOM.  A <div> can't go inside the <head>, so it is
implicitly closed and <body> is opened.  The elements following the <script>
are therefore treated as being inside the <body>.

Based on this behaviour, the errors reported by the inspector appear to be
correct to me.


-- 
Configure bugmail: https://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