Handbook
Glossary
<document> ( -- document )
Vocabulary
html5
Inputs
None
Outputs
document
an
object
Definition
USING:
accessors
kernel
;
IN:
html5
:
<document>
( -- document )
document
new
V{
}
clone
>>tree
initial-mode
>>insertion-mode
<doctype>
>>doctype
t
>>frameset-ok?
SBUF" "
clone
>>attribute-name
SBUF" "
clone
>>attribute-value
SBUF" "
clone
>>temporary-buffer
SBUF" "
clone
>>comment-token
V{
}
clone
>>open-elements
;
inline