Interface DoctypeToken

interface DoctypeToken {
    forceQuirks: boolean;
    location: null | Location;
    name: null | string;
    publicId: null | string;
    systemId: null | string;
    type: DOCTYPE;
}

Hierarchy

  • TokenBase
    • DoctypeToken

Properties

forceQuirks: boolean
location: null | Location
name: null | string
publicId: null | string
systemId: null | string
type: DOCTYPE

Generated using TypeDoc