[webkit-changes] [WebKit/WebKit] 4645ce: [fullscreen] Most non-HTML elements should not be ...

Tim Nguyen noreply at github.com
Fri Feb 7 01:28:27 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4645ce50d593b3b0e2c4ba1dbcdec23aa0140b8e
      https://github.com/WebKit/WebKit/commit/4645ce50d593b3b0e2c4ba1dbcdec23aa0140b8e
  Author: Tim Nguyen <ntim at apple.com>
  Date:   2025-02-07 (Fri, 07 Feb 2025)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/fullscreen/api/element-request-fullscreen-namespaces-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/fullscreen/api/element-request-fullscreen-svg-rect-expected.txt
    M Source/WebCore/dom/FullscreenManager.cpp
    M Source/WebCore/dom/make_names.pl

  Log Message:
  -----------
  [fullscreen] Most non-HTML elements should not be supported
https://bugs.webkit.org/show_bug.cgi?id=276856
rdar://132661463

Reviewed by Aditya Keerthi.

https://fullscreen.spec.whatwg.org/#dom-element-requestfullscreen

> If any of the following conditions are false, then set error to true:
> This’s namespace is the HTML namespace or this is an SVG svg or MathML math element.

* LayoutTests/imported/w3c/web-platform-tests/fullscreen/api/element-request-fullscreen-namespaces-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/fullscreen/api/element-request-fullscreen-svg-rect-expected.txt:
* Source/WebCore/dom/FullscreenManager.cpp:
(WebCore::FullscreenManager::requestFullscreenForElement):
* Source/WebCore/dom/make_names.pl:
(printTypeHelpersHeaderFile):

Canonical link: https://commits.webkit.org/289994@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