WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
3483
Unknown tag not being ignored
https://bugs.webkit.org/show_bug.cgi?id=3483
Summary
Unknown tag not being ignored
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>[>]</a>
Attachments
Reduced test case
(363 bytes, text/html)
2005-09-07 05:19 PDT
,
Mark Rowe (bdash)
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug