[Webkit-unassigned] [Bug 14805] New: innerText behaviour
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 29 13:03:14 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=14805
Summary: innerText behaviour
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Minor
Priority: P4
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: hartman at videolan.org
I trust the intent here is to emulate IE behaviour, because innerText does not
seem to have a standard specification.
It seems that there is currently a difference in behaviour though, take the
following HTML
<td><span style="display:none">02005-06-02</span> <a href="/wiki/June_2"
title="June 2">June 2</a>, <a href="/wiki/2005" title="2005">2005</a></td>
in IE innerText should result in: "02005-06-02 June 2, 2005" (at least earlier
versions, I did not test in IE7)
on Safari 3.0.2 i get: "June 2, 2005"
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list