LibWeb: Use 'FIXME' extended attribute where possible

This improves the debuggability of many live web pages :^)
This commit is contained in:
Shannon Booth
2024-05-19 22:15:54 +12:00
committed by Andreas Kling
parent 7c69b4737b
commit 4fe0cbcf85
55 changed files with 184 additions and 187 deletions

View File

@@ -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