[webkit-changes] [WebKit/WebKit] 7d5909: SVG non-rendered elements should not get 'focus' d...

Commit Queue noreply at github.com
Mon May 13 10:04:44 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7d5909d3097739b97a428e30836341088875c88d
      https://github.com/WebKit/WebKit/commit/7d5909d3097739b97a428e30836341088875c88d
  Author: Ahmad Saleem <ahmad.saleem792 at gmail.com>
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/svg/struct/scripted/autofocus-attribute-expected.txt
    M LayoutTests/svg/custom/tabindex-order-expected.txt
    M Source/WebCore/svg/SVGDescElement.h
    M Source/WebCore/svg/SVGLinearGradientElement.h
    M Source/WebCore/svg/SVGMarkerElement.h
    M Source/WebCore/svg/SVGMaskElement.h
    M Source/WebCore/svg/SVGMetadataElement.h
    M Source/WebCore/svg/SVGPatternElement.h
    M Source/WebCore/svg/SVGRadialGradientElement.h
    M Source/WebCore/svg/SVGScriptElement.h
    M Source/WebCore/svg/SVGStyleElement.h
    M Source/WebCore/svg/SVGSymbolElement.h
    M Source/WebCore/svg/SVGTitleElement.h

  Log Message:
  -----------
  SVG non-rendered elements should not get 'focus' despite tabindex

https://bugs.webkit.org/show_bug.cgi?id=274051

Reviewed by Simon Fraser.

As per SVG2 specification [1]:

"A non-rendered element can never receive focus, regardless of the value of the ‘tabindex’
attribute, If a script programmatically assigns focus to a non-rendered or otherwise un
focusable element, the focusing call is aborted..."

[1] https://svgwg.org/svg2-draft/interact.html#Focus

This patch is to extend the 'supportFocus()' as false to such elements.

* Source/WebCore/svg/SVGDescElement.h:
* Source/WebCore/svg/SVGLinearGradientElement.h:
* Source/WebCore/svg/SVGMarkerElement.h:
* Source/WebCore/svg/SVGMaskElement.h:
* Source/WebCore/svg/SVGMetadataElement.h:
* Source/WebCore/svg/SVGPatternElement.h:
* Source/WebCore/svg/SVGRadialGradientElement.h:
* Source/WebCore/svg/SVGScriptElement.h:
* Source/WebCore/svg/SVGStyleElement.h:
* Source/WebCore/svg/SVGSymbolElement.h:
* Source/WebCore/svg/SVGTitleElement.h:
* LayoutTests/imported/w3c/web-platform-tests/svg/struct/scripted/autofocus-attribute-expected.txt:
* LayoutTests/svg/custom/tabindex-order-expected.txt:

Canonical link: https://commits.webkit.org/278694@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list