mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
LibWeb: Use FIXME extended attribute where possible
This commit is contained in:
parent
4d02bfc722
commit
68a1a78a1a
Notes:
sideshowbarker
2024-07-17 03:59:29 +09:00
Author: https://github.com/tcl3
Commit: 68a1a78a1a
Pull-request: https://github.com/SerenityOS/serenity/pull/24381
28 changed files with 95 additions and 95 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue