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