if (READONLY_TAGS.findIndex(e => e === this.data.oldTagName) !== -1) {
      throw new Error(`Change to ${this.data.oldTagName} not possible`);
    }