[Webkit-unassigned] [Bug 27032] New: document.title does not replace or remove space characters
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 7 08:36:44 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27032
Summary: document.title does not replace or remove space
characters
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows Vista
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: hitobasira at gmail.com
According to current HTML5
draft.(http://dev.w3.org/html5/spec/Overview.html#document.title)
the value of the document.title attribute for following title element...
<title>
foo bar
</title>
must be "foo bar".
But at Safari 4.0(530.17), the value is "\n foo bar \n".
This is against HTML5 draft or any other major browser's implementation.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list