document.implementation - об'єкт DOMImplementation.
window.document.implementation;
window - об'єкт window. Не обов'язково вказувати якщо посилатися на почне вікно.
document - об'єкт document.
implementation властивість об'єкту document яка містить об'єкт DOMImplementation.
alert( document.implementation );