mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb: Implement HTMLTableCellElement.cellIndex
See: - http://wpt.live/html/semantics/tabular-data/attributes-common-to-td-and-th-elements/cellIndex.html
This commit is contained in:
parent
a58704296c
commit
fa5800ebc5
Notes:
github-actions[bot]
2024-08-06 23:54:34 +00:00
Author: https://github.com/jamierocks
Commit: fa5800ebc5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/996
Reviewed-by: https://github.com/tcl3 ✅
5 changed files with 50 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue