Bug 257686 - Remove 'input.increment' since not in Web-Spec
Summary: Remove 'input.increment' since not in Web-Spec
Status: RESOLVED DUPLICATE of bug 195818
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat, InRadar, WPTImpact
Depends on:
Blocks:
 
Reported: 2023-06-03 21:25 PDT by Ahmad Saleem
Modified: 2023-06-12 07:22 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 Ahmad Saleem 2023-06-03 21:25:50 PDT
Hi Team,

It is not spec'd as per: https://github.com/whatwg/html/issues/667

We are failing this test and we can get rid of 'incremental' by removing it from IDL file and also remove test added by following commit:

Commit: https://github.com/WebKit/WebKit/commit/bd4d5f416c383acadd1c036f35fabba22b45aa31

and change expectation of following WPT test:

https://wpt.fyi/results/html/semantics/forms/historical.html?label=master&label=experimental&aligned&q=%2Fhtml%2Fsemantics%2Fforms%2Fhistorical.html

WPT Test Live Link: http://wpt.live/html/semantics/forms/historical.html

Just wanted to raise so we can fix it.

Thanks!
Comment 1 Anne van Kesteren 2023-06-03 22:44:41 PDT
We have this failure in common with Chromium. Are they planning on removing it?
Comment 2 Ahmad Saleem 2023-06-04 05:12:46 PDT
(In reply to Anne van Kesteren from comment #1)
> We have this failure in common with Chromium. Are they planning on removing
> it?

Chrome Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=690143

Chrome has removed internal usage and also added hooks to measure the usage via telemetry but their stats usage for ‘incremental’ are as follow:

https://chromestatus.com/metrics/feature/timeline/popularity/25

I think we can remove ‘incremental’ more easily compared to ‘search’ event.
Comment 3 Radar WebKit Bug Importer 2023-06-10 21:26:16 PDT
<rdar://problem/110593059>
Comment 4 Ahmad Saleem 2023-06-12 07:22:42 PDT
PR Attempt - https://github.com/WebKit/WebKit/pull/14701

*** This bug has been marked as a duplicate of bug 195818 ***