[Webkit-unassigned] [Bug 8398] New: LABEL in OPTION element is clobbering display #TEXT
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Apr 14 14:29:17 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8398
Summary: LABEL in OPTION element is clobbering display #TEXT
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: jason at bakafish.com
This may be the desired behavior, it is not how Mozilla or current Safari
implementations display it though. I would think that if there is a valid #TEXT
child that that should take priority over the LABEL value.
<html><head></head>
<body>
<form>
Should say bar (I think.)
<select>
<option label="foo">bar</option>
</select>
</form>
</body>
</html>
--
Configure bugmail: http://bugzilla.opendarwin.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