mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Add almost all obsolete but required IDL attributes
As according to https://html.spec.whatwg.org/multipage/obsolete.html Section 16.3 "Requirements for implementations" Not all of these attributes are included due to requiring a bit more functionality.
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 01:25:36 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/3f73b0f896f Pull-request: https://github.com/SerenityOS/serenity/pull/4061
@@ -1,5 +1,5 @@
|
||||
interface HTMLParagraphElement : HTMLElement {
|
||||
|
||||
|
||||
[Reflect] attribute DOMString align;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user