ignoreEndTagTr method

bool ignoreEndTagTr()

Implementation

bool ignoreEndTagTr() {
  return !tree.elementInScope('tr', variant: 'table');
}