[Webkit-unassigned] [Bug 17303] New: <!doctype html><title/><link/> should not be an error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 10 18:47:49 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17303

           Summary: <!doctype html><title/><link/> should not be an error
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
               URL: http://philip.html5.org/tests/canvas/suite/tests/index.2
                    d.pattern.html
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: excors at gmail.com
                CC: hyatt at apple.com


Apparently:

02:33 < olliej> Philip`: i just noticed a number of your tests ostensibly have
errors
02:33 < olliej> Philip`: <link> outside of <head>
02:34 < olliej> Philip`: which the inspectorator tells me is wrong
02:34 < olliej> <link> is not allowed inside <html>. Moving <link> into the
<head>.
02:34 < olliej>
http://philip.html5.org/tests/canvas/suite/tests/index.2d.pattern.html (line 3)

That file says

<!DOCTYPE HTML>
<title>Canvas tests - 2d.pattern.*</title>
<link rel="stylesheet" href="../frame.css">

which should not be an error, because the <title> validly implies a <head> and
so the <link> is in the right place.


-- 
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