declaration
declaration(decl)
- Invoked on markup declaration tags -
<!DOCTYPE ...>
. The method is passed the text string contained in the tag without the<!
and>
.
declaration(decl)
<!DOCTYPE ...>
. The method is passed the text string contained in the tag without the <!
and >
.