Definition
The <model> element defines HTMLModelElement
[Exposed=Window]
interface HTMLModelElement : HTMLElement {
readonly attribute Promise<HTMLModelElement> ready;
readonly attribute DOMPointReadOnly boundingBoxCenter;
readonly attribute DOMPointReadOnly boundingBoxExtents;
attribute DOMMatrixReadOnly entityTransform;
};