[Webkit-unassigned] [Bug 18298] New: <input> breaks if id="ra"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 3 08:34:51 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18298
Summary: <input> breaks if id="ra"
Product: WebKit
Version: 526+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jamie at pompey.org
The following code demonstrates a problem that I am having with both WebKit
nightly build and the current Leopard Safari. The code should display two input
boxes, but only displays one. The only difference between the two input boxes
is the name of the "id" is "RA" instead of "ra". The following code has been
checked against the W3C validator and is valid XHTML 1.0 Strict.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" id="top" lang="en">
<head>
<title>WebKit Bug</title></head>
<body>
<p><input name="ra" id="ra" size="8" type="text"></input></p>
<p><input name="ra" id="RA" size="8" type="text"></input></p>
</body>
</html>
--
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