define(["../var/rnothtmlwhite"],function(rnothtmlwhite){"use strict";// Strip and collapse whitespace according to HTML spec// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespacefunctionstripAndCollapse(value){vartokens=value.match(rnothtmlwhite)||[];returntokens.join(" ");}returnstripAndCollapse;});