[webkit-changes] [WebKit/WebKit] e05300: Remove HTMLPreElement.wrap IDL attribute

Ahmad Saleem noreply at github.com
Wed Jan 4 12:58:41 PST 2023


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

  Changed paths:
    M LayoutTests/fast/dom/boolean-attribute-reflection-expected.txt
    M LayoutTests/fast/dom/boolean-attribute-reflection.html
    M Source/WebCore/html/HTMLPreElement.idl

  Log Message:
  -----------
  Remove HTMLPreElement.wrap IDL attribute

Remove HTMLPreElement.wrap IDL attribute
https://bugs.webkit.org/show_bug.cgi?id=249965

Reviewed by Alexey Shvayka.

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

Merge - https://src.chromium.org/viewvc/blink?view=rev&revision=179131

This patch remove "wrap" from IDL file of the "Pre" element and align WebKit with web
standards. It was removed from Blink in 2014.

* Source/WebCore/html/HTMLPreElement.idl: Remove 'wrap'
* LayoutTests/fast/dom/boolean-attribute-reflection.html: Rebaselined
* LayoutTests/fast/dom/boolean-attribute-reflection-expected.txt: Rebaselined

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




More information about the webkit-changes mailing list