Handbook
Glossary
initialize-doctype-name ( document -- )
Vocabulary
html5
Inputs
document
an
object
Outputs
None
Definition
USING:
accessors
kernel
;
IN:
html5
:
initialize-doctype-name
( document -- )
[
SBUF" "
clone
]
dip
doctype>>
name<<
;