Bug 279503 - :user-invalid is not triggered on blur when not edited
Summary: :user-invalid is not triggered on blur when not edited
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-09-11 03:11 PDT by Alex
Modified: 2024-09-22 13:44 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2024-09-11 03:11:56 PDT
# Steps to reproduce the problem

1. Make a required input
2. Focus it
3. Blur it without editing

# Problem Description
:user-invalid should match this case but it doesn't, it only matches when user types anything and removed the value. Chrome behaves the same way, but Firefox works properly. When I tab through required inputs — I should be notified that those inputs are necessary when I leave them unedited. Filed a bug for Chrome too:
https://issues.chromium.org/issues/365802576
Comment 1 Radar WebKit Bug Importer 2024-09-18 03:12:15 PDT
<rdar://problem/136212280>