[webkit-reviews] review granted: [Bug 261237] AX: title-attribute-used-as-last-resort fails in ITM : [Attachment 467577] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 7 00:00:55 PDT 2023


Tyler Wilcock <tyler_w at apple.com> has granted  review:
Bug 261237: AX: title-attribute-used-as-last-resort fails in ITM
https://bugs.webkit.org/show_bug.cgi?id=261237

Attachment 467577: Patch

https://bugs.webkit.org/attachment.cgi?id=467577&action=review




--- Comment #3 from Tyler Wilcock <tyler_w at apple.com> ---
Comment on attachment 467577
  --> https://bugs.webkit.org/attachment.cgi?id=467577
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=467577&action=review

> LayoutTests/accessibility/mac/title-attribute-used-as-last-resort.html:28
> +	   document.getElementById("link2").focus()

Looks like this patch removes some semicolons after .focus() calls, but our
code style prefers to have them.


More information about the webkit-reviews mailing list