mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:57:45 +00:00
LibWeb: Add HTMLElement.lang (and make HTMLElement.title reflecting)
This commit is contained in:
parent
ea451cea6a
commit
cb35a8ea83
3 changed files with 23 additions and 22 deletions
|
@ -1,5 +1,6 @@
|
|||
interface HTMLElement : Element {
|
||||
|
||||
attribute DOMString title;
|
||||
[Reflect] attribute DOMString title;
|
||||
[Reflect] attribute DOMString lang;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue