[Webkit-unassigned] [Bug 84359] New: datalist: Form control in a <datalist> should be barred from constraint validation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 19 11:07:41 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84359
Summary: datalist: Form control in a <datalist> should be
barred from constraint validation
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tkent at chromium.org
CC: keishi at webkit.org
Blocks: 27247
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-datalist-element
> Constraint validation: If an element has a datalist element ancestor, it is barred from constraint validation.
We have a FIXME comment for this.
bool HTMLFormControlElement::recalcWillValidate() const
{
// FIXME: Should return false if this element has a datalist element as an
// ancestor. See HTML5 4.10.10 'The datalist element.'
return !m_disabled && !m_readOnly;
}
--
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