@override void setAttribute(T element, String attrName, String? attrVal) => domGenerator.setAttribute(element, attrName, attrVal);