[Webkit-unassigned] [Bug 34947] New: Error Console finding more errors than it should: Unmatched </p> encountered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 15 10:14:03 PST 2010


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

           Summary: Error Console finding more errors than it should:
                    Unmatched </p> encountered
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://internal
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nreilly at nreilly.com


The Web inspector has seems to forget about a <p> tag 5 lines higher, and
claims the </p> is unmatched. I've created a new HTML document with just the
below section which triggers the error

<html>
<body>
            <p>
                    <form action="/hubbub/post/addPost/nathan" method="post" >
                        <textarea name="content" rows="3" cols="50"
id="postContent" ></textarea><br />
                        <input type="submit" name="post" value="Post" id="post"
/>
                    </form>
</p>
</body>
</html>



This is the original error:
24            <p>
 25                    <form action="/hubbub/post/addPost/nathan" method="post"
>
 26                        <textarea name="content" rows="3" cols="50"
id="postContent" ></textarea><br />
 27                        <input type="submit" name="post" value="Post"
id="post" />
 28                    </form>
 29                </p>
Unmatched </p> encountered.  Converting </p> into <p></p>.
 30

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list