CLOSED FIXED 220648
When non-integer tabindex is set, the behavior of element should be same as the tabindex is omitted
https://bugs.webkit.org/show_bug.cgi?id=220648
Summary When non-integer tabindex is set, the behavior of element should be same as t...
Tomoki Imai
Reported 2021-01-14 23:55:50 PST
Created attachment 417680 [details] LayoutTest testcase to overwrite tabindex with non-integer value According to the spec, non-integer and omitted tabindex have the same behavior. https://html.spec.whatwg.org/multipage/interaction.html#attr-tabindex Current WebKit implementation doesn't overwrite the internal tabindex value when new tabindex is non-integer. As a result, its behavior is not changed from the previous tabindex. Attached testcase shows the compatibility problem the other browsers. If it's opened in WinCairo MiniBrowser/Safari TP 118, it shows "FAIL". But on Firefox/Chrome, it shows "PASS". I already created the patch, so we'll post another attachment soon.
Attachments
LayoutTest testcase to overwrite tabindex with non-integer value (621 bytes, text/html)
2021-01-14 23:55 PST, Tomoki Imai
no flags
patch (3.96 KB, patch)
2021-01-15 00:08 PST, Tomoki Imai
no flags
Tomoki Imai
Comment 1 2021-01-15 00:08:45 PST
Created attachment 417681 [details] patch Patch
Antti Koivisto
Comment 2 2021-01-15 08:16:46 PST
Seems sensible.
EWS
Comment 3 2021-01-15 08:53:51 PST
Committed r271523: <https://trac.webkit.org/changeset/271523> All reviewed patches have been landed. Closing bug and clearing flags on attachment 417681 [details].
Radar WebKit Bug Importer
Comment 4 2021-01-15 08:54:14 PST
Tomoki Imai
Comment 5 2021-01-18 18:11:19 PST
Thanks for your review and merging!
Note You need to log in before you can comment on or make changes to this bug.