[Webkit-unassigned] [Bug 245581] New: Align HTMLTableElement.idl and HTMLTableSelection.idl with Spec
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 23 09:44:37 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=245581
Bug ID: 245581
Summary: Align HTMLTableElement.idl and HTMLTableSelection.idl
with Spec
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: DOM
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ahmad.saleem792 at gmail.com
Hi Team,
Thanks for doing good work to make Webkit better.
Current specs are as follow: https://html.spec.whatwg.org/multipage/tables.html#the-table-element
___
Just few examples..
Webkit is referring:
>> HTMLElement insertRow(optional long index = -1);
while other browsers:
Firefox same as Webkit while Chrome is matching specs and using "HTMLTableRowElement".
Further - Chrome does not have 'undefined' for deleteRow and removed it as part of: https://src.chromium.org/viewvc/blink?view=revision&revision=198208
____
Chromium / Blink - https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/html/html_table_element.idl & https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/html/html_table_section_element.h
Firefox / Gecko - https://searchfox.org/mozilla-central/source/dom/webidl/HTMLTableElement.webidl & https://searchfox.org/mozilla-central/source/dom/webidl/HTMLTableSectionElement.webidl
Appreciate if we align with web-specs and make it better. Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220923/8eeea201/attachment-0001.htm>
More information about the webkit-unassigned
mailing list