Handbook
Glossary
unexpected-character-in-attribute-name? ( object -- ? )
Vocabulary
html5
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
unexpected-character-in-attribute-name
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
html5
:
unexpected-character-in-attribute-name?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
unexpected-character-in-attribute-name
eq?
]
[
drop
f
]
if
;