mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 19:06:55 +02:00
I noticed some of these were running behind the upstream spec. (cherry picked from commit d5fd29adb79641830835e2efd9541de08d0ad6fc)
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
#import <DOM/Document.idl>
|
|
|
|
// https://dom.spec.whatwg.org/#xmldocument
|
|
[Exposed=Window]
|
|
interface XMLDocument : Document {};
|