gecko-dev/dom/public/idl/coreDom/DocumentType.idl

5 строки
112 B
Plaintext

interface DocumentType {
attribute wstring name;
attribute NamedNodeMap entities;
};