Closed Bug 72984 Opened 25 years ago Closed 25 years ago

title attribute in link tag show quoted code

Categories

(Core :: Layout, defect)

x86
Windows 2000
defect
Not set
trivial

Tracking

()

VERIFIED DUPLICATE of bug 63824

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&#10;&#13;Version 1.53 von Montag, 06. November 2000&#10;&#13;&#10;&#13;Sprache: deutsch&#10;&#13;Größe: 547 kB&#10;&#13;Hersteller/Autor: Christoph Schmelnik&#10;&#13;&#10;&#13;Downloads bisher: 4301">WinDAC 1.53</a>
mmm, several things. First, &#10;&#13; 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
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
Verified dup.
Status: RESOLVED → VERIFIED
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.

Attachment

General

Creator:
Created:
Updated:
Size: