[webkit-changes] [WebKit/WebKit] e1aa1c: Align HTMLTableElement.idl and HTMLTableSelection....

Ryosuke Niwa noreply at github.com
Wed Oct 5 12:26:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e1aa1cec3e230bd6515e7dcbbe52437fbe9b88f3
      https://github.com/WebKit/WebKit/commit/e1aa1cec3e230bd6515e7dcbbe52437fbe9b88f3
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2022-10-05 (Wed, 05 Oct 2022)

  Changed paths:
    M Source/WebCore/html/HTMLTableElement.idl
    M Source/WebCore/html/HTMLTableSectionElement.cpp
    M Source/WebCore/html/HTMLTableSectionElement.h
    M Source/WebCore/html/HTMLTableSectionElement.idl
    M Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableSectionElement.cpp

  Log Message:
  -----------
  Align HTMLTableElement.idl and HTMLTableSelection.idl with Spec
https://bugs.webkit.org/show_bug.cgi?id=245581

Reviewed by Chris Dumez.

Updated HTMLTableElement.idl and HTMLTableSelection.idl to match the latest spec:
https://html.spec.whatwg.org/multipage/tables.html#htmltableelement
https://html.spec.whatwg.org/multipage/tables.html#htmltablesectionelement

* Source/WebCore/html/HTMLTableElement.idl:
* Source/WebCore/html/HTMLTableSectionElement.cpp:
(WebCore::HTMLTableSectionElement::insertRow):
* Source/WebCore/html/HTMLTableSectionElement.h:
* Source/WebCore/html/HTMLTableSectionElement.idl:

* Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableSectionElement.cpp:
(webkit_dom_html_table_section_element_insert_row):

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




More information about the webkit-changes mailing list