Creates a new bookmark for the currently-matched token and returns the generated name.
Source
return true;
/*
* > A DOCTYPE token
*/
case 'html':
$doctype = $this->get_doctype_info();
if ( null !== $doctype && 'quirks' === $doctype->indicated_compatability_mode ) {
User Contributed Notes
You must log in before being able to contribute a note or feedback.