parse5
    Preparing search index...

    Interface DoctypeToken

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

    Hierarchy

    • TokenBase
      • DoctypeToken
    Index

    Properties

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