mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02: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:
committed by
Tim Ledbetter
parent
a58704296c
commit
fa5800ebc5
Notes:
github-actions[bot]
2024-08-06 23:54:34 +00:00
Author: https://github.com/jamierocks Commit: https://github.com/LadybirdBrowser/ladybird/commit/fa5800ebc52 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/996 Reviewed-by: https://github.com/tcl3 ✅
@@ -0,0 +1,4 @@
|
||||
lone td.cellIndex = -1
|
||||
parented td.cellIndex = 0
|
||||
lone th.cellIndex = -1
|
||||
parented th.cellIndex = 0
|
||||
Reference in New Issue
Block a user