Handbook
Glossary
(ambiguous-ampersand-state) ( document n/f string ch/f -- document n'/f string )
Vocabulary
html5
Inputs
document
an
object
n/f
an
object
string
an
object
ch/f
an
object
Outputs
document
an
object
n'/f
an
object
string
an
object
Definition
USING:
combinators
kernel
;
IN:
html5
:
(ambiguous-ampersand-state)
( document n/f string ch/f -- document n'/f string )
{
{
[
dup
ascii-alphanumeric?
]
[
unimplemented*
]
}
{
[
dup
59
=
]
[
unknown-named-character-reference
(return-state)
]
}
[
(return-state)
]
}
cond
;