LibWeb: Use FIXME extended attribute where possible

This commit is contained in:
Tim Ledbetter 2024-05-19 14:15:49 +01:00 committed by Andreas Kling
commit 68a1a78a1a
Notes: sideshowbarker 2024-07-17 03:59:29 +09:00
28 changed files with 95 additions and 95 deletions

View file

@ -11,7 +11,7 @@ interface HTMLTableCellElement : HTMLElement {
[CEReactions, Reflect] attribute DOMString headers;
[FIXME] readonly attribute long cellIndex;
// FIXME: [CEReactions] attribute DOMString scope; // only conforming for th elements
[FIXME, CEReactions] attribute DOMString scope; // only conforming for th elements
[CEReactions, Reflect] attribute DOMString abbr; // only conforming for th elements
// Obsolete