Closed
Bug 98427
Opened 24 years ago
Closed 24 years ago
drop.org - Using XHTML-style empty tags with anchor element
Categories
(Tech Evangelism Graveyard :: English US, defect, P1)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
CLOSED
INVALID
People
(Reporter: carld, Assigned: bc)
References
()
Details
(Whiteboard: [SYNTAX-HTML])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.3+) Gecko/20010831
BuildID: 2001083103
Minimized tag syntax used to create a hyperlink on a page, i.e.: <a
href="http://www.foo.foo" />foo</a> does not render a hyperlink in Mozilla.
Mozilla should display a hyperlink with such a format.
Utilized Mozilla build on windows and linux with same result.
Reproducible: Always
Steps to Reproduce:
1.Go view a page with minimized tag syntax utilized for a hyperlink (i.e.:
search results on http://www.drop.org/module.php?mod=search)
2.There is no hyperlink for text coded as a hyperlink.
Actual Results: There is no hyperlink.
Expected Results: Render a hyperlink with text coded as a hyperlink with
minimized tag syntax.
Other browsers (MS IE) render a hyperlink with minimized tag syntax.
Given the importance of XHTML document types and hyperlinking, I think this is a
major issue.
Comment 1•24 years ago
|
||
Reporter: <a href="http://www.foo.foo" />foo</a> is not a valid link. The
closing / in the first A tag means the end of the tag. The foo should not be
rendered as a link. It appears that IE must be doing the wrong thing.
Over to Tech-Evangelism to Evang this site?
Comment 2•24 years ago
|
||
Actually, we do (incorrectly) support this for empty elements (bug 94284).
However, this is not an empty element and is not valid HTML or XHTML. Reporter:
please review the XML or XHTML spec re: empty elements.
Over to Tech Evangelism.
Assignee: harishd → bclary
Component: Parser → US English
Product: Browser → Tech Evangelism
QA Contact: bsharma → zach
Summary: Hyperlink Made with Minimized Tag Syntax Does Not Render Hyperlink → Using XHTML-style empty tags with anchor element
Version: other → unspecified
Comment 3•24 years ago
|
||
Minor site + major problem = P3 per evangelism guidelines.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Summary: Using XHTML-style empty tags with anchor element → drop.org - Using XHTML-style empty tags with anchor element
Whiteboard: [SYNTAX-HTML]
| Reporter | ||
Comment 4•24 years ago
|
||
Kill this please.
Severity: major → trivial
Status: NEW → RESOLVED
Closed: 24 years ago
Priority: P3 → P1
Resolution: --- → INVALID
| Assignee | ||
Comment 5•24 years ago
|
||
Carl, I assume you admin the site? Either way, I will respect your request and
get it off the radar. -> closed.
Status: RESOLVED → CLOSED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•