Handbook
Glossary
set-self-closing ( document -- )
Vocabulary
html5
Inputs
document
an
object
Outputs
None
Definition
USING:
accessors
kernel
;
IN:
html5
:
set-self-closing
( document -- )
tag>>
t
>>self-closing?
drop
;