bool EmailInputType::typeMismatch() const
{
    return typeMismatchFor(element().value());
}
Esempio n. 2
0
bool NumberInputType::typeMismatch() const
{
    ASSERT(!typeMismatchFor(element()->value()));
    return false;
}
Esempio n. 3
0
bool URLInputType::typeMismatch() const
{
    return typeMismatchFor(element()->value());
}