Closed
Bug 72984
Opened 25 years ago
Closed 25 years ago
title attribute in link tag show quoted code
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: chrus, Assigned: clayton)
References
()
Details
Attachments
(1 file)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.8) Gecko/20010215
BuildID: 2001021508
if the mouse is moved over the link the title attribute is showed in one line
with the codes that are intended to break the line...
n.b.: i hope this is a W3C compliant attribute...
Reproducible: Always
Steps to Reproduce:
moving the mouse over the link and wait
Expected Results: implement the "right" interpretation
<a href="/download.php?id=307" title="Download von WinDAC Version 1.53
von Montag, 06. November 2000 Sprache:
deutsch Größe: 547 kB Hersteller/Autor: Christoph
Schmelnik Downloads bisher: 4301">WinDAC 1.53</a>
Comment 1•25 years ago
|
||
mmm, several things. First, translates to LF,CR which is wrong on all
platforms. DOS/Win32 use CR,LF Unix/Linux uses LF and Mac uses CR, but no
platform or operating system I have ever heard of uses LF,CR
But you shouldnt be using platform specific line breaking anyway.
the spec is http://www.w3.org/TR/html401/struct/global.html section 7.4.3 but
sadly, it doesnt say a thing about how line breaking should be done in such elements
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
duplicate of "Newlines in title tooltip is shown as two vertical lines (||)"
*** This bug has been marked as a duplicate of 63824 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•