1
Fork 0
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:
Igor Pissolati 2022-11-04 22:56:42 -03:00 committed by Andrew Kaster
parent de494ccf38
commit bfdb30c74a
4 changed files with 29 additions and 0 deletions

View file

@ -7,6 +7,7 @@ interface HTMLElement : Element {
[Reflect] attribute DOMString title;
[Reflect] attribute DOMString lang;
attribute DOMString dir;
[Reflect] attribute boolean hidden;