ignoreEndTagColgroup method

bool ignoreEndTagColgroup()

Implementation

bool ignoreEndTagColgroup() {
  return tree.openElements.last.localName == 'html';
}