Handbook
Glossary
after-after-body-mode
Vocabulary
html5
Definition
IN:
html5
SINGLETON:
after-after-body-mode
Methods
USING:
accessors
combinators
combinators.short-circuit
html5
kernel
sequences
;
M:
after-after-body-mode
tree-insert*
drop
{
{
[
dup
comment?
]
[
over
tree>>
push
]
}
{
[
dup
doctype?
]
[
unimplemented*
]
}
{
[
dup
"\t\n\f\r "
member?
]
[
unimplemented*
]
}
{
[
dup
{
[
tag?
]
[
name>>
"html"
=
]
}
1&&
]
[
unimplemented*
]
}
{
[
dup
f
=
]
[
drop
]
}
[
[
in-body-mode
>>insertion-mode
]
dip
tree-insert
]
}
cond
;