mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
LibWeb: Implement bare-bones HTMLElement.dir
This commit is contained in:
parent
de494ccf38
commit
bfdb30c74a
4 changed files with 29 additions and 0 deletions
|
@ -7,6 +7,7 @@ interface HTMLElement : Element {
|
|||
|
||||
[Reflect] attribute DOMString title;
|
||||
[Reflect] attribute DOMString lang;
|
||||
attribute DOMString dir;
|
||||
|
||||
[Reflect] attribute boolean hidden;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue