static O[] html_massageAutofocusParam(O[] params) { O autofocus = optPar autofocus(params); ret changeParam(params, autofocus := eqOneOf(autofocus, html_valueLessParam(), true, 1, "1", 'autofocus) ? html_valueLessParam() : null); }