mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Libraries: Move to Userland/Libraries/
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 23:53:55 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/13d7c09125f
@@ -1,9 +0,0 @@
|
||||
interface HTMLTableColElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString align;
|
||||
[Reflect=char] attribute DOMString ch;
|
||||
[Reflect=charoff] attribute DOMString chOff;
|
||||
[Reflect=valign] attribute DOMString vAlign;
|
||||
[Reflect] attribute DOMString width;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user