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