static S web_unquote(WebNode node) { ret node == null ? null : unquote(web_text(node)); }