static L dropTagsAndHTMLComments(L tok) { ret dropHTMLComments(dropTags(tok)); } sS dropTagsAndHTMLComments(S html) { ret join(dropTagsAndHTMLComments(htmlTok(html))); }