DomParserSettings.isStandardTag

Checks whether a specific tag is standard or not.

class DomParserSettings
final @safe
bool
isStandardTag
(
string tagName
)

Parameters

tagName string

The name of the tag to validate.

Return Value

Type: bool

True if the tag is standard, false otherwise.

Meta