if ( clipping && !this.warnedUnattached && !this.isElementAttached() ) {
        OO.ui.warnDeprecation( 'ClippableElement#toggleClipping: Before calling this method, the element must be attached to the DOM.' );
        this.warnedUnattached = true;
    }