parse5
    Preparing search index...

    Interface DoctypeToken

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

    Hierarchy

    • TokenBase
      • DoctypeToken
    Index

    Properties

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