Handbook
Glossary
new-doctype-with-quirks ( document -- )
Vocabulary
html5
Inputs
document
an
object
Outputs
None
Definition
USING:
accessors
kernel
;
IN:
html5
:
new-doctype-with-quirks
( document -- )
<doctype>
t
>>quirks?
>>doctype
drop
;