mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
8 lines
237 B
Text
8 lines
237 B
Text
interface HTMLTableSectionElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString align;
|
|
[Reflect=char] attribute DOMString ch;
|
|
[Reflect=charoff] attribute DOMString chOff;
|
|
[Reflect=valign] attribute DOMString vAlign;
|
|
|
|
};
|