mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +02:00
LibWeb: Implement HTMLTableCellElement.cellIndex
See: - http://wpt.live/html/semantics/tabular-data/attributes-common-to-td-and-th-elements/cellIndex.html (cherry picked from commit fa5800ebc52a51ad66ddbf5a97ffb9fbb5424b70)
This commit is contained in:
committed by
Nico Weber
parent
adebc2a214
commit
38dc317291
@@ -9,7 +9,7 @@ interface HTMLTableCellElement : HTMLElement {
|
||||
[CEReactions] attribute unsigned long colSpan;
|
||||
[CEReactions] attribute unsigned long rowSpan;
|
||||
[CEReactions, Reflect] attribute DOMString headers;
|
||||
[FIXME] readonly attribute long cellIndex;
|
||||
readonly attribute long cellIndex;
|
||||
|
||||
[FIXME, CEReactions] attribute DOMString scope; // only conforming for th elements
|
||||
[CEReactions, Reflect] attribute DOMString abbr; // only conforming for th elements
|
||||
|
||||
Reference in New Issue
Block a user