isSuperscript property

bool get isSuperscript

Ensure to detect sup html tags

Implementation

bool get isSuperscript => localName == 'sup';