mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Rename legacy extended attributes in webidls
https://github.com/whatwg/webidl/pull/870
This commit is contained in:
@@ -17,7 +17,7 @@ interface DOMImplementation {
|
||||
DOMString systemId);
|
||||
[NewObject, Throws]
|
||||
XMLDocument createDocument(DOMString? namespace,
|
||||
[TreatNullAs=EmptyString] DOMString qualifiedName,
|
||||
[LegacyNullToEmptyString] DOMString qualifiedName,
|
||||
optional DocumentType? doctype = null);
|
||||
[NewObject]
|
||||
Document createHTMLDocument(optional DOMString title);
|
||||
|
||||
Reference in New Issue
Block a user