Closed Bug 246373 Opened 21 years ago Closed 21 years ago

target= is ignored within <link> tag

Categories

(Core :: DOM: HTML Parser, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 112034

People

(Reporter: frankkubiak, Unassigned)

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040608 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040608 The following line on a page <link rel="next" title="blabla" target="Main" href="/blabla.html"> is not opening blabla.html in the "Main"-Frame but on top level (ignoring all frames). "Main" is define on the same page: <frameset rows="74,*" border="0" framespacing="0" frameborder="no"> <frame name="Main" noresize scrolling="no" src="main.html"> .... </frameset> Reproducible: Always Steps to Reproduce: 1. 2. 3. Expected Results: Is the attribute "target=" parsed? According to http://www.w3.org/TR/html401/struct/links.html#edef-LINK it should be. Without this feature, it is not possible to build <link rel="">-pages for the navigation bar on sites with frames.
I think this is a duplicate of bug 112034. Frank, feel free to resolve your own bug and mark it as a duplicate of that bug, if you agree.
*** This bug has been marked as a duplicate of 112034 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.