[webkit-changes] [WebKit/WebKit] a37a7d: Remove incorrect FIXME about HTMLPreElement.width ...

Ahmad Saleem noreply at github.com
Thu Jan 12 10:31:14 PST 2023


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

  Changed paths:
    M Source/WebCore/html/HTMLPreElement.idl

  Log Message:
  -----------
  Remove incorrect FIXME about HTMLPreElement.width type

Remove incorrect FIXME about HTMLPreElement.width type
https://bugs.webkit.org/show_bug.cgi?id=250274

Reviewed by Aditya Keerthi.

This patch is to remove incorrect FIXME, which mentions about 'width' attribute
to be DOMString and referring to old bug. While using the test case from reference bug,
'width' attribute is 'number' type and same as other browsers (Firefox & Chrome).

Hence, it is an incorrect comment and this patch is to remove it.

* Source/WebCore/html/HTMLPreElement.idl: Remove 'FIXME'

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




More information about the webkit-changes mailing list