mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +00:00
LibWeb: Use 'FIXME' extended attribute where possible
This improves the debuggability of many live web pages :^)
This commit is contained in:
committed by
Andreas Kling
parent
7c69b4737b
commit
4fe0cbcf85
@@ -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;
|
||||
[FIXME] 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