sbool isHTMLRefreshTag(S tag) { if (!rtagIs meta(tag)) false; SS params = ciTagParams(tag); ret eqic(mapGet(params, "http-equiv"), "refresh"); }