'use strict'; function cssBlankPseudo(document, opts) { // configuration const className = Object(opts).className; const attr = Object(opts).attr || 'blank'; const force = Object(opts).force; try { document.querySelector(':blank'); if (!force) { return; } } catch (ignoredError) {} /* do nothing and continue */ // observe value changes on ,