browse.prototype.lastChild = function() {
  if('lastElementChild' in this.element) {
    return browse(this.element.lastElementChild)
  }
  var child = this.element.lastChild