Handbook
Glossary
temporary-buffer-attribute? ( document -- ? )
Vocabulary
html5
Inputs
document
an
object
Outputs
?
an
object
Definition
USING:
accessors
sequences
;
IN:
html5
:
temporary-buffer-attribute?
( document -- ? )
return-state>>
{
attribute-value-unquoted-state
attribute-value-single-quoted-state
attribute-value-double-quoted-state
}
member?
;