Bug 261371

Summary: Upgrade stepUp()/stepDown() implementation to match spec
Product: WebKit Reporter: Ahmad Saleem <ahmad.saleem792>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: cdumez, karlcow, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: BrowserCompat, InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   

Description Ahmad Saleem 2023-09-09 04:21:27 PDT
Hi Team,

This is more for merge of following Blink commit:

https://src.chromium.org/viewvc/blink?view=revision&revision=166525

I am separating it to not over-complicate following bug 254761: https://github.com/WebKit/WebKit/pull/17624

Just wanted to raise so we can fix it.

Thanks!
Comment 2 Radar WebKit Bug Importer 2023-09-16 04:22:12 PDT
<rdar://problem/115595585>
Comment 3 Ahmad Saleem 2024-01-18 06:40:29 PST
It has pre-requisite - https://src.chromium.org/viewvc/blink?view=revision&revision=163656

__

I am merging few commits (three in total) with PR - https://github.com/WebKit/WebKit/pull/22889

and then I can merge 'pre-requisite' and this.

Later, I have to add 'NaN' handling to match others and then also do 'applyStep' alignment by merging few more Blink patches and then we might be OK and synced with Blink. :-)
Comment 4 Ahmad Saleem 2024-05-23 08:21:40 PDT
Ended up doing ToT version in PR - https://github.com/WebKit/WebKit/pull/22889

So this bug is not needed.