Bug 261371 - Upgrade stepUp()/stepDown() implementation to match spec
Summary: Upgrade stepUp()/stepDown() implementation to match spec
Status: RESOLVED WONTFIX
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
Depends on:
Blocks:
 
Reported: 2023-09-09 04:21 PDT by Ahmad Saleem
Modified: 2024-05-23 08:21 PDT (History)
4 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-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.