[webkit-changes] [WebKit/WebKit] a66475: Remove "bgpropertiesAttr"

Ahmad Saleem noreply at github.com
Mon Jan 9 23:18:09 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a6647584c85563e818f37e332d9f68d6bd2c3ae4
      https://github.com/WebKit/WebKit/commit/a6647584c85563e818f37e332d9f68d6bd2c3ae4
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
    M Source/WebCore/html/HTMLAttributeNames.in
    M Source/WebCore/html/HTMLBodyElement.cpp

  Log Message:
  -----------
  Remove "bgpropertiesAttr"

Remove "bgpropertiesAttr"
https://bugs.webkit.org/show_bug.cgi?id=249888

Reviewed by Tim Nguyen.

This patch is to align WebKit with Blink / Chromium, Gecko / Firefox and Web-Specifications.

Inspired - https://chromium.googlesource.com/chromium/blink/+/278d9993a71dfaa8f8e324ac021313ea038e5e44

This patch is to remove 'bgproperties", which was supported by Internet Explorer but not by Gecko
and never standardized.
Blink also removed it in 2014 and now only WebKit / Safari support it and this patch is to remove last
usage and align all browser engines.

* Source/WebCore/html/HTMLAttributeNames.in: Remove 'bgproperties'
* Source/WebCore/html/HTMLBodyElement.cpp:
(HTMLBodyElement::hasPresentationalHintsForAttribute): Remove 'bgpropertiesAttr'
(HTMLBodyElement::collectPresentationalHintsForAttribute): Ditto

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




More information about the webkit-changes mailing list