new-end-tag ( document -- ) (original) (raw)

new-end-tag ( document -- )

Vocabulary
html5

Inputs

document an object

Outputs
None

Definition

USING: accessors kernel ;

IN: html5

: new-end-tag ( document -- ) >>tag drop ;