_hasHiddenAttribute(attr) {
    let hasAttr = false

    if (this._hasHiddenAttributes())
      hasAttr = this.hidden.indexOf(attr) >= 0