Bug 3483

Summary: Unknown tag not being ignored
Product: WebKit Reporter: David Carson <dacarson>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-webkit, ian, mitz, mrowe
Priority: P3 Keywords: HasReduction
Version: 412   
Hardware: Mac   
OS: OS X 10.4   
URL: http://ducati.homedns.org/photos/flowers/
Bug Depends on: 5771    
Bug Blocks:    
Attachments:
Description Flags
Reduced test case none

David Carson
Reported 2005-06-12 15:25:10 PDT
The anchor tag is being ignored in the following HTML segment: <last><a href="?PhotoGallery&Page=2"></last>[&gt;]</a>
Attachments
Reduced test case (363 bytes, text/html)
2005-09-07 05:19 PDT, Mark Rowe (bdash)
no flags
Mark Rowe (bdash)
Comment 1 2005-09-07 05:19:21 PDT
Created attachment 3796 [details] Reduced test case The problem appears to be that when WebKit encounters the </last> in <last><a href='http://google.com/'></last> it is closing the A tag. Gecko-based browsers ignore both the opening and closing 'last' tags.
Eric Seidel (no email)
Comment 2 2005-12-27 16:25:36 PST
Ick. Interlaced, invalid tags in html.
Eric Seidel (no email)
Comment 3 2005-12-27 16:27:36 PST
This is related to http://bugzilla.opendarwin.org/show_bug.cgi?id=5771 Doesn't necessarily depend on 5771.
David Kilzer (:ddkilzer)
Comment 4 2008-02-22 15:53:35 PST
This appears to be fixed as of a local debug build of WebKit r30458.
mitz
Comment 5 2008-02-22 18:16:50 PST
(In reply to comment #4) > This appears to be fixed as of a local debug build of WebKit r30458. Agreed. The tag should not be ignored, and it isn't, but Safari 3.0.4 and TOT WebKit correctly re-open the <a> tag.
Note You need to log in before you can comment on or make changes to this bug.