diff --git a/tr/dfns/vc-data-model-2.0.json b/tr/dfns/vc-data-model-2.0.json new file mode 100644 index 000000000000..5d22d383b75e --- /dev/null +++ b/tr/dfns/vc-data-model-2.0.json @@ -0,0 +1,1068 @@ +{ + "spec": { + "title": "Verifiable Credentials Data Model v2.0", + "url": "https://www.w3.org/TR/vc-data-model-2.0/" + }, + "dfns": [ + { + "id": "dfn-conforming-document", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-conforming-document", + "linkingText": [ + "conforming document" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "conformance", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#conformance", + "title": "Conformance", + "number": "1.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-conforming-issuer-implementation", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-conforming-issuer-implementation", + "linkingText": [ + "conforming issuer implementation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "conformance", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#conformance", + "title": "Conformance", + "number": "1.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-conforming-verifier-implementation", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-conforming-verifier-implementation", + "linkingText": [ + "conforming verifier implementation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "conformance", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#conformance", + "title": "Conformance", + "number": "1.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-claims", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-claims", + "linkingText": [ + "claims", + "claim" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "An assertion made about a subject." + }, + { + "id": "dfn-credential", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-credential", + "linkingText": [ + "credential", + "credentials" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "A set of one or more claims made by an issuer. The claims\nin a credential can be about different subjects. The definition of\ncredential used in this specification differs from,\nNIST's definitions of\ncredential." + }, + { + "id": "dfn-data-minimization", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-data-minimization", + "linkingText": [ + "data minimization" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "The act of limiting the amount of shared data strictly to the minimum\nnecessary to successfully accomplish a task or goal." + }, + { + "id": "dfn-decentralized-identifiers", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-decentralized-identifiers", + "linkingText": [ + "decentralized identifiers", + "DID", + "DIDs", + "decentralized identifier" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "A portable URL-based identifier, also known as a DID,\nassociated with an entity. These identifiers are most often used in a\nverifiable credential and are associated with subjects such that a\nverifiable credential itself can be easily ported from one\nrepository to another without the need to reissue the credential.\nAn example of a DID is did:example:123456abcdef." + }, + { + "id": "dfn-default-graph", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-default-graph", + "linkingText": [ + "default graph" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "The graph containing all claims that are not explicitly part of\na named graph." + }, + { + "id": "dfn-predicates", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-predicates", + "linkingText": [ + "predicates", + "derived predicates", + "derived predicate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "A verifiable, boolean assertion about the value of another attribute in a\nverifiable credential. These are useful in zero-knowledge-proof-style\nverifiable presentations because they can limit information disclosure.\nFor example, if a verifiable credential contains an attribute for\nexpressing a specific height in centimeters, a derived predicate might reference\nthe height attribute in the verifiable credential demonstrating that the\nissuer attests to a height value meeting the minimum height requirement,\nwithout actually disclosing the specific height value. For example, the\nsubject is taller than 150 centimeters." + }, + { + "id": "dfn-entities", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-entities", + "linkingText": [ + "entities", + "entity's", + "entity" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "Anything that can be referenced in statements as an abstract or concrete noun.\nEntities include but are not limited to people, organizations, physical things,\ndocuments, abstract concepts, fictional characters, and arbitrary text. Any\nentity might perform roles in the ecosystem, if it is capable of doing so. Note\nthat some entities fundamentally cannot take actions, e.g., the string \"abc\"\ncannot issue credentials." + }, + { + "id": "dfn-graphs", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-graphs", + "linkingText": [ + "graphs", + "graph" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "A set of claims, forming a network of information composed of subjects\nand their relationship to other subjects or data. Each claim is\npart of a graph; this is either explicit in the case of named graphs, or\nimplicit for the default graph." + }, + { + "id": "dfn-holders", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-holders", + "linkingText": [ + "holders", + "holder's", + "holders'", + "holder" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "A role an entity might perform by possessing one or more\nverifiable credentials and generating verifiable presentations\nfrom them. A holder is often, but not always, a subject of the\nverifiable credentials they are holding. Holders store their\ncredentials in credential repositories." + }, + { + "id": "dfn-identity-providers", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-identity-providers", + "linkingText": [ + "identity providers", + "idp", + "identity provider" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "An identity provider, sometimes abbreviated as IdP, is a system for\ncreating, maintaining, and managing identity information for holders,\nwhile providing authentication services to relying party applications\nwithin a federation or distributed network. In this case the holder is\nalways the subject. Even if the verifiable credentials are bearer\ncredentials, it is assumed the verifiable credentials remain with\nthe subject, and if they are not, they were stolen by an attacker. This\nspecification does not use this term unless comparing or mapping the concepts in\nthis document to other specifications. This specification decouples the\nidentity provider concept into two distinct concepts: the issuer\nand the holder." + }, + { + "id": "dfn-issuers", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-issuers", + "linkingText": [ + "issuers", + "issuer's", + "issuer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "A role an entity can perform by asserting claims about one or\nmore subjects, creating a verifiable credential from these\nclaims, and transmitting the verifiable credential to a\nholder." + }, + { + "id": "dfn-named-graphs", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-named-graphs", + "linkingText": [ + "named graphs", + "named graph" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "A graph associated with specific properties, such as\nverifiableCredential. These properties\nresult in separate graphs that contain all claims defined in the\ncorresponding JSON objects." + }, + { + "id": "dfn-presentation", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-presentation", + "linkingText": [ + "presentation", + "presentations" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "Data derived from one or more verifiable credentials, issued by one or\nmore issuers, that is shared with a specific verifier." + }, + { + "id": "dfn-credential-repository", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-credential-repository", + "linkingText": [ + "credential repository", + "credential repositories", + "repositories", + "repository" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "A program, such as a storage vault or personal verifiable credential\nwallet, that stores and protects access to holders'\nverifiable credentials." + }, + { + "id": "dfn-selective-disclosure", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-selective-disclosure", + "linkingText": [ + "selective disclosure" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "The ability of a holder to make fine-grained decisions about what\ninformation to share." + }, + { + "id": "dfn-subjects", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-subjects", + "linkingText": [ + "subjects", + "subject's", + "subject" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "A thing about which claims are made." + }, + { + "id": "dfn-claim-validation", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-claim-validation", + "linkingText": [ + "claim validation", + "validate", + "validation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "The assurance that a claim from a specific issuer satisfies the\nbusiness requirements of a verifier for a particular use. This\nspecification defines how verifiers verify verifiable credentials and\nverifiable presentations.
\nIt also specifies that verifiers validate claims in verifiable credentials before relying on them. However, the means for such validation\nvary widely and are outside the scope of this specification. It is expected\nthat verifiers will trust certain issuers for certain claims and\napply their own rules to determine which claims in which credentials\nare suitable for use by their systems." + }, + { + "id": "dfn-vc", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-vc", + "linkingText": [ + "vc", + "vcs", + "verifiable credential" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "A verifiable credential is a tamper-evident credential that has authorship that\ncan be cryptographically verified. Verifiable credentials can be used to build\nverifiable presentations, which can also be cryptographically verified." + }, + { + "id": "dfn-verifiable-data-registries", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-verifiable-data-registries", + "linkingText": [ + "verifiable data registries", + "verifiable data registry" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "A role a system might perform by mediating the creation and verification\nof identifiers, keys, and other relevant data, such as\nverifiable credential schemas, revocation registries, issuer public keys,\nand so on, which might be required to use verifiable credentials. Some\nconfigurations might require correlatable identifiers for subjects. Some\nregistries, such as ones for UUIDs and public keys, might just act as namespaces\nfor identifiers." + }, + { + "id": "dfn-vp", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-vp", + "linkingText": [ + "vp", + "vps", + "verifiable presentation" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "A verifiable presentation is a tamper-evident presentation encoded in such a way\nthat authorship of the data can be trusted after a process of cryptographic\nverification. Certain types of verifiable presentations might contain data that\nis synthesized from, but do not contain, the original verifiable credentials (for example, zero-knowledge proofs)." + }, + { + "id": "dfn-verify", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-verify", + "linkingText": [ + "verify", + "verified", + "verifying", + "verifiable", + "verifiability", + "verification" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "The evaluation of whether a verifiable credential or verifiable presentation is an authentic and current statement of the issuer or\npresenter, respectively. This includes checking that: the credential (or\npresentation) conforms to the specification; the proof method is satisfied; and,\nif present, the status check succeeds. Verification of a credential does not\nimply evaluation of the truth of claims encoded in the credential." + }, + { + "id": "dfn-verifier", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-verifier", + "linkingText": [ + "verifier", + "verifiers", + "verifier's", + "credential verifiers", + "credential verifier's" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "A role an entity performs by receiving one or more\nverifiable credentials, optionally inside a\nverifiable presentation for processing. Other specifications might refer\nto this concept as a relying party." + }, + { + "id": "dfn-relying-parties", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-relying-parties", + "linkingText": [ + "relying parties", + "relying party" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-verification-material", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-verification-material", + "linkingText": [ + "verification material" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "Information that could be a cryptographic public key or any other data used to\nverify a proof." + }, + { + "id": "dfn-url", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-url", + "linkingText": [ + "URL", + "URLs" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "title": "Terminology", + "number": "2" + }, + "definedIn": "dt", + "htmlProse": "A Uniform Resource Locator, as defined by [URL]. URLs can be dereferenced such\nthat they result in a resource, such as a document. The rules for dereferencing,\nor fetching, a URL are defined by the URL scheme. This specification\ndoes not use the term URI or IRI because those terms have been deemed to be\nconfusing to Web developers." + }, + { + "id": "dfn-property", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-property", + "linkingText": [ + "property", + "properties" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "claims", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#claims", + "title": "Claims", + "number": "3.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-value", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-value", + "linkingText": [ + "value" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "claims", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#claims", + "title": "Claims", + "number": "3.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-proof-graph", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-proof-graph", + "linkingText": [ + "proof graph" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "credentials", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#credentials", + "title": "Credentials", + "number": "3.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-context", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-context", + "linkingText": [ + "@context" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "contexts", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#contexts", + "title": "Contexts", + "number": "4.2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-id", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-id", + "linkingText": [ + "id" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "identifiers", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#identifiers", + "title": "Identifiers", + "number": "4.3" + }, + "definedIn": "dt" + }, + { + "id": "dfn-type", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-type", + "linkingText": [ + "type", + "types" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "types", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#types", + "title": "Types", + "number": "4.4" + }, + "definedIn": "dt" + }, + { + "id": "dfn-name", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "names-and-descriptions", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#names-and-descriptions", + "title": "Names and Descriptions", + "number": "4.5" + }, + "definedIn": "dt" + }, + { + "id": "dfn-description", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-description", + "linkingText": [ + "description" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "names-and-descriptions", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#names-and-descriptions", + "title": "Names and Descriptions", + "number": "4.5" + }, + "definedIn": "dt" + }, + { + "id": "defn-credentialSubject", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#defn-credentialSubject", + "linkingText": [ + "credentialSubject" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "credential-subject", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#credential-subject", + "title": "Credential Subject", + "number": "4.6" + }, + "definedIn": "dt" + }, + { + "id": "dfn-enveloping-proof", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-enveloping-proof", + "linkingText": [ + "enveloping proof" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "securing-mechanisms", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#securing-mechanisms", + "title": "Securing Mechanisms", + "number": "4.9" + }, + "definedIn": "prose" + }, + { + "id": "dfn-embedded-proof", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-embedded-proof", + "linkingText": [ + "embedded proof" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "securing-mechanisms", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#securing-mechanisms", + "title": "Securing Mechanisms", + "number": "4.9" + }, + "definedIn": "prose" + }, + { + "id": "dfn-verifiable-presentation-graph", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-verifiable-presentation-graph", + "linkingText": [ + "verifiable presentation graph" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "presentations-0", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#presentations-0", + "title": "Presentations", + "number": "4.11" + }, + "definedIn": "prose" + }, + { + "id": "dfn-issue", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-issue", + "linkingText": [ + "issue", + "issues" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "lifecycle-details", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#lifecycle-details", + "title": "Lifecycle Details", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-transfers", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-transfers", + "linkingText": [ + "transfers", + "transfer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "lifecycle-details", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#lifecycle-details", + "title": "Lifecycle Details", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-present", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-present", + "linkingText": [ + "present", + "presents" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "lifecycle-details", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#lifecycle-details", + "title": "Lifecycle Details", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-revoke", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-revoke", + "linkingText": [ + "revoke" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "lifecycle-details", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#lifecycle-details", + "title": "Lifecycle Details", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-delete", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-delete", + "linkingText": [ + "delete" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "lifecycle-details", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#lifecycle-details", + "title": "Lifecycle Details", + "number": "5.1" + }, + "definedIn": "prose" + }, + { + "id": "defn-evidence", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#defn-evidence", + "linkingText": [ + "evidence" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "evidence", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#evidence", + "title": "Evidence", + "number": "5.7" + }, + "definedIn": "dt" + }, + { + "id": "dfn-verifiable-credential-graph", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-verifiable-credential-graph", + "linkingText": [ + "verifiable credential graph" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "verifiable-credential-graphs", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#verifiable-credential-graphs", + "title": "Verifiable Credential Graphs", + "number": "5.12" + }, + "definedIn": "prose" + }, + { + "id": "dfn-verifiablecredentialgraph", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-verifiablecredentialgraph", + "linkingText": [ + "VerifiableCredentialGraph" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "verifiable-credential-graphs", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#verifiable-credential-graphs", + "title": "Verifiable Credential Graphs", + "number": "5.12" + }, + "definedIn": "prose" + }, + { + "id": "dfn-general-json-ld-processing", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-general-json-ld-processing", + "linkingText": [ + "General JSON-LD processing" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "credential-type-specific-processing", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#credential-type-specific-processing", + "title": "Credential Type-Specific Processing", + "number": "6.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-credential-type-specific-processing", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-credential-type-specific-processing", + "linkingText": [ + "Credential type-specific processing" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "credential-type-specific-processing", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#credential-type-specific-processing", + "title": "Credential Type-Specific Processing", + "number": "6.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-problemdetails", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-problemdetails", + "linkingText": [ + "ProblemDetails" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "problem-details", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#problem-details", + "title": "Problem Details", + "number": "7.2" + }, + "definedIn": "prose" + }, + { + "id": "dfn-bearer-credentials", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#dfn-bearer-credentials", + "linkingText": [ + "bearer credentials", + "bearer credential" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "bearer-credentials", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#bearer-credentials", + "title": "Bearer Credentials", + "number": "8.11" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/wai-aria-1.3.json b/tr/dfns/wai-aria-1.3.json new file mode 100644 index 000000000000..6a0e8c4e778b --- /dev/null +++ b/tr/dfns/wai-aria-1.3.json @@ -0,0 +1,1885 @@ +{ + "spec": { + "title": "Accessible Rich Internet Applications (WAI-ARIA) 1.3", + "url": "https://www.w3.org/TR/wai-aria-1.3/" + }, + "dfns": [ + { + "id": "dfn-accessibility-api", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-accessibility-api", + "linkingText": [ + "Accessibility API" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-accessible-object", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-accessible-object", + "linkingText": [ + "Accessible object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-assistive-technologies", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-assistive-technologies", + "linkingText": [ + "Assistive Technologies" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-deprecated", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-deprecated", + "linkingText": [ + "Deprecated", + "deprecate", + "deprecation" + ], + "localLinkingText": [ + "deprecate", + "deprecation" + ], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-defines", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-defines", + "linkingText": [ + "Defines" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-desktop-focus-event", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-desktop-focus-event", + "linkingText": [ + "Desktop focus event", + "desktop focus" + ], + "localLinkingText": [ + "desktop focus" + ], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-event", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-event", + "linkingText": [ + "Event" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-expose", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-expose", + "linkingText": [ + "Expose" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-graphical-document", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-graphical-document", + "linkingText": [ + "Graphical Document" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-hidden", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-hidden", + "linkingText": [ + "Hidden" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "element" + ], + "access": "public", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-hide-from-all-users", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-hide-from-all-users", + "linkingText": [ + "hide from all users", + "Hidden From All Users" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "element" + ], + "access": "public", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-identifies", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-identifies", + "linkingText": [ + "Identifies" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-indicates", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-indicates", + "linkingText": [ + "Indicates" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-keyboard-accessible", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-keyboard-accessible", + "linkingText": [ + "Keyboard Accessible" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-landmark", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-landmark", + "linkingText": [ + "Landmark" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-live-region", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-live-region", + "linkingText": [ + "Live Region" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-managed-state", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-managed-state", + "linkingText": [ + "Managed State" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-nemeth-braille", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-nemeth-braille", + "linkingText": [ + "Nemeth Braille" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-object", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-object", + "linkingText": [ + "Object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-ontology", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-ontology", + "linkingText": [ + "Ontology" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-operable", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-operable", + "linkingText": [ + "Operable" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-perceivable", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-perceivable", + "linkingText": [ + "Perceivable" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-property", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-property", + "linkingText": [ + "Property" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "ARIA" + ], + "access": "public", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-relationship", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-relationship", + "linkingText": [ + "Relationship" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-role", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-role", + "linkingText": [ + "Role" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-semantics", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-semantics", + "linkingText": [ + "Semantics", + "semantically" + ], + "localLinkingText": [ + "semantically" + ], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-state", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-state", + "linkingText": [ + "State" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-target-element", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-target-element", + "linkingText": [ + "Target Element" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-unicode-braille", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-unicode-braille", + "linkingText": [ + "unicode braille", + "Unicode Braille Patterns" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-widget", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-widget", + "linkingText": [ + "Widget" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "title": "Important Terms", + "number": "2" + }, + "definedIn": "dt" + }, + { + "id": "dfn-token-list", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-token-list", + "linkingText": [ + "token list" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "propcharacteristic_value", + "href": "https://www.w3.org/TR/wai-aria-1.3/#propcharacteristic_value", + "title": "Value", + "number": "6.2.4" + }, + "definedIn": "dt" + }, + { + "id": "dfn-accessibility-tree", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-accessibility-tree", + "linkingText": [ + "Accessibility Tree" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "accessibility_tree", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibility_tree", + "title": "Accessibility Tree", + "number": "7" + }, + "definedIn": "heading" + }, + { + "id": "dfn-accessibility-child", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-accessibility-child", + "linkingText": [ + "accessibility child", + "owned child", + "child element", + "child", + "children", + "child elements", + "accessibility children" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "tree_relationships", + "href": "https://www.w3.org/TR/wai-aria-1.3/#tree_relationships", + "title": "Relationships in the Accessibility Tree", + "number": "7.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-accessibility-descendant", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-accessibility-descendant", + "linkingText": [ + "accessibility descendant", + "accessibility descendants" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "tree_relationships", + "href": "https://www.w3.org/TR/wai-aria-1.3/#tree_relationships", + "title": "Relationships in the Accessibility Tree", + "number": "7.3" + }, + "definedIn": "prose" + }, + { + "id": "dfn-accessibility-parent", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-accessibility-parent", + "linkingText": [ + "accessibility parent", + "parent element", + "parent" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "tree_relationships", + "href": "https://www.w3.org/TR/wai-aria-1.3/#tree_relationships", + "title": "Relationships in the Accessibility Tree", + "number": "7.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-ariamixin", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin", + "linkingText": [ + "ARIAMixin" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "ARIAMixin", + "href": "https://www.w3.org/TR/wai-aria-1.3/#ARIAMixin", + "title": "Interface Mixin ARIAMixin", + "number": "10.1" + }, + "definedIn": "heading" + }, + { + "id": "dom-ariamixin-role", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-role", + "linkingText": [ + "role" + ], + "localLinkingText": [ + "ARIAMixin.role" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "ARIAMixin", + "href": "https://www.w3.org/TR/wai-aria-1.3/#ARIAMixin", + "title": "Interface Mixin ARIAMixin", + "number": "10.1" + }, + "definedIn": "pre" + }, + { + "id": "dfn-ariamixin-getter-steps", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-ariamixin-getter-steps", + "linkingText": [ + "ARIAMixin getter steps" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "ARIAMixin", + "href": "https://www.w3.org/TR/wai-aria-1.3/#ARIAMixin", + "title": "Interface Mixin ARIAMixin", + "number": "10.1" + }, + "definedIn": "prose" + }, + { + "id": "dfn-ariamixin-setter-steps", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dfn-ariamixin-setter-steps", + "linkingText": [ + "ARIAMixin setter steps" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "ARIAMixin", + "href": "https://www.w3.org/TR/wai-aria-1.3/#ARIAMixin", + "title": "Interface Mixin ARIAMixin", + "number": "10.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-ariamixin-ariaactivedescendantelement", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaactivedescendantelement", + "linkingText": [ + "ariaActiveDescendantElement" + ], + "localLinkingText": [ + "ARIAMixin.ariaActiveDescendantElement" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariaatomic", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaatomic", + "linkingText": [ + "ariaAtomic" + ], + "localLinkingText": [ + "ARIAMixin.ariaAtomic" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariaautocomplete", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaautocomplete", + "linkingText": [ + "ariaAutoComplete" + ], + "localLinkingText": [ + "ARIAMixin.ariaAutoComplete" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariabusy", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariabusy", + "linkingText": [ + "ariaBusy" + ], + "localLinkingText": [ + "ARIAMixin.ariaBusy" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariachecked", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariachecked", + "linkingText": [ + "ariaChecked" + ], + "localLinkingText": [ + "ARIAMixin.ariaChecked" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariacolcount", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariacolcount", + "linkingText": [ + "ariaColCount" + ], + "localLinkingText": [ + "ARIAMixin.ariaColCount" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariacolindex", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariacolindex", + "linkingText": [ + "ariaColIndex" + ], + "localLinkingText": [ + "ARIAMixin.ariaColIndex" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariacolindextext", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariacolindextext", + "linkingText": [ + "ariaColIndexText" + ], + "localLinkingText": [ + "ARIAMixin.ariaColIndexText" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariacolspan", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariacolspan", + "linkingText": [ + "ariaColSpan" + ], + "localLinkingText": [ + "ARIAMixin.ariaColSpan" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariacontrolselements", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariacontrolselements", + "linkingText": [ + "ariaControlsElements" + ], + "localLinkingText": [ + "ARIAMixin.ariaControlsElements" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariacurrent", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariacurrent", + "linkingText": [ + "ariaCurrent" + ], + "localLinkingText": [ + "ARIAMixin.ariaCurrent" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariadescribedbyelements", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariadescribedbyelements", + "linkingText": [ + "ariaDescribedByElements" + ], + "localLinkingText": [ + "ARIAMixin.ariaDescribedByElements" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariadescription", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariadescription", + "linkingText": [ + "ariaDescription" + ], + "localLinkingText": [ + "ARIAMixin.ariaDescription" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariadetailselements", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariadetailselements", + "linkingText": [ + "ariaDetailsElements" + ], + "localLinkingText": [ + "ARIAMixin.ariaDetailsElements" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariadisabled", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariadisabled", + "linkingText": [ + "ariaDisabled" + ], + "localLinkingText": [ + "ARIAMixin.ariaDisabled" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariaerrormessageelements", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaerrormessageelements", + "linkingText": [ + "ariaErrorMessageElements" + ], + "localLinkingText": [ + "ARIAMixin.ariaErrorMessageElements" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariaexpanded", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaexpanded", + "linkingText": [ + "ariaExpanded" + ], + "localLinkingText": [ + "ARIAMixin.ariaExpanded" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariaflowtoelements", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaflowtoelements", + "linkingText": [ + "ariaFlowToElements" + ], + "localLinkingText": [ + "ARIAMixin.ariaFlowToElements" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariahaspopup", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariahaspopup", + "linkingText": [ + "ariaHasPopup" + ], + "localLinkingText": [ + "ARIAMixin.ariaHasPopup" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariahidden", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariahidden", + "linkingText": [ + "ariaHidden" + ], + "localLinkingText": [ + "ARIAMixin.ariaHidden" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariainvalid", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariainvalid", + "linkingText": [ + "ariaInvalid" + ], + "localLinkingText": [ + "ARIAMixin.ariaInvalid" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariakeyshortcuts", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariakeyshortcuts", + "linkingText": [ + "ariaKeyShortcuts" + ], + "localLinkingText": [ + "ARIAMixin.ariaKeyShortcuts" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-arialabel", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-arialabel", + "linkingText": [ + "ariaLabel" + ], + "localLinkingText": [ + "ARIAMixin.ariaLabel" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-arialabelledbyelements", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-arialabelledbyelements", + "linkingText": [ + "ariaLabelledByElements" + ], + "localLinkingText": [ + "ARIAMixin.ariaLabelledByElements" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-arialevel", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-arialevel", + "linkingText": [ + "ariaLevel" + ], + "localLinkingText": [ + "ARIAMixin.ariaLevel" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-arialive", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-arialive", + "linkingText": [ + "ariaLive" + ], + "localLinkingText": [ + "ARIAMixin.ariaLive" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariamodal", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariamodal", + "linkingText": [ + "ariaModal" + ], + "localLinkingText": [ + "ARIAMixin.ariaModal" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariamultiline", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariamultiline", + "linkingText": [ + "ariaMultiLine" + ], + "localLinkingText": [ + "ARIAMixin.ariaMultiLine" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariamultiselectable", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariamultiselectable", + "linkingText": [ + "ariaMultiSelectable" + ], + "localLinkingText": [ + "ARIAMixin.ariaMultiSelectable" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariaorientation", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaorientation", + "linkingText": [ + "ariaOrientation" + ], + "localLinkingText": [ + "ARIAMixin.ariaOrientation" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariaownselements", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaownselements", + "linkingText": [ + "ariaOwnsElements" + ], + "localLinkingText": [ + "ARIAMixin.ariaOwnsElements" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariaplaceholder", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaplaceholder", + "linkingText": [ + "ariaPlaceholder" + ], + "localLinkingText": [ + "ARIAMixin.ariaPlaceholder" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariaposinset", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaposinset", + "linkingText": [ + "ariaPosInSet" + ], + "localLinkingText": [ + "ARIAMixin.ariaPosInSet" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariapressed", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariapressed", + "linkingText": [ + "ariaPressed" + ], + "localLinkingText": [ + "ARIAMixin.ariaPressed" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariareadonly", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariareadonly", + "linkingText": [ + "ariaReadOnly" + ], + "localLinkingText": [ + "ARIAMixin.ariaReadOnly" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariarequired", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariarequired", + "linkingText": [ + "ariaRequired" + ], + "localLinkingText": [ + "ARIAMixin.ariaRequired" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariaroledescription", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaroledescription", + "linkingText": [ + "ariaRoleDescription" + ], + "localLinkingText": [ + "ARIAMixin.ariaRoleDescription" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariarowcount", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariarowcount", + "linkingText": [ + "ariaRowCount" + ], + "localLinkingText": [ + "ARIAMixin.ariaRowCount" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariarowindex", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariarowindex", + "linkingText": [ + "ariaRowIndex" + ], + "localLinkingText": [ + "ARIAMixin.ariaRowIndex" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariarowindextext", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariarowindextext", + "linkingText": [ + "ariaRowIndexText" + ], + "localLinkingText": [ + "ARIAMixin.ariaRowIndexText" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariarowspan", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariarowspan", + "linkingText": [ + "ariaRowSpan" + ], + "localLinkingText": [ + "ARIAMixin.ariaRowSpan" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariaselected", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaselected", + "linkingText": [ + "ariaSelected" + ], + "localLinkingText": [ + "ARIAMixin.ariaSelected" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariasetsize", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariasetsize", + "linkingText": [ + "ariaSetSize" + ], + "localLinkingText": [ + "ARIAMixin.ariaSetSize" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariasort", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariasort", + "linkingText": [ + "ariaSort" + ], + "localLinkingText": [ + "ARIAMixin.ariaSort" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariavaluemax", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariavaluemax", + "linkingText": [ + "ariaValueMax" + ], + "localLinkingText": [ + "ARIAMixin.ariaValueMax" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariavaluemin", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariavaluemin", + "linkingText": [ + "ariaValueMin" + ], + "localLinkingText": [ + "ARIAMixin.ariaValueMin" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariavaluenow", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariavaluenow", + "linkingText": [ + "ariaValueNow" + ], + "localLinkingText": [ + "ARIAMixin.ariaValueNow" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + }, + { + "id": "dom-ariamixin-ariavaluetext", + "href": "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariavaluetext", + "linkingText": [ + "ariaValueText" + ], + "localLinkingText": [ + "ARIAMixin.ariaValueText" + ], + "type": "attribute", + "for": [ + "ARIAMixin" + ], + "access": "public", + "informative": false, + "heading": { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + "definedIn": "table" + } + ] +} \ No newline at end of file diff --git a/tr/headings/vc-data-model-2.0.json b/tr/headings/vc-data-model-2.0.json new file mode 100644 index 000000000000..e724a281fcd1 --- /dev/null +++ b/tr/headings/vc-data-model-2.0.json @@ -0,0 +1,879 @@ +{ + "spec": { + "title": "Verifiable Credentials Data Model v2.0", + "url": "https://www.w3.org/TR/vc-data-model-2.0/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#title", + "level": 1, + "title": "Verifiable Credentials Data Model v2.0" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "introduction", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#introduction", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "what-is-a-verifiable-credential", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#what-is-a-verifiable-credential", + "level": 3, + "title": "What is a Verifiable Credential?", + "number": "1.1" + }, + { + "id": "ecosystem-overview", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#ecosystem-overview", + "level": 3, + "title": "Ecosystem Overview", + "number": "1.2" + }, + { + "id": "use-cases-and-requirements", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#use-cases-and-requirements", + "level": 3, + "title": "Use Cases and Requirements", + "number": "1.3" + }, + { + "id": "conformance", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#conformance", + "level": 3, + "title": "Conformance", + "number": "1.4" + }, + { + "id": "terminology", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "level": 2, + "title": "Terminology", + "number": "2" + }, + { + "id": "core-data-model", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#core-data-model", + "level": 2, + "title": "Core Data Model", + "number": "3" + }, + { + "id": "claims", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#claims", + "level": 3, + "title": "Claims", + "number": "3.1" + }, + { + "id": "credentials", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#credentials", + "level": 3, + "title": "Credentials", + "number": "3.2" + }, + { + "id": "presentations", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#presentations", + "level": 3, + "title": "Presentations", + "number": "3.3" + }, + { + "id": "concrete-lifecycle-example", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#concrete-lifecycle-example", + "level": 3, + "title": "Concrete Lifecycle Example", + "number": "3.4" + }, + { + "id": "basic-concepts", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#basic-concepts", + "level": 2, + "title": "Basic Concepts", + "number": "4" + }, + { + "id": "getting-started", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#getting-started", + "level": 3, + "title": "Getting Started", + "number": "4.1" + }, + { + "id": "contexts", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#contexts", + "level": 3, + "title": "Contexts", + "number": "4.2" + }, + { + "id": "identifiers", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#identifiers", + "level": 3, + "title": "Identifiers", + "number": "4.3" + }, + { + "id": "types", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#types", + "level": 3, + "title": "Types", + "number": "4.4" + }, + { + "id": "names-and-descriptions", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#names-and-descriptions", + "level": 3, + "title": "Names and Descriptions", + "number": "4.5" + }, + { + "id": "credential-subject", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#credential-subject", + "level": 3, + "title": "Credential Subject", + "number": "4.6" + }, + { + "id": "issuer", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#issuer", + "level": 3, + "title": "Issuer", + "number": "4.7" + }, + { + "id": "validity-period", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#validity-period", + "level": 3, + "title": "Validity Period", + "number": "4.8" + }, + { + "id": "representing-time", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#representing-time", + "level": 4, + "title": "Representing Time", + "number": "4.8.1" + }, + { + "id": "securing-mechanisms", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#securing-mechanisms", + "level": 3, + "title": "Securing Mechanisms", + "number": "4.9" + }, + { + "id": "status", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#status", + "level": 3, + "title": "Status", + "number": "4.10" + }, + { + "id": "presentations-0", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#presentations-0", + "level": 3, + "title": "Presentations", + "number": "4.11" + }, + { + "id": "enveloped-verifiable-credentials", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#enveloped-verifiable-credentials", + "level": 4, + "title": "Enveloped Verifiable Credentials", + "number": "4.11.1" + }, + { + "id": "presentations-using-derived-credentials", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#presentations-using-derived-credentials", + "level": 4, + "title": "Presentations Using Derived Credentials", + "number": "4.11.2" + }, + { + "id": "presentations-including-holder-claims", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#presentations-including-holder-claims", + "level": 4, + "title": "Presentations Including Holder Claims", + "number": "4.11.3" + }, + { + "id": "data-schemas", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#data-schemas", + "level": 3, + "title": "Data Schemas", + "number": "4.12" + }, + { + "id": "advanced-concepts", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#advanced-concepts", + "level": 2, + "title": "Advanced Concepts", + "number": "5" + }, + { + "id": "lifecycle-details", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#lifecycle-details", + "level": 3, + "title": "Lifecycle Details", + "number": "5.1" + }, + { + "id": "trust-model", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#trust-model", + "level": 3, + "title": "Trust Model", + "number": "5.2" + }, + { + "id": "extensibility", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#extensibility", + "level": 3, + "title": "Extensibility", + "number": "5.3" + }, + { + "id": "semantic-interoperability", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#semantic-interoperability", + "level": 4, + "title": "Semantic Interoperability", + "number": "5.3.1" + }, + { + "id": "integrity-of-related-resources", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#integrity-of-related-resources", + "level": 3, + "title": "Integrity of Related Resources", + "number": "5.4" + }, + { + "id": "refreshing", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#refreshing", + "level": 3, + "title": "Refreshing", + "number": "5.5" + }, + { + "id": "terms-of-use", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#terms-of-use", + "level": 3, + "title": "Terms of Use", + "number": "5.6" + }, + { + "id": "evidence", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#evidence", + "level": 3, + "title": "Evidence", + "number": "5.7" + }, + { + "id": "zero-knowledge-proofs", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#zero-knowledge-proofs", + "level": 3, + "title": "Zero-Knowledge Proofs", + "number": "5.8" + }, + { + "id": "authorization", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#authorization", + "level": 3, + "title": "Authorization", + "number": "5.9" + }, + { + "id": "reserved-extension-points", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#reserved-extension-points", + "level": 3, + "title": "Reserved Extension Points", + "number": "5.10" + }, + { + "id": "ecosystem-compatibility", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#ecosystem-compatibility", + "level": 3, + "title": "Ecosystem Compatibility", + "number": "5.11" + }, + { + "id": "verifiable-credential-graphs", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#verifiable-credential-graphs", + "level": 3, + "title": "Verifiable Credential Graphs", + "number": "5.12" + }, + { + "id": "securing-mechanism-specifications", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#securing-mechanism-specifications", + "level": 3, + "title": "Securing Mechanism Specifications", + "number": "5.13" + }, + { + "id": "syntaxes", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#syntaxes", + "level": 2, + "title": "Syntaxes", + "number": "6" + }, + { + "id": "json-ld", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#json-ld", + "level": 3, + "title": "JSON-LD", + "number": "6.1" + }, + { + "id": "syntactic-sugar", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#syntactic-sugar", + "level": 4, + "title": "Syntactic Sugar", + "number": "6.1.1" + }, + { + "id": "lists-and-arrays", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#lists-and-arrays", + "level": 4, + "title": "Lists and Arrays", + "number": "6.1.2" + }, + { + "id": "media-types", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#media-types", + "level": 3, + "title": "Media Types", + "number": "6.2" + }, + { + "id": "media-type-precision", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#media-type-precision", + "level": 4, + "title": "Media Type Precision", + "number": "6.2.1" + }, + { + "id": "http", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#http", + "level": 4, + "title": "HTTP", + "number": "6.2.2" + }, + { + "id": "credential-type-specific-processing", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#credential-type-specific-processing", + "level": 3, + "title": "Credential Type-Specific Processing", + "number": "6.3" + }, + { + "id": "algorithms", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#algorithms", + "level": 2, + "title": "Algorithms", + "number": "7" + }, + { + "id": "verification", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#verification", + "level": 3, + "title": "Verification", + "number": "7.1" + }, + { + "id": "problem-details", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#problem-details", + "level": 3, + "title": "Problem Details", + "number": "7.2" + }, + { + "id": "privacy-considerations", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#privacy-considerations", + "level": 2, + "title": "Privacy Considerations", + "number": "8" + }, + { + "id": "spectrum-of-privacy", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#spectrum-of-privacy", + "level": 3, + "title": "Spectrum of Privacy", + "number": "8.1" + }, + { + "id": "software-trust-boundaries", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#software-trust-boundaries", + "level": 3, + "title": "Software Trust Boundaries", + "number": "8.2" + }, + { + "id": "personally-identifiable-information", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#personally-identifiable-information", + "level": 3, + "title": "Personally Identifiable Information", + "number": "8.3" + }, + { + "id": "identifier-based-correlation", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#identifier-based-correlation", + "level": 3, + "title": "Identifier-Based Correlation", + "number": "8.4" + }, + { + "id": "signature-based-correlation", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#signature-based-correlation", + "level": 3, + "title": "Signature-Based Correlation", + "number": "8.5" + }, + { + "id": "long-lived-identifier-based-correlation", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#long-lived-identifier-based-correlation", + "level": 3, + "title": "Long-Lived Identifier-Based Correlation", + "number": "8.6" + }, + { + "id": "metadata-based-correlation", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#metadata-based-correlation", + "level": 3, + "title": "Metadata-based Correlation", + "number": "8.7" + }, + { + "id": "device-tracking-and-fingerprinting", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#device-tracking-and-fingerprinting", + "level": 3, + "title": "Device Tracking and Fingerprinting", + "number": "8.8" + }, + { + "id": "favor-abstract-claims", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#favor-abstract-claims", + "level": 3, + "title": "Favor Abstract Claims", + "number": "8.9" + }, + { + "id": "the-principle-of-data-minimization", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#the-principle-of-data-minimization", + "level": 3, + "title": "The Principle of Data Minimization", + "number": "8.10" + }, + { + "id": "bearer-credentials", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#bearer-credentials", + "level": 3, + "title": "Bearer Credentials", + "number": "8.11" + }, + { + "id": "validation", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#validation", + "level": 3, + "title": "Validation", + "number": "8.12" + }, + { + "id": "storage-providers-and-data-mining", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#storage-providers-and-data-mining", + "level": 3, + "title": "Storage Providers and Data Mining", + "number": "8.13" + }, + { + "id": "aggregation-of-credentials", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#aggregation-of-credentials", + "level": 3, + "title": "Aggregation of Credentials", + "number": "8.14" + }, + { + "id": "usage-patterns", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#usage-patterns", + "level": 3, + "title": "Usage Patterns", + "number": "8.15" + }, + { + "id": "sharing-information-with-the-wrong-party", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#sharing-information-with-the-wrong-party", + "level": 3, + "title": "Sharing Information with the Wrong Party", + "number": "8.16" + }, + { + "id": "data-theft", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#data-theft", + "level": 3, + "title": "Data Theft", + "number": "8.17" + }, + { + "id": "frequency-of-claim-issuance", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#frequency-of-claim-issuance", + "level": 3, + "title": "Frequency of Claim Issuance", + "number": "8.18" + }, + { + "id": "prefer-single-use-credentials", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#prefer-single-use-credentials", + "level": 3, + "title": "Prefer Single-Use Credentials", + "number": "8.19" + }, + { + "id": "private-browsing", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#private-browsing", + "level": 3, + "title": "Private Browsing", + "number": "8.20" + }, + { + "id": "issuer-cooperation-impacts-on-privacy", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#issuer-cooperation-impacts-on-privacy", + "level": 3, + "title": "Issuer Cooperation Impacts on Privacy", + "number": "8.21" + }, + { + "id": "security-considerations", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#security-considerations", + "level": 2, + "title": "Security Considerations", + "number": "9" + }, + { + "id": "cryptography-suites-and-libraries", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#cryptography-suites-and-libraries", + "level": 3, + "title": "Cryptography Suites and Libraries", + "number": "9.1" + }, + { + "id": "key-management", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#key-management", + "level": 3, + "title": "Key Management", + "number": "9.2" + }, + { + "id": "content-integrity-protection", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#content-integrity-protection", + "level": 3, + "title": "Content Integrity Protection", + "number": "9.3" + }, + { + "id": "unsigned-claims", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#unsigned-claims", + "level": 3, + "title": "Unsigned Claims", + "number": "9.4" + }, + { + "id": "man-in-the-middle-mitm-replay-and-cloning-attacks", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#man-in-the-middle-mitm-replay-and-cloning-attacks", + "level": 3, + "title": "Man-in-the-Middle (MITM), Replay, and Cloning Attacks", + "number": "9.5" + }, + { + "id": "man-in-the-middle-mitm-attack", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#man-in-the-middle-mitm-attack", + "level": 4, + "title": "Man-in-the-Middle (MITM) Attack", + "number": "9.5.1" + }, + { + "id": "replay-attack", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#replay-attack", + "level": 4, + "title": "Replay Attack", + "number": "9.5.2" + }, + { + "id": "spoofing-attack", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#spoofing-attack", + "level": 4, + "title": "Spoofing Attack", + "number": "9.5.3" + }, + { + "id": "bundling-dependent-claims", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#bundling-dependent-claims", + "level": 3, + "title": "Bundling Dependent Claims", + "number": "9.6" + }, + { + "id": "highly-dynamic-information", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#highly-dynamic-information", + "level": 3, + "title": "Highly Dynamic Information", + "number": "9.7" + }, + { + "id": "device-theft-and-impersonation", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#device-theft-and-impersonation", + "level": 3, + "title": "Device Theft and Impersonation", + "number": "9.8" + }, + { + "id": "acceptable-use", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#acceptable-use", + "level": 3, + "title": "Acceptable Use", + "number": "9.9" + }, + { + "id": "unauthorized-use", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#unauthorized-use", + "level": 4, + "title": "Unauthorized Use", + "number": "9.9.1" + }, + { + "id": "inappropriate-use", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#inappropriate-use", + "level": 4, + "title": "Inappropriate Use", + "number": "9.9.2" + }, + { + "id": "accessibility-considerations", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#accessibility-considerations", + "level": 2, + "title": "10. Accessibility Considerations" + }, + { + "id": "data-first-approaches", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#data-first-approaches", + "level": 3, + "title": "Data First Approaches", + "number": "10.1" + }, + { + "id": "internationalization-considerations", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#internationalization-considerations", + "level": 2, + "title": "11. Internationalization Considerations" + }, + { + "id": "language-and-base-direction", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#language-and-base-direction", + "level": 3, + "title": "Language and Base Direction", + "number": "11.1" + }, + { + "id": "providing-default-language-and-direction", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#providing-default-language-and-direction", + "level": 3, + "title": "Providing Default Language and Direction", + "number": "11.2" + }, + { + "id": "complex-language-markup", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#complex-language-markup", + "level": 3, + "title": "Complex Language Markup", + "number": "11.3" + }, + { + "id": "validation-0", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#validation-0", + "level": 2, + "title": "Validation", + "number": "A" + }, + { + "id": "credential-type", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#credential-type", + "level": 3, + "title": "Credential Type", + "number": "A.1" + }, + { + "id": "credential-subject-0", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#credential-subject-0", + "level": 3, + "title": "Credential Subject", + "number": "A.2" + }, + { + "id": "issuer-0", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#issuer-0", + "level": 3, + "title": "Issuer", + "number": "A.3" + }, + { + "id": "holder", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#holder", + "level": 3, + "title": "Holder", + "number": "A.4" + }, + { + "id": "issuance-date", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#issuance-date", + "level": 3, + "title": "Issuance Date", + "number": "A.5" + }, + { + "id": "proofs-signatures", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#proofs-signatures", + "level": 3, + "title": "Proofs (Signatures)", + "number": "A.6" + }, + { + "id": "validity-periods", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#validity-periods", + "level": 3, + "title": "Validity Periods", + "number": "A.7" + }, + { + "id": "status-0", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#status-0", + "level": 3, + "title": "Status", + "number": "A.8" + }, + { + "id": "schema", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#schema", + "level": 3, + "title": "Schema", + "number": "A.9" + }, + { + "id": "fitness-for-purpose", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#fitness-for-purpose", + "level": 3, + "title": "Fitness for Purpose", + "number": "A.10" + }, + { + "id": "contexts-vocabularies-types-and-credential-schemas", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#contexts-vocabularies-types-and-credential-schemas", + "level": 2, + "title": "Contexts, Vocabularies, Types, and Credential Schemas", + "number": "B" + }, + { + "id": "base-context", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#base-context", + "level": 3, + "title": "Base Context", + "number": "B.1" + }, + { + "id": "vocabularies", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#vocabularies", + "level": 3, + "title": "Vocabularies", + "number": "B.2" + }, + { + "id": "datatypes", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#datatypes", + "level": 3, + "title": "Datatypes", + "number": "B.3" + }, + { + "id": "the-sristring-datatype", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#the-sristring-datatype", + "level": 4, + "title": "The sriString Datatype", + "number": "B.3.1" + }, + { + "id": "differences-between-contexts-types-and-credentialschemas", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#differences-between-contexts-types-and-credentialschemas", + "level": 3, + "title": "Differences between Contexts, Types, and CredentialSchemas", + "number": "B.4" + }, + { + "id": "iana-considerations", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#iana-considerations", + "level": 2, + "title": "IANA Considerations", + "number": "C" + }, + { + "id": "vc-ld-media-type", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#vc-ld-media-type", + "level": 3, + "title": "application/vc+ld+json", + "number": "C.1" + }, + { + "id": "vp-ld-media-type", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#vp-ld-media-type", + "level": 3, + "title": "application/vp+ld+json", + "number": "C.2" + }, + { + "id": "additional-diagrams-for-verifiable-presentations", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#additional-diagrams-for-verifiable-presentations", + "level": 2, + "title": "Additional Diagrams for Verifiable Presentations", + "number": "D" + }, + { + "id": "revision-history", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#revision-history", + "level": 2, + "title": "Revision History", + "number": "E" + }, + { + "id": "acknowledgements", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#acknowledgements", + "level": 2, + "title": "Acknowledgements", + "number": "F" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#references", + "level": 2, + "title": "References", + "number": "G" + }, + { + "id": "normative-references", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#normative-references", + "level": 3, + "title": "Normative references", + "number": "G.1" + }, + { + "id": "informative-references", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#informative-references", + "level": 3, + "title": "Informative references", + "number": "G.2" + } + ] +} \ No newline at end of file diff --git a/tr/headings/wai-aria-1.3.json b/tr/headings/wai-aria-1.3.json new file mode 100644 index 000000000000..cd4a9e607ac6 --- /dev/null +++ b/tr/headings/wai-aria-1.3.json @@ -0,0 +1,812 @@ +{ + "spec": { + "title": "Accessible Rich Internet Applications (WAI-ARIA) 1.3", + "url": "https://www.w3.org/TR/wai-aria-1.3/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/wai-aria-1.3/#title", + "level": 1, + "title": "Accessible Rich Internet Applications (WAI-ARIA) 1.3" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/wai-aria-1.3/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "introduction", + "href": "https://www.w3.org/TR/wai-aria-1.3/#introduction", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "intro_ria_accessibility", + "href": "https://www.w3.org/TR/wai-aria-1.3/#intro_ria_accessibility", + "level": 3, + "title": "Rich Internet Application Accessibility", + "number": "1.1" + }, + { + "id": "target-audience", + "href": "https://www.w3.org/TR/wai-aria-1.3/#target-audience", + "level": 3, + "title": "Target Audience", + "number": "1.2" + }, + { + "id": "ua-support", + "href": "https://www.w3.org/TR/wai-aria-1.3/#ua-support", + "level": 3, + "title": "User Agent Support", + "number": "1.3" + }, + { + "id": "co-evolution", + "href": "https://www.w3.org/TR/wai-aria-1.3/#co-evolution", + "level": 3, + "title": "Co-Evolution of WAI-ARIA and Host Languages", + "number": "1.4" + }, + { + "id": "authoring_practices", + "href": "https://www.w3.org/TR/wai-aria-1.3/#authoring_practices", + "level": 3, + "title": "Authoring Practices", + "number": "1.5" + }, + { + "id": "authoring_tools", + "href": "https://www.w3.org/TR/wai-aria-1.3/#authoring_tools", + "level": 4, + "title": "Authoring Tools", + "number": "1.5.1" + }, + { + "id": "authoring_testing", + "href": "https://www.w3.org/TR/wai-aria-1.3/#authoring_testing", + "level": 4, + "title": "Testing Practices and Tools", + "number": "1.5.2" + }, + { + "id": "at_support", + "href": "https://www.w3.org/TR/wai-aria-1.3/#at_support", + "level": 3, + "title": "Assistive Technologies", + "number": "1.6" + }, + { + "id": "terms", + "href": "https://www.w3.org/TR/wai-aria-1.3/#terms", + "level": 2, + "title": "Important Terms", + "number": "2" + }, + { + "id": "conformance", + "href": "https://www.w3.org/TR/wai-aria-1.3/#conformance", + "level": 2, + "title": "Conformance", + "number": "3" + }, + { + "id": "ua_noninterference", + "href": "https://www.w3.org/TR/wai-aria-1.3/#ua_noninterference", + "level": 3, + "title": "Non-interference with the Host Language", + "number": "3.1" + }, + { + "id": "ua_dom", + "href": "https://www.w3.org/TR/wai-aria-1.3/#ua_dom", + "level": 3, + "title": "All WAI-ARIA in DOM", + "number": "3.2" + }, + { + "id": "ua_domchanges", + "href": "https://www.w3.org/TR/wai-aria-1.3/#ua_domchanges", + "level": 3, + "title": "Assistive Technology Notifications Communicated to Web Applications", + "number": "3.3" + }, + { + "id": "conformance_checkers", + "href": "https://www.w3.org/TR/wai-aria-1.3/#conformance_checkers", + "level": 3, + "title": "Conformance Checkers", + "number": "3.4" + }, + { + "id": "deprecated", + "href": "https://www.w3.org/TR/wai-aria-1.3/#deprecated", + "level": 3, + "title": "Deprecated Requirements", + "number": "3.5" + }, + { + "id": "usage", + "href": "https://www.w3.org/TR/wai-aria-1.3/#usage", + "level": 2, + "title": "Using WAI-ARIA", + "number": "4" + }, + { + "id": "introroles", + "href": "https://www.w3.org/TR/wai-aria-1.3/#introroles", + "level": 3, + "title": "WAI-ARIA Roles", + "number": "4.1" + }, + { + "id": "introstates", + "href": "https://www.w3.org/TR/wai-aria-1.3/#introstates", + "level": 3, + "title": "WAI-ARIA States and Properties", + "number": "4.2" + }, + { + "id": "managingfocus", + "href": "https://www.w3.org/TR/wai-aria-1.3/#managingfocus", + "level": 3, + "title": "Managing Focus and Supporting Keyboard Navigation", + "number": "4.3" + }, + { + "id": "managingfocus_authors", + "href": "https://www.w3.org/TR/wai-aria-1.3/#managingfocus_authors", + "level": 4, + "title": "Information for Authors", + "number": "4.3.1" + }, + { + "id": "managingfocus_useragents", + "href": "https://www.w3.org/TR/wai-aria-1.3/#managingfocus_useragents", + "level": 4, + "title": "Information for User Agents", + "number": "4.3.2" + }, + { + "id": "roles", + "href": "https://www.w3.org/TR/wai-aria-1.3/#roles", + "level": 2, + "title": "The Roles Model", + "number": "5" + }, + { + "id": "relationshipsconcepts", + "href": "https://www.w3.org/TR/wai-aria-1.3/#relationshipsconcepts", + "level": 3, + "title": "Relationships Between Concepts", + "number": "5.1" + }, + { + "id": "superclassrole", + "href": "https://www.w3.org/TR/wai-aria-1.3/#superclassrole", + "level": 4, + "title": "Superclass Role", + "number": "5.1.1" + }, + { + "id": "subclassroles", + "href": "https://www.w3.org/TR/wai-aria-1.3/#subclassroles", + "level": 4, + "title": "Subclass Roles", + "number": "5.1.2" + }, + { + "id": "relatedConcept", + "href": "https://www.w3.org/TR/wai-aria-1.3/#relatedConcept", + "level": 4, + "title": "Related Concepts", + "number": "5.1.3" + }, + { + "id": "baseConcept", + "href": "https://www.w3.org/TR/wai-aria-1.3/#baseConcept", + "level": 4, + "title": "Base Concept", + "number": "5.1.4" + }, + { + "id": "Properties", + "href": "https://www.w3.org/TR/wai-aria-1.3/#Properties", + "level": 3, + "title": "Characteristics of Roles", + "number": "5.2" + }, + { + "id": "isAbstract", + "href": "https://www.w3.org/TR/wai-aria-1.3/#isAbstract", + "level": 4, + "title": "Abstract Roles", + "number": "5.2.1" + }, + { + "id": "requiredState", + "href": "https://www.w3.org/TR/wai-aria-1.3/#requiredState", + "level": 4, + "title": "Required States and Properties", + "number": "5.2.2" + }, + { + "id": "supportedState", + "href": "https://www.w3.org/TR/wai-aria-1.3/#supportedState", + "level": 4, + "title": "Supported States and Properties", + "number": "5.2.3" + }, + { + "id": "inheritedattributes", + "href": "https://www.w3.org/TR/wai-aria-1.3/#inheritedattributes", + "level": 4, + "title": "Inherited States and Properties", + "number": "5.2.4" + }, + { + "id": "prohibitedattributes", + "href": "https://www.w3.org/TR/wai-aria-1.3/#prohibitedattributes", + "level": 4, + "title": "Prohibited States and Properties", + "number": "5.2.5" + }, + { + "id": "mustContain", + "href": "https://www.w3.org/TR/wai-aria-1.3/#mustContain", + "level": 4, + "title": "Allowed Accessibility Child Roles", + "number": "5.2.6" + }, + { + "id": "scope", + "href": "https://www.w3.org/TR/wai-aria-1.3/#scope", + "level": 4, + "title": "Required Accessibility Parent Role", + "number": "5.2.7" + }, + { + "id": "namecalculation", + "href": "https://www.w3.org/TR/wai-aria-1.3/#namecalculation", + "level": 4, + "title": "Accessible Name Calculation", + "number": "5.2.8" + }, + { + "id": "namecomputation", + "href": "https://www.w3.org/TR/wai-aria-1.3/#namecomputation", + "level": 5, + "title": "Name Computation", + "number": "5.2.8.1" + }, + { + "id": "descriptioncomputation", + "href": "https://www.w3.org/TR/wai-aria-1.3/#descriptioncomputation", + "level": 5, + "title": "Description Computation", + "number": "5.2.8.2" + }, + { + "id": "textalternativecomputation", + "href": "https://www.w3.org/TR/wai-aria-1.3/#textalternativecomputation", + "level": 5, + "title": "Accessible Name and Description Computation", + "number": "5.2.8.3" + }, + { + "id": "namefromauthor", + "href": "https://www.w3.org/TR/wai-aria-1.3/#namefromauthor", + "level": 5, + "title": "Roles Supporting Name from Author", + "number": "5.2.8.4" + }, + { + "id": "namefromcontent", + "href": "https://www.w3.org/TR/wai-aria-1.3/#namefromcontent", + "level": 5, + "title": "Roles Supporting Name from Content", + "number": "5.2.8.5" + }, + { + "id": "namefromprohibited", + "href": "https://www.w3.org/TR/wai-aria-1.3/#namefromprohibited", + "level": 5, + "title": "Roles which cannot be named (Name prohibited)", + "number": "5.2.8.6" + }, + { + "id": "childrenArePresentational", + "href": "https://www.w3.org/TR/wai-aria-1.3/#childrenArePresentational", + "level": 4, + "title": "Presentational Children", + "number": "5.2.9" + }, + { + "id": "implictValueForRole", + "href": "https://www.w3.org/TR/wai-aria-1.3/#implictValueForRole", + "level": 4, + "title": "Implicit Value for Role", + "number": "5.2.10" + }, + { + "id": "roles_categorization", + "href": "https://www.w3.org/TR/wai-aria-1.3/#roles_categorization", + "level": 3, + "title": "Categorization of Roles", + "number": "5.3" + }, + { + "id": "abstract_roles", + "href": "https://www.w3.org/TR/wai-aria-1.3/#abstract_roles", + "level": 4, + "title": "Abstract Roles", + "number": "5.3.1" + }, + { + "id": "widget_roles", + "href": "https://www.w3.org/TR/wai-aria-1.3/#widget_roles", + "level": 4, + "title": "Widget Roles", + "number": "5.3.2" + }, + { + "id": "document_structure_roles", + "href": "https://www.w3.org/TR/wai-aria-1.3/#document_structure_roles", + "level": 4, + "title": "Document Structure Roles", + "number": "5.3.3" + }, + { + "id": "landmark_roles", + "href": "https://www.w3.org/TR/wai-aria-1.3/#landmark_roles", + "level": 4, + "title": "Landmark Roles", + "number": "5.3.4" + }, + { + "id": "live_region_roles", + "href": "https://www.w3.org/TR/wai-aria-1.3/#live_region_roles", + "level": 4, + "title": "Live Region Roles", + "number": "5.3.5" + }, + { + "id": "window_roles", + "href": "https://www.w3.org/TR/wai-aria-1.3/#window_roles", + "level": 4, + "title": "Window Roles", + "number": "5.3.6" + }, + { + "id": "role_definitions", + "href": "https://www.w3.org/TR/wai-aria-1.3/#role_definitions", + "level": 3, + "title": "Definition of Roles", + "number": "5.4" + }, + { + "id": "mathml-example-with-embedded-tex-annotation", + "href": "https://www.w3.org/TR/wai-aria-1.3/#mathml-example-with-embedded-tex-annotation", + "level": 4, + "title": "MathML Example with Embedded TeX Annotation" + }, + { + "id": "plain-html-or-polyfill-dom-result-of-the-mathml-quadratic-formula", + "href": "https://www.w3.org/TR/wai-aria-1.3/#plain-html-or-polyfill-dom-result-of-the-mathml-quadratic-formula", + "level": 4, + "title": "Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula" + }, + { + "id": "presentational-role-inheritance", + "href": "https://www.w3.org/TR/wai-aria-1.3/#presentational-role-inheritance", + "level": 5, + "title": "Presentational Role Inheritance" + }, + { + "id": "states_and_properties", + "href": "https://www.w3.org/TR/wai-aria-1.3/#states_and_properties", + "level": 2, + "title": "Supported States and Properties", + "number": "6" + }, + { + "id": "statevsprop", + "href": "https://www.w3.org/TR/wai-aria-1.3/#statevsprop", + "level": 3, + "title": "Clarification of States versus Properties", + "number": "6.1" + }, + { + "id": "state_prop_att", + "href": "https://www.w3.org/TR/wai-aria-1.3/#state_prop_att", + "level": 3, + "title": "Characteristics of States and Properties", + "number": "6.2" + }, + { + "id": "propcharacteristic_relatedconcept", + "href": "https://www.w3.org/TR/wai-aria-1.3/#propcharacteristic_relatedconcept", + "level": 4, + "title": "Related Concepts", + "number": "6.2.1" + }, + { + "id": "propcharacteristic_usedinrole", + "href": "https://www.w3.org/TR/wai-aria-1.3/#propcharacteristic_usedinrole", + "level": 4, + "title": "Used in Roles", + "number": "6.2.2" + }, + { + "id": "propcharacteristic_inheritsintoroles", + "href": "https://www.w3.org/TR/wai-aria-1.3/#propcharacteristic_inheritsintoroles", + "level": 4, + "title": "Inherits into Roles", + "number": "6.2.3" + }, + { + "id": "propcharacteristic_value", + "href": "https://www.w3.org/TR/wai-aria-1.3/#propcharacteristic_value", + "level": 4, + "title": "Value", + "number": "6.2.4" + }, + { + "id": "aria-attributes", + "href": "https://www.w3.org/TR/wai-aria-1.3/#aria-attributes", + "level": 3, + "title": "ARIA Attributes", + "number": "6.3" + }, + { + "id": "enumerated-attribute-values", + "href": "https://www.w3.org/TR/wai-aria-1.3/#enumerated-attribute-values", + "level": 4, + "title": "Multi-value Attribute Values", + "number": "6.3.1" + }, + { + "id": "idl-reflection-attribute-values", + "href": "https://www.w3.org/TR/wai-aria-1.3/#idl-reflection-attribute-values", + "level": 4, + "title": "IDL reflection of ARIA attributes", + "number": "6.3.2" + }, + { + "id": "os-aapi-attribute-mapping", + "href": "https://www.w3.org/TR/wai-aria-1.3/#os-aapi-attribute-mapping", + "level": 4, + "title": "Operating System Accessibility API mapping of multi-value ARIA attributes", + "number": "6.3.3" + }, + { + "id": "enumerated-attribute-values-html", + "href": "https://www.w3.org/TR/wai-aria-1.3/#enumerated-attribute-values-html", + "level": 4, + "title": "ARIA nullable DOMString Attributes", + "number": "6.3.4" + }, + { + "id": "enumeration-example", + "href": "https://www.w3.org/TR/wai-aria-1.3/#enumeration-example", + "level": 5, + "title": "Example Attribute Usage", + "number": "6.3.4.1" + }, + { + "id": "translatable-attributes", + "href": "https://www.w3.org/TR/wai-aria-1.3/#translatable-attributes", + "level": 3, + "title": "Translatable Attributes", + "number": "6.4" + }, + { + "id": "global_states", + "href": "https://www.w3.org/TR/wai-aria-1.3/#global_states", + "level": 3, + "title": "Global States and Properties", + "number": "6.5" + }, + { + "id": "state_prop_taxonomy", + "href": "https://www.w3.org/TR/wai-aria-1.3/#state_prop_taxonomy", + "level": 3, + "title": "Taxonomy of WAI-ARIA States and Properties", + "number": "6.6" + }, + { + "id": "attrs_widgets", + "href": "https://www.w3.org/TR/wai-aria-1.3/#attrs_widgets", + "level": 4, + "title": "Widget Attributes", + "number": "6.6.1" + }, + { + "id": "attrs_liveregions", + "href": "https://www.w3.org/TR/wai-aria-1.3/#attrs_liveregions", + "level": 4, + "title": "Live Region Attributes", + "number": "6.6.2" + }, + { + "id": "attrs_dragdrop", + "href": "https://www.w3.org/TR/wai-aria-1.3/#attrs_dragdrop", + "level": 4, + "title": "Drag-and-Drop Attributes", + "number": "6.6.3" + }, + { + "id": "attrs_relationships", + "href": "https://www.w3.org/TR/wai-aria-1.3/#attrs_relationships", + "level": 4, + "title": "Relationship Attributes", + "number": "6.6.4" + }, + { + "id": "state_changes", + "href": "https://www.w3.org/TR/wai-aria-1.3/#state_changes", + "level": 3, + "title": "State change notification", + "number": "6.7" + }, + { + "id": "state_prop_def", + "href": "https://www.w3.org/TR/wai-aria-1.3/#state_prop_def", + "level": 3, + "title": "Definitions of States and Properties (all aria-* attributes)", + "number": "6.8" + }, + { + "id": "accessibility_tree", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibility_tree", + "level": 2, + "title": "Accessibility Tree", + "number": "7" + }, + { + "id": "tree_exclusion", + "href": "https://www.w3.org/TR/wai-aria-1.3/#tree_exclusion", + "level": 3, + "title": "Excluding Elements from the Accessibility Tree", + "number": "7.1" + }, + { + "id": "tree_inclusion", + "href": "https://www.w3.org/TR/wai-aria-1.3/#tree_inclusion", + "level": 3, + "title": "Including Elements in the Accessibility Tree", + "number": "7.2" + }, + { + "id": "tree_relationships", + "href": "https://www.w3.org/TR/wai-aria-1.3/#tree_relationships", + "level": 3, + "title": "Relationships in the Accessibility Tree", + "number": "7.3" + }, + { + "id": "host_languages", + "href": "https://www.w3.org/TR/wai-aria-1.3/#host_languages", + "level": 2, + "title": "Implementation in Host Languages", + "number": "8" + }, + { + "id": "host_general_role", + "href": "https://www.w3.org/TR/wai-aria-1.3/#host_general_role", + "level": 3, + "title": "Role Attribute", + "number": "8.1" + }, + { + "id": "host_general_attrs", + "href": "https://www.w3.org/TR/wai-aria-1.3/#host_general_attrs", + "level": 3, + "title": "State and Property Attributes", + "number": "8.2" + }, + { + "id": "host_general_focus", + "href": "https://www.w3.org/TR/wai-aria-1.3/#host_general_focus", + "level": 3, + "title": "Focus Navigation", + "number": "8.3" + }, + { + "id": "implicit_semantics", + "href": "https://www.w3.org/TR/wai-aria-1.3/#implicit_semantics", + "level": 3, + "title": "Implicit WAI-ARIA Semantics", + "number": "8.4" + }, + { + "id": "host_general_conflict", + "href": "https://www.w3.org/TR/wai-aria-1.3/#host_general_conflict", + "level": 3, + "title": "Conflicts with Host Language Semantics", + "number": "8.5" + }, + { + "id": "state_property_processing", + "href": "https://www.w3.org/TR/wai-aria-1.3/#state_property_processing", + "level": 3, + "title": "State and Property Attribute Processing", + "number": "8.6" + }, + { + "id": "mapping_additional_relations_error_processing", + "href": "https://www.w3.org/TR/wai-aria-1.3/#mapping_additional_relations_error_processing", + "level": 4, + "title": "ID Reference Error Processing", + "number": "8.6.1" + }, + { + "id": "document-handling_css-selectors", + "href": "https://www.w3.org/TR/wai-aria-1.3/#document-handling_css-selectors", + "level": 3, + "title": "CSS Selectors", + "number": "8.7" + }, + { + "id": "document-handling_author-errors", + "href": "https://www.w3.org/TR/wai-aria-1.3/#document-handling_author-errors", + "level": 2, + "title": "Handling Author Errors", + "number": "9" + }, + { + "id": "document-handling_author-errors_roles", + "href": "https://www.w3.org/TR/wai-aria-1.3/#document-handling_author-errors_roles", + "level": 3, + "title": "Roles", + "number": "9.1" + }, + { + "id": "document-handling_author-errors_states-properties", + "href": "https://www.w3.org/TR/wai-aria-1.3/#document-handling_author-errors_states-properties", + "level": 3, + "title": "States and Properties", + "number": "9.2" + }, + { + "id": "conflict_resolution_presentation_none", + "href": "https://www.w3.org/TR/wai-aria-1.3/#conflict_resolution_presentation_none", + "level": 3, + "title": "Presentational Roles Conflict Resolution", + "number": "9.3" + }, + { + "id": "idl-interface", + "href": "https://www.w3.org/TR/wai-aria-1.3/#idl-interface", + "level": 2, + "title": "10. IDL Interface" + }, + { + "id": "ARIAMixin", + "href": "https://www.w3.org/TR/wai-aria-1.3/#ARIAMixin", + "level": 3, + "title": "Interface Mixin ARIAMixin", + "number": "10.1" + }, + { + "id": "accessibilityroleandproperties-correspondence", + "href": "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "level": 3, + "title": "ARIA Attribute Correspondence", + "number": "10.2" + }, + { + "id": "idl_attr_disambiguation", + "href": "https://www.w3.org/TR/wai-aria-1.3/#idl_attr_disambiguation", + "level": 4, + "title": "Disambiguation Pattern", + "number": "10.2.1" + }, + { + "id": "idl_attr_exceptions", + "href": "https://www.w3.org/TR/wai-aria-1.3/#idl_attr_exceptions", + "level": 4, + "title": "IDL Attribute Name Notes or Exceptions", + "number": "10.2.2" + }, + { + "id": "idl_element", + "href": "https://www.w3.org/TR/wai-aria-1.3/#idl_element", + "level": 3, + "title": "ARIAMixin Mixed in to Element", + "number": "10.3" + }, + { + "id": "idl_example_usage", + "href": "https://www.w3.org/TR/wai-aria-1.3/#idl_example_usage", + "level": 3, + "title": "Example IDL Attribute Usage", + "number": "10.4" + }, + { + "id": "security-considerations", + "href": "https://www.w3.org/TR/wai-aria-1.3/#security-considerations", + "level": 2, + "title": "11. Security Considerations" + }, + { + "id": "privacy-considerations", + "href": "https://www.w3.org/TR/wai-aria-1.3/#privacy-considerations", + "level": 2, + "title": "12. Privacy Considerations" + }, + { + "id": "typemapping", + "href": "https://www.w3.org/TR/wai-aria-1.3/#typemapping", + "level": 2, + "title": "Mapping WAI-ARIA Value types to languages", + "number": "A" + }, + { + "id": "changelog", + "href": "https://www.w3.org/TR/wai-aria-1.3/#changelog", + "level": 2, + "title": "Change Log", + "number": "B" + }, + { + "id": "major-feature-in-this-release", + "href": "https://www.w3.org/TR/wai-aria-1.3/#major-feature-in-this-release", + "level": 3, + "title": "Major feature in this release", + "number": "B.1" + }, + { + "id": "substantive-changes-since-aria-1-2", + "href": "https://www.w3.org/TR/wai-aria-1.3/#substantive-changes-since-aria-1-2", + "level": 3, + "title": "Substantive changes since ARIA 1.2", + "number": "B.2" + }, + { + "id": "acknowledgements", + "href": "https://www.w3.org/TR/wai-aria-1.3/#acknowledgements", + "level": 2, + "title": "Acknowledgments", + "number": "C" + }, + { + "id": "ack_group", + "href": "https://www.w3.org/TR/wai-aria-1.3/#ack_group", + "level": 3, + "title": "Participants active in the ARIA WG at the time of publication", + "number": "C.1" + }, + { + "id": "ack_funders", + "href": "https://www.w3.org/TR/wai-aria-1.3/#ack_funders", + "level": 3, + "title": "Enabling funders", + "number": "C.2" + }, + { + "id": "references", + "href": "https://www.w3.org/TR/wai-aria-1.3/#references", + "level": 2, + "title": "References", + "number": "D" + }, + { + "id": "normative-references", + "href": "https://www.w3.org/TR/wai-aria-1.3/#normative-references", + "level": 3, + "title": "Normative references", + "number": "D.1" + }, + { + "id": "informative-references", + "href": "https://www.w3.org/TR/wai-aria-1.3/#informative-references", + "level": 3, + "title": "Informative references", + "number": "D.2" + } + ] +} \ No newline at end of file diff --git a/tr/headings/wasm-core-1.json b/tr/headings/wasm-core-1.json deleted file mode 100644 index 5a94f6580ebf..000000000000 --- a/tr/headings/wasm-core-1.json +++ /dev/null @@ -1,3543 +0,0 @@ -{ - "spec": { - "title": "WebAssembly Core Specification", - "url": "https://www.w3.org/TR/wasm-core-1/" - }, - "headings": [ - { - "id": "title", - "href": "https://www.w3.org/TR/wasm-core-1/#title", - "level": 1, - "title": "WebAssembly Core Specification" - }, - { - "id": "subtitle", - "href": "https://www.w3.org/TR/wasm-core-1/#subtitle", - "level": 2, - "title": "W3C Recommendation, 5 December 2019" - }, - { - "id": "abstract", - "href": "https://www.w3.org/TR/wasm-core-1/#abstract", - "level": 2, - "title": "Abstract" - }, - { - "id": "status", - "href": "https://www.w3.org/TR/wasm-core-1/#status", - "level": 2, - "title": "Status of this document" - }, - { - "id": "toc", - "href": "https://www.w3.org/TR/wasm-core-1/#toc", - "level": 2, - "title": "Table of Contents" - }, - { - "id": "introduction①", - "href": "https://www.w3.org/TR/wasm-core-1/#introduction%E2%91%A0", - "level": 2, - "title": "Introduction", - "number": "1" - }, - { - "id": "introduction③", - "href": "https://www.w3.org/TR/wasm-core-1/#introduction%E2%91%A2", - "level": 3, - "title": "Introduction", - "number": "1.1" - }, - { - "id": "design-goals①", - "href": "https://www.w3.org/TR/wasm-core-1/#design-goals%E2%91%A0", - "level": 4, - "title": "Design Goals", - "number": "1.1.1" - }, - { - "id": "scope①", - "href": "https://www.w3.org/TR/wasm-core-1/#scope%E2%91%A0", - "level": 4, - "title": "Scope", - "number": "1.1.2" - }, - { - "id": "security-considerations①", - "href": "https://www.w3.org/TR/wasm-core-1/#security-considerations%E2%91%A0", - "level": 3, - "title": "Security Considerations", - "number": "1.2" - }, - { - "id": "dependencies①", - "href": "https://www.w3.org/TR/wasm-core-1/#dependencies%E2%91%A0", - "level": 4, - "title": "Dependencies", - "number": "1.2.1" - }, - { - "id": "overview①", - "href": "https://www.w3.org/TR/wasm-core-1/#overview%E2%91%A0", - "level": 3, - "title": "Overview", - "number": "1.3" - }, - { - "id": "concepts①", - "href": "https://www.w3.org/TR/wasm-core-1/#concepts%E2%91%A0", - "level": 4, - "title": "Concepts", - "number": "1.3.1" - }, - { - "id": "semantic-phases①", - "href": "https://www.w3.org/TR/wasm-core-1/#semantic-phases%E2%91%A0", - "level": 4, - "title": "Semantic Phases", - "number": "1.3.2" - }, - { - "id": "structure①", - "href": "https://www.w3.org/TR/wasm-core-1/#structure%E2%91%A0", - "level": 2, - "title": "Structure", - "number": "2" - }, - { - "id": "conventions①", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0", - "level": 3, - "title": "Conventions", - "number": "2.1" - }, - { - "id": "grammar-notation①", - "href": "https://www.w3.org/TR/wasm-core-1/#grammar-notation%E2%91%A0", - "level": 4, - "title": "Grammar Notation", - "number": "2.1.1" - }, - { - "id": "auxiliary-notation①", - "href": "https://www.w3.org/TR/wasm-core-1/#auxiliary-notation%E2%91%A0", - "level": 4, - "title": "Auxiliary Notation", - "number": "2.1.2" - }, - { - "id": "vectors①", - "href": "https://www.w3.org/TR/wasm-core-1/#vectors%E2%91%A0", - "level": 4, - "title": "Vectors", - "number": "2.1.3" - }, - { - "id": "values①", - "href": "https://www.w3.org/TR/wasm-core-1/#values%E2%91%A0", - "level": 3, - "title": "Values", - "number": "2.2" - }, - { - "id": "bytes①", - "href": "https://www.w3.org/TR/wasm-core-1/#bytes%E2%91%A0", - "level": 4, - "title": "Bytes", - "number": "2.2.1" - }, - { - "id": "conventions③", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A2", - "level": 5, - "title": "Conventions", - "number": "2.2.1.1" - }, - { - "id": "integers①", - "href": "https://www.w3.org/TR/wasm-core-1/#integers%E2%91%A0", - "level": 4, - "title": "Integers", - "number": "2.2.2" - }, - { - "id": "conventions④", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A3", - "level": 5, - "title": "Conventions", - "number": "2.2.2.1" - }, - { - "id": "floating-point①", - "href": "https://www.w3.org/TR/wasm-core-1/#floating-point%E2%91%A0", - "level": 4, - "title": "Floating-Point", - "number": "2.2.3" - }, - { - "id": "conventions⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A4", - "level": 5, - "title": "Conventions", - "number": "2.2.3.1" - }, - { - "id": "names①", - "href": "https://www.w3.org/TR/wasm-core-1/#names%E2%91%A0", - "level": 4, - "title": "Names", - "number": "2.2.4" - }, - { - "id": "convention①", - "href": "https://www.w3.org/TR/wasm-core-1/#convention%E2%91%A0", - "level": 5, - "title": "Convention", - "number": "2.2.4.1" - }, - { - "id": "types①", - "href": "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A0", - "level": 3, - "title": "Types", - "number": "2.3" - }, - { - "id": "value-types①", - "href": "https://www.w3.org/TR/wasm-core-1/#value-types%E2%91%A0", - "level": 4, - "title": "Value Types", - "number": "2.3.1" - }, - { - "id": "conventions⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A6", - "level": 5, - "title": "Conventions", - "number": "2.3.1.1" - }, - { - "id": "result-types①", - "href": "https://www.w3.org/TR/wasm-core-1/#result-types%E2%91%A0", - "level": 4, - "title": "Result Types", - "number": "2.3.2" - }, - { - "id": "function-types①", - "href": "https://www.w3.org/TR/wasm-core-1/#function-types%E2%91%A0", - "level": 4, - "title": "Function Types", - "number": "2.3.3" - }, - { - "id": "limits①", - "href": "https://www.w3.org/TR/wasm-core-1/#limits%E2%91%A0", - "level": 4, - "title": "Limits", - "number": "2.3.4" - }, - { - "id": "memory-types①", - "href": "https://www.w3.org/TR/wasm-core-1/#memory-types%E2%91%A0", - "level": 4, - "title": "Memory Types", - "number": "2.3.5" - }, - { - "id": "table-types①", - "href": "https://www.w3.org/TR/wasm-core-1/#table-types%E2%91%A0", - "level": 4, - "title": "Table Types", - "number": "2.3.6" - }, - { - "id": "global-types①", - "href": "https://www.w3.org/TR/wasm-core-1/#global-types%E2%91%A0", - "level": 4, - "title": "Global Types", - "number": "2.3.7" - }, - { - "id": "external-types①", - "href": "https://www.w3.org/TR/wasm-core-1/#external-types%E2%91%A0", - "level": 4, - "title": "External Types", - "number": "2.3.8" - }, - { - "id": "conventions⑧", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A7", - "level": 5, - "title": "Conventions", - "number": "2.3.8.1" - }, - { - "id": "instructions①", - "href": "https://www.w3.org/TR/wasm-core-1/#instructions%E2%91%A0", - "level": 3, - "title": "Instructions", - "number": "2.4" - }, - { - "id": "numeric-instructions①", - "href": "https://www.w3.org/TR/wasm-core-1/#numeric-instructions%E2%91%A0", - "level": 4, - "title": "Numeric Instructions", - "number": "2.4.1" - }, - { - "id": "conventions①⓪", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0%E2%93%AA", - "level": 5, - "title": "Conventions", - "number": "2.4.1.1" - }, - { - "id": "parametric-instructions①", - "href": "https://www.w3.org/TR/wasm-core-1/#parametric-instructions%E2%91%A0", - "level": 4, - "title": "Parametric Instructions", - "number": "2.4.2" - }, - { - "id": "variable-instructions①", - "href": "https://www.w3.org/TR/wasm-core-1/#variable-instructions%E2%91%A0", - "level": 4, - "title": "Variable Instructions", - "number": "2.4.3" - }, - { - "id": "memory-instructions①", - "href": "https://www.w3.org/TR/wasm-core-1/#memory-instructions%E2%91%A0", - "level": 4, - "title": "Memory Instructions", - "number": "2.4.4" - }, - { - "id": "control-instructions①", - "href": "https://www.w3.org/TR/wasm-core-1/#control-instructions%E2%91%A0", - "level": 4, - "title": "Control Instructions", - "number": "2.4.5" - }, - { - "id": "expressions①", - "href": "https://www.w3.org/TR/wasm-core-1/#expressions%E2%91%A0", - "level": 4, - "title": "Expressions", - "number": "2.4.6" - }, - { - "id": "modules①", - "href": "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A0", - "level": 3, - "title": "Modules", - "number": "2.5" - }, - { - "id": "indices①", - "href": "https://www.w3.org/TR/wasm-core-1/#indices%E2%91%A0", - "level": 4, - "title": "Indices", - "number": "2.5.1" - }, - { - "id": "conventions①②", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0%E2%91%A1", - "level": 5, - "title": "Conventions", - "number": "2.5.1.1" - }, - { - "id": "types③", - "href": "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A2", - "level": 4, - "title": "Types", - "number": "2.5.2" - }, - { - "id": "functions①", - "href": "https://www.w3.org/TR/wasm-core-1/#functions%E2%91%A0", - "level": 4, - "title": "Functions", - "number": "2.5.3" - }, - { - "id": "tables①", - "href": "https://www.w3.org/TR/wasm-core-1/#tables%E2%91%A0", - "level": 4, - "title": "Tables", - "number": "2.5.4" - }, - { - "id": "memories①", - "href": "https://www.w3.org/TR/wasm-core-1/#memories%E2%91%A0", - "level": 4, - "title": "Memories", - "number": "2.5.5" - }, - { - "id": "globals①", - "href": "https://www.w3.org/TR/wasm-core-1/#globals%E2%91%A0", - "level": 4, - "title": "Globals", - "number": "2.5.6" - }, - { - "id": "element-segments①", - "href": "https://www.w3.org/TR/wasm-core-1/#element-segments%E2%91%A0", - "level": 4, - "title": "Element Segments", - "number": "2.5.7" - }, - { - "id": "data-segments①", - "href": "https://www.w3.org/TR/wasm-core-1/#data-segments%E2%91%A0", - "level": 4, - "title": "Data Segments", - "number": "2.5.8" - }, - { - "id": "start-function①", - "href": "https://www.w3.org/TR/wasm-core-1/#start-function%E2%91%A0", - "level": 4, - "title": "Start Function", - "number": "2.5.9" - }, - { - "id": "exports①", - "href": "https://www.w3.org/TR/wasm-core-1/#exports%E2%91%A0", - "level": 4, - "title": "Exports", - "number": "2.5.10" - }, - { - "id": "conventions①③", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0%E2%91%A2", - "level": 5, - "title": "Conventions", - "number": "2.5.10.1" - }, - { - "id": "imports①", - "href": "https://www.w3.org/TR/wasm-core-1/#imports%E2%91%A0", - "level": 4, - "title": "Imports", - "number": "2.5.11" - }, - { - "id": "validation②", - "href": "https://www.w3.org/TR/wasm-core-1/#validation%E2%91%A1", - "level": 2, - "title": "Validation", - "number": "3" - }, - { - "id": "conventions①⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0%E2%91%A4", - "level": 3, - "title": "Conventions", - "number": "3.1" - }, - { - "id": "contexts①", - "href": "https://www.w3.org/TR/wasm-core-1/#contexts%E2%91%A0", - "level": 4, - "title": "Contexts", - "number": "3.1.1" - }, - { - "id": "prose-notation①", - "href": "https://www.w3.org/TR/wasm-core-1/#prose-notation%E2%91%A0", - "level": 4, - "title": "Prose Notation", - "number": "3.1.2" - }, - { - "id": "formal-notation①", - "href": "https://www.w3.org/TR/wasm-core-1/#formal-notation%E2%91%A0", - "level": 4, - "title": "Formal Notation", - "number": "3.1.3" - }, - { - "id": "types⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A4", - "level": 3, - "title": "Types", - "number": "3.2" - }, - { - "id": "limits③", - "href": "https://www.w3.org/TR/wasm-core-1/#limits%E2%91%A2", - "level": 4, - "title": "Limits", - "number": "3.2.1" - }, - { - "id": "--hrefsyntax-limitsmathsfminn-hrefsyntax-limitsmathsfmaxm", - "href": "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-limitsmathsfminn-hrefsyntax-limitsmathsfmaxm", - "level": 5, - "title": "{min n,max m?}", - "number": "3.2.1.1" - }, - { - "id": "function-types③", - "href": "https://www.w3.org/TR/wasm-core-1/#function-types%E2%91%A2", - "level": 4, - "title": "Function Types", - "number": "3.2.2" - }, - { - "id": "-t_1n-hrefsyntax-functyperightarrow-t_2m", - "href": "https://www.w3.org/TR/wasm-core-1/#-t_1n-hrefsyntax-functyperightarrow-t_2m", - "level": 5, - "title": "[t1n​]→[t2m​]", - "number": "3.2.2.1" - }, - { - "id": "table-types③", - "href": "https://www.w3.org/TR/wasm-core-1/#table-types%E2%91%A2", - "level": 4, - "title": "Table Types", - "number": "3.2.3" - }, - { - "id": "-hrefsyntax-limitsmathitlimitshrefsyntax-elemtypemathitelemtype", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-limitsmathitlimitshrefsyntax-elemtypemathitelemtype", - "level": 5, - "title": "limits elemtype", - "number": "3.2.3.1" - }, - { - "id": "memory-types③", - "href": "https://www.w3.org/TR/wasm-core-1/#memory-types%E2%91%A2", - "level": 4, - "title": "Memory Types", - "number": "3.2.4" - }, - { - "id": "-hrefsyntax-limitsmathitlimits", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-limitsmathitlimits", - "level": 5, - "title": "limits", - "number": "3.2.4.1" - }, - { - "id": "global-types③", - "href": "https://www.w3.org/TR/wasm-core-1/#global-types%E2%91%A2", - "level": 4, - "title": "Global Types", - "number": "3.2.5" - }, - { - "id": "-hrefsyntax-mutmathitmuthrefsyntax-valtypemathitvaltype", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-mutmathitmuthrefsyntax-valtypemathitvaltype", - "level": 5, - "title": "mut valtype", - "number": "3.2.5.1" - }, - { - "id": "external-types③", - "href": "https://www.w3.org/TR/wasm-core-1/#external-types%E2%91%A2", - "level": 4, - "title": "External Types", - "number": "3.2.6" - }, - { - "id": "-hrefsyntax-externtypemathsffunchrefsyntax-functypemathitfunctype", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-externtypemathsffunchrefsyntax-functypemathitfunctype", - "level": 5, - "title": "func functype", - "number": "3.2.6.1" - }, - { - "id": "-hrefsyntax-externtypemathsftablehrefsyntax-tabletypemathittabletype", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-externtypemathsftablehrefsyntax-tabletypemathittabletype", - "level": 5, - "title": "table tabletype", - "number": "3.2.6.2" - }, - { - "id": "-hrefsyntax-externtypemathsfmemhrefsyntax-memtypemathitmemtype", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-externtypemathsfmemhrefsyntax-memtypemathitmemtype", - "level": 5, - "title": "mem memtype", - "number": "3.2.6.3" - }, - { - "id": "-hrefsyntax-externtypemathsfglobalhrefsyntax-globaltypemathitglobaltype", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-externtypemathsfglobalhrefsyntax-globaltypemathitglobaltype", - "level": 5, - "title": "global globaltype", - "number": "3.2.6.4" - }, - { - "id": "instructions③", - "href": "https://www.w3.org/TR/wasm-core-1/#instructions%E2%91%A2", - "level": 3, - "title": "Instructions", - "number": "3.3" - }, - { - "id": "numeric-instructions③", - "href": "https://www.w3.org/TR/wasm-core-1/#numeric-instructions%E2%91%A2", - "level": 4, - "title": "Numeric Instructions", - "number": "3.3.1" - }, - { - "id": "-tmathsfhrefsyntax-instr-numericmathsfconstc", - "href": "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-instr-numericmathsfconstc", - "level": 5, - "title": "t.const c", - "number": "3.3.1.1" - }, - { - "id": "-tmathsfhrefsyntax-unopmathitunop", - "href": "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-unopmathitunop", - "level": 5, - "title": "t.unop", - "number": "3.3.1.2" - }, - { - "id": "-tmathsfhrefsyntax-binopmathitbinop", - "href": "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-binopmathitbinop", - "level": 5, - "title": "t.binop", - "number": "3.3.1.3" - }, - { - "id": "-tmathsfhrefsyntax-testopmathittestop", - "href": "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-testopmathittestop", - "level": 5, - "title": "t.testop", - "number": "3.3.1.4" - }, - { - "id": "-tmathsfhrefsyntax-relopmathitrelop", - "href": "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-relopmathitrelop", - "level": 5, - "title": "t.relop", - "number": "3.3.1.5" - }, - { - "id": "-t_2mathsfhrefsyntax-cvtopmathitcvtopmathsf_t_1mathsf_hrefsyntax-sxmathitsx", - "href": "https://www.w3.org/TR/wasm-core-1/#-t_2mathsfhrefsyntax-cvtopmathitcvtopmathsf_t_1mathsf_hrefsyntax-sxmathitsx", - "level": 5, - "title": "t2​.cvtop_t1​_sx?", - "number": "3.3.1.6" - }, - { - "id": "parametric-instructions③", - "href": "https://www.w3.org/TR/wasm-core-1/#parametric-instructions%E2%91%A2", - "level": 4, - "title": "Parametric Instructions", - "number": "3.3.2" - }, - { - "id": "-hrefsyntax-instr-parametricmathsfdrop", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-parametricmathsfdrop", - "level": 5, - "title": "drop", - "number": "3.3.2.1" - }, - { - "id": "-hrefsyntax-instr-parametricmathsfselect", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-parametricmathsfselect", - "level": 5, - "title": "select", - "number": "3.3.2.2" - }, - { - "id": "variable-instructions③", - "href": "https://www.w3.org/TR/wasm-core-1/#variable-instructions%E2%91%A2", - "level": 4, - "title": "Variable Instructions", - "number": "3.3.3" - }, - { - "id": "-hrefsyntax-instr-variablemathsflocalgetx", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsflocalgetx", - "level": 5, - "title": "local.get x", - "number": "3.3.3.1" - }, - { - "id": "-hrefsyntax-instr-variablemathsflocalsetx", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsflocalsetx", - "level": 5, - "title": "local.set x", - "number": "3.3.3.2" - }, - { - "id": "-hrefsyntax-instr-variablemathsflocalteex", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsflocalteex", - "level": 5, - "title": "local.tee x", - "number": "3.3.3.3" - }, - { - "id": "-hrefsyntax-instr-variablemathsfglobalgetx", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsfglobalgetx", - "level": 5, - "title": "global.get x", - "number": "3.3.3.4" - }, - { - "id": "-hrefsyntax-instr-variablemathsfglobalsetx", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsfglobalsetx", - "level": 5, - "title": "global.set x", - "number": "3.3.3.5" - }, - { - "id": "memory-instructions③", - "href": "https://www.w3.org/TR/wasm-core-1/#memory-instructions%E2%91%A2", - "level": 4, - "title": "Memory Instructions", - "number": "3.3.4" - }, - { - "id": "-tmathsfhrefsyntax-instr-memorymathsfloadhrefsyntax-memargmathitmemarg", - "href": "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-instr-memorymathsfloadhrefsyntax-memargmathitmemarg", - "level": 5, - "title": "t.load memarg", - "number": "3.3.4.1" - }, - { - "id": "-tmathsfhrefsyntax-instr-memorymathsfloadnmathsf_hrefsyntax-sxmathitsxhrefsyntax-memargmathitmemarg", - "href": "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-instr-memorymathsfloadnmathsf_hrefsyntax-sxmathitsxhrefsyntax-memargmathitmemarg", - "level": 5, - "title": "t.loadN_sx memarg", - "number": "3.3.4.2" - }, - { - "id": "-tmathsfhrefsyntax-instr-memorymathsfstorehrefsyntax-memargmathitmemarg", - "href": "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-instr-memorymathsfstorehrefsyntax-memargmathitmemarg", - "level": 5, - "title": "t.store memarg", - "number": "3.3.4.3" - }, - { - "id": "-tmathsfhrefsyntax-instr-memorymathsfstorenhrefsyntax-memargmathitmemarg", - "href": "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-instr-memorymathsfstorenhrefsyntax-memargmathitmemarg", - "level": 5, - "title": "t.storeN memarg", - "number": "3.3.4.4" - }, - { - "id": "-hrefsyntax-instr-memorymathsfmemorysize", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-memorymathsfmemorysize", - "level": 5, - "title": "memory.size", - "number": "3.3.4.5" - }, - { - "id": "-hrefsyntax-instr-memorymathsfmemorygrow", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-memorymathsfmemorygrow", - "level": 5, - "title": "memory.grow", - "number": "3.3.4.6" - }, - { - "id": "control-instructions③", - "href": "https://www.w3.org/TR/wasm-core-1/#control-instructions%E2%91%A2", - "level": 4, - "title": "Control Instructions", - "number": "3.3.5" - }, - { - "id": "-hrefsyntax-instr-controlmathsfnop", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfnop", - "level": 5, - "title": "nop", - "number": "3.3.5.1" - }, - { - "id": "-hrefsyntax-instr-controlmathsfunreachable", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfunreachable", - "level": 5, - "title": "unreachable", - "number": "3.3.5.2" - }, - { - "id": "-hrefsyntax-instr-controlmathsfblockthrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfblockthrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend", - "level": 5, - "title": "block [t?] instr∗ end", - "number": "3.3.5.3" - }, - { - "id": "-hrefsyntax-instr-controlmathsfloopthrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfloopthrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend", - "level": 5, - "title": "loop [t?] instr∗ end", - "number": "3.3.5.4" - }, - { - "id": "-hrefsyntax-instr-controlmathsfifthrefsyntax-instrmathitinstr_1asthrefsyntax-instr-controlmathsfelsehrefsyntax-instrmathitinstr_2asthrefsyntax-instr-controlmathsfend", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfifthrefsyntax-instrmathitinstr_1asthrefsyntax-instr-controlmathsfelsehrefsyntax-instrmathitinstr_2asthrefsyntax-instr-controlmathsfend", - "level": 5, - "title": "if [t?] instr1∗​ else instr2∗​ end", - "number": "3.3.5.5" - }, - { - "id": "-hrefsyntax-instr-controlmathsfbrl", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfbrl", - "level": 5, - "title": "br l", - "number": "3.3.5.6" - }, - { - "id": "-hrefsyntax-instr-controlmathsfbr_ifl", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfbr_ifl", - "level": 5, - "title": "br_if l", - "number": "3.3.5.7" - }, - { - "id": "-hrefsyntax-instr-controlmathsfbr_tablelastl_n", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfbr_tablelastl_n", - "level": 5, - "title": "br_table l∗ lN​", - "number": "3.3.5.8" - }, - { - "id": "-hrefsyntax-instr-controlmathsfreturn", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfreturn", - "level": 5, - "title": "return", - "number": "3.3.5.9" - }, - { - "id": "-hrefsyntax-instr-controlmathsfcallx", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfcallx", - "level": 5, - "title": "call x", - "number": "3.3.5.10" - }, - { - "id": "-hrefsyntax-instr-controlmathsfcall_indirectx", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfcall_indirectx", - "level": 5, - "title": "call_indirect x", - "number": "3.3.5.11" - }, - { - "id": "instruction-sequences①", - "href": "https://www.w3.org/TR/wasm-core-1/#instruction-sequences%E2%91%A0", - "level": 4, - "title": "Instruction Sequences", - "number": "3.3.6" - }, - { - "id": "empty-instruction-sequence--epsilon", - "href": "https://www.w3.org/TR/wasm-core-1/#empty-instruction-sequence--epsilon", - "level": 5, - "title": "Empty Instruction Sequence: ϵ", - "number": "3.3.6.1" - }, - { - "id": "non-empty-instruction-sequence--hrefsyntax-instrmathitinstrasthrefsyntax-instrmathitinstr_n", - "href": "https://www.w3.org/TR/wasm-core-1/#non-empty-instruction-sequence--hrefsyntax-instrmathitinstrasthrefsyntax-instrmathitinstr_n", - "level": 5, - "title": "Non-empty Instruction Sequence: instr∗ instrN​", - "number": "3.3.6.2" - }, - { - "id": "expressions③", - "href": "https://www.w3.org/TR/wasm-core-1/#expressions%E2%91%A2", - "level": 4, - "title": "Expressions", - "number": "3.3.7" - }, - { - "id": "-hrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend", - "level": 5, - "title": "instr∗ end", - "number": "3.3.7.1" - }, - { - "id": "constant-expressions①", - "href": "https://www.w3.org/TR/wasm-core-1/#constant-expressions%E2%91%A0", - "level": 5, - "title": "Constant Expressions", - "number": "3.3.7.2" - }, - { - "id": "modules③", - "href": "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A2", - "level": 3, - "title": "Modules", - "number": "3.4" - }, - { - "id": "functions③", - "href": "https://www.w3.org/TR/wasm-core-1/#functions%E2%91%A2", - "level": 4, - "title": "Functions", - "number": "3.4.1" - }, - { - "id": "--hrefsyntax-funcmathsftypex-hrefsyntax-funcmathsflocalstast-hrefsyntax-funcmathsfbodyhrefsyntax-exprmathitexpr", - "href": "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-funcmathsftypex-hrefsyntax-funcmathsflocalstast-hrefsyntax-funcmathsfbodyhrefsyntax-exprmathitexpr", - "level": 5, - "title": "{type x,locals t∗,body expr}", - "number": "3.4.1.1" - }, - { - "id": "tables③", - "href": "https://www.w3.org/TR/wasm-core-1/#tables%E2%91%A2", - "level": 4, - "title": "Tables", - "number": "3.4.2" - }, - { - "id": "--hrefsyntax-tablemathsftypehrefsyntax-tabletypemathittabletype", - "href": "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-tablemathsftypehrefsyntax-tabletypemathittabletype", - "level": 5, - "title": "{type tabletype}", - "number": "3.4.2.1" - }, - { - "id": "memories③", - "href": "https://www.w3.org/TR/wasm-core-1/#memories%E2%91%A2", - "level": 4, - "title": "Memories", - "number": "3.4.3" - }, - { - "id": "--hrefsyntax-memmathsftypehrefsyntax-memtypemathitmemtype", - "href": "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-memmathsftypehrefsyntax-memtypemathitmemtype", - "level": 5, - "title": "{type memtype}", - "number": "3.4.3.1" - }, - { - "id": "globals③", - "href": "https://www.w3.org/TR/wasm-core-1/#globals%E2%91%A2", - "level": 4, - "title": "Globals", - "number": "3.4.4" - }, - { - "id": "--hrefsyntax-globalmathsftypehrefsyntax-mutmathitmutt-hrefsyntax-globalmathsfinithrefsyntax-exprmathitexpr", - "href": "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-globalmathsftypehrefsyntax-mutmathitmutt-hrefsyntax-globalmathsfinithrefsyntax-exprmathitexpr", - "level": 5, - "title": "{type mut t,init expr}", - "number": "3.4.4.1" - }, - { - "id": "element-segments③", - "href": "https://www.w3.org/TR/wasm-core-1/#element-segments%E2%91%A2", - "level": 4, - "title": "Element Segments", - "number": "3.4.5" - }, - { - "id": "--hrefsyntax-elemmathsftablex-hrefsyntax-elemmathsfoffsethrefsyntax-exprmathitexpr-hrefsyntax-elemmathsfinityast", - "href": "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-elemmathsftablex-hrefsyntax-elemmathsfoffsethrefsyntax-exprmathitexpr-hrefsyntax-elemmathsfinityast", - "level": 5, - "title": "{table x,offset expr,init y∗}", - "number": "3.4.5.1" - }, - { - "id": "data-segments③", - "href": "https://www.w3.org/TR/wasm-core-1/#data-segments%E2%91%A2", - "level": 4, - "title": "Data Segments", - "number": "3.4.6" - }, - { - "id": "--hrefsyntax-datamathsfdatax-hrefsyntax-datamathsfoffsethrefsyntax-exprmathitexpr-hrefsyntax-datamathsfinitbast", - "href": "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-datamathsfdatax-hrefsyntax-datamathsfoffsethrefsyntax-exprmathitexpr-hrefsyntax-datamathsfinitbast", - "level": 5, - "title": "{data x,offset expr,init b∗}", - "number": "3.4.6.1" - }, - { - "id": "start-function③", - "href": "https://www.w3.org/TR/wasm-core-1/#start-function%E2%91%A2", - "level": 4, - "title": "Start Function", - "number": "3.4.7" - }, - { - "id": "--hrefsyntax-startmathsffuncx", - "href": "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-startmathsffuncx", - "level": 5, - "title": "{func x}", - "number": "3.4.7.1" - }, - { - "id": "exports③", - "href": "https://www.w3.org/TR/wasm-core-1/#exports%E2%91%A2", - "level": 4, - "title": "Exports", - "number": "3.4.8" - }, - { - "id": "--hrefsyntax-exportmathsfnamehrefsyntax-namemathitname-hrefsyntax-exportmathsfdeschrefsyntax-exportdescmathitexportdesc", - "href": "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-exportmathsfnamehrefsyntax-namemathitname-hrefsyntax-exportmathsfdeschrefsyntax-exportdescmathitexportdesc", - "level": 5, - "title": "{name name,desc exportdesc}", - "number": "3.4.8.1" - }, - { - "id": "-hrefsyntax-exportdescmathsffuncx", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-exportdescmathsffuncx", - "level": 5, - "title": "func x", - "number": "3.4.8.2" - }, - { - "id": "-hrefsyntax-exportdescmathsftablex", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-exportdescmathsftablex", - "level": 5, - "title": "table x", - "number": "3.4.8.3" - }, - { - "id": "-hrefsyntax-exportdescmathsfmemx", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-exportdescmathsfmemx", - "level": 5, - "title": "mem x", - "number": "3.4.8.4" - }, - { - "id": "-hrefsyntax-exportdescmathsfglobalx", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-exportdescmathsfglobalx", - "level": 5, - "title": "global x", - "number": "3.4.8.5" - }, - { - "id": "imports③", - "href": "https://www.w3.org/TR/wasm-core-1/#imports%E2%91%A2", - "level": 4, - "title": "Imports", - "number": "3.4.9" - }, - { - "id": "--hrefsyntax-importmathsfmodulehrefsyntax-namemathitname_1-hrefsyntax-importmathsfnamehrefsyntax-namemathitname_2-hrefsyntax-importmathsfdeschrefsyntax-importdescmathitimportdesc", - "href": "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-importmathsfmodulehrefsyntax-namemathitname_1-hrefsyntax-importmathsfnamehrefsyntax-namemathitname_2-hrefsyntax-importmathsfdeschrefsyntax-importdescmathitimportdesc", - "level": 5, - "title": "{module name1​,name name2​,desc importdesc}", - "number": "3.4.9.1" - }, - { - "id": "-hrefsyntax-importdescmathsffuncx", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-importdescmathsffuncx", - "level": 5, - "title": "func x", - "number": "3.4.9.2" - }, - { - "id": "-hrefsyntax-importdescmathsftablehrefsyntax-tabletypemathittabletype", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-importdescmathsftablehrefsyntax-tabletypemathittabletype", - "level": 5, - "title": "table tabletype", - "number": "3.4.9.3" - }, - { - "id": "-hrefsyntax-importdescmathsfmemhrefsyntax-memtypemathitmemtype", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-importdescmathsfmemhrefsyntax-memtypemathitmemtype", - "level": 5, - "title": "mem memtype", - "number": "3.4.9.4" - }, - { - "id": "-hrefsyntax-importdescmathsfglobalhrefsyntax-globaltypemathitglobaltype", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-importdescmathsfglobalhrefsyntax-globaltypemathitglobaltype", - "level": 5, - "title": "global globaltype", - "number": "3.4.9.5" - }, - { - "id": "modules④", - "href": "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A3", - "level": 4, - "title": "Modules", - "number": "3.4.10" - }, - { - "id": "execution②", - "href": "https://www.w3.org/TR/wasm-core-1/#execution%E2%91%A1", - "level": 2, - "title": "Execution", - "number": "4" - }, - { - "id": "conventions①⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0%E2%91%A6", - "level": 3, - "title": "Conventions", - "number": "4.1" - }, - { - "id": "prose-notation③", - "href": "https://www.w3.org/TR/wasm-core-1/#prose-notation%E2%91%A2", - "level": 4, - "title": "Prose Notation", - "number": "4.1.1" - }, - { - "id": "formal-notation③", - "href": "https://www.w3.org/TR/wasm-core-1/#formal-notation%E2%91%A2", - "level": 4, - "title": "Formal Notation", - "number": "4.1.2" - }, - { - "id": "runtime-structure①", - "href": "https://www.w3.org/TR/wasm-core-1/#runtime-structure%E2%91%A0", - "level": 3, - "title": "Runtime Structure", - "number": "4.2" - }, - { - "id": "values③", - "href": "https://www.w3.org/TR/wasm-core-1/#values%E2%91%A2", - "level": 4, - "title": "Values", - "number": "4.2.1" - }, - { - "id": "results①", - "href": "https://www.w3.org/TR/wasm-core-1/#results%E2%91%A0", - "level": 4, - "title": "Results", - "number": "4.2.2" - }, - { - "id": "store①", - "href": "https://www.w3.org/TR/wasm-core-1/#store%E2%91%A0", - "level": 4, - "title": "Store", - "number": "4.2.3" - }, - { - "id": "convention③", - "href": "https://www.w3.org/TR/wasm-core-1/#convention%E2%91%A2", - "level": 5, - "title": "Convention", - "number": "4.2.3.1" - }, - { - "id": "addresses①", - "href": "https://www.w3.org/TR/wasm-core-1/#addresses%E2%91%A0", - "level": 4, - "title": "Addresses", - "number": "4.2.4" - }, - { - "id": "module-instances①", - "href": "https://www.w3.org/TR/wasm-core-1/#module-instances%E2%91%A0", - "level": 4, - "title": "Module Instances", - "number": "4.2.5" - }, - { - "id": "function-instances①", - "href": "https://www.w3.org/TR/wasm-core-1/#function-instances%E2%91%A0", - "level": 4, - "title": "Function Instances", - "number": "4.2.6" - }, - { - "id": "table-instances①", - "href": "https://www.w3.org/TR/wasm-core-1/#table-instances%E2%91%A0", - "level": 4, - "title": "Table Instances", - "number": "4.2.7" - }, - { - "id": "memory-instances①", - "href": "https://www.w3.org/TR/wasm-core-1/#memory-instances%E2%91%A0", - "level": 4, - "title": "Memory Instances", - "number": "4.2.8" - }, - { - "id": "global-instances①", - "href": "https://www.w3.org/TR/wasm-core-1/#global-instances%E2%91%A0", - "level": 4, - "title": "Global Instances", - "number": "4.2.9" - }, - { - "id": "export-instances①", - "href": "https://www.w3.org/TR/wasm-core-1/#export-instances%E2%91%A0", - "level": 4, - "title": "Export Instances", - "number": "4.2.10" - }, - { - "id": "external-values①", - "href": "https://www.w3.org/TR/wasm-core-1/#external-values%E2%91%A0", - "level": 4, - "title": "External Values", - "number": "4.2.11" - }, - { - "id": "conventions①⑨", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0%E2%91%A8", - "level": 5, - "title": "Conventions", - "number": "4.2.11.1" - }, - { - "id": "stack①", - "href": "https://www.w3.org/TR/wasm-core-1/#stack%E2%91%A0", - "level": 4, - "title": "Stack", - "number": "4.2.12" - }, - { - "id": "values④", - "href": "https://www.w3.org/TR/wasm-core-1/#values%E2%91%A3", - "level": 5, - "title": "Values", - "number": "4.2.12.1" - }, - { - "id": "labels①", - "href": "https://www.w3.org/TR/wasm-core-1/#labels%E2%91%A0", - "level": 5, - "title": "Labels", - "number": "4.2.12.2" - }, - { - "id": "activations-and-frames①", - "href": "https://www.w3.org/TR/wasm-core-1/#activations-and-frames%E2%91%A0", - "level": 5, - "title": "Activations and Frames", - "number": "4.2.12.3" - }, - { - "id": "conventions②⓪", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A1%E2%93%AA", - "level": 5, - "title": "Conventions", - "number": "4.2.12.4" - }, - { - "id": "administrative-instructions①", - "href": "https://www.w3.org/TR/wasm-core-1/#administrative-instructions%E2%91%A0", - "level": 4, - "title": "Administrative Instructions", - "number": "4.2.13" - }, - { - "id": "block-contexts①", - "href": "https://www.w3.org/TR/wasm-core-1/#block-contexts%E2%91%A0", - "level": 5, - "title": "Block Contexts", - "number": "4.2.13.1" - }, - { - "id": "configurations①", - "href": "https://www.w3.org/TR/wasm-core-1/#configurations%E2%91%A0", - "level": 5, - "title": "Configurations", - "number": "4.2.13.2" - }, - { - "id": "evaluation-contexts①", - "href": "https://www.w3.org/TR/wasm-core-1/#evaluation-contexts%E2%91%A0", - "level": 5, - "title": "Evaluation Contexts", - "number": "4.2.13.3" - }, - { - "id": "numerics①", - "href": "https://www.w3.org/TR/wasm-core-1/#numerics%E2%91%A0", - "level": 3, - "title": "Numerics", - "number": "4.3" - }, - { - "id": "representations①", - "href": "https://www.w3.org/TR/wasm-core-1/#representations%E2%91%A0", - "level": 4, - "title": "Representations", - "number": "4.3.1" - }, - { - "id": "integers③", - "href": "https://www.w3.org/TR/wasm-core-1/#integers%E2%91%A2", - "level": 5, - "title": "Integers", - "number": "4.3.1.1" - }, - { - "id": "floating-point③", - "href": "https://www.w3.org/TR/wasm-core-1/#floating-point%E2%91%A2", - "level": 5, - "title": "Floating-Point", - "number": "4.3.1.2" - }, - { - "id": "storage①", - "href": "https://www.w3.org/TR/wasm-core-1/#storage%E2%91%A0", - "level": 5, - "title": "Storage", - "number": "4.3.1.3" - }, - { - "id": "integer-operations①", - "href": "https://www.w3.org/TR/wasm-core-1/#integer-operations%E2%91%A0", - "level": 4, - "title": "Integer Operations", - "number": "4.3.2" - }, - { - "id": "sign-interpretation①", - "href": "https://www.w3.org/TR/wasm-core-1/#sign-interpretation%E2%91%A0", - "level": 5, - "title": "Sign Interpretation", - "number": "4.3.2.1" - }, - { - "id": "boolean-interpretation①", - "href": "https://www.w3.org/TR/wasm-core-1/#boolean-interpretation%E2%91%A0", - "level": 5, - "title": "Boolean Interpretation", - "number": "4.3.2.2" - }, - { - "id": "-hrefop-iaddmathrmiadd_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-iaddmathrmiadd_n-i_1-i_2", - "level": 5, - "title": "iaddN​(i1​,i2​)", - "number": "4.3.2.3" - }, - { - "id": "-hrefop-isubmathrmisub_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-isubmathrmisub_n-i_1-i_2", - "level": 5, - "title": "isubN​(i1​,i2​)", - "number": "4.3.2.4" - }, - { - "id": "-hrefop-imulmathrmimul_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-imulmathrmimul_n-i_1-i_2", - "level": 5, - "title": "imulN​(i1​,i2​)", - "number": "4.3.2.5" - }, - { - "id": "-hrefop-idiv-umathrmidiv_u_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-idiv-umathrmidiv_u_n-i_1-i_2", - "level": 5, - "title": "idiv_uN​(i1​,i2​)", - "number": "4.3.2.6" - }, - { - "id": "-hrefop-idiv-smathrmidiv_s_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-idiv-smathrmidiv_s_n-i_1-i_2", - "level": 5, - "title": "idiv_sN​(i1​,i2​)", - "number": "4.3.2.7" - }, - { - "id": "-hrefop-irem-umathrmirem_u_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-irem-umathrmirem_u_n-i_1-i_2", - "level": 5, - "title": "irem_uN​(i1​,i2​)", - "number": "4.3.2.8" - }, - { - "id": "-hrefop-irem-smathrmirem_s_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-irem-smathrmirem_s_n-i_1-i_2", - "level": 5, - "title": "irem_sN​(i1​,i2​)", - "number": "4.3.2.9" - }, - { - "id": "-hrefop-iandmathrmiand_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-iandmathrmiand_n-i_1-i_2", - "level": 5, - "title": "iandN​(i1​,i2​)", - "number": "4.3.2.10" - }, - { - "id": "-hrefop-iormathrmior_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-iormathrmior_n-i_1-i_2", - "level": 5, - "title": "iorN​(i1​,i2​)", - "number": "4.3.2.11" - }, - { - "id": "-hrefop-ixormathrmixor_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-ixormathrmixor_n-i_1-i_2", - "level": 5, - "title": "ixorN​(i1​,i2​)", - "number": "4.3.2.12" - }, - { - "id": "-hrefop-ishlmathrmishl_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-ishlmathrmishl_n-i_1-i_2", - "level": 5, - "title": "ishlN​(i1​,i2​)", - "number": "4.3.2.13" - }, - { - "id": "-hrefop-ishr-umathrmishr_u_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-ishr-umathrmishr_u_n-i_1-i_2", - "level": 5, - "title": "ishr_uN​(i1​,i2​)", - "number": "4.3.2.14" - }, - { - "id": "-hrefop-ishr-smathrmishr_s_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-ishr-smathrmishr_s_n-i_1-i_2", - "level": 5, - "title": "ishr_sN​(i1​,i2​)", - "number": "4.3.2.15" - }, - { - "id": "-hrefop-irotlmathrmirotl_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-irotlmathrmirotl_n-i_1-i_2", - "level": 5, - "title": "irotlN​(i1​,i2​)", - "number": "4.3.2.16" - }, - { - "id": "-hrefop-irotrmathrmirotr_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-irotrmathrmirotr_n-i_1-i_2", - "level": 5, - "title": "irotrN​(i1​,i2​)", - "number": "4.3.2.17" - }, - { - "id": "-hrefop-iclzmathrmiclz_n-i", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-iclzmathrmiclz_n-i", - "level": 5, - "title": "iclzN​(i)", - "number": "4.3.2.18" - }, - { - "id": "-hrefop-ictzmathrmictz_n-i", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-ictzmathrmictz_n-i", - "level": 5, - "title": "ictzN​(i)", - "number": "4.3.2.19" - }, - { - "id": "-hrefop-ipopcntmathrmipopcnt_n-i", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-ipopcntmathrmipopcnt_n-i", - "level": 5, - "title": "ipopcntN​(i)", - "number": "4.3.2.20" - }, - { - "id": "-hrefop-ieqzmathrmieqz_n-i", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-ieqzmathrmieqz_n-i", - "level": 5, - "title": "ieqzN​(i)", - "number": "4.3.2.21" - }, - { - "id": "-hrefop-ieqmathrmieq_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-ieqmathrmieq_n-i_1-i_2", - "level": 5, - "title": "ieqN​(i1​,i2​)", - "number": "4.3.2.22" - }, - { - "id": "-hrefop-inemathrmine_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-inemathrmine_n-i_1-i_2", - "level": 5, - "title": "ineN​(i1​,i2​)", - "number": "4.3.2.23" - }, - { - "id": "-hrefop-ilt-umathrmilt_u_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-ilt-umathrmilt_u_n-i_1-i_2", - "level": 5, - "title": "ilt_uN​(i1​,i2​)", - "number": "4.3.2.24" - }, - { - "id": "-hrefop-ilt-smathrmilt_s_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-ilt-smathrmilt_s_n-i_1-i_2", - "level": 5, - "title": "ilt_sN​(i1​,i2​)", - "number": "4.3.2.25" - }, - { - "id": "-hrefop-igt-umathrmigt_u_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-igt-umathrmigt_u_n-i_1-i_2", - "level": 5, - "title": "igt_uN​(i1​,i2​)", - "number": "4.3.2.26" - }, - { - "id": "-hrefop-igt-smathrmigt_s_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-igt-smathrmigt_s_n-i_1-i_2", - "level": 5, - "title": "igt_sN​(i1​,i2​)", - "number": "4.3.2.27" - }, - { - "id": "-hrefop-ile-umathrmile_u_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-ile-umathrmile_u_n-i_1-i_2", - "level": 5, - "title": "ile_uN​(i1​,i2​)", - "number": "4.3.2.28" - }, - { - "id": "-hrefop-ile-smathrmile_s_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-ile-smathrmile_s_n-i_1-i_2", - "level": 5, - "title": "ile_sN​(i1​,i2​)", - "number": "4.3.2.29" - }, - { - "id": "-hrefop-ige-umathrmige_u_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-ige-umathrmige_u_n-i_1-i_2", - "level": 5, - "title": "ige_uN​(i1​,i2​)", - "number": "4.3.2.30" - }, - { - "id": "-hrefop-ige-smathrmige_s_n-i_1-i_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-ige-smathrmige_s_n-i_1-i_2", - "level": 5, - "title": "ige_sN​(i1​,i2​)", - "number": "4.3.2.31" - }, - { - "id": "floating-point-operations①", - "href": "https://www.w3.org/TR/wasm-core-1/#floating-point-operations%E2%91%A0", - "level": 4, - "title": "Floating-Point Operations", - "number": "4.3.3" - }, - { - "id": "rounding①", - "href": "https://www.w3.org/TR/wasm-core-1/#rounding%E2%91%A0", - "level": 5, - "title": "Rounding", - "number": "4.3.3.1" - }, - { - "id": "nan-propagation①", - "href": "https://www.w3.org/TR/wasm-core-1/#nan-propagation%E2%91%A0", - "level": 5, - "title": "NaN Propagation", - "number": "4.3.3.2" - }, - { - "id": "-hrefop-faddmathrmfadd_n-z_1-z_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-faddmathrmfadd_n-z_1-z_2", - "level": 5, - "title": "faddN​(z1​,z2​)", - "number": "4.3.3.3" - }, - { - "id": "-hrefop-fsubmathrmfsub_n-z_1-z_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-fsubmathrmfsub_n-z_1-z_2", - "level": 5, - "title": "fsubN​(z1​,z2​)", - "number": "4.3.3.4" - }, - { - "id": "-hrefop-fmulmathrmfmul_n-z_1-z_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-fmulmathrmfmul_n-z_1-z_2", - "level": 5, - "title": "fmulN​(z1​,z2​)", - "number": "4.3.3.5" - }, - { - "id": "-hrefop-fdivmathrmfdiv_n-z_1-z_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-fdivmathrmfdiv_n-z_1-z_2", - "level": 5, - "title": "fdivN​(z1​,z2​)", - "number": "4.3.3.6" - }, - { - "id": "-hrefop-fminmathrmfmin_n-z_1-z_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-fminmathrmfmin_n-z_1-z_2", - "level": 5, - "title": "fminN​(z1​,z2​)", - "number": "4.3.3.7" - }, - { - "id": "-hrefop-fmaxmathrmfmax_n-z_1-z_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-fmaxmathrmfmax_n-z_1-z_2", - "level": 5, - "title": "fmaxN​(z1​,z2​)", - "number": "4.3.3.8" - }, - { - "id": "-hrefop-fcopysignmathrmfcopysign_n-z_1-z_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-fcopysignmathrmfcopysign_n-z_1-z_2", - "level": 5, - "title": "fcopysignN​(z1​,z2​)", - "number": "4.3.3.9" - }, - { - "id": "-hrefop-fabsmathrmfabs_n-z", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-fabsmathrmfabs_n-z", - "level": 5, - "title": "fabsN​(z)", - "number": "4.3.3.10" - }, - { - "id": "-hrefop-fnegmathrmfneg_n-z", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-fnegmathrmfneg_n-z", - "level": 5, - "title": "fnegN​(z)", - "number": "4.3.3.11" - }, - { - "id": "-hrefop-fsqrtmathrmfsqrt_n-z", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-fsqrtmathrmfsqrt_n-z", - "level": 5, - "title": "fsqrtN​(z)", - "number": "4.3.3.12" - }, - { - "id": "-hrefop-fceilmathrmfceil_n-z", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-fceilmathrmfceil_n-z", - "level": 5, - "title": "fceilN​(z)", - "number": "4.3.3.13" - }, - { - "id": "-hrefop-ffloormathrmffloor_n-z", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-ffloormathrmffloor_n-z", - "level": 5, - "title": "ffloorN​(z)", - "number": "4.3.3.14" - }, - { - "id": "-hrefop-ftruncmathrmftrunc_n-z", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-ftruncmathrmftrunc_n-z", - "level": 5, - "title": "ftruncN​(z)", - "number": "4.3.3.15" - }, - { - "id": "-hrefop-fnearestmathrmfnearest_n-z", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-fnearestmathrmfnearest_n-z", - "level": 5, - "title": "fnearestN​(z)", - "number": "4.3.3.16" - }, - { - "id": "-hrefop-feqmathrmfeq_n-z_1-z_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-feqmathrmfeq_n-z_1-z_2", - "level": 5, - "title": "feqN​(z1​,z2​)", - "number": "4.3.3.17" - }, - { - "id": "-hrefop-fnemathrmfne_n-z_1-z_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-fnemathrmfne_n-z_1-z_2", - "level": 5, - "title": "fneN​(z1​,z2​)", - "number": "4.3.3.18" - }, - { - "id": "-hrefop-fltmathrmflt_n-z_1-z_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-fltmathrmflt_n-z_1-z_2", - "level": 5, - "title": "fltN​(z1​,z2​)", - "number": "4.3.3.19" - }, - { - "id": "-hrefop-fgtmathrmfgt_n-z_1-z_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-fgtmathrmfgt_n-z_1-z_2", - "level": 5, - "title": "fgtN​(z1​,z2​)", - "number": "4.3.3.20" - }, - { - "id": "-hrefop-flemathrmfle_n-z_1-z_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-flemathrmfle_n-z_1-z_2", - "level": 5, - "title": "fleN​(z1​,z2​)", - "number": "4.3.3.21" - }, - { - "id": "-hrefop-fgemathrmfge_n-z_1-z_2", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-fgemathrmfge_n-z_1-z_2", - "level": 5, - "title": "fgeN​(z1​,z2​)", - "number": "4.3.3.22" - }, - { - "id": "conversions①", - "href": "https://www.w3.org/TR/wasm-core-1/#conversions%E2%91%A0", - "level": 4, - "title": "Conversions", - "number": "4.3.4" - }, - { - "id": "-hrefop-extend-umathrmextendmathsfu_m-n-i", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-extend-umathrmextendmathsfu_m-n-i", - "level": 5, - "title": "extenduM,N​(i)", - "number": "4.3.4.1" - }, - { - "id": "-hrefop-extend-smathrmextendmathsfs_m-n-i", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-extend-smathrmextendmathsfs_m-n-i", - "level": 5, - "title": "extendsM,N​(i)", - "number": "4.3.4.2" - }, - { - "id": "-hrefop-wrapmathrmwrap_m-n-i", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-wrapmathrmwrap_m-n-i", - "level": 5, - "title": "wrapM,N​(i)", - "number": "4.3.4.3" - }, - { - "id": "-hrefop-trunc-umathrmtruncmathsfu_m-n-z", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-trunc-umathrmtruncmathsfu_m-n-z", - "level": 5, - "title": "truncuM,N​(z)", - "number": "4.3.4.4" - }, - { - "id": "-hrefop-trunc-smathrmtruncmathsfs_m-n-z", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-trunc-smathrmtruncmathsfs_m-n-z", - "level": 5, - "title": "truncsM,N​(z)", - "number": "4.3.4.5" - }, - { - "id": "-hrefop-promotemathrmpromote_m-n-z", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-promotemathrmpromote_m-n-z", - "level": 5, - "title": "promoteM,N​(z)", - "number": "4.3.4.6" - }, - { - "id": "-hrefop-demotemathrmdemote_m-n-z", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-demotemathrmdemote_m-n-z", - "level": 5, - "title": "demoteM,N​(z)", - "number": "4.3.4.7" - }, - { - "id": "-hrefop-convert-umathrmconvertmathsfu_m-n-i", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-convert-umathrmconvertmathsfu_m-n-i", - "level": 5, - "title": "convertuM,N​(i)", - "number": "4.3.4.8" - }, - { - "id": "-hrefop-convert-smathrmconvertmathsfs_m-n-i", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-convert-smathrmconvertmathsfs_m-n-i", - "level": 5, - "title": "convertsM,N​(i)", - "number": "4.3.4.9" - }, - { - "id": "-hrefop-reinterpretmathrmreinterpret_t_1-t_2-c", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefop-reinterpretmathrmreinterpret_t_1-t_2-c", - "level": 5, - "title": "reinterprett1​,t2​​(c)", - "number": "4.3.4.10" - }, - { - "id": "instructions⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#instructions%E2%91%A4", - "level": 3, - "title": "Instructions", - "number": "4.4" - }, - { - "id": "numeric-instructions⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#numeric-instructions%E2%91%A4", - "level": 4, - "title": "Numeric Instructions", - "number": "4.4.1" - }, - { - "id": "-tmathsfhrefsyntax-instr-numericmathsfconstc①", - "href": "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-instr-numericmathsfconstc%E2%91%A0", - "level": 5, - "title": "t.const c", - "number": "4.4.1.1" - }, - { - "id": "-tmathsfhrefsyntax-unopmathitunop①", - "href": "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-unopmathitunop%E2%91%A0", - "level": 5, - "title": "t.unop", - "number": "4.4.1.2" - }, - { - "id": "-tmathsfhrefsyntax-binopmathitbinop①", - "href": "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-binopmathitbinop%E2%91%A0", - "level": 5, - "title": "t.binop", - "number": "4.4.1.3" - }, - { - "id": "-tmathsfhrefsyntax-testopmathittestop①", - "href": "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-testopmathittestop%E2%91%A0", - "level": 5, - "title": "t.testop", - "number": "4.4.1.4" - }, - { - "id": "-tmathsfhrefsyntax-relopmathitrelop①", - "href": "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-relopmathitrelop%E2%91%A0", - "level": 5, - "title": "t.relop", - "number": "4.4.1.5" - }, - { - "id": "-t_2mathsfhrefsyntax-cvtopmathitcvtopmathsf_t_1mathsf_hrefsyntax-sxmathitsx①", - "href": "https://www.w3.org/TR/wasm-core-1/#-t_2mathsfhrefsyntax-cvtopmathitcvtopmathsf_t_1mathsf_hrefsyntax-sxmathitsx%E2%91%A0", - "level": 5, - "title": "t2​.cvtop_t1​_sx?", - "number": "4.4.1.6" - }, - { - "id": "parametric-instructions⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#parametric-instructions%E2%91%A4", - "level": 4, - "title": "Parametric Instructions", - "number": "4.4.2" - }, - { - "id": "-hrefsyntax-instr-parametricmathsfdrop①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-parametricmathsfdrop%E2%91%A0", - "level": 5, - "title": "drop", - "number": "4.4.2.1" - }, - { - "id": "-hrefsyntax-instr-parametricmathsfselect①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-parametricmathsfselect%E2%91%A0", - "level": 5, - "title": "select", - "number": "4.4.2.2" - }, - { - "id": "variable-instructions⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#variable-instructions%E2%91%A4", - "level": 4, - "title": "Variable Instructions", - "number": "4.4.3" - }, - { - "id": "-hrefsyntax-instr-variablemathsflocalgetx①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsflocalgetx%E2%91%A0", - "level": 5, - "title": "local.get x", - "number": "4.4.3.1" - }, - { - "id": "-hrefsyntax-instr-variablemathsflocalsetx①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsflocalsetx%E2%91%A0", - "level": 5, - "title": "local.set x", - "number": "4.4.3.2" - }, - { - "id": "-hrefsyntax-instr-variablemathsflocalteex①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsflocalteex%E2%91%A0", - "level": 5, - "title": "local.tee x", - "number": "4.4.3.3" - }, - { - "id": "-hrefsyntax-instr-variablemathsfglobalgetx①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsfglobalgetx%E2%91%A0", - "level": 5, - "title": "global.get x", - "number": "4.4.3.4" - }, - { - "id": "-hrefsyntax-instr-variablemathsfglobalsetx①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsfglobalsetx%E2%91%A0", - "level": 5, - "title": "global.set x", - "number": "4.4.3.5" - }, - { - "id": "memory-instructions⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#memory-instructions%E2%91%A4", - "level": 4, - "title": "Memory Instructions", - "number": "4.4.4" - }, - { - "id": "-tmathsfhrefsyntax-instr-memorymathsfloadhrefsyntax-memargmathitmemarg-and--tmathsfhrefsyntax-instr-memorymathsfloadnmathsf_hrefsyntax-sxmathitsxhrefsyntax-memargmathitmemarg", - "href": "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-instr-memorymathsfloadhrefsyntax-memargmathitmemarg-and--tmathsfhrefsyntax-instr-memorymathsfloadnmathsf_hrefsyntax-sxmathitsxhrefsyntax-memargmathitmemarg", - "level": 5, - "title": "t.load memarg and t.loadN_sx memarg", - "number": "4.4.4.1" - }, - { - "id": "-tmathsfhrefsyntax-instr-memorymathsfstorehrefsyntax-memargmathitmemarg-and--tmathsfhrefsyntax-instr-memorymathsfstorenhrefsyntax-memargmathitmemarg", - "href": "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-instr-memorymathsfstorehrefsyntax-memargmathitmemarg-and--tmathsfhrefsyntax-instr-memorymathsfstorenhrefsyntax-memargmathitmemarg", - "level": 5, - "title": "t.store memarg and t.storeN memarg", - "number": "4.4.4.2" - }, - { - "id": "-hrefsyntax-instr-memorymathsfmemorysize①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-memorymathsfmemorysize%E2%91%A0", - "level": 5, - "title": "memory.size", - "number": "4.4.4.3" - }, - { - "id": "-hrefsyntax-instr-memorymathsfmemorygrow①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-memorymathsfmemorygrow%E2%91%A0", - "level": 5, - "title": "memory.grow", - "number": "4.4.4.4" - }, - { - "id": "control-instructions⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#control-instructions%E2%91%A4", - "level": 4, - "title": "Control Instructions", - "number": "4.4.5" - }, - { - "id": "-hrefsyntax-instr-controlmathsfnop①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfnop%E2%91%A0", - "level": 5, - "title": "nop", - "number": "4.4.5.1" - }, - { - "id": "-hrefsyntax-instr-controlmathsfunreachable①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfunreachable%E2%91%A0", - "level": 5, - "title": "unreachable", - "number": "4.4.5.2" - }, - { - "id": "-hrefsyntax-instr-controlmathsfblockthrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfblockthrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend%E2%91%A0", - "level": 5, - "title": "block [t?] instr∗ end", - "number": "4.4.5.3" - }, - { - "id": "-hrefsyntax-instr-controlmathsfloopthrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfloopthrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend%E2%91%A0", - "level": 5, - "title": "loop [t?] instr∗ end", - "number": "4.4.5.4" - }, - { - "id": "-hrefsyntax-instr-controlmathsfifthrefsyntax-instrmathitinstr_1asthrefsyntax-instr-controlmathsfelsehrefsyntax-instrmathitinstr_2asthrefsyntax-instr-controlmathsfend①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfifthrefsyntax-instrmathitinstr_1asthrefsyntax-instr-controlmathsfelsehrefsyntax-instrmathitinstr_2asthrefsyntax-instr-controlmathsfend%E2%91%A0", - "level": 5, - "title": "if [t?] instr1∗​ else instr2∗​ end", - "number": "4.4.5.5" - }, - { - "id": "-hrefsyntax-instr-controlmathsfbrl①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfbrl%E2%91%A0", - "level": 5, - "title": "br l", - "number": "4.4.5.6" - }, - { - "id": "-hrefsyntax-instr-controlmathsfbr_ifl①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfbr_ifl%E2%91%A0", - "level": 5, - "title": "br_if l", - "number": "4.4.5.7" - }, - { - "id": "-hrefsyntax-instr-controlmathsfbr_tablelastl_n①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfbr_tablelastl_n%E2%91%A0", - "level": 5, - "title": "br_table l∗ lN​", - "number": "4.4.5.8" - }, - { - "id": "-hrefsyntax-instr-controlmathsfreturn①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfreturn%E2%91%A0", - "level": 5, - "title": "return", - "number": "4.4.5.9" - }, - { - "id": "-hrefsyntax-instr-controlmathsfcallx①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfcallx%E2%91%A0", - "level": 5, - "title": "call x", - "number": "4.4.5.10" - }, - { - "id": "-hrefsyntax-instr-controlmathsfcall_indirectx①", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfcall_indirectx%E2%91%A0", - "level": 5, - "title": "call_indirect x", - "number": "4.4.5.11" - }, - { - "id": "blocks①", - "href": "https://www.w3.org/TR/wasm-core-1/#blocks%E2%91%A0", - "level": 4, - "title": "Blocks", - "number": "4.4.6" - }, - { - "id": "entering--hrefsyntax-instrmathitinstrast-with-label--l", - "href": "https://www.w3.org/TR/wasm-core-1/#entering--hrefsyntax-instrmathitinstrast-with-label--l", - "level": 5, - "title": "Entering instr∗ with label L", - "number": "4.4.6.1" - }, - { - "id": "exiting--hrefsyntax-instrmathitinstrast-with-label--l", - "href": "https://www.w3.org/TR/wasm-core-1/#exiting--hrefsyntax-instrmathitinstrast-with-label--l", - "level": 5, - "title": "Exiting instr∗ with label L", - "number": "4.4.6.2" - }, - { - "id": "function-calls①", - "href": "https://www.w3.org/TR/wasm-core-1/#function-calls%E2%91%A0", - "level": 4, - "title": "Function Calls", - "number": "4.4.7" - }, - { - "id": "invocation-of-function-address--a", - "href": "https://www.w3.org/TR/wasm-core-1/#invocation-of-function-address--a", - "level": 5, - "title": "Invocation of function address a", - "number": "4.4.7.1" - }, - { - "id": "returning-from-a-function①", - "href": "https://www.w3.org/TR/wasm-core-1/#returning-from-a-function%E2%91%A0", - "level": 5, - "title": "Returning from a function", - "number": "4.4.7.2" - }, - { - "id": "host-functions①", - "href": "https://www.w3.org/TR/wasm-core-1/#host-functions%E2%91%A0", - "level": 5, - "title": "Host Functions", - "number": "4.4.7.3" - }, - { - "id": "expressions⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#expressions%E2%91%A4", - "level": 4, - "title": "Expressions", - "number": "4.4.8" - }, - { - "id": "modules⑥", - "href": "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A5", - "level": 3, - "title": "Modules", - "number": "4.5" - }, - { - "id": "external-typing①", - "href": "https://www.w3.org/TR/wasm-core-1/#external-typing%E2%91%A0", - "level": 4, - "title": "External Typing", - "number": "4.5.1" - }, - { - "id": "-hrefsyntax-externvalmathsffunca", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-externvalmathsffunca", - "level": 5, - "title": "func a", - "number": "4.5.1.1" - }, - { - "id": "-hrefsyntax-externvalmathsftablea", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-externvalmathsftablea", - "level": 5, - "title": "table a", - "number": "4.5.1.2" - }, - { - "id": "-hrefsyntax-externvalmathsfmema", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-externvalmathsfmema", - "level": 5, - "title": "mem a", - "number": "4.5.1.3" - }, - { - "id": "-hrefsyntax-externvalmathsfglobala", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-externvalmathsfglobala", - "level": 5, - "title": "global a", - "number": "4.5.1.4" - }, - { - "id": "import-matching①", - "href": "https://www.w3.org/TR/wasm-core-1/#import-matching%E2%91%A0", - "level": 4, - "title": "Import Matching", - "number": "4.5.2" - }, - { - "id": "limits⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#limits%E2%91%A4", - "level": 5, - "title": "Limits", - "number": "4.5.2.1" - }, - { - "id": "functions⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#functions%E2%91%A4", - "level": 5, - "title": "Functions", - "number": "4.5.2.2" - }, - { - "id": "tables⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#tables%E2%91%A4", - "level": 5, - "title": "Tables", - "number": "4.5.2.3" - }, - { - "id": "memories⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#memories%E2%91%A4", - "level": 5, - "title": "Memories", - "number": "4.5.2.4" - }, - { - "id": "globals⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#globals%E2%91%A4", - "level": 5, - "title": "Globals", - "number": "4.5.2.5" - }, - { - "id": "allocation①", - "href": "https://www.w3.org/TR/wasm-core-1/#allocation%E2%91%A0", - "level": 4, - "title": "Allocation", - "number": "4.5.3" - }, - { - "id": "functions⑥", - "href": "https://www.w3.org/TR/wasm-core-1/#functions%E2%91%A5", - "level": 5, - "title": "Functions", - "number": "4.5.3.1" - }, - { - "id": "host-functions③", - "href": "https://www.w3.org/TR/wasm-core-1/#host-functions%E2%91%A2", - "level": 5, - "title": "Host Functions", - "number": "4.5.3.2" - }, - { - "id": "tables⑥", - "href": "https://www.w3.org/TR/wasm-core-1/#tables%E2%91%A5", - "level": 5, - "title": "Tables", - "number": "4.5.3.3" - }, - { - "id": "memories⑥", - "href": "https://www.w3.org/TR/wasm-core-1/#memories%E2%91%A5", - "level": 5, - "title": "Memories", - "number": "4.5.3.4" - }, - { - "id": "globals⑥", - "href": "https://www.w3.org/TR/wasm-core-1/#globals%E2%91%A5", - "level": 5, - "title": "Globals", - "number": "4.5.3.5" - }, - { - "id": "growing-tables①", - "href": "https://www.w3.org/TR/wasm-core-1/#growing-tables%E2%91%A0", - "level": 5, - "title": "Growing tables", - "number": "4.5.3.6" - }, - { - "id": "growing-memories①", - "href": "https://www.w3.org/TR/wasm-core-1/#growing-memories%E2%91%A0", - "level": 5, - "title": "Growing memories", - "number": "4.5.3.7" - }, - { - "id": "modules⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A6", - "level": 5, - "title": "Modules", - "number": "4.5.3.8" - }, - { - "id": "instantiation②", - "href": "https://www.w3.org/TR/wasm-core-1/#instantiation%E2%91%A1", - "level": 4, - "title": "Instantiation", - "number": "4.5.4" - }, - { - "id": "invocation②", - "href": "https://www.w3.org/TR/wasm-core-1/#invocation%E2%91%A1", - "level": 4, - "title": "Invocation", - "number": "4.5.5" - }, - { - "id": "binary-format①", - "href": "https://www.w3.org/TR/wasm-core-1/#binary-format%E2%91%A0", - "level": 2, - "title": "Binary Format", - "number": "5" - }, - { - "id": "conventions②②", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A1%E2%91%A1", - "level": 3, - "title": "Conventions", - "number": "5.1" - }, - { - "id": "grammar②", - "href": "https://www.w3.org/TR/wasm-core-1/#grammar%E2%91%A1", - "level": 4, - "title": "Grammar", - "number": "5.1.1" - }, - { - "id": "auxiliary-notation③", - "href": "https://www.w3.org/TR/wasm-core-1/#auxiliary-notation%E2%91%A2", - "level": 4, - "title": "Auxiliary Notation", - "number": "5.1.2" - }, - { - "id": "vectors③", - "href": "https://www.w3.org/TR/wasm-core-1/#vectors%E2%91%A2", - "level": 4, - "title": "Vectors", - "number": "5.1.3" - }, - { - "id": "values⑥", - "href": "https://www.w3.org/TR/wasm-core-1/#values%E2%91%A5", - "level": 3, - "title": "Values", - "number": "5.2" - }, - { - "id": "bytes③", - "href": "https://www.w3.org/TR/wasm-core-1/#bytes%E2%91%A2", - "level": 4, - "title": "Bytes", - "number": "5.2.1" - }, - { - "id": "integers⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#integers%E2%91%A4", - "level": 4, - "title": "Integers", - "number": "5.2.2" - }, - { - "id": "floating-point⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#floating-point%E2%91%A4", - "level": 4, - "title": "Floating-Point", - "number": "5.2.3" - }, - { - "id": "names③", - "href": "https://www.w3.org/TR/wasm-core-1/#names%E2%91%A2", - "level": 4, - "title": "Names", - "number": "5.2.4" - }, - { - "id": "types⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A6", - "level": 3, - "title": "Types", - "number": "5.3" - }, - { - "id": "value-types③", - "href": "https://www.w3.org/TR/wasm-core-1/#value-types%E2%91%A2", - "level": 4, - "title": "Value Types", - "number": "5.3.1" - }, - { - "id": "result-types③", - "href": "https://www.w3.org/TR/wasm-core-1/#result-types%E2%91%A2", - "level": 4, - "title": "Result Types", - "number": "5.3.2" - }, - { - "id": "function-types⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#function-types%E2%91%A4", - "level": 4, - "title": "Function Types", - "number": "5.3.3" - }, - { - "id": "limits⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#limits%E2%91%A6", - "level": 4, - "title": "Limits", - "number": "5.3.4" - }, - { - "id": "memory-types⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#memory-types%E2%91%A4", - "level": 4, - "title": "Memory Types", - "number": "5.3.5" - }, - { - "id": "table-types⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#table-types%E2%91%A4", - "level": 4, - "title": "Table Types", - "number": "5.3.6" - }, - { - "id": "global-types⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#global-types%E2%91%A4", - "level": 4, - "title": "Global Types", - "number": "5.3.7" - }, - { - "id": "instructions⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#instructions%E2%91%A6", - "level": 3, - "title": "Instructions", - "number": "5.4" - }, - { - "id": "control-instructions⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#control-instructions%E2%91%A6", - "level": 4, - "title": "Control Instructions", - "number": "5.4.1" - }, - { - "id": "parametric-instructions⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#parametric-instructions%E2%91%A6", - "level": 4, - "title": "Parametric Instructions", - "number": "5.4.2" - }, - { - "id": "variable-instructions⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#variable-instructions%E2%91%A6", - "level": 4, - "title": "Variable Instructions", - "number": "5.4.3" - }, - { - "id": "memory-instructions⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#memory-instructions%E2%91%A6", - "level": 4, - "title": "Memory Instructions", - "number": "5.4.4" - }, - { - "id": "numeric-instructions⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#numeric-instructions%E2%91%A6", - "level": 4, - "title": "Numeric Instructions", - "number": "5.4.5" - }, - { - "id": "expressions⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#expressions%E2%91%A6", - "level": 4, - "title": "Expressions", - "number": "5.4.6" - }, - { - "id": "modules⑨", - "href": "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A8", - "level": 3, - "title": "Modules", - "number": "5.5" - }, - { - "id": "indices③", - "href": "https://www.w3.org/TR/wasm-core-1/#indices%E2%91%A2", - "level": 4, - "title": "Indices", - "number": "5.5.1" - }, - { - "id": "sections①", - "href": "https://www.w3.org/TR/wasm-core-1/#sections%E2%91%A0", - "level": 4, - "title": "Sections", - "number": "5.5.2" - }, - { - "id": "custom-section①", - "href": "https://www.w3.org/TR/wasm-core-1/#custom-section%E2%91%A0", - "level": 4, - "title": "Custom Section", - "number": "5.5.3" - }, - { - "id": "type-section①", - "href": "https://www.w3.org/TR/wasm-core-1/#type-section%E2%91%A0", - "level": 4, - "title": "Type Section", - "number": "5.5.4" - }, - { - "id": "import-section①", - "href": "https://www.w3.org/TR/wasm-core-1/#import-section%E2%91%A0", - "level": 4, - "title": "Import Section", - "number": "5.5.5" - }, - { - "id": "function-section①", - "href": "https://www.w3.org/TR/wasm-core-1/#function-section%E2%91%A0", - "level": 4, - "title": "Function Section", - "number": "5.5.6" - }, - { - "id": "table-section①", - "href": "https://www.w3.org/TR/wasm-core-1/#table-section%E2%91%A0", - "level": 4, - "title": "Table Section", - "number": "5.5.7" - }, - { - "id": "memory-section①", - "href": "https://www.w3.org/TR/wasm-core-1/#memory-section%E2%91%A0", - "level": 4, - "title": "Memory Section", - "number": "5.5.8" - }, - { - "id": "global-section①", - "href": "https://www.w3.org/TR/wasm-core-1/#global-section%E2%91%A0", - "level": 4, - "title": "Global Section", - "number": "5.5.9" - }, - { - "id": "export-section①", - "href": "https://www.w3.org/TR/wasm-core-1/#export-section%E2%91%A0", - "level": 4, - "title": "Export Section", - "number": "5.5.10" - }, - { - "id": "start-section①", - "href": "https://www.w3.org/TR/wasm-core-1/#start-section%E2%91%A0", - "level": 4, - "title": "Start Section", - "number": "5.5.11" - }, - { - "id": "element-section①", - "href": "https://www.w3.org/TR/wasm-core-1/#element-section%E2%91%A0", - "level": 4, - "title": "Element Section", - "number": "5.5.12" - }, - { - "id": "code-section①", - "href": "https://www.w3.org/TR/wasm-core-1/#code-section%E2%91%A0", - "level": 4, - "title": "Code Section", - "number": "5.5.13" - }, - { - "id": "data-section①", - "href": "https://www.w3.org/TR/wasm-core-1/#data-section%E2%91%A0", - "level": 4, - "title": "Data Section", - "number": "5.5.14" - }, - { - "id": "modules①⓪", - "href": "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A0%E2%93%AA", - "level": 4, - "title": "Modules", - "number": "5.5.15" - }, - { - "id": "text-format①", - "href": "https://www.w3.org/TR/wasm-core-1/#text-format%E2%91%A0", - "level": 2, - "title": "Text Format", - "number": "6" - }, - { - "id": "conventions②④", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A1%E2%91%A3", - "level": 3, - "title": "Conventions", - "number": "6.1" - }, - { - "id": "grammar④", - "href": "https://www.w3.org/TR/wasm-core-1/#grammar%E2%91%A3", - "level": 4, - "title": "Grammar", - "number": "6.1.1" - }, - { - "id": "abbreviations①", - "href": "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A0", - "level": 4, - "title": "Abbreviations", - "number": "6.1.2" - }, - { - "id": "contexts③", - "href": "https://www.w3.org/TR/wasm-core-1/#contexts%E2%91%A2", - "level": 4, - "title": "Contexts", - "number": "6.1.3" - }, - { - "id": "conventions②⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A1%E2%91%A4", - "level": 5, - "title": "Conventions", - "number": "6.1.3.1" - }, - { - "id": "vectors⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#vectors%E2%91%A4", - "level": 4, - "title": "Vectors", - "number": "6.1.4" - }, - { - "id": "lexical-format①", - "href": "https://www.w3.org/TR/wasm-core-1/#lexical-format%E2%91%A0", - "level": 3, - "title": "Lexical Format", - "number": "6.2" - }, - { - "id": "characters①", - "href": "https://www.w3.org/TR/wasm-core-1/#characters%E2%91%A0", - "level": 4, - "title": "Characters", - "number": "6.2.1" - }, - { - "id": "tokens①", - "href": "https://www.w3.org/TR/wasm-core-1/#tokens%E2%91%A0", - "level": 4, - "title": "Tokens", - "number": "6.2.2" - }, - { - "id": "white-space①", - "href": "https://www.w3.org/TR/wasm-core-1/#white-space%E2%91%A0", - "level": 4, - "title": "White Space", - "number": "6.2.3" - }, - { - "id": "comments①", - "href": "https://www.w3.org/TR/wasm-core-1/#comments%E2%91%A0", - "level": 4, - "title": "Comments", - "number": "6.2.4" - }, - { - "id": "values⑧", - "href": "https://www.w3.org/TR/wasm-core-1/#values%E2%91%A7", - "level": 3, - "title": "Values", - "number": "6.3" - }, - { - "id": "integers⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#integers%E2%91%A6", - "level": 4, - "title": "Integers", - "number": "6.3.1" - }, - { - "id": "floating-point⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#floating-point%E2%91%A6", - "level": 4, - "title": "Floating-Point", - "number": "6.3.2" - }, - { - "id": "strings①", - "href": "https://www.w3.org/TR/wasm-core-1/#strings%E2%91%A0", - "level": 4, - "title": "Strings", - "number": "6.3.3" - }, - { - "id": "names⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#names%E2%91%A4", - "level": 4, - "title": "Names", - "number": "6.3.4" - }, - { - "id": "identifiers①", - "href": "https://www.w3.org/TR/wasm-core-1/#identifiers%E2%91%A0", - "level": 4, - "title": "Identifiers", - "number": "6.3.5" - }, - { - "id": "conventions②⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A1%E2%91%A6", - "level": 5, - "title": "Conventions", - "number": "6.3.5.1" - }, - { - "id": "types⑨", - "href": "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A8", - "level": 3, - "title": "Types", - "number": "6.4" - }, - { - "id": "value-types⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#value-types%E2%91%A4", - "level": 4, - "title": "Value Types", - "number": "6.4.1" - }, - { - "id": "result-types⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#result-types%E2%91%A4", - "level": 4, - "title": "Result Types", - "number": "6.4.2" - }, - { - "id": "function-types⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#function-types%E2%91%A6", - "level": 4, - "title": "Function Types", - "number": "6.4.3" - }, - { - "id": "abbreviations③", - "href": "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A2", - "level": 5, - "title": "Abbreviations", - "number": "6.4.3.1" - }, - { - "id": "limits⑨", - "href": "https://www.w3.org/TR/wasm-core-1/#limits%E2%91%A8", - "level": 4, - "title": "Limits", - "number": "6.4.4" - }, - { - "id": "memory-types⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#memory-types%E2%91%A6", - "level": 4, - "title": "Memory Types", - "number": "6.4.5" - }, - { - "id": "table-types⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#table-types%E2%91%A6", - "level": 4, - "title": "Table Types", - "number": "6.4.6" - }, - { - "id": "global-types⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#global-types%E2%91%A6", - "level": 4, - "title": "Global Types", - "number": "6.4.7" - }, - { - "id": "instructions⑨", - "href": "https://www.w3.org/TR/wasm-core-1/#instructions%E2%91%A8", - "level": 3, - "title": "Instructions", - "number": "6.5" - }, - { - "id": "labels③", - "href": "https://www.w3.org/TR/wasm-core-1/#labels%E2%91%A2", - "level": 4, - "title": "Labels", - "number": "6.5.1" - }, - { - "id": "control-instructions⑨", - "href": "https://www.w3.org/TR/wasm-core-1/#control-instructions%E2%91%A8", - "level": 4, - "title": "Control Instructions", - "number": "6.5.2" - }, - { - "id": "abbreviations⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A4", - "level": 5, - "title": "Abbreviations", - "number": "6.5.2.1" - }, - { - "id": "parametric-instructions⑨", - "href": "https://www.w3.org/TR/wasm-core-1/#parametric-instructions%E2%91%A8", - "level": 4, - "title": "Parametric Instructions", - "number": "6.5.3" - }, - { - "id": "variable-instructions⑨", - "href": "https://www.w3.org/TR/wasm-core-1/#variable-instructions%E2%91%A8", - "level": 4, - "title": "Variable Instructions", - "number": "6.5.4" - }, - { - "id": "memory-instructions⑨", - "href": "https://www.w3.org/TR/wasm-core-1/#memory-instructions%E2%91%A8", - "level": 4, - "title": "Memory Instructions", - "number": "6.5.5" - }, - { - "id": "numeric-instructions⑨", - "href": "https://www.w3.org/TR/wasm-core-1/#numeric-instructions%E2%91%A8", - "level": 4, - "title": "Numeric Instructions", - "number": "6.5.6" - }, - { - "id": "folded-instructions①", - "href": "https://www.w3.org/TR/wasm-core-1/#folded-instructions%E2%91%A0", - "level": 4, - "title": "Folded Instructions", - "number": "6.5.7" - }, - { - "id": "expressions⑨", - "href": "https://www.w3.org/TR/wasm-core-1/#expressions%E2%91%A8", - "level": 4, - "title": "Expressions", - "number": "6.5.8" - }, - { - "id": "modules①②", - "href": "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A0%E2%91%A1", - "level": 3, - "title": "Modules", - "number": "6.6" - }, - { - "id": "indices⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#indices%E2%91%A4", - "level": 4, - "title": "Indices", - "number": "6.6.1" - }, - { - "id": "types①①", - "href": "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A0%E2%91%A0", - "level": 4, - "title": "Types", - "number": "6.6.2" - }, - { - "id": "type-uses①", - "href": "https://www.w3.org/TR/wasm-core-1/#type-uses%E2%91%A0", - "level": 4, - "title": "Type Uses", - "number": "6.6.3" - }, - { - "id": "abbreviations⑦", - "href": "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A6", - "level": 5, - "title": "Abbreviations", - "number": "6.6.3.1" - }, - { - "id": "imports⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#imports%E2%91%A4", - "level": 4, - "title": "Imports", - "number": "6.6.4" - }, - { - "id": "abbreviations⑧", - "href": "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A7", - "level": 5, - "title": "Abbreviations", - "number": "6.6.4.1" - }, - { - "id": "functions⑧", - "href": "https://www.w3.org/TR/wasm-core-1/#functions%E2%91%A7", - "level": 4, - "title": "Functions", - "number": "6.6.5" - }, - { - "id": "abbreviations⑨", - "href": "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A8", - "level": 5, - "title": "Abbreviations", - "number": "6.6.5.1" - }, - { - "id": "tables⑧", - "href": "https://www.w3.org/TR/wasm-core-1/#tables%E2%91%A7", - "level": 4, - "title": "Tables", - "number": "6.6.6" - }, - { - "id": "abbreviations①⓪", - "href": "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A0%E2%93%AA", - "level": 5, - "title": "Abbreviations", - "number": "6.6.6.1" - }, - { - "id": "memories⑧", - "href": "https://www.w3.org/TR/wasm-core-1/#memories%E2%91%A7", - "level": 4, - "title": "Memories", - "number": "6.6.7" - }, - { - "id": "abbreviations①①", - "href": "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A0%E2%91%A0", - "level": 5, - "title": "Abbreviations", - "number": "6.6.7.1" - }, - { - "id": "globals⑧", - "href": "https://www.w3.org/TR/wasm-core-1/#globals%E2%91%A7", - "level": 4, - "title": "Globals", - "number": "6.6.8" - }, - { - "id": "abbreviations①②", - "href": "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A0%E2%91%A1", - "level": 5, - "title": "Abbreviations", - "number": "6.6.8.1" - }, - { - "id": "exports⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#exports%E2%91%A4", - "level": 4, - "title": "Exports", - "number": "6.6.9" - }, - { - "id": "abbreviations①③", - "href": "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A0%E2%91%A2", - "level": 5, - "title": "Abbreviations", - "number": "6.6.9.1" - }, - { - "id": "start-function⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#start-function%E2%91%A4", - "level": 4, - "title": "Start Function", - "number": "6.6.10" - }, - { - "id": "element-segments⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#element-segments%E2%91%A4", - "level": 4, - "title": "Element Segments", - "number": "6.6.11" - }, - { - "id": "abbreviations①④", - "href": "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A0%E2%91%A3", - "level": 5, - "title": "Abbreviations", - "number": "6.6.11.1" - }, - { - "id": "data-segments⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#data-segments%E2%91%A4", - "level": 4, - "title": "Data Segments", - "number": "6.6.12" - }, - { - "id": "abbreviations①⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A0%E2%91%A4", - "level": 5, - "title": "Abbreviations", - "number": "6.6.12.1" - }, - { - "id": "modules①③", - "href": "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A0%E2%91%A2", - "level": 4, - "title": "Modules", - "number": "6.6.13" - }, - { - "id": "abbreviations①⑥", - "href": "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A0%E2%91%A5", - "level": 5, - "title": "Abbreviations", - "number": "6.6.13.1" - }, - { - "id": "a-appendix", - "href": "https://www.w3.org/TR/wasm-core-1/#a-appendix", - "level": 2, - "title": "A Appendix" - }, - { - "id": "a1-embedding", - "href": "https://www.w3.org/TR/wasm-core-1/#a1-embedding", - "level": 3, - "title": "Embedding", - "number": "A.1" - }, - { - "id": "types①③", - "href": "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A0%E2%91%A2", - "level": 4, - "title": "Types" - }, - { - "id": "errors①", - "href": "https://www.w3.org/TR/wasm-core-1/#errors%E2%91%A0", - "level": 4, - "title": "Errors" - }, - { - "id": "pre--and-post-conditions", - "href": "https://www.w3.org/TR/wasm-core-1/#pre--and-post-conditions", - "level": 4, - "title": "Pre- and Post-Conditions" - }, - { - "id": "store③", - "href": "https://www.w3.org/TR/wasm-core-1/#store%E2%91%A2", - "level": 4, - "title": "Store" - }, - { - "id": "-mathrmstore_init--hrefsyntax-storemathitstore", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmstore_init--hrefsyntax-storemathitstore", - "level": 5, - "title": "store_init():store" - }, - { - "id": "modules①⑤", - "href": "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A0%E2%91%A4", - "level": 4, - "title": "Modules" - }, - { - "id": "-mathrmmodule_decode-hrefsyntax-bytemathitbyteast--hrefsyntax-modulemathitmodule--hrefembed-errormathiterror", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmmodule_decode-hrefsyntax-bytemathitbyteast--hrefsyntax-modulemathitmodule--hrefembed-errormathiterror", - "level": 5, - "title": "module_decode(byte∗):module ∣ error" - }, - { - "id": "-mathrmmodule_parse-hrefsyntax-namemathitcharast--hrefsyntax-modulemathitmodule--hrefembed-errormathiterror", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmmodule_parse-hrefsyntax-namemathitcharast--hrefsyntax-modulemathitmodule--hrefembed-errormathiterror", - "level": 5, - "title": "module_parse(char∗):module ∣ error" - }, - { - "id": "-mathrmmodule_validate-hrefsyntax-modulemathitmodule--hrefembed-errormathiterror", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmmodule_validate-hrefsyntax-modulemathitmodule--hrefembed-errormathiterror", - "level": 5, - "title": "module_validate(module):error?" - }, - { - "id": "-mathrmmodule_instantiate-hrefsyntax-storemathitstore-hrefsyntax-modulemathitmodule-hrefsyntax-externvalmathitexternvalast--hrefsyntax-storemathitstore-hrefsyntax-moduleinstmathitmoduleinst--hrefembed-errormathiterror", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmmodule_instantiate-hrefsyntax-storemathitstore-hrefsyntax-modulemathitmodule-hrefsyntax-externvalmathitexternvalast--hrefsyntax-storemathitstore-hrefsyntax-moduleinstmathitmoduleinst--hrefembed-errormathiterror", - "level": 5, - "title": "module_instantiate(store,module,externval∗):(store,moduleinst ∣ error)" - }, - { - "id": "-mathrmmodule_imports-hrefsyntax-modulemathitmodule--hrefsyntax-namemathitname-hrefsyntax-namemathitname-hrefsyntax-externtypemathitexterntypeast", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmmodule_imports-hrefsyntax-modulemathitmodule--hrefsyntax-namemathitname-hrefsyntax-namemathitname-hrefsyntax-externtypemathitexterntypeast", - "level": 5, - "title": "module_imports(module):(name,name,externtype)∗" - }, - { - "id": "-mathrmmodule_exports-hrefsyntax-modulemathitmodule--hrefsyntax-namemathitname-hrefsyntax-externtypemathitexterntypeast", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmmodule_exports-hrefsyntax-modulemathitmodule--hrefsyntax-namemathitname-hrefsyntax-externtypemathitexterntypeast", - "level": 5, - "title": "module_exports(module):(name,externtype)∗" - }, - { - "id": "module-instances③", - "href": "https://www.w3.org/TR/wasm-core-1/#module-instances%E2%91%A2", - "level": 4, - "title": "Module Instances" - }, - { - "id": "-mathrminstance_export-hrefsyntax-moduleinstmathitmoduleinst-hrefsyntax-namemathitname--hrefsyntax-externvalmathitexternval--hrefembed-errormathiterror", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrminstance_export-hrefsyntax-moduleinstmathitmoduleinst-hrefsyntax-namemathitname--hrefsyntax-externvalmathitexternval--hrefembed-errormathiterror", - "level": 5, - "title": "instance_export(moduleinst,name):externval ∣ error" - }, - { - "id": "functions①⓪", - "href": "https://www.w3.org/TR/wasm-core-1/#functions%E2%91%A0%E2%93%AA", - "level": 4, - "title": "Functions" - }, - { - "id": "-mathrmfunc_alloc-hrefsyntax-storemathitstore-hrefsyntax-functypemathitfunctype-hrefsyntax-hostfuncmathithostfunc--hrefsyntax-storemathitstore-hrefsyntax-funcaddrmathitfuncaddr", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmfunc_alloc-hrefsyntax-storemathitstore-hrefsyntax-functypemathitfunctype-hrefsyntax-hostfuncmathithostfunc--hrefsyntax-storemathitstore-hrefsyntax-funcaddrmathitfuncaddr", - "level": 5, - "title": "func_alloc(store,functype,hostfunc):(store,funcaddr)" - }, - { - "id": "-mathrmfunc_type-hrefsyntax-storemathitstore-hrefsyntax-funcaddrmathitfuncaddr--hrefsyntax-functypemathitfunctype", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmfunc_type-hrefsyntax-storemathitstore-hrefsyntax-funcaddrmathitfuncaddr--hrefsyntax-functypemathitfunctype", - "level": 5, - "title": "func_type(store,funcaddr):functype" - }, - { - "id": "-mathrmfunc_invoke-hrefsyntax-storemathitstore-hrefsyntax-funcaddrmathitfuncaddr-hrefsyntax-valmathitvalast--hrefsyntax-storemathitstore-hrefsyntax-valmathitvalast--hrefembed-errormathiterror", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmfunc_invoke-hrefsyntax-storemathitstore-hrefsyntax-funcaddrmathitfuncaddr-hrefsyntax-valmathitvalast--hrefsyntax-storemathitstore-hrefsyntax-valmathitvalast--hrefembed-errormathiterror", - "level": 5, - "title": "func_invoke(store,funcaddr,val∗):(store,val∗ ∣ error)" - }, - { - "id": "tables①⓪", - "href": "https://www.w3.org/TR/wasm-core-1/#tables%E2%91%A0%E2%93%AA", - "level": 4, - "title": "Tables" - }, - { - "id": "-mathrmtable_alloc-hrefsyntax-storemathitstore-hrefsyntax-tabletypemathittabletype--hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmtable_alloc-hrefsyntax-storemathitstore-hrefsyntax-tabletypemathittabletype--hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr", - "level": 5, - "title": "table_alloc(store,tabletype):(store,tableaddr)" - }, - { - "id": "-mathrmtable_type-hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr--hrefsyntax-tabletypemathittabletype", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmtable_type-hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr--hrefsyntax-tabletypemathittabletype", - "level": 5, - "title": "table_type(store,tableaddr):tabletype" - }, - { - "id": "-mathrmtable_read-hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr-ihrefsyntax-intmathitu32--hrefsyntax-funcaddrmathitfuncaddr--hrefembed-errormathiterror", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmtable_read-hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr-ihrefsyntax-intmathitu32--hrefsyntax-funcaddrmathitfuncaddr--hrefembed-errormathiterror", - "level": 5, - "title": "table_read(store,tableaddr,i:u32):funcaddr? ∣ error" - }, - { - "id": "-mathrmtable_write-hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr-ihrefsyntax-intmathitu32-hrefsyntax-funcaddrmathitfuncaddr--hrefsyntax-storemathitstore--hrefembed-errormathiterror", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmtable_write-hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr-ihrefsyntax-intmathitu32-hrefsyntax-funcaddrmathitfuncaddr--hrefsyntax-storemathitstore--hrefembed-errormathiterror", - "level": 5, - "title": "table_write(store,tableaddr,i:u32,funcaddr?):store ∣ error" - }, - { - "id": "-mathrmtable_size-hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr--hrefsyntax-intmathitu32", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmtable_size-hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr--hrefsyntax-intmathitu32", - "level": 5, - "title": "table_size(store,tableaddr):u32" - }, - { - "id": "-mathrmtable_grow-hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr-nhrefsyntax-intmathitu32--hrefsyntax-storemathitstore--hrefembed-errormathiterror", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmtable_grow-hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr-nhrefsyntax-intmathitu32--hrefsyntax-storemathitstore--hrefembed-errormathiterror", - "level": 5, - "title": "table_grow(store,tableaddr,n:u32):store ∣ error" - }, - { - "id": "memories①⓪", - "href": "https://www.w3.org/TR/wasm-core-1/#memories%E2%91%A0%E2%93%AA", - "level": 4, - "title": "Memories" - }, - { - "id": "-mathrmmem_alloc-hrefsyntax-storemathitstore-hrefsyntax-memtypemathitmemtype--hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmmem_alloc-hrefsyntax-storemathitstore-hrefsyntax-memtypemathitmemtype--hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr", - "level": 5, - "title": "mem_alloc(store,memtype):(store,memaddr)" - }, - { - "id": "-mathrmmem_type-hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr--hrefsyntax-memtypemathitmemtype", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmmem_type-hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr--hrefsyntax-memtypemathitmemtype", - "level": 5, - "title": "mem_type(store,memaddr):memtype" - }, - { - "id": "-mathrmmem_read-hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr-ihrefsyntax-intmathitu32--hrefsyntax-bytemathitbyte--hrefembed-errormathiterror", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmmem_read-hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr-ihrefsyntax-intmathitu32--hrefsyntax-bytemathitbyte--hrefembed-errormathiterror", - "level": 5, - "title": "mem_read(store,memaddr,i:u32):byte ∣ error" - }, - { - "id": "-mathrmmem_write-hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr-ihrefsyntax-intmathitu32-hrefsyntax-bytemathitbyte--hrefsyntax-storemathitstore--hrefembed-errormathiterror", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmmem_write-hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr-ihrefsyntax-intmathitu32-hrefsyntax-bytemathitbyte--hrefsyntax-storemathitstore--hrefembed-errormathiterror", - "level": 5, - "title": "mem_write(store,memaddr,i:u32,byte):store ∣ error" - }, - { - "id": "-mathrmmem_size-hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr--hrefsyntax-intmathitu32", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmmem_size-hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr--hrefsyntax-intmathitu32", - "level": 5, - "title": "mem_size(store,memaddr):u32" - }, - { - "id": "-mathrmmem_grow-hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr-nhrefsyntax-intmathitu32--hrefsyntax-storemathitstore--hrefembed-errormathiterror", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmmem_grow-hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr-nhrefsyntax-intmathitu32--hrefsyntax-storemathitstore--hrefembed-errormathiterror", - "level": 5, - "title": "mem_grow(store,memaddr,n:u32):store ∣ error" - }, - { - "id": "globals①⓪", - "href": "https://www.w3.org/TR/wasm-core-1/#globals%E2%91%A0%E2%93%AA", - "level": 4, - "title": "Globals" - }, - { - "id": "-mathrmglobal_alloc-hrefsyntax-storemathitstore-hrefsyntax-globaltypemathitglobaltype-hrefsyntax-valmathitval--hrefsyntax-storemathitstore-hrefsyntax-globaladdrmathitglobaladdr", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmglobal_alloc-hrefsyntax-storemathitstore-hrefsyntax-globaltypemathitglobaltype-hrefsyntax-valmathitval--hrefsyntax-storemathitstore-hrefsyntax-globaladdrmathitglobaladdr", - "level": 5, - "title": "global_alloc(store,globaltype,val):(store,globaladdr)" - }, - { - "id": "-mathrmglobal_type-hrefsyntax-storemathitstore-hrefsyntax-globaladdrmathitglobaladdr--hrefsyntax-globaltypemathitglobaltype", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmglobal_type-hrefsyntax-storemathitstore-hrefsyntax-globaladdrmathitglobaladdr--hrefsyntax-globaltypemathitglobaltype", - "level": 5, - "title": "global_type(store,globaladdr):globaltype" - }, - { - "id": "-mathrmglobal_read-hrefsyntax-storemathitstore-hrefsyntax-globaladdrmathitglobaladdr--hrefsyntax-valmathitval", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmglobal_read-hrefsyntax-storemathitstore-hrefsyntax-globaladdrmathitglobaladdr--hrefsyntax-valmathitval", - "level": 5, - "title": "global_read(store,globaladdr):val" - }, - { - "id": "-mathrmglobal_write-hrefsyntax-storemathitstore-hrefsyntax-globaladdrmathitglobaladdr-hrefsyntax-valmathitval--hrefsyntax-storemathitstore--hrefembed-errormathiterror", - "href": "https://www.w3.org/TR/wasm-core-1/#-mathrmglobal_write-hrefsyntax-storemathitstore-hrefsyntax-globaladdrmathitglobaladdr-hrefsyntax-valmathitval--hrefsyntax-storemathitstore--hrefembed-errormathiterror", - "level": 5, - "title": "global_write(store,globaladdr,val):store ∣ error" - }, - { - "id": "a2-implementation-limitations", - "href": "https://www.w3.org/TR/wasm-core-1/#a2-implementation-limitations", - "level": 3, - "title": "Implementation Limitations", - "number": "A.2" - }, - { - "id": "syntactic-limits①", - "href": "https://www.w3.org/TR/wasm-core-1/#syntactic-limits%E2%91%A0", - "level": 4, - "title": "Syntactic Limits" - }, - { - "id": "structure③", - "href": "https://www.w3.org/TR/wasm-core-1/#structure%E2%91%A2", - "level": 5, - "title": "Structure" - }, - { - "id": "binary-format③", - "href": "https://www.w3.org/TR/wasm-core-1/#binary-format%E2%91%A2", - "level": 5, - "title": "Binary Format" - }, - { - "id": "text-format④", - "href": "https://www.w3.org/TR/wasm-core-1/#text-format%E2%91%A3", - "level": 5, - "title": "Text Format" - }, - { - "id": "validation④", - "href": "https://www.w3.org/TR/wasm-core-1/#validation%E2%91%A3", - "level": 4, - "title": "Validation" - }, - { - "id": "execution④", - "href": "https://www.w3.org/TR/wasm-core-1/#execution%E2%91%A3", - "level": 4, - "title": "Execution" - }, - { - "id": "a3-validation-algorithm", - "href": "https://www.w3.org/TR/wasm-core-1/#a3-validation-algorithm", - "level": 3, - "title": "Validation Algorithm", - "number": "A.3" - }, - { - "id": "data-structures①", - "href": "https://www.w3.org/TR/wasm-core-1/#data-structures%E2%91%A0", - "level": 4, - "title": "Data Structures" - }, - { - "id": "validation-of-opcode-sequences①", - "href": "https://www.w3.org/TR/wasm-core-1/#validation-of-opcode-sequences%E2%91%A0", - "level": 4, - "title": "Validation of Opcode Sequences" - }, - { - "id": "a4-custom-sections", - "href": "https://www.w3.org/TR/wasm-core-1/#a4-custom-sections", - "level": 3, - "title": "Custom Sections", - "number": "A.4" - }, - { - "id": "name-section①", - "href": "https://www.w3.org/TR/wasm-core-1/#name-section%E2%91%A0", - "level": 4, - "title": "Name Section" - }, - { - "id": "subsections①", - "href": "https://www.w3.org/TR/wasm-core-1/#subsections%E2%91%A0", - "level": 5, - "title": "Subsections" - }, - { - "id": "name-maps①", - "href": "https://www.w3.org/TR/wasm-core-1/#name-maps%E2%91%A0", - "level": 5, - "title": "Name Maps" - }, - { - "id": "module-names①", - "href": "https://www.w3.org/TR/wasm-core-1/#module-names%E2%91%A0", - "level": 5, - "title": "Module Names" - }, - { - "id": "function-names①", - "href": "https://www.w3.org/TR/wasm-core-1/#function-names%E2%91%A0", - "level": 5, - "title": "Function Names" - }, - { - "id": "local-names①", - "href": "https://www.w3.org/TR/wasm-core-1/#local-names%E2%91%A0", - "level": 5, - "title": "Local Names" - }, - { - "id": "a5-soundness", - "href": "https://www.w3.org/TR/wasm-core-1/#a5-soundness", - "level": 3, - "title": "Soundness", - "number": "A.5" - }, - { - "id": "values-and-results①", - "href": "https://www.w3.org/TR/wasm-core-1/#values-and-results%E2%91%A0", - "level": 4, - "title": "Values and Results" - }, - { - "id": "values--threfsyntax-instr-numericmathsfconstc", - "href": "https://www.w3.org/TR/wasm-core-1/#values--threfsyntax-instr-numericmathsfconstc", - "level": 5, - "title": "Values t.const c" - }, - { - "id": "results--hrefsyntax-valmathitvalast", - "href": "https://www.w3.org/TR/wasm-core-1/#results--hrefsyntax-valmathitvalast", - "level": 5, - "title": "Results val∗" - }, - { - "id": "results--hrefsyntax-trapmathsftrap", - "href": "https://www.w3.org/TR/wasm-core-1/#results--hrefsyntax-trapmathsftrap", - "level": 5, - "title": "Results trap" - }, - { - "id": "store-validity①", - "href": "https://www.w3.org/TR/wasm-core-1/#store-validity%E2%91%A0", - "level": 4, - "title": "Store Validity" - }, - { - "id": "store--s", - "href": "https://www.w3.org/TR/wasm-core-1/#store--s", - "level": 5, - "title": "Store S" - }, - { - "id": "function-instances--hrefsyntax-funcinstmathsftypehrefsyntax-functypemathitfunctype-hrefsyntax-funcinstmathsfmodulehrefsyntax-moduleinstmathitmoduleinst-hrefsyntax-funcinstmathsfcodehrefsyntax-funcmathitfunc", - "href": "https://www.w3.org/TR/wasm-core-1/#function-instances--hrefsyntax-funcinstmathsftypehrefsyntax-functypemathitfunctype-hrefsyntax-funcinstmathsfmodulehrefsyntax-moduleinstmathitmoduleinst-hrefsyntax-funcinstmathsfcodehrefsyntax-funcmathitfunc", - "level": 5, - "title": "Function Instances {type functype,module moduleinst,code func}" - }, - { - "id": "host-function-instances--hrefsyntax-funcinstmathsftypehrefsyntax-functypemathitfunctype-hrefsyntax-funcinstmathsfhostcodemathithf", - "href": "https://www.w3.org/TR/wasm-core-1/#host-function-instances--hrefsyntax-funcinstmathsftypehrefsyntax-functypemathitfunctype-hrefsyntax-funcinstmathsfhostcodemathithf", - "level": 5, - "title": "Host Function Instances {type functype,hostcode hf}" - }, - { - "id": "table-instances---hrefsyntax-tableinstmathsfelem-mathitfan-hrefsyntax-tableinstmathsfmaxm", - "href": "https://www.w3.org/TR/wasm-core-1/#table-instances---hrefsyntax-tableinstmathsfelem-mathitfan-hrefsyntax-tableinstmathsfmaxm", - "level": 5, - "title": "Table Instances {elem (fa?)n,max m?}" - }, - { - "id": "memory-instances---hrefsyntax-meminstmathsfdatabn-hrefsyntax-meminstmathsfmaxm", - "href": "https://www.w3.org/TR/wasm-core-1/#memory-instances---hrefsyntax-meminstmathsfdatabn-hrefsyntax-meminstmathsfmaxm", - "level": 5, - "title": "Memory Instances {data bn,max m?}" - }, - { - "id": "global-instances---hrefsyntax-globalinstmathsfvalue-threfsyntax-instr-numericmathsfconstc-hrefsyntax-globalinstmathsfmuthrefsyntax-mutmathitmut", - "href": "https://www.w3.org/TR/wasm-core-1/#global-instances---hrefsyntax-globalinstmathsfvalue-threfsyntax-instr-numericmathsfconstc-hrefsyntax-globalinstmathsfmuthrefsyntax-mutmathitmut", - "level": 5, - "title": "Global Instances {value (t.const c),mut mut}" - }, - { - "id": "export-instances---hrefsyntax-exportinstmathsfnamehrefsyntax-namemathitname-hrefsyntax-exportinstmathsfvaluehrefsyntax-externvalmathitexternval", - "href": "https://www.w3.org/TR/wasm-core-1/#export-instances---hrefsyntax-exportinstmathsfnamehrefsyntax-namemathitname-hrefsyntax-exportinstmathsfvaluehrefsyntax-externvalmathitexternval", - "level": 5, - "title": "Export Instances {name name,value externval}" - }, - { - "id": "module-instances--hrefsyntax-moduleinstmathitmoduleinst", - "href": "https://www.w3.org/TR/wasm-core-1/#module-instances--hrefsyntax-moduleinstmathitmoduleinst", - "level": 5, - "title": "Module Instances moduleinst" - }, - { - "id": "configuration-validity①", - "href": "https://www.w3.org/TR/wasm-core-1/#configuration-validity%E2%91%A0", - "level": 4, - "title": "Configuration Validity" - }, - { - "id": "configurations--st", - "href": "https://www.w3.org/TR/wasm-core-1/#configurations--st", - "level": 5, - "title": "Configurations S;T" - }, - { - "id": "threads--fhrefsyntax-instrmathitinstrast", - "href": "https://www.w3.org/TR/wasm-core-1/#threads--fhrefsyntax-instrmathitinstrast", - "level": 5, - "title": "Threads F;instr∗" - }, - { - "id": "frames--hrefsyntax-framemathsflocalshrefsyntax-valmathitvalast-hrefsyntax-framemathsfmodulehrefsyntax-moduleinstmathitmoduleinst", - "href": "https://www.w3.org/TR/wasm-core-1/#frames--hrefsyntax-framemathsflocalshrefsyntax-valmathitvalast-hrefsyntax-framemathsfmodulehrefsyntax-moduleinstmathitmoduleinst", - "level": 5, - "title": "Frames {locals val∗,module moduleinst}" - }, - { - "id": "administrative-instructions③", - "href": "https://www.w3.org/TR/wasm-core-1/#administrative-instructions%E2%91%A2", - "level": 4, - "title": "Administrative Instructions" - }, - { - "id": "-hrefsyntax-trapmathsftrap", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-trapmathsftrap", - "level": 5, - "title": "trap" - }, - { - "id": "-hrefsyntax-invokemathsfinvokehrefsyntax-funcaddrmathitfuncaddr", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-invokemathsfinvokehrefsyntax-funcaddrmathitfuncaddr", - "level": 5, - "title": "invoke funcaddr" - }, - { - "id": "-hrefsyntax-init-elemmathsfinit_elemhrefsyntax-tableaddrmathittableaddroxn", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-init-elemmathsfinit_elemhrefsyntax-tableaddrmathittableaddroxn", - "level": 5, - "title": "init_elem tableaddr o xn" - }, - { - "id": "-hrefsyntax-init-datamathsfinit_datahrefsyntax-memaddrmathitmemaddrobn", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-init-datamathsfinit_datahrefsyntax-memaddrmathitmemaddrobn", - "level": 5, - "title": "init_data memaddr o bn" - }, - { - "id": "-hrefsyntax-labelmathsflabel_nhrefsyntax-instrmathitinstr_0asthrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-labelmathsflabel_nhrefsyntax-instrmathitinstr_0asthrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend", - "level": 5, - "title": "labeln​{instr0∗​} instr∗ end" - }, - { - "id": "-hrefsyntax-framemathsfframe_nfhrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend", - "href": "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-framemathsfframe_nfhrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend", - "level": 5, - "title": "framen​{F} instr∗ end" - }, - { - "id": "store-extension①", - "href": "https://www.w3.org/TR/wasm-core-1/#store-extension%E2%91%A0", - "level": 4, - "title": "Store Extension" - }, - { - "id": "store--s①", - "href": "https://www.w3.org/TR/wasm-core-1/#store--s%E2%91%A0", - "level": 5, - "title": "Store S" - }, - { - "id": "function-instance--hrefsyntax-funcinstmathitfuncinst", - "href": "https://www.w3.org/TR/wasm-core-1/#function-instance--hrefsyntax-funcinstmathitfuncinst", - "level": 5, - "title": "Function Instance funcinst" - }, - { - "id": "table-instance--hrefsyntax-tableinstmathittableinst", - "href": "https://www.w3.org/TR/wasm-core-1/#table-instance--hrefsyntax-tableinstmathittableinst", - "level": 5, - "title": "Table Instance tableinst" - }, - { - "id": "memory-instance--hrefsyntax-meminstmathitmeminst", - "href": "https://www.w3.org/TR/wasm-core-1/#memory-instance--hrefsyntax-meminstmathitmeminst", - "level": 5, - "title": "Memory Instance meminst" - }, - { - "id": "global-instance--hrefsyntax-globalinstmathitglobalinst", - "href": "https://www.w3.org/TR/wasm-core-1/#global-instance--hrefsyntax-globalinstmathitglobalinst", - "level": 5, - "title": "Global Instance globalinst" - }, - { - "id": "theorems①", - "href": "https://www.w3.org/TR/wasm-core-1/#theorems%E2%91%A0", - "level": 4, - "title": "Theorems" - }, - { - "id": "a6-index-of-types", - "href": "https://www.w3.org/TR/wasm-core-1/#a6-index-of-types", - "level": 3, - "title": "Index of Types", - "number": "A.6" - }, - { - "id": "a7-index-of-instructions", - "href": "https://www.w3.org/TR/wasm-core-1/#a7-index-of-instructions", - "level": 3, - "title": "Index of Instructions", - "number": "A.7" - }, - { - "id": "a8-index-of-semantic-rules", - "href": "https://www.w3.org/TR/wasm-core-1/#a8-index-of-semantic-rules", - "level": 3, - "title": "Index of Semantic Rules", - "number": "A.8" - }, - { - "id": "typing-of-static-constructs①", - "href": "https://www.w3.org/TR/wasm-core-1/#typing-of-static-constructs%E2%91%A0", - "level": 4, - "title": "Typing of Static Constructs" - }, - { - "id": "typing-of-runtime-constructs①", - "href": "https://www.w3.org/TR/wasm-core-1/#typing-of-runtime-constructs%E2%91%A0", - "level": 4, - "title": "Typing of Runtime Constructs" - }, - { - "id": "constantness①", - "href": "https://www.w3.org/TR/wasm-core-1/#constantness%E2%91%A0", - "level": 4, - "title": "Constantness" - }, - { - "id": "import-matching③", - "href": "https://www.w3.org/TR/wasm-core-1/#import-matching%E2%91%A2", - "level": 4, - "title": "Import Matching" - }, - { - "id": "store-extension③", - "href": "https://www.w3.org/TR/wasm-core-1/#store-extension%E2%91%A2", - "level": 4, - "title": "Store Extension" - }, - { - "id": "execution⑥", - "href": "https://www.w3.org/TR/wasm-core-1/#execution%E2%91%A5", - "level": 4, - "title": "Execution" - }, - { - "id": "conformance", - "href": "https://www.w3.org/TR/wasm-core-1/#conformance", - "level": 2, - "title": "Conformance" - }, - { - "id": "document-conventions", - "href": "https://www.w3.org/TR/wasm-core-1/#document-conventions", - "level": 3, - "title": "Document conventions" - }, - { - "id": "references", - "href": "https://www.w3.org/TR/wasm-core-1/#references", - "level": 2, - "title": "References" - }, - { - "id": "normative", - "href": "https://www.w3.org/TR/wasm-core-1/#normative", - "level": 3, - "title": "Normative References" - } - ] -} \ No newline at end of file diff --git a/tr/headings/wasm-core-2.json b/tr/headings/wasm-core-2.json new file mode 100644 index 000000000000..f193d0dadc92 --- /dev/null +++ b/tr/headings/wasm-core-2.json @@ -0,0 +1,47 @@ +{ + "spec": { + "title": "WebAssembly Core Specification", + "url": "https://www.w3.org/TR/wasm-core-2/" + }, + "headings": [ + { + "id": "title", + "href": "https://www.w3.org/TR/wasm-core-2/#title", + "level": 1, + "title": "WebAssembly Core Specification" + }, + { + "id": "subtitle", + "href": "https://www.w3.org/TR/wasm-core-2/#subtitle", + "level": 2, + "title": "Version 2.0" + }, + { + "id": "toc", + "href": "https://www.w3.org/TR/wasm-core-2/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "conformance", + "href": "https://www.w3.org/TR/wasm-core-2/#conformance", + "level": 2, + "title": "Conformance", + "number": "1" + }, + { + "id": "#security", + "href": "https://www.w3.org/TR/wasm-core-2/#%23security", + "level": 2, + "title": "Security Considerations", + "number": "2" + }, + { + "id": "#privacy", + "href": "https://www.w3.org/TR/wasm-core-2/#%23privacy", + "level": 2, + "title": "Privacy Considerations", + "number": "3" + } + ] +} \ No newline at end of file diff --git a/tr/idl/wai-aria.idl b/tr/idl/wai-aria.idl index 52d0b83ec357..ef6c28e13a5d 100644 --- a/tr/idl/wai-aria.idl +++ b/tr/idl/wai-aria.idl @@ -1,57 +1,59 @@ // GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into webref // (https://github.com/w3c/webref) -// Source: Accessible Rich Internet Applications (WAI-ARIA) 1.2 (https://www.w3.org/TR/wai-aria-1.2/) +// Source: Accessible Rich Internet Applications (WAI-ARIA) 1.3 (https://www.w3.org/TR/wai-aria-1.3/) interface mixin ARIAMixin { - attribute DOMString? role; - - attribute DOMString? ariaAtomic; - attribute DOMString? ariaAutoComplete; - attribute DOMString? ariaBusy; - attribute DOMString? ariaChecked; - attribute DOMString? ariaColCount; - attribute DOMString? ariaColIndex; - - attribute DOMString? ariaColSpan; - - attribute DOMString? ariaCurrent; - - attribute DOMString? ariaDisabled; - - attribute DOMString? ariaExpanded; - - attribute DOMString? ariaHasPopup; - attribute DOMString? ariaHidden; - attribute DOMString? ariaInvalid; - attribute DOMString? ariaKeyShortcuts; - attribute DOMString? ariaLabel; - - attribute DOMString? ariaLevel; - attribute DOMString? ariaLive; - attribute DOMString? ariaModal; - attribute DOMString? ariaMultiLine; - attribute DOMString? ariaMultiSelectable; - attribute DOMString? ariaOrientation; - - attribute DOMString? ariaPlaceholder; - attribute DOMString? ariaPosInSet; - attribute DOMString? ariaPressed; - attribute DOMString? ariaReadOnly; - - attribute DOMString? ariaRequired; - attribute DOMString? ariaRoleDescription; - attribute DOMString? ariaRowCount; - attribute DOMString? ariaRowIndex; - - attribute DOMString? ariaRowSpan; - attribute DOMString? ariaSelected; - attribute DOMString? ariaSetSize; - attribute DOMString? ariaSort; - attribute DOMString? ariaValueMax; - attribute DOMString? ariaValueMin; - attribute DOMString? ariaValueNow; - attribute DOMString? ariaValueText; + [CEReactions] attribute DOMString? role; + [CEReactions] attribute Element? ariaActiveDescendantElement; + [CEReactions] attribute DOMString? ariaAtomic; + [CEReactions] attribute DOMString? ariaAutoComplete; + [CEReactions] attribute DOMString? ariaBusy; + [CEReactions] attribute DOMString? ariaChecked; + [CEReactions] attribute DOMString? ariaColCount; + [CEReactions] attribute DOMString? ariaColIndex; + [CEReactions] attribute DOMString? ariaColIndexText; + [CEReactions] attribute DOMString? ariaColSpan; + [CEReactions] attribute FrozenArray? ariaControlsElements; + [CEReactions] attribute DOMString? ariaCurrent; + [CEReactions] attribute FrozenArray? ariaDescribedByElements; + [CEReactions] attribute DOMString? ariaDescription; + [CEReactions] attribute FrozenArray? ariaDetailsElements; + [CEReactions] attribute DOMString? ariaDisabled; + [CEReactions] attribute FrozenArray? ariaErrorMessageElements; + [CEReactions] attribute DOMString? ariaExpanded; + [CEReactions] attribute FrozenArray? ariaFlowToElements; + [CEReactions] attribute DOMString? ariaHasPopup; + [CEReactions] attribute DOMString? ariaHidden; + [CEReactions] attribute DOMString? ariaInvalid; + [CEReactions] attribute DOMString? ariaKeyShortcuts; + [CEReactions] attribute DOMString? ariaLabel; + [CEReactions] attribute FrozenArray? ariaLabelledByElements; + [CEReactions] attribute DOMString? ariaLevel; + [CEReactions] attribute DOMString? ariaLive; + [CEReactions] attribute DOMString? ariaModal; + [CEReactions] attribute DOMString? ariaMultiLine; + [CEReactions] attribute DOMString? ariaMultiSelectable; + [CEReactions] attribute DOMString? ariaOrientation; + [CEReactions] attribute FrozenArray? ariaOwnsElements; + [CEReactions] attribute DOMString? ariaPlaceholder; + [CEReactions] attribute DOMString? ariaPosInSet; + [CEReactions] attribute DOMString? ariaPressed; + [CEReactions] attribute DOMString? ariaReadOnly; + + [CEReactions] attribute DOMString? ariaRequired; + [CEReactions] attribute DOMString? ariaRoleDescription; + [CEReactions] attribute DOMString? ariaRowCount; + [CEReactions] attribute DOMString? ariaRowIndex; + [CEReactions] attribute DOMString? ariaRowIndexText; + [CEReactions] attribute DOMString? ariaRowSpan; + [CEReactions] attribute DOMString? ariaSelected; + [CEReactions] attribute DOMString? ariaSetSize; + [CEReactions] attribute DOMString? ariaSort; + [CEReactions] attribute DOMString? ariaValueMax; + [CEReactions] attribute DOMString? ariaValueMin; + [CEReactions] attribute DOMString? ariaValueNow; + [CEReactions] attribute DOMString? ariaValueText; }; Element includes ARIAMixin; diff --git a/tr/ids/vc-data-model-2.0.json b/tr/ids/vc-data-model-2.0.json new file mode 100644 index 000000000000..389d99e250af --- /dev/null +++ b/tr/ids/vc-data-model-2.0.json @@ -0,0 +1,2282 @@ +{ + "spec": { + "title": "Verifiable Credentials Data Model v2.0", + "url": "https://www.w3.org/TR/vc-data-model-2.0/" + }, + "ids": [ + "https://www.w3.org/TR/vc-data-model-2.0/#initialUserConfig", + "https://www.w3.org/TR/vc-data-model-2.0/#toc-nav", + "https://www.w3.org/TR/vc-data-model-2.0/#toc-jump", + "https://www.w3.org/TR/vc-data-model-2.0/#toc-toggle", + "https://www.w3.org/TR/vc-data-model-2.0/#title", + "https://www.w3.org/TR/vc-data-model-2.0/#w3c-state", + "https://www.w3.org/TR/vc-data-model-2.0/#abstract", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-2", + "https://www.w3.org/TR/vc-data-model-2.0/#sotd", + "https://www.w3.org/TR/vc-data-model-2.0/#w3c_process_revision", + "https://www.w3.org/TR/vc-data-model-2.0/#toc", + "https://www.w3.org/TR/vc-data-model-2.0/#table-of-contents", + "https://www.w3.org/TR/vc-data-model-2.0/#introduction", + "https://www.w3.org/TR/vc-data-model-2.0/#x1-introduction", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-2", + "https://www.w3.org/TR/vc-data-model-2.0/#what-is-a-verifiable-credential", + "https://www.w3.org/TR/vc-data-model-2.0/#x1-1-what-is-a-verifiable-credential", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-13", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-14", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-15", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ecosystem-overview", + "https://www.w3.org/TR/vc-data-model-2.0/#x1-2-ecosystem-overview", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-13", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-14", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-15", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-16", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-17", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-18", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-data-registries-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-19", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-20", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-7", + "https://www.w3.org/TR/vc-data-model-2.0/#roles", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-21", + "https://www.w3.org/TR/vc-data-model-2.0/#use-cases-and-requirements", + "https://www.w3.org/TR/vc-data-model-2.0/#x1-3-use-cases-and-requirements", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-22", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-23", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-24", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-25", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-26", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-27", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-13", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-13", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-14", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-14", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-13", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-14", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-28", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-15", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-29", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-30", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-15", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-31", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-15", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-32", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-predicates-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-13", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-predicates-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-16", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-33", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-34", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-16", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-35", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-17", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-36", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-18", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-37", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-19", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-38", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-17", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-16", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-39", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-14", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-18", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-19", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-40", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-20", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-41", + "https://www.w3.org/TR/vc-data-model-2.0/#conformance", + "https://www.w3.org/TR/vc-data-model-2.0/#x1-4-conformance", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-conforming-document", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-42", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-20", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-conforming-issuer-implementation", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-3", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-conforming-verifier-implementation", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-issuer-implementation-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-verifier-implementation-1", + "https://www.w3.org/TR/vc-data-model-2.0/#terminology", + "https://www.w3.org/TR/vc-data-model-2.0/#x2-terminology", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-claims", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-10", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-credential", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-21", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-11", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-data-minimization", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-decentralized-identifiers", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-43", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-44", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-repository-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-16", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-default-graph", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-named-graphs-1", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-predicates", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-45", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-21", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-46", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-47", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-22", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-13", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-entities", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-graphs", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-14", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-15", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-named-graphs-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-default-graph-1", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-holders", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-48", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-22", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-16", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-49", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-17", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-repository-3", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-identity-providers", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-17", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-relying-parties-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-18", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-17", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-50", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-18", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-51", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-18", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-identity-providers-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-23", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-19", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-issuers", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-19", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-52", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-53", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-20", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-named-graphs", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-13", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-presentation", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-54", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-24", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-15", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-credential-repository", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-55", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-21", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-56", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-selective-disclosure", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-22", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-subjects", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-14", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-claim-validation", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-15", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-26", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-17", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-57", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-23", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-18", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-58", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-19", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-27", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-19", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-vc", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-24", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-verifiable-data-registries", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-59", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-60", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-20", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-vp", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-61", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-verify", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-62", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-25", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-16", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-verifier", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-63", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-26", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-relying-parties", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-verification-material", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-url", + "https://www.w3.org/TR/vc-data-model-2.0/#core-data-model", + "https://www.w3.org/TR/vc-data-model-2.0/#x3-core-data-model", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-17", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-20", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-64", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-27", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-0", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-0", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-21", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-65", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-28", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-22", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-66", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-29", + "https://www.w3.org/TR/vc-data-model-2.0/#claims", + "https://www.w3.org/TR/vc-data-model-2.0/#x3-1-claims", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-18", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-21", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-22", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-19", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-20", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-property", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-value", + "https://www.w3.org/TR/vc-data-model-2.0/#basic-structure", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-21", + "https://www.w3.org/TR/vc-data-model-2.0/#basic-example", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-22", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-23", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-23", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-24", + "https://www.w3.org/TR/vc-data-model-2.0/#multiple-claims", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-25", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-26", + "https://www.w3.org/TR/vc-data-model-2.0/#credentials", + "https://www.w3.org/TR/vc-data-model-2.0/#x3-2-credentials", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-23", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-27", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-24", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-25", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-28", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verification-material-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-29", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-67", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-28", + "https://www.w3.org/TR/vc-data-model-2.0/#basic-vc", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-68", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-1", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-26", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-27", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-24", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-28", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-69", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-29", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-70", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-71", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-embedded-proof-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-graph-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-default-graph-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-72", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-29", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-30", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-9", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-proof-graph", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-73", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-named-graphs-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-proof-graph-1", + "https://www.w3.org/TR/vc-data-model-2.0/#info-graph-vc", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-embedded-proof-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-74", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-graph-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-30", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-31", + "https://www.w3.org/TR/vc-data-model-2.0/#info-graph-vc-jwt", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-enveloping-proof-1", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-2", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-31", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-32", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-24", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-3", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-32", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-33", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-33", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-34", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-34", + "https://www.w3.org/TR/vc-data-model-2.0/#presentations", + "https://www.w3.org/TR/vc-data-model-2.0/#x3-3-presentations", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-13", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-30", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-31", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-75", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-25", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-35", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-20", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-76", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-25", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-30", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-14", + "https://www.w3.org/TR/vc-data-model-2.0/#basic-vp", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-32", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-77", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-33", + "https://www.w3.org/TR/vc-data-model-2.0/#info-graph-vp-explanation", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-34", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-embedded-proof-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-graph-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-default-graph-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-35", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-36", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-78", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-35", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-graph-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-36", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-36", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-37", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-79", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-proof-graph-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-38", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-graph-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-proof-graph-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-13", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-named-graphs-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-proof-graph-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-14", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-named-graphs-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-proof-graph-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-graph-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-graph-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-proof-graph-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-graph-6", + "https://www.w3.org/TR/vc-data-model-2.0/#info-graph-vp", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-15", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-37", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-embedded-proof-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-38", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-enveloping-proof-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-graph-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-39", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-graph-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-graph-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-enveloping-proof-3", + "https://www.w3.org/TR/vc-data-model-2.0/#info-graph-vp-jwt", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-40", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-enveloping-proof-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-80", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-4", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-39", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-26", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-81", + "https://www.w3.org/TR/vc-data-model-2.0/#concrete-lifecycle-example", + "https://www.w3.org/TR/vc-data-model-2.0/#x3-4-concrete-lifecycle-example", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-37", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-82", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-41", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-40", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-83", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-84", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-repository-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-85", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-42", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-21", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-13", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-43", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-22", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claim-validation-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-23", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-38", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-44", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-86", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-87", + "https://www.w3.org/TR/vc-data-model-2.0/#example-a-simple-example-of-the-contents-of-a-verifiable-credential", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-24", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-88", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-89", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-90", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-45", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-46", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-25", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-14", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-15", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-31", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-91", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-26", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-27", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-92", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-26", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-47", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-16", + "https://www.w3.org/TR/vc-data-model-2.0/#example-a-simple-example-of-a-verifiable-presentation", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-5", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-93", + "https://www.w3.org/TR/vc-data-model-2.0/#basic-concepts", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-basic-concepts", + "https://www.w3.org/TR/vc-data-model-2.0/#getting-started", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-1-getting-started", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-94", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-95", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-96", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-97", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-98", + "https://www.w3.org/TR/vc-data-model-2.0/#example-a-template-for-creating-prototype-verifiable-credentials", + "https://www.w3.org/TR/vc-data-model-2.0/#contexts", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-2-contexts", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-99", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-48", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-100", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-49", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-6", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-101", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-50", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-3", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-context", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-5", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-7", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-5", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-the-context-property", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-102", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-7", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-8", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-9", + "https://www.w3.org/TR/vc-data-model-2.0/#identifiers", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-3-identifiers", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-103", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-32", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-104", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-27", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-51", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-10", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-9", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-13", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-id", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-14", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-12", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-the-id-property", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-105", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-28", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-106", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-39", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-decentralized-identifiers-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-decentralized-identifiers-3", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-10", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-decentralized-identifiers-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-107", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-108", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-decentralized-identifiers-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-decentralized-identifiers-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-109", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-110", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-decentralized-identifiers-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-decentralized-identifiers-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-decentralized-identifiers-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-29", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-33", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-28", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-111", + "https://www.w3.org/TR/vc-data-model-2.0/#types", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-4-types", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-112", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-52", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-15", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claim-validation-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-113", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-53", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-16", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-41", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-17", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-17", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-114", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-54", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-type", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-18", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-13", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-14", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-15", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-16", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-the-type-property", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-115", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-116", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-55", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-56", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-42", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-6", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-11", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-43", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-13", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-44", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-27", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-45", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-28", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-30", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-18", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-12", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-12", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-12", + "https://www.w3.org/TR/vc-data-model-2.0/#names-and-descriptions", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-5-names-and-descriptions", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-46", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-34", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-47", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-19", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-name", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-48", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-20", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-49", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-50", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-51", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-description", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-52", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-21", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-53", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-54", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-40", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-the-name-and-description-property", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-the-name-and-description-property-0", + "https://www.w3.org/TR/vc-data-model-2.0/#credential-subject", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-6-credential-subject", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-117", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-41", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-31", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-22", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-42", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-32", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-118", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-23", + "https://www.w3.org/TR/vc-data-model-2.0/#defn-credentialSubject", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-24", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-33", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-43", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-25", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-34", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-the-credentialsubject-property", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-35", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-119", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-36", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-37", + "https://www.w3.org/TR/vc-data-model-2.0/#example-specifying-multiple-subjects-in-a-verifiable-credential", + "https://www.w3.org/TR/vc-data-model-2.0/#issuer", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-7-issuer", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-35", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-120", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-121", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-26", + "https://www.w3.org/TR/vc-data-model-2.0/#defn-issuer", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-27", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-17", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-28", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-18", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-19", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-20", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-36", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-19", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-55", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-issuer-property", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-issuer-expanded-property", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-13", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-13", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-29", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-decentralized-identifiers-10", + "https://www.w3.org/TR/vc-data-model-2.0/#validity-period", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-8-validity-period", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-30", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-56", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-31", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-57", + "https://www.w3.org/TR/vc-data-model-2.0/#defn-validFrom", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-32", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-58", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-33", + "https://www.w3.org/TR/vc-data-model-2.0/#defn-validUntil", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-34", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-59", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-35", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-validfrom-and-validuntil-property", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-14", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-14", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-122", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-123", + "https://www.w3.org/TR/vc-data-model-2.0/#representing-time", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-8-1-representing-time", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-124", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-125", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-126", + "https://www.w3.org/TR/vc-data-model-2.0/#example-regular-expression-to-detect-a-valid-xml-schema-1-1-part-2-datetimestamp", + "https://www.w3.org/TR/vc-data-model-2.0/#securing-mechanisms", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-9-securing-mechanisms", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-enveloping-proof", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-embedded-proof", + "https://www.w3.org/TR/vc-data-model-2.0/#example-a-verifiable-credential-utilizing-an-embedded-proof", + "https://www.w3.org/TR/vc-data-model-2.0/#example-a-verifiable-credential-that-uses-an-enveloping-proof-in-sd-jwt-format", + "https://www.w3.org/TR/vc-data-model-2.0/#status", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-10-status", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-36", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-127", + "https://www.w3.org/TR/vc-data-model-2.0/#defn-credentialStatus", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-37", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-38", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-39", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-60", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-13", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-61", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-62", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-the-status-property", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-128", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-37", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-29", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-29", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-38", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-38", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-39", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-40", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-30", + "https://www.w3.org/TR/vc-data-model-2.0/#presentations-0", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-11-presentations", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-57", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-129", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-58", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-31", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-32", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-33", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-59", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-130", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-default-graph-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-60", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-verifiable-presentation-graph", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-61", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-40", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-62", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-41", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-63", + "https://www.w3.org/TR/vc-data-model-2.0/#defn-verifiableCredential", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-42", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-131", + "https://www.w3.org/TR/vc-data-model-2.0/#defn-holder", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-64", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-43", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-21", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-44", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-22", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-30", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-20", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-65", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-45", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-31", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claim-validation-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-66", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-67", + "https://www.w3.org/TR/vc-data-model-2.0/#example-basic-structure-of-a-presentation", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-46", + "https://www.w3.org/TR/vc-data-model-2.0/#enveloped-verifiable-credentials", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-11-1-enveloped-verifiable-credentials", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-68", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-132", + "https://www.w3.org/TR/vc-data-model-2.0/#defn-EnvelopedVerifiableCredential", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-133", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-69", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-134", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-enveloping-proof-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-70", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-135", + "https://www.w3.org/TR/vc-data-model-2.0/#example-basic-structure-of-a-presentation-0", + "https://www.w3.org/TR/vc-data-model-2.0/#presentations-using-derived-credentials", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-11-2-presentations-using-derived-credentials", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-32", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-44", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-136", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-137", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-138", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-34", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-41", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-45", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-139", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-15", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-15", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-71", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-140", + "https://www.w3.org/TR/vc-data-model-2.0/#fig-a-basic-claim-expressing-that-pat-is-over-the-age-of-21", + "https://www.w3.org/TR/vc-data-model-2.0/#presentations-including-holder-claims", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-11-3-presentations-including-holder-claims", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-33", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-47", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-72", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-141", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-42", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-43", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-142", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-34", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-46", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-143", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-73", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-144", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-39", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-47", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-48", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-35", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-145", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-74", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-146", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-48", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-40", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-49", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-147", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-75", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-148", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-76", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-49", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-149", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-150", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-151", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-77", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-50", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-152", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-51", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-78", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-79", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-153", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-80", + "https://www.w3.org/TR/vc-data-model-2.0/#example-a-verifiable-presentation-secured-with-an-embedded-data-integrity-proof-with-a-self-asserted-verifiable-credential", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-81", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-154", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-50", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-82", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-83", + "https://www.w3.org/TR/vc-data-model-2.0/#example-a-verifiable-presentation-secured-with-an-embedded-data-integrity-proof-with-a-self-asserted-verifiable-credential-about-the-verifiable-presentation", + "https://www.w3.org/TR/vc-data-model-2.0/#data-schemas", + "https://www.w3.org/TR/vc-data-model-2.0/#x4-12-data-schemas", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-63", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-155", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-156", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-52", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-44", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-157", + "https://www.w3.org/TR/vc-data-model-2.0/#defn-credentialSchema", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-53", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-35", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-54", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-23", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-16", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-16", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-55", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-158", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-56", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-64", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-21", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-the-credentialschema-property-to-perform-json-schema-validation", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-45", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-36", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-159", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-17", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-17", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-57", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-the-credentialschema-property-to-perform-zero-knowledge-validation", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-46", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-37", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-160", + "https://www.w3.org/TR/vc-data-model-2.0/#advanced-concepts", + "https://www.w3.org/TR/vc-data-model-2.0/#x5-advanced-concepts", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-161", + "https://www.w3.org/TR/vc-data-model-2.0/#lifecycle-details", + "https://www.w3.org/TR/vc-data-model-2.0/#x5-1-lifecycle-details", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-162", + "https://www.w3.org/TR/vc-data-model-2.0/#life-cycle-details", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-18", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-163", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-47", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-issue", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-164", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-36", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-65", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-37", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-transfers", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-165", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-38", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-39", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-present", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-166", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-38", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-84", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-39", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-22", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-85", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-167", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-168", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-23", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-40", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-169", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-48", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-revoke", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-170", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-40", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-delete", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-171", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-19", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-18", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-49", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-172", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-41", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-42", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-41", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-42", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-43", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-44", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-173", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-86", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-45", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-24", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-174", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-87", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-46", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-43", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-50", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-175", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-176", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-47", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-48", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-44", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-41", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-177", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-42", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-45", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-46", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-178", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-47", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-179", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-48", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-49", + "https://www.w3.org/TR/vc-data-model-2.0/#trust-model", + "https://www.w3.org/TR/vc-data-model-2.0/#x5-2-trust-model", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-180", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-50", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-51", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-66", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-67", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-68", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-52", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-69", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-181", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-53", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-182", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-183", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-51", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-15", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-data-registries-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-16", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-49", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-52", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-54", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-70", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-43", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-50", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-repository-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-71", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-51", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-55", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-53", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-repository-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-56", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-54", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-identity-providers-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-relying-parties-2", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-20", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-19", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-55", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-57", + "https://www.w3.org/TR/vc-data-model-2.0/#extensibility", + "https://www.w3.org/TR/vc-data-model-2.0/#x5-3-extensibility", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-16", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-184", + "https://www.w3.org/TR/vc-data-model-2.0/#example-a-simple-credential", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-185", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-17", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-186", + "https://www.w3.org/TR/vc-data-model-2.0/#example-a-json-ld-context", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-56", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-187", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-58", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-72", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-14", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-188", + "https://www.w3.org/TR/vc-data-model-2.0/#example-a-verifiable-credential-with-a-custom-extension", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-189", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-190", + "https://www.w3.org/TR/vc-data-model-2.0/#semantic-interoperability", + "https://www.w3.org/TR/vc-data-model-2.0/#x5-3-1-semantic-interoperability", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-59", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-60", + "https://www.w3.org/TR/vc-data-model-2.0/#integrity-of-related-resources", + "https://www.w3.org/TR/vc-data-model-2.0/#x5-4-integrity-of-related-resources", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-191", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-58", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-57", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-192", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-59", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-58", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-193", + "https://www.w3.org/TR/vc-data-model-2.0/#defn-relatedResource", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-194", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-21", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-0", + "https://www.w3.org/TR/vc-data-model-2.0/#defn-digestSRI", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-22", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-195", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-9", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-23", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-2", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-the-relatedresource-property", + "https://www.w3.org/TR/vc-data-model-2.0/#example-an-integrity-protected-image-that-is-associated-with-a-credentialsubject", + "https://www.w3.org/TR/vc-data-model-2.0/#refreshing", + "https://www.w3.org/TR/vc-data-model-2.0/#x5-5-refreshing", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-24", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-196", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-197", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-61", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-60", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-61", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-198", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-59", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-52", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-88", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-53", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-54", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-199", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-89", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-60", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-200", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-55", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-61", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-73", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-74", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-62", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-75", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-63", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-62", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-201", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-25", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-20", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-63", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-202", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-62", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-56", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-203", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-63", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-57", + "https://www.w3.org/TR/vc-data-model-2.0/#defn-refreshService", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-64", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-204", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-24", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-15", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-the-refreshservice-property-by-an-issuer", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-64", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-58", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-64", + "https://www.w3.org/TR/vc-data-model-2.0/#terms-of-use", + "https://www.w3.org/TR/vc-data-model-2.0/#x5-6-terms-of-use", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-65", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-59", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-205", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-90", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-66", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-206", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-60", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-91", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-65", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-66", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-65", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-207", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-67", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-208", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-66", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-68", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-209", + "https://www.w3.org/TR/vc-data-model-2.0/#defn-termsOfUse", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-67", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-76", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-14", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-61", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-67", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-16", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-17", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-the-termsofuse-property-by-an-issuer", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-69", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-id-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-68", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-70", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-the-termsofuse-property-by-a-holder", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-62", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-44", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-69", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-63", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-45", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-70", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-64", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-15", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-210", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-211", + "https://www.w3.org/TR/vc-data-model-2.0/#evidence", + "https://www.w3.org/TR/vc-data-model-2.0/#x5-7-evidence", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-number-1303", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-71", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-71", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-212", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-72", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-213", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-72", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-46", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-77", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-73", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-78", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-68", + "https://www.w3.org/TR/vc-data-model-2.0/#defn-evidence", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-69", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-74", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-73", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-79", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-18", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-70", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-19", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-26", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-21", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-80", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-the-evidence-property", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-27", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-22", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-74", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-47", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-81", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-28", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-23", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-71", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-72", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-214", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-75", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-215", + "https://www.w3.org/TR/vc-data-model-2.0/#zero-knowledge-proofs", + "https://www.w3.org/TR/vc-data-model-2.0/#x5-8-zero-knowledge-proofs", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-216", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-217", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-65", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-75", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-66", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-76", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-218", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-77", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-76", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-67", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-219", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-78", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-68", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-79", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-69", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-70", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-48", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-71", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-82", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-49", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-83", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-220", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-77", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-92", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-221", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-50", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-80", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-222", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-223", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-72", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-224", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-78", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-225", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-73", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-226", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-81", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-227", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-73", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-79", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-82", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-74", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-75", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-83", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-228", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-29", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-24", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-229", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-30", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-5", + "https://www.w3.org/TR/vc-data-model-2.0/#fig-a-visual-example-of-the-relationship-between-credentials-and-derived-credentials-in-a-zkp-presentation", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-16", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-84", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-76", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-93", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-85", + "https://www.w3.org/TR/vc-data-model-2.0/#authorization", + "https://www.w3.org/TR/vc-data-model-2.0/#x5-9-authorization", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-230", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-51", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-52", + "https://www.w3.org/TR/vc-data-model-2.0/#reserved-extension-points", + "https://www.w3.org/TR/vc-data-model-2.0/#x5-10-reserved-extension-points", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-74", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-31", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-6", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-32", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-7", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-33", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-8", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-34", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-9", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-35", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-10", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-36", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ecosystem-compatibility", + "https://www.w3.org/TR/vc-data-model-2.0/#x5-11-ecosystem-compatibility", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-13", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-37", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-25", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-14", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-15", + "https://www.w3.org/TR/vc-data-model-2.0/#verifiable-credential-graphs", + "https://www.w3.org/TR/vc-data-model-2.0/#x5-12-verifiable-credential-graphs", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-231", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-17", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-232", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-233", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-234", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-235", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-236", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-verifiable-credential-graph", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-237", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-238", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-default-graph-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-18", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-19", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-named-graphs-6", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-verifiablecredentialgraph", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-239", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-17", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-240", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-241", + "https://www.w3.org/TR/vc-data-model-2.0/#securing-mechanism-specifications", + "https://www.w3.org/TR/vc-data-model-2.0/#x5-13-securing-mechanism-specifications", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-16", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-17", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-18", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-19", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-20", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-38", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-embedded-proof-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-75", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-242", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-94", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-243", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-95", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-proof-graph-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-proof-graph-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-244", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-default-graph-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-96", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-default-graph-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-20", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-proof-graph-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-245", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-21", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-39", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-26", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-246", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-97", + "https://www.w3.org/TR/vc-data-model-2.0/#syntaxes", + "https://www.w3.org/TR/vc-data-model-2.0/#x6-syntaxes", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-247", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-98", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-25", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claim-validation-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claim-validation-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-76", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-77", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-78", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-79", + "https://www.w3.org/TR/vc-data-model-2.0/#json-ld", + "https://www.w3.org/TR/vc-data-model-2.0/#x6-1-json-ld", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-80", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-248", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-21", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-249", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-99", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-type-specific-processing-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-22", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-type-specific-processing-2", + "https://www.w3.org/TR/vc-data-model-2.0/#syntactic-sugar", + "https://www.w3.org/TR/vc-data-model-2.0/#x6-1-1-syntactic-sugar", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-250", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-81", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-named-graphs-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-80", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-77", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-251", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-252", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-100", + "https://www.w3.org/TR/vc-data-model-2.0/#lists-and-arrays", + "https://www.w3.org/TR/vc-data-model-2.0/#x6-1-2-lists-and-arrays", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-40", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-27", + "https://www.w3.org/TR/vc-data-model-2.0/#example-a-context-file-that-defines-a-matrix-as-an-embedded-json-data-structure", + "https://www.w3.org/TR/vc-data-model-2.0/#example-a-verifiable-credential-with-an-embedded-json-data-structure", + "https://www.w3.org/TR/vc-data-model-2.0/#media-types", + "https://www.w3.org/TR/vc-data-model-2.0/#x6-2-media-types", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-253", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-254", + "https://www.w3.org/TR/vc-data-model-2.0/#media-type-precision", + "https://www.w3.org/TR/vc-data-model-2.0/#x6-2-1-media-type-precision", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-255", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-101", + "https://www.w3.org/TR/vc-data-model-2.0/#http", + "https://www.w3.org/TR/vc-data-model-2.0/#x6-2-2-http", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-256", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-102", + "https://www.w3.org/TR/vc-data-model-2.0/#credential-type-specific-processing", + "https://www.w3.org/TR/vc-data-model-2.0/#x6-3-credential-type-specific-processing", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-general-json-ld-processing", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-23", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-credential-type-specific-processing", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-24", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-257", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-25", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-26", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-258", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-103", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-259", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-104", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-general-json-ld-processing-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-type-specific-processing-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-27", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-type-specific-processing-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-general-json-ld-processing-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-type-specific-processing-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-28", + "https://www.w3.org/TR/vc-data-model-2.0/#algorithms", + "https://www.w3.org/TR/vc-data-model-2.0/#x7-algorithms", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-41", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-13", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-number-1377", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-14", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-42", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-28", + "https://www.w3.org/TR/vc-data-model-2.0/#verification", + "https://www.w3.org/TR/vc-data-model-2.0/#x7-1-verification", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-verifier-implementation-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-260", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-105", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-29", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-problemdetails-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-problemdetails-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-30", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-43", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-15", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-31", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-32", + "https://www.w3.org/TR/vc-data-model-2.0/#problem-details", + "https://www.w3.org/TR/vc-data-model-2.0/#x7-2-problem-details", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-problemdetails", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-problemdetails-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-82", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-25", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-83", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-84", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-85", + "https://www.w3.org/TR/vc-data-model-2.0/#PARSING_ERROR", + "https://www.w3.org/TR/vc-data-model-2.0/#CRYPTOGRAPHIC_SECURITY_ERROR", + "https://www.w3.org/TR/vc-data-model-2.0/#MALFORMED_VALUE_ERROR", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-86", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-87", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-problemdetails-4", + "https://www.w3.org/TR/vc-data-model-2.0/#RANGE_ERROR", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-problemdetails-5", + "https://www.w3.org/TR/vc-data-model-2.0/#privacy-considerations", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-privacy-considerations", + "https://www.w3.org/TR/vc-data-model-2.0/#spectrum-of-privacy", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-1-spectrum-of-privacy", + "https://www.w3.org/TR/vc-data-model-2.0/#fig-privacy-spectrum-ranging-from-pseudonymous-to-fully-identified", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-44", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-29", + "https://www.w3.org/TR/vc-data-model-2.0/#software-trust-boundaries", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-2-software-trust-boundaries", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-81", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-261", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-86", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-262", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-106", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-78", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-87", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-79", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-88", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-80", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-263", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-81", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-89", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-82", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-90", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-83", + "https://www.w3.org/TR/vc-data-model-2.0/#personally-identifiable-information", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-3-personally-identifiable-information", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-264", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-91", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-18", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-84", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-82", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-265", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-266", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-267", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-92", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-19", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-268", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-269", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-270", + "https://www.w3.org/TR/vc-data-model-2.0/#identifier-based-correlation", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-4-identifier-based-correlation", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-53", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-271", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-54", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-84", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-93", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-83", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-94", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-85", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-86", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-272", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-107", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-87", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-84", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-273", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-274", + "https://www.w3.org/TR/vc-data-model-2.0/#signature-based-correlation", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-5-signature-based-correlation", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-85", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-45", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-30", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-275", + "https://www.w3.org/TR/vc-data-model-2.0/#long-lived-identifier-based-correlation", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-6-long-lived-identifier-based-correlation", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-276", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-55", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-277", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-88", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-278", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-89", + "https://www.w3.org/TR/vc-data-model-2.0/#metadata-based-correlation", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-7-metadata-based-correlation", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-85", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-90", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-95", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-86", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-279", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-91", + "https://www.w3.org/TR/vc-data-model-2.0/#device-tracking-and-fingerprinting", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-8-device-tracking-and-fingerprinting", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-280", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-281", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-282", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-283", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-284", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-92", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-285", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-108", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-93", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-286", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-287", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-96", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-87", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-97", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-288", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-98", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-289", + "https://www.w3.org/TR/vc-data-model-2.0/#favor-abstract-claims", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-9-favor-abstract-claims", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-290", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-88", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-86", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-87", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-88", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-99", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-56", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-89", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-89", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-291", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-57", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-292", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-51", + "https://www.w3.org/TR/vc-data-model-2.0/#the-principle-of-data-minimization", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-10-the-principle-of-data-minimization", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-293", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-90", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-294", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-100", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-101", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-88", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-91", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-selective-disclosure-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-92", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-295", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-296", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-297", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-298", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-299", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-93", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-1", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-300", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-selective-disclosure-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-94", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-95", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-102", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-103", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-46", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-31", + "https://www.w3.org/TR/vc-data-model-2.0/#bearer-credentials", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-11-bearer-credentials", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-bearer-credentials", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-94", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-95", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-301", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-2", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-58", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-90", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-91", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-302", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-3", + "https://www.w3.org/TR/vc-data-model-2.0/#example-usage-of-issuer-properties", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-96", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-5", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-97", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-96", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-98", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-104", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-99", + "https://www.w3.org/TR/vc-data-model-2.0/#validation", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-12-validation", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-303", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-105", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-52", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-106", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-100", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-101", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-20", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-102", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-103", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-104", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-97", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-105", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-98", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-99", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-89", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-90", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-26", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-106", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-91", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-107", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-92", + "https://www.w3.org/TR/vc-data-model-2.0/#storage-providers-and-data-mining", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-13-storage-providers-and-data-mining", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-107", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-304", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-100", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-305", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-93", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-108", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-306", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-307", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-109", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-94", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-308", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-309", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-95", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-310", + "https://www.w3.org/TR/vc-data-model-2.0/#aggregation-of-credentials", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-14-aggregation-of-credentials", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-59", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-60", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-311", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-13", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-110", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-108", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-111", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-96", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-112", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-109", + "https://www.w3.org/TR/vc-data-model-2.0/#usage-patterns", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-15-usage-patterns", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-312", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-313", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-109", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-110", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-113", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-314", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-111", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-112", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-113", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-315", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-61", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-97", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-62", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-22", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-114", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-98", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-63", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-115", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-116", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-114", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-99", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-100", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-115", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-117", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-101", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-116", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-102", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-118", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-64", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-103", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-104", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-105", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-106", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-107", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-65", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-108", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-109", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-110", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-111", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-66", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-316", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-112", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-113", + "https://www.w3.org/TR/vc-data-model-2.0/#sharing-information-with-the-wrong-party", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-16-sharing-information-with-the-wrong-party", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-117", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-119", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-120", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-118", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-121", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-119", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-101", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-120", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-114", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-122", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-123", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-317", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-121", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-122", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-318", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-110", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-124", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-111", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-123", + "https://www.w3.org/TR/vc-data-model-2.0/#data-theft", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-17-data-theft", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-319", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-112", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-102", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-124", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-67", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-103", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-320", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-125", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-126", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-127", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-125", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-128", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-126", + "https://www.w3.org/TR/vc-data-model-2.0/#frequency-of-claim-issuance", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-18-frequency-of-claim-issuance", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-129", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-321", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-104", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-105", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-322", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-323", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-106", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-324", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-107", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-130", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-131", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-132", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-115", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-108", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-116", + "https://www.w3.org/TR/vc-data-model-2.0/#prefer-single-use-credentials", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-19-prefer-single-use-credentials", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-127", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-133", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-128", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-325", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-326", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-327", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-129", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-328", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-134", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-329", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-330", + "https://www.w3.org/TR/vc-data-model-2.0/#private-browsing", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-20-private-browsing", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-117", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-135", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-118", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-23", + "https://www.w3.org/TR/vc-data-model-2.0/#issuer-cooperation-impacts-on-privacy", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-21-issuer-cooperation-impacts-on-privacy", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-331", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-109", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-136", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-110", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-111", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-332", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-112", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-333", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-137", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-68", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-138", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-113", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-114", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-334", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-139", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-130", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-115", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-119", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-116", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-24", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-120", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-131", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-117", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-118", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-121", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-119", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-69", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-132", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-122", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-70", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-120", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-121", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-122", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-140", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-133", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-123", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-124", + "https://www.w3.org/TR/vc-data-model-2.0/#security-considerations", + "https://www.w3.org/TR/vc-data-model-2.0/#x9-security-considerations", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-125", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-141", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-134", + "https://www.w3.org/TR/vc-data-model-2.0/#cryptography-suites-and-libraries", + "https://www.w3.org/TR/vc-data-model-2.0/#x9-1-cryptography-suites-and-libraries", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-123", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-25", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-124", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-125", + "https://www.w3.org/TR/vc-data-model-2.0/#key-management", + "https://www.w3.org/TR/vc-data-model-2.0/#x9-2-key-management", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-335", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-113", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verification-material-2", + "https://www.w3.org/TR/vc-data-model-2.0/#content-integrity-protection", + "https://www.w3.org/TR/vc-data-model-2.0/#x9-3-content-integrity-protection", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-336", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-337", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-338", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-339", + "https://www.w3.org/TR/vc-data-model-2.0/#example-non-content-integrity-protected-links", + "https://www.w3.org/TR/vc-data-model-2.0/#example-content-integrity-protection-for-links-to-external-data", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-47", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-32", + "https://www.w3.org/TR/vc-data-model-2.0/#unsigned-claims", + "https://www.w3.org/TR/vc-data-model-2.0/#x9-4-unsigned-claims", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-126", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-127", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-128", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-27", + "https://www.w3.org/TR/vc-data-model-2.0/#man-in-the-middle-mitm-replay-and-cloning-attacks", + "https://www.w3.org/TR/vc-data-model-2.0/#x9-5-man-in-the-middle-mitm-replay-and-cloning-attacks", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-340", + "https://www.w3.org/TR/vc-data-model-2.0/#man-in-the-middle-mitm-attack", + "https://www.w3.org/TR/vc-data-model-2.0/#x9-5-1-man-in-the-middle-mitm-attack", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-135", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-114", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-26", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-115", + "https://www.w3.org/TR/vc-data-model-2.0/#replay-attack", + "https://www.w3.org/TR/vc-data-model-2.0/#x9-5-2-replay-attack", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-136", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-116", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-341", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-142", + "https://www.w3.org/TR/vc-data-model-2.0/#spoofing-attack", + "https://www.w3.org/TR/vc-data-model-2.0/#x9-5-3-spoofing-attack", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-137", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-143", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-117", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-342", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-129", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-343", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-118", + "https://www.w3.org/TR/vc-data-model-2.0/#bundling-dependent-claims", + "https://www.w3.org/TR/vc-data-model-2.0/#x9-6-bundling-dependent-claims", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-126", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-130", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-127", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-144", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-131", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-128", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-344", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-92", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-345", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-93", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-132", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-133", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-145", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-346", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-138", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-53", + "https://www.w3.org/TR/vc-data-model-2.0/#highly-dynamic-information", + "https://www.w3.org/TR/vc-data-model-2.0/#x9-7-highly-dynamic-information", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-347", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-348", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-349", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-146", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-139", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-350", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-351", + "https://www.w3.org/TR/vc-data-model-2.0/#device-theft-and-impersonation", + "https://www.w3.org/TR/vc-data-model-2.0/#x9-8-device-theft-and-impersonation", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-352", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-353", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-134", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-repository-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-21", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-354", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-22", + "https://www.w3.org/TR/vc-data-model-2.0/#acceptable-use", + "https://www.w3.org/TR/vc-data-model-2.0/#x9-9-acceptable-use", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-23", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-27", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-355", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-135", + "https://www.w3.org/TR/vc-data-model-2.0/#unauthorized-use", + "https://www.w3.org/TR/vc-data-model-2.0/#x9-9-1-unauthorized-use", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-356", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-119", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-147", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-120", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-140", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-141", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-148", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-149", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-129", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-150", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-48", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-33", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-151", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-28", + "https://www.w3.org/TR/vc-data-model-2.0/#inappropriate-use", + "https://www.w3.org/TR/vc-data-model-2.0/#x9-9-2-inappropriate-use", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-136", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-137", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-142", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-138", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-139", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-140", + "https://www.w3.org/TR/vc-data-model-2.0/#accessibility-considerations", + "https://www.w3.org/TR/vc-data-model-2.0/#x10-accessibility-considerations", + "https://www.w3.org/TR/vc-data-model-2.0/#data-first-approaches", + "https://www.w3.org/TR/vc-data-model-2.0/#x10-1-data-first-approaches", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-141", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-357", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-142", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-143", + "https://www.w3.org/TR/vc-data-model-2.0/#internationalization-considerations", + "https://www.w3.org/TR/vc-data-model-2.0/#x11-internationalization-considerations", + "https://www.w3.org/TR/vc-data-model-2.0/#language-and-base-direction", + "https://www.w3.org/TR/vc-data-model-2.0/#x11-1-language-and-base-direction", + "https://www.w3.org/TR/vc-data-model-2.0/#dfn-base-direction", + "https://www.w3.org/TR/vc-data-model-2.0/#example-design-pattern-for-natural-language-strings", + "https://www.w3.org/TR/vc-data-model-2.0/#example-expressing-natural-language-text-as-english", + "https://www.w3.org/TR/vc-data-model-2.0/#example-arabic-text-with-a-base-direction-of-right-to-left", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-49", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-34", + "https://www.w3.org/TR/vc-data-model-2.0/#example-multiple-language-texts-provided-for-title", + "https://www.w3.org/TR/vc-data-model-2.0/#providing-default-language-and-direction", + "https://www.w3.org/TR/vc-data-model-2.0/#x11-2-providing-default-language-and-direction", + "https://www.w3.org/TR/vc-data-model-2.0/#complex-language-markup", + "https://www.w3.org/TR/vc-data-model-2.0/#x11-3-complex-language-markup", + "https://www.w3.org/TR/vc-data-model-2.0/#validation-0", + "https://www.w3.org/TR/vc-data-model-2.0/#a-validation", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claim-validation-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-358", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-121", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-143", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claim-validation-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-144", + "https://www.w3.org/TR/vc-data-model-2.0/#credential-type", + "https://www.w3.org/TR/vc-data-model-2.0/#a-1-credential-type", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-145", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-359", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-152", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-360", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-94", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-29", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-146", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-361", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-147", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-153", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-130", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-362", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-154", + "https://www.w3.org/TR/vc-data-model-2.0/#credential-subject-0", + "https://www.w3.org/TR/vc-data-model-2.0/#a-2-credential-subject", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-363", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-155", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-95", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-71", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-148", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-156", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-72", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-149", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-157", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-28", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-158", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-150", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-159", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-160", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-122", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-96", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-151", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-97", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-364", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-73", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-50", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-35", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-365", + "https://www.w3.org/TR/vc-data-model-2.0/#issuer-0", + "https://www.w3.org/TR/vc-data-model-2.0/#a-3-issuer", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-98", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-131", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-152", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-99", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-153", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-366", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-123", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-132", + "https://www.w3.org/TR/vc-data-model-2.0/#holder", + "https://www.w3.org/TR/vc-data-model-2.0/#a-4-holder", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-100", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-161", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-154", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-162", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-101", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-155", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-163", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verification-material-3", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-124", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-125", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-156", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-164", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-74", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-165", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-51", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-36", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-367", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-157", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-126", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-166", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-75", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-368", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-158", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-369", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-127", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-159", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-128", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-370", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-160", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-129", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-130", + "https://www.w3.org/TR/vc-data-model-2.0/#issuance-date", + "https://www.w3.org/TR/vc-data-model-2.0/#a-5-issuance-date", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-161", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-162", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-371", + "https://www.w3.org/TR/vc-data-model-2.0/#proofs-signatures", + "https://www.w3.org/TR/vc-data-model-2.0/#a-6-proofs-signatures", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-372", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-131", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-102", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-29", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verification-material-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-103", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-52", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-37", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-104", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-144", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-30", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-105", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-145", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-106", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-132", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-373", + "https://www.w3.org/TR/vc-data-model-2.0/#validity-periods", + "https://www.w3.org/TR/vc-data-model-2.0/#a-7-validity-periods", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-163", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-164", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-374", + "https://www.w3.org/TR/vc-data-model-2.0/#status-0", + "https://www.w3.org/TR/vc-data-model-2.0/#a-8-status", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-375", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-165", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-20", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-376", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-166", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-167", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-377", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-133", + "https://www.w3.org/TR/vc-data-model-2.0/#schema", + "https://www.w3.org/TR/vc-data-model-2.0/#a-9-schema", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-378", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-168", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-21", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-379", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-169", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-170", + "https://www.w3.org/TR/vc-data-model-2.0/#fitness-for-purpose", + "https://www.w3.org/TR/vc-data-model-2.0/#a-10-fitness-for-purpose", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-107", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-380", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-171", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-172", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-76", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-108", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-109", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-134", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-173", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-54", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-55", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-135", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-381", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-167", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-174", + "https://www.w3.org/TR/vc-data-model-2.0/#contexts-vocabularies-types-and-credential-schemas", + "https://www.w3.org/TR/vc-data-model-2.0/#b-contexts-vocabularies-types-and-credential-schemas", + "https://www.w3.org/TR/vc-data-model-2.0/#base-context", + "https://www.w3.org/TR/vc-data-model-2.0/#b-1-base-context", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-53", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-16", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-382", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-133", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-54", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-38", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-383", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-134", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-175", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-136", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-168", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-146", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-30", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-384", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-135", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-385", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-176", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-137", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-169", + "https://www.w3.org/TR/vc-data-model-2.0/#vocabularies", + "https://www.w3.org/TR/vc-data-model-2.0/#b-2-vocabularies", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-55", + "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-17", + "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-56", + "https://www.w3.org/TR/vc-data-model-2.0/#h-note-39", + "https://www.w3.org/TR/vc-data-model-2.0/#bc-credential-evidence", + "https://www.w3.org/TR/vc-data-model-2.0/#bc-credential-schema", + "https://www.w3.org/TR/vc-data-model-2.0/#bc-credential-status", + "https://www.w3.org/TR/vc-data-model-2.0/#bc-confidence-method", + "https://www.w3.org/TR/vc-data-model-2.0/#bc-refresh-service", + "https://www.w3.org/TR/vc-data-model-2.0/#bc-render-method", + "https://www.w3.org/TR/vc-data-model-2.0/#bc-terms-of-use", + "https://www.w3.org/TR/vc-data-model-2.0/#datatypes", + "https://www.w3.org/TR/vc-data-model-2.0/#b-3-datatypes", + "https://www.w3.org/TR/vc-data-model-2.0/#the-sristring-datatype", + "https://www.w3.org/TR/vc-data-model-2.0/#b-3-1-the-sristring-datatype", + "https://www.w3.org/TR/vc-data-model-2.0/#differences-between-contexts-types-and-credentialschemas", + "https://www.w3.org/TR/vc-data-model-2.0/#b-4-differences-between-contexts-types-and-credentialschemas", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-386", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-136", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-387", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-388", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-389", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-390", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-391", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-392", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-393", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-394", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-395", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-396", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-397", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-398", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-137", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-147", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-399", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-138", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-400", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-401", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-402", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-139", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-403", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-404", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-405", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-406", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-407", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-148", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-408", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-140", + "https://www.w3.org/TR/vc-data-model-2.0/#iana-considerations", + "https://www.w3.org/TR/vc-data-model-2.0/#c-iana-considerations", + "https://www.w3.org/TR/vc-data-model-2.0/#vc-ld-media-type", + "https://www.w3.org/TR/vc-data-model-2.0/#c-1-application-vc-ld-json", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-enveloping-proof-6", + "https://www.w3.org/TR/vc-data-model-2.0/#vp-ld-media-type", + "https://www.w3.org/TR/vc-data-model-2.0/#c-2-application-vp-ld-json", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-enveloping-proof-7", + "https://www.w3.org/TR/vc-data-model-2.0/#additional-diagrams-for-verifiable-presentations", + "https://www.w3.org/TR/vc-data-model-2.0/#d-additional-diagrams-for-verifiable-presentations", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-141", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vc-409", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-embedded-proof-6", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-graph-9", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-proof-graph-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-142", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-graph-10", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-31", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-proof-graph-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-graph-4", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-graph-11", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-proof-graph-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-graph-12", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-143", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-18", + "https://www.w3.org/TR/vc-data-model-2.0/#info-graph-vp-mult-creds", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-19", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-144", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-embedded-proof-7", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-145", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-enveloping-proof-8", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-graph-13", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-enveloping-proof-9", + "https://www.w3.org/TR/vc-data-model-2.0/#info-graph-vp-jwt-mult-creds", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-graphs-20", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-vp-146", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-enveloping-proof-10", + "https://www.w3.org/TR/vc-data-model-2.0/#revision-history", + "https://www.w3.org/TR/vc-data-model-2.0/#e-revision-history", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-26", + "https://www.w3.org/TR/vc-data-model-2.0/#acknowledgements", + "https://www.w3.org/TR/vc-data-model-2.0/#f-acknowledgements", + "https://www.w3.org/TR/vc-data-model-2.0/#references", + "https://www.w3.org/TR/vc-data-model-2.0/#g-references", + "https://www.w3.org/TR/vc-data-model-2.0/#normative-references", + "https://www.w3.org/TR/vc-data-model-2.0/#g-1-normative-references", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-i18n-glossary", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-infra", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-json-ld11", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-json-ld11-api", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-rfc2119", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-rfc2397", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-rfc6838", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-rfc8174", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-rfc9457", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-sri", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-url", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-vc-data-integrity", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-vc-jose-cose", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-xmlschema11-2", + "https://www.w3.org/TR/vc-data-model-2.0/#informative-references", + "https://www.w3.org/TR/vc-data-model-2.0/#g-2-informative-references", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-bcp47", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-demographics", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-did-core", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-fips-186-5", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-json", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-ld-bp", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-linked-data", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-nist-sp-800-57-part-1", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-ohttp", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-pres-ex", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-rfc7049", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-rfc7159", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-rfc7231", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-rfc8471", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-string-meta", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-vc-imp-guide", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-vc-json-schema", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-vc-specs", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-vc-use-cases", + "https://www.w3.org/TR/vc-data-model-2.0/#bib-wcag21", + "https://www.w3.org/TR/vc-data-model-2.0/#back-to-top" + ] +} \ No newline at end of file diff --git a/tr/ids/wai-aria-1.3.json b/tr/ids/wai-aria-1.3.json new file mode 100644 index 000000000000..1c06abb5f907 --- /dev/null +++ b/tr/ids/wai-aria-1.3.json @@ -0,0 +1,1597 @@ +{ + "spec": { + "title": "Accessible Rich Internet Applications (WAI-ARIA) 1.3", + "url": "https://www.w3.org/TR/wai-aria-1.3/" + }, + "ids": [ + "https://www.w3.org/TR/wai-aria-1.3/#initialUserConfig", + "https://www.w3.org/TR/wai-aria-1.3/#toc-nav", + "https://www.w3.org/TR/wai-aria-1.3/#toc-jump", + "https://www.w3.org/TR/wai-aria-1.3/#toc-toggle", + "https://www.w3.org/TR/wai-aria-1.3/#title", + "https://www.w3.org/TR/wai-aria-1.3/#w3c-state", + "https://www.w3.org/TR/wai-aria-1.3/#abstract", + "https://www.w3.org/TR/wai-aria-1.3/#sotd", + "https://www.w3.org/TR/wai-aria-1.3/#w3c_process_revision", + "https://www.w3.org/TR/wai-aria-1.3/#toc", + "https://www.w3.org/TR/wai-aria-1.3/#table-of-contents", + "https://www.w3.org/TR/wai-aria-1.3/#introduction", + "https://www.w3.org/TR/wai-aria-1.3/#x1-introduction", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-relationship-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-3", + "https://www.w3.org/TR/wai-aria-1.3/#intro_ria_accessibility", + "https://www.w3.org/TR/wai-aria-1.3/#x1-1-rich-internet-application-accessibility", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-semantics-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-perceivable-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-operable-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-perceivable-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-operable-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-ontology-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-2", + "https://www.w3.org/TR/wai-aria-1.3/#desc_contractmodel", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-event-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-relationship-2", + "https://www.w3.org/TR/wai-aria-1.3/#contractmodel", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-keyboard-accessible-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-landmark-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-1", + "https://www.w3.org/TR/wai-aria-1.3/#target-audience", + "https://www.w3.org/TR/wai-aria-1.3/#x1-2-target-audience", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-5", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-6", + "https://www.w3.org/TR/wai-aria-1.3/#ua-support", + "https://www.w3.org/TR/wai-aria-1.3/#x1-3-user-agent-support", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-5", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-7", + "https://www.w3.org/TR/wai-aria-1.3/#co-evolution", + "https://www.w3.org/TR/wai-aria-1.3/#x1-4-co-evolution-of-wai-aria-and-host-languages", + "https://www.w3.org/TR/wai-aria-1.3/#authoring_practices", + "https://www.w3.org/TR/wai-aria-1.3/#x1-5-authoring-practices", + "https://www.w3.org/TR/wai-aria-1.3/#authoring_tools", + "https://www.w3.org/TR/wai-aria-1.3/#x1-5-1-authoring-tools", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-2", + "https://www.w3.org/TR/wai-aria-1.3/#authoring_testing", + "https://www.w3.org/TR/wai-aria-1.3/#x1-5-2-testing-practices-and-tools", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-4", + "https://www.w3.org/TR/wai-aria-1.3/#at_support", + "https://www.w3.org/TR/wai-aria-1.3/#x1-6-assistive-technologies", + "https://www.w3.org/TR/wai-aria-1.3/#terms", + "https://www.w3.org/TR/wai-aria-1.3/#x2-important-terms", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-accessibility-api", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-event-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-8", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-5", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-accessible-object", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-tree-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-6", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-event-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-9", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-assistive-technologies", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-deprecated", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-5", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-4", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-defines", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-identifies-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-1", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-desktop-focus-event", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-event", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-5", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-3", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-expose", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-7", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-graphical-document", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-hidden", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hide-from-all-users-1", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-hide-from-all-users", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-perceivable-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hidden-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hide-from-all-users-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hidden-2", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-identifies", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-2", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-indicates", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-identifies-2", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-keyboard-accessible", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-10", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-landmark", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-live-region", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-managed-state", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-8", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-6", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-nemeth-braille", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-object", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-9", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-10", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-ontology", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-operable", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-keyboard-accessible-2", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-perceivable", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-property", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-7", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-relationship", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-5", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-role", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-semantics-2", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-semantics", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-6", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-state", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-5", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-7", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-target-element", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-unicode-braille", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-widget", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-8", + "https://www.w3.org/TR/wai-aria-1.3/#conformance", + "https://www.w3.org/TR/wai-aria-1.3/#x3-conformance", + "https://www.w3.org/TR/wai-aria-1.3/#ua_noninterference", + "https://www.w3.org/TR/wai-aria-1.3/#x3-1-non-interference-with-the-host-language", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-11", + "https://www.w3.org/TR/wai-aria-1.3/#ua_dom", + "https://www.w3.org/TR/wai-aria-1.3/#x3-2-all-wai-aria-in-dom", + "https://www.w3.org/TR/wai-aria-1.3/#ua_domchanges", + "https://www.w3.org/TR/wai-aria-1.3/#x3-3-assistive-technology-notifications-communicated-to-web-applications", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-11", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-8", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-6", + "https://www.w3.org/TR/wai-aria-1.3/#conformance_checkers", + "https://www.w3.org/TR/wai-aria-1.3/#x3-4-conformance-checkers", + "https://www.w3.org/TR/wai-aria-1.3/#deprecated", + "https://www.w3.org/TR/wai-aria-1.3/#x3-5-deprecated-requirements", + "https://www.w3.org/TR/wai-aria-1.3/#usage", + "https://www.w3.org/TR/wai-aria-1.3/#x4-using-wai-aria", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-12", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-semantics-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-6", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-9", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-7", + "https://www.w3.org/TR/wai-aria-1.3/#introroles", + "https://www.w3.org/TR/wai-aria-1.3/#x4-1-wai-aria-roles", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-7", + "https://www.w3.org/TR/wai-aria-1.3/#example-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-10", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-8", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-13", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-tree-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-8", + "https://www.w3.org/TR/wai-aria-1.3/#introstates", + "https://www.w3.org/TR/wai-aria-1.3/#x4-2-wai-aria-states-and-properties", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-11", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-9", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-12", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-14", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-9", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-event-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-6", + "https://www.w3.org/TR/wai-aria-1.3/#example-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-managed-state-1", + "https://www.w3.org/TR/wai-aria-1.3/#example-3", + "https://www.w3.org/TR/wai-aria-1.3/#example-4", + "https://www.w3.org/TR/wai-aria-1.3/#managingfocus", + "https://www.w3.org/TR/wai-aria-1.3/#x4-3-managing-focus-and-supporting-keyboard-navigation", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-7", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-8", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-desktop-focus-event-1", + "https://www.w3.org/TR/wai-aria-1.3/#managingfocus_authors", + "https://www.w3.org/TR/wai-aria-1.3/#x4-3-1-information-for-authors", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-15", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-semantics-4", + "https://www.w3.org/TR/wai-aria-1.3/#managingfocus_useragents", + "https://www.w3.org/TR/wai-aria-1.3/#x4-3-2-information-for-user-agents", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-desktop-focus-event-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-13", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-desktop-focus-event-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-9", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-10", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-11", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID", + "https://www.w3.org/TR/wai-aria-1.3/#h-note", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-3", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-0", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-0", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-event-5", + "https://www.w3.org/TR/wai-aria-1.3/#roles", + "https://www.w3.org/TR/wai-aria-1.3/#x5-the-roles-model", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-12", + "https://www.w3.org/TR/wai-aria-1.3/#relationshipsconcepts", + "https://www.w3.org/TR/wai-aria-1.3/#x5-1-relationships-between-concepts", + "https://www.w3.org/TR/wai-aria-1.3/#superclassrole", + "https://www.w3.org/TR/wai-aria-1.3/#x5-1-1-superclass-role", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-13", + "https://www.w3.org/TR/wai-aria-1.3/#subclassroles", + "https://www.w3.org/TR/wai-aria-1.3/#x5-1-2-subclass-roles", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-14", + "https://www.w3.org/TR/wai-aria-1.3/#relatedConcept", + "https://www.w3.org/TR/wai-aria-1.3/#x5-1-3-related-concepts", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-9", + "https://www.w3.org/TR/wai-aria-1.3/#baseConcept", + "https://www.w3.org/TR/wai-aria-1.3/#x5-1-4-base-concept", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-10", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-15", + "https://www.w3.org/TR/wai-aria-1.3/#Properties", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-characteristics-of-roles", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-10", + "https://www.w3.org/TR/wai-aria-1.3/#isAbstract", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-1-abstract-roles", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-16", + "https://www.w3.org/TR/wai-aria-1.3/#requiredState", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-2-required-states-and-properties", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-12", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-10", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-17", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-11", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-1", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-1", + "https://www.w3.org/TR/wai-aria-1.3/#supportedState", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-3-supported-states-and-properties", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-13", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-11", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-18", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-2", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-2", + "https://www.w3.org/TR/wai-aria-1.3/#inheritedattributes", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-4-inherited-states-and-properties", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-19", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-14", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-12", + "https://www.w3.org/TR/wai-aria-1.3/#prohibitedattributes", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-5-prohibited-states-and-properties", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-20", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-3", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-3", + "https://www.w3.org/TR/wai-aria-1.3/#mustContain", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-6-allowed-accessibility-child-roles", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-21", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-2", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-4", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-4", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-5", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-5", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-6", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-6", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-7", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-7", + "https://www.w3.org/TR/wai-aria-1.3/#scope", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-7-required-accessibility-parent-role", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-parent-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-22", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-3", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-8", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-8", + "https://www.w3.org/TR/wai-aria-1.3/#namecalculation", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-8-accessible-name-calculation", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-23", + "https://www.w3.org/TR/wai-aria-1.3/#namecomputation", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-8-1-name-computation", + "https://www.w3.org/TR/wai-aria-1.3/#descriptioncomputation", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-8-2-description-computation", + "https://www.w3.org/TR/wai-aria-1.3/#textalternativecomputation", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-8-3-accessible-name-and-description-computation", + "https://www.w3.org/TR/wai-aria-1.3/#namefromauthor", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-8-4-roles-supporting-name-from-author", + "https://www.w3.org/TR/wai-aria-1.3/#index_fromauthor", + "https://www.w3.org/TR/wai-aria-1.3/#namefromcontent", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-8-5-roles-supporting-name-from-content", + "https://www.w3.org/TR/wai-aria-1.3/#index_fromcontent", + "https://www.w3.org/TR/wai-aria-1.3/#namefromprohibited", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-8-6-roles-which-cannot-be-named-name-prohibited", + "https://www.w3.org/TR/wai-aria-1.3/#index_fromprohibited", + "https://www.w3.org/TR/wai-aria-1.3/#childrenArePresentational", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-9-presentational-children", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-14", + "https://www.w3.org/TR/wai-aria-1.3/#implictValueForRole", + "https://www.w3.org/TR/wai-aria-1.3/#x5-2-10-implicit-value-for-role", + "https://www.w3.org/TR/wai-aria-1.3/#roles_categorization", + "https://www.w3.org/TR/wai-aria-1.3/#x5-3-categorization-of-roles", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-24", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-11", + "https://www.w3.org/TR/wai-aria-1.3/#abstract_roles", + "https://www.w3.org/TR/wai-aria-1.3/#x5-3-1-abstract-roles", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-25", + "https://www.w3.org/TR/wai-aria-1.3/#widget_roles", + "https://www.w3.org/TR/wai-aria-1.3/#x5-3-2-widget-roles", + "https://www.w3.org/TR/wai-aria-1.3/#document_structure_roles", + "https://www.w3.org/TR/wai-aria-1.3/#x5-3-3-document-structure-roles", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-26", + "https://www.w3.org/TR/wai-aria-1.3/#landmark_roles", + "https://www.w3.org/TR/wai-aria-1.3/#x5-3-4-landmark-roles", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-27", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-landmark-2", + "https://www.w3.org/TR/wai-aria-1.3/#live_region_roles", + "https://www.w3.org/TR/wai-aria-1.3/#x5-3-5-live-region-roles", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-28", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-live-region-1", + "https://www.w3.org/TR/wai-aria-1.3/#window_roles", + "https://www.w3.org/TR/wai-aria-1.3/#x5-3-6-window-roles", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-29", + "https://www.w3.org/TR/wai-aria-1.3/#role_definitions", + "https://www.w3.org/TR/wai-aria-1.3/#x5-4-definition-of-roles", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-30", + "https://www.w3.org/TR/wai-aria-1.3/#index_role", + "https://www.w3.org/TR/wai-aria-1.3/#alert", + "https://www.w3.org/TR/wai-aria-1.3/#desc-alert", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-live-region-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-31", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-live-region-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-event-6", + "https://www.w3.org/TR/wai-aria-1.3/#alertdialog", + "https://www.w3.org/TR/wai-aria-1.3/#desc-alertdialog", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-32", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-event-7", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-15", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-16", + "https://www.w3.org/TR/wai-aria-1.3/#application", + "https://www.w3.org/TR/wai-aria-1.3/#desc-application", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-17", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-18", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-5", + "https://www.w3.org/TR/wai-aria-1.3/#article", + "https://www.w3.org/TR/wai-aria-1.3/#desc-article", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-landmark-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-19", + "https://www.w3.org/TR/wai-aria-1.3/#banner", + "https://www.w3.org/TR/wai-aria-1.3/#desc-banner", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-20", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-landmark-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-33", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-9", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-9", + "https://www.w3.org/TR/wai-aria-1.3/#blockquote", + "https://www.w3.org/TR/wai-aria-1.3/#desc-blockquote", + "https://www.w3.org/TR/wai-aria-1.3/#button", + "https://www.w3.org/TR/wai-aria-1.3/#desc-button", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-12", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-15", + "https://www.w3.org/TR/wai-aria-1.3/#caption", + "https://www.w3.org/TR/wai-aria-1.3/#desc-caption", + "https://www.w3.org/TR/wai-aria-1.3/#example-5", + "https://www.w3.org/TR/wai-aria-1.3/#example-6", + "https://www.w3.org/TR/wai-aria-1.3/#example-7", + "https://www.w3.org/TR/wai-aria-1.3/#example-8", + "https://www.w3.org/TR/wai-aria-1.3/#cell", + "https://www.w3.org/TR/wai-aria-1.3/#desc-cell", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-34", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-35", + "https://www.w3.org/TR/wai-aria-1.3/#checkbox", + "https://www.w3.org/TR/wai-aria-1.3/#desc-checkbox", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-10", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-10", + "https://www.w3.org/TR/wai-aria-1.3/#code", + "https://www.w3.org/TR/wai-aria-1.3/#desc-code", + "https://www.w3.org/TR/wai-aria-1.3/#columnheader", + "https://www.w3.org/TR/wai-aria-1.3/#desc-columnheader", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-relationship-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-36", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-5", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-21", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-11", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-11", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-12", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-12", + "https://www.w3.org/TR/wai-aria-1.3/#combobox", + "https://www.w3.org/TR/wai-aria-1.3/#desc-combobox", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-13", + "https://www.w3.org/TR/wai-aria-1.3/#h-ednote", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-22", + "https://www.w3.org/TR/wai-aria-1.3/#example-9", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-14", + "https://www.w3.org/TR/wai-aria-1.3/#h-ednote-0", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-15", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-13", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-6", + "https://www.w3.org/TR/wai-aria-1.3/#command", + "https://www.w3.org/TR/wai-aria-1.3/#desc-command", + "https://www.w3.org/TR/wai-aria-1.3/#comment", + "https://www.w3.org/TR/wai-aria-1.3/#desc-comment", + "https://www.w3.org/TR/wai-aria-1.3/#complementary", + "https://www.w3.org/TR/wai-aria-1.3/#desc-complementary", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-37", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-23", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-landmark-5", + "https://www.w3.org/TR/wai-aria-1.3/#composite", + "https://www.w3.org/TR/wai-aria-1.3/#desc-composite", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-13", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-6", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-7", + "https://www.w3.org/TR/wai-aria-1.3/#contentinfo", + "https://www.w3.org/TR/wai-aria-1.3/#desc-contentinfo", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-24", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-landmark-6", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-16", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-14", + "https://www.w3.org/TR/wai-aria-1.3/#definition", + "https://www.w3.org/TR/wai-aria-1.3/#desc-definition", + "https://www.w3.org/TR/wai-aria-1.3/#deletion", + "https://www.w3.org/TR/wai-aria-1.3/#desc-deletion", + "https://www.w3.org/TR/wai-aria-1.3/#dialog", + "https://www.w3.org/TR/wai-aria-1.3/#desc-dialog", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-17", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-15", + "https://www.w3.org/TR/wai-aria-1.3/#directory", + "https://www.w3.org/TR/wai-aria-1.3/#desc-directory", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-18", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-16", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-38", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-39", + "https://www.w3.org/TR/wai-aria-1.3/#document", + "https://www.w3.org/TR/wai-aria-1.3/#desc-document", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-25", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-26", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-27", + "https://www.w3.org/TR/wai-aria-1.3/#emphasis", + "https://www.w3.org/TR/wai-aria-1.3/#desc-emphasis", + "https://www.w3.org/TR/wai-aria-1.3/#feed", + "https://www.w3.org/TR/wai-aria-1.3/#desc-feed", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-28", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-29", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-30", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-31", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-32", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-33", + "https://www.w3.org/TR/wai-aria-1.3/#figure", + "https://www.w3.org/TR/wai-aria-1.3/#desc-figure", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-graphical-document-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-34", + "https://www.w3.org/TR/wai-aria-1.3/#form", + "https://www.w3.org/TR/wai-aria-1.3/#desc-form", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-35", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-landmark-7", + "https://www.w3.org/TR/wai-aria-1.3/#generic", + "https://www.w3.org/TR/wai-aria-1.3/#desc-generic", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-16", + "https://www.w3.org/TR/wai-aria-1.3/#grid", + "https://www.w3.org/TR/wai-aria-1.3/#desc-grid", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-relationship-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-40", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-7", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-8", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-keyboard-accessible-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-8", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-9", + "https://www.w3.org/TR/wai-aria-1.3/#gridcell", + "https://www.w3.org/TR/wai-aria-1.3/#desc-gridcell", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-relationship-5", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-41", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-42", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-10", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-43", + "https://www.w3.org/TR/wai-aria-1.3/#group", + "https://www.w3.org/TR/wai-aria-1.3/#desc-group", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-12", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-36", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-14", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-44", + "https://www.w3.org/TR/wai-aria-1.3/#heading", + "https://www.w3.org/TR/wai-aria-1.3/#desc-heading", + "https://www.w3.org/TR/wai-aria-1.3/#image", + "https://www.w3.org/TR/wai-aria-1.3/#desc-image", + "https://www.w3.org/TR/wai-aria-1.3/#role-image-note-image", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-17", + "https://www.w3.org/TR/wai-aria-1.3/#img", + "https://www.w3.org/TR/wai-aria-1.3/#desc-img", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-13", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-45", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-perceivable-4", + "https://www.w3.org/TR/wai-aria-1.3/#input", + "https://www.w3.org/TR/wai-aria-1.3/#desc-input", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-15", + "https://www.w3.org/TR/wai-aria-1.3/#insertion", + "https://www.w3.org/TR/wai-aria-1.3/#desc-insertion", + "https://www.w3.org/TR/wai-aria-1.3/#landmark", + "https://www.w3.org/TR/wai-aria-1.3/#desc-landmark", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-landmark-8", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-37", + "https://www.w3.org/TR/wai-aria-1.3/#link", + "https://www.w3.org/TR/wai-aria-1.3/#desc-link", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-19", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-18", + "https://www.w3.org/TR/wai-aria-1.3/#list", + "https://www.w3.org/TR/wai-aria-1.3/#desc-list", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-46", + "https://www.w3.org/TR/wai-aria-1.3/#listbox", + "https://www.w3.org/TR/wai-aria-1.3/#desc-listbox", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-16", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-47", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-48", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-49", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-keyboard-accessible-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-50", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-11", + "https://www.w3.org/TR/wai-aria-1.3/#listitem", + "https://www.w3.org/TR/wai-aria-1.3/#desc-listitem", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-51", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-12", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-52", + "https://www.w3.org/TR/wai-aria-1.3/#log", + "https://www.w3.org/TR/wai-aria-1.3/#desc-log", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-live-region-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-53", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-relationship-6", + "https://www.w3.org/TR/wai-aria-1.3/#main", + "https://www.w3.org/TR/wai-aria-1.3/#desc-main", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-54", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-landmark-9", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-38", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-39", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-landmark-10", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-20", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-19", + "https://www.w3.org/TR/wai-aria-1.3/#mark", + "https://www.w3.org/TR/wai-aria-1.3/#desc-mark", + "https://www.w3.org/TR/wai-aria-1.3/#marquee", + "https://www.w3.org/TR/wai-aria-1.3/#desc-marquee", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-live-region-5", + "https://www.w3.org/TR/wai-aria-1.3/#math", + "https://www.w3.org/TR/wai-aria-1.3/#desc-math", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-21", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-20", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-nemeth-braille-1", + "https://www.w3.org/TR/wai-aria-1.3/#mathml-example-with-embedded-tex-annotation", + "https://www.w3.org/TR/wai-aria-1.3/#example-10", + "https://www.w3.org/TR/wai-aria-1.3/#plain-html-or-polyfill-dom-result-of-the-mathml-quadratic-formula", + "https://www.w3.org/TR/wai-aria-1.3/#example-11", + "https://www.w3.org/TR/wai-aria-1.3/#menu", + "https://www.w3.org/TR/wai-aria-1.3/#desc-menu", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-17", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-55", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-keyboard-accessible-5", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-56", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-13", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-14", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-15", + "https://www.w3.org/TR/wai-aria-1.3/#menubar", + "https://www.w3.org/TR/wai-aria-1.3/#desc-menubar", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-57", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-keyboard-accessible-6", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-58", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-16", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-17", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-18", + "https://www.w3.org/TR/wai-aria-1.3/#menuitem", + "https://www.w3.org/TR/wai-aria-1.3/#desc-menuitem", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-59", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-19", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-20", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-18", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-9", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-parent-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-parent-3", + "https://www.w3.org/TR/wai-aria-1.3/#menuitemcheckbox", + "https://www.w3.org/TR/wai-aria-1.3/#desc-menuitemcheckbox", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-60", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-21", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-22", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-19", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-10", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-parent-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-parent-5", + "https://www.w3.org/TR/wai-aria-1.3/#menuitemradio", + "https://www.w3.org/TR/wai-aria-1.3/#desc-menuitemradio", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-61", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-23", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-24", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-20", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-11", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-parent-6", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-parent-7", + "https://www.w3.org/TR/wai-aria-1.3/#meter", + "https://www.w3.org/TR/wai-aria-1.3/#desc-meter", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-22", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-21", + "https://www.w3.org/TR/wai-aria-1.3/#navigation", + "https://www.w3.org/TR/wai-aria-1.3/#desc-navigation", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-40", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-landmark-11", + "https://www.w3.org/TR/wai-aria-1.3/#none", + "https://www.w3.org/TR/wai-aria-1.3/#desc-none", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-17", + "https://www.w3.org/TR/wai-aria-1.3/#role-none-note-none", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-22", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-62", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-tree-3", + "https://www.w3.org/TR/wai-aria-1.3/#example-12", + "https://www.w3.org/TR/wai-aria-1.3/#example-13", + "https://www.w3.org/TR/wai-aria-1.3/#example-14", + "https://www.w3.org/TR/wai-aria-1.3/#presentational-role-inheritance", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-63", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-12", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-23", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-23", + "https://www.w3.org/TR/wai-aria-1.3/#example-15", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-24", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-24", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-25", + "https://www.w3.org/TR/wai-aria-1.3/#h-ednote-1", + "https://www.w3.org/TR/wai-aria-1.3/#note", + "https://www.w3.org/TR/wai-aria-1.3/#desc-note", + "https://www.w3.org/TR/wai-aria-1.3/#example-16", + "https://www.w3.org/TR/wai-aria-1.3/#example-17", + "https://www.w3.org/TR/wai-aria-1.3/#option", + "https://www.w3.org/TR/wai-aria-1.3/#desc-option", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-64", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-25", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-65", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-66", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-26", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-67", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-18", + "https://www.w3.org/TR/wai-aria-1.3/#paragraph", + "https://www.w3.org/TR/wai-aria-1.3/#desc-paragraph", + "https://www.w3.org/TR/wai-aria-1.3/#presentation", + "https://www.w3.org/TR/wai-aria-1.3/#desc-presentation", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-19", + "https://www.w3.org/TR/wai-aria-1.3/#role-presentation-note-none", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-25", + "https://www.w3.org/TR/wai-aria-1.3/#progressbar", + "https://www.w3.org/TR/wai-aria-1.3/#desc-progressbar", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-26", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-26", + "https://www.w3.org/TR/wai-aria-1.3/#radio", + "https://www.w3.org/TR/wai-aria-1.3/#desc-radio", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-relationship-7", + "https://www.w3.org/TR/wai-aria-1.3/#radiogroup", + "https://www.w3.org/TR/wai-aria-1.3/#desc-radiogroup", + "https://www.w3.org/TR/wai-aria-1.3/#range", + "https://www.w3.org/TR/wai-aria-1.3/#desc-range", + "https://www.w3.org/TR/wai-aria-1.3/#region", + "https://www.w3.org/TR/wai-aria-1.3/#desc-region", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-41", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-landmark-12", + "https://www.w3.org/TR/wai-aria-1.3/#roletype", + "https://www.w3.org/TR/wai-aria-1.3/#desc-roletype", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-68", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-14", + "https://www.w3.org/TR/wai-aria-1.3/#row", + "https://www.w3.org/TR/wai-aria-1.3/#desc-row", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-69", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-27", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-27", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-27", + "https://www.w3.org/TR/wai-aria-1.3/#rowgroup", + "https://www.w3.org/TR/wai-aria-1.3/#desc-rowgroup", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-relationship-8", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-28", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-70", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-29", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-28", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-28", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-29", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-29", + "https://www.w3.org/TR/wai-aria-1.3/#rowheader", + "https://www.w3.org/TR/wai-aria-1.3/#desc-rowheader", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-relationship-9", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-71", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-30", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-42", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-30", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-30", + "https://www.w3.org/TR/wai-aria-1.3/#scrollbar", + "https://www.w3.org/TR/wai-aria-1.3/#desc-scrollbar", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-31", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-31", + "https://www.w3.org/TR/wai-aria-1.3/#search", + "https://www.w3.org/TR/wai-aria-1.3/#desc-search", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-43", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-landmark-13", + "https://www.w3.org/TR/wai-aria-1.3/#searchbox", + "https://www.w3.org/TR/wai-aria-1.3/#desc-searchbox", + "https://www.w3.org/TR/wai-aria-1.3/#section", + "https://www.w3.org/TR/wai-aria-1.3/#desc-section", + "https://www.w3.org/TR/wai-aria-1.3/#sectionhead", + "https://www.w3.org/TR/wai-aria-1.3/#desc-sectionhead", + "https://www.w3.org/TR/wai-aria-1.3/#select", + "https://www.w3.org/TR/wai-aria-1.3/#desc-select", + "https://www.w3.org/TR/wai-aria-1.3/#separator", + "https://www.w3.org/TR/wai-aria-1.3/#desc-separator", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-44", + "https://www.w3.org/TR/wai-aria-1.3/#slider", + "https://www.w3.org/TR/wai-aria-1.3/#desc-slider", + "https://www.w3.org/TR/wai-aria-1.3/#spinbutton", + "https://www.w3.org/TR/wai-aria-1.3/#desc-spinbutton", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-21", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-31", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-keyboard-accessible-7", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-72", + "https://www.w3.org/TR/wai-aria-1.3/#status", + "https://www.w3.org/TR/wai-aria-1.3/#desc-status", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-live-region-6", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-live-region-7", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-relationship-10", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-45", + "https://www.w3.org/TR/wai-aria-1.3/#strong", + "https://www.w3.org/TR/wai-aria-1.3/#desc-strong", + "https://www.w3.org/TR/wai-aria-1.3/#structure", + "https://www.w3.org/TR/wai-aria-1.3/#desc-structure", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-73", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-46", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-20", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-22", + "https://www.w3.org/TR/wai-aria-1.3/#subscript", + "https://www.w3.org/TR/wai-aria-1.3/#desc-subscript", + "https://www.w3.org/TR/wai-aria-1.3/#suggestion", + "https://www.w3.org/TR/wai-aria-1.3/#desc-suggestion", + "https://www.w3.org/TR/wai-aria-1.3/#example-18", + "https://www.w3.org/TR/wai-aria-1.3/#superscript", + "https://www.w3.org/TR/wai-aria-1.3/#desc-superscript", + "https://www.w3.org/TR/wai-aria-1.3/#switch", + "https://www.w3.org/TR/wai-aria-1.3/#desc-switch", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-32", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-32", + "https://www.w3.org/TR/wai-aria-1.3/#tab", + "https://www.w3.org/TR/wai-aria-1.3/#desc-tab", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-74", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-32", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-perceivable-5", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hide-from-all-users-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hide-from-all-users-4", + "https://www.w3.org/TR/wai-aria-1.3/#table", + "https://www.w3.org/TR/wai-aria-1.3/#desc-table", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-33", + "https://www.w3.org/TR/wai-aria-1.3/#tablist", + "https://www.w3.org/TR/wai-aria-1.3/#desc-tablist", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-keyboard-accessible-8", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-75", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hide-from-all-users-5", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hide-from-all-users-6", + "https://www.w3.org/TR/wai-aria-1.3/#tabpanel", + "https://www.w3.org/TR/wai-aria-1.3/#desc-tabpanel", + "https://www.w3.org/TR/wai-aria-1.3/#term", + "https://www.w3.org/TR/wai-aria-1.3/#desc-term", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-47", + "https://www.w3.org/TR/wai-aria-1.3/#textbox", + "https://www.w3.org/TR/wai-aria-1.3/#desc-textbox", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-23", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-semantics-5", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-33", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-33", + "https://www.w3.org/TR/wai-aria-1.3/#time", + "https://www.w3.org/TR/wai-aria-1.3/#desc-time", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-34", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-34", + "https://www.w3.org/TR/wai-aria-1.3/#example-19", + "https://www.w3.org/TR/wai-aria-1.3/#timer", + "https://www.w3.org/TR/wai-aria-1.3/#desc-timer", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-live-region-8", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-15", + "https://www.w3.org/TR/wai-aria-1.3/#toolbar", + "https://www.w3.org/TR/wai-aria-1.3/#desc-toolbar", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-76", + "https://www.w3.org/TR/wai-aria-1.3/#tooltip", + "https://www.w3.org/TR/wai-aria-1.3/#desc-tooltip", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-parent-8", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-35", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-35", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-77", + "https://www.w3.org/TR/wai-aria-1.3/#tree", + "https://www.w3.org/TR/wai-aria-1.3/#desc-tree", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-keyboard-accessible-9", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-78", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-34", + "https://www.w3.org/TR/wai-aria-1.3/#treegrid", + "https://www.w3.org/TR/wai-aria-1.3/#desc-treegrid", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-79", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-13", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-keyboard-accessible-10", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-80", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-35", + "https://www.w3.org/TR/wai-aria-1.3/#treeitem", + "https://www.w3.org/TR/wai-aria-1.3/#desc-treeitem", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-81", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-82", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-36", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-37", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-parent-9", + "https://www.w3.org/TR/wai-aria-1.3/#widget", + "https://www.w3.org/TR/wai-aria-1.3/#desc-widget", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-83", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-21", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-48", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-49", + "https://www.w3.org/TR/wai-aria-1.3/#window", + "https://www.w3.org/TR/wai-aria-1.3/#desc-window", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-84", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-36", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-36", + "https://www.w3.org/TR/wai-aria-1.3/#states_and_properties", + "https://www.w3.org/TR/wai-aria-1.3/#x6-supported-states-and-properties", + "https://www.w3.org/TR/wai-aria-1.3/#statevsprop", + "https://www.w3.org/TR/wai-aria-1.3/#x6-1-clarification-of-states-versus-properties", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-16", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-85", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-16", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-13", + "https://www.w3.org/TR/wai-aria-1.3/#state_prop_att", + "https://www.w3.org/TR/wai-aria-1.3/#x6-2-characteristics-of-states-and-properties", + "https://www.w3.org/TR/wai-aria-1.3/#propcharacteristic_relatedconcept", + "https://www.w3.org/TR/wai-aria-1.3/#x6-2-1-related-concepts", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-17", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-14", + "https://www.w3.org/TR/wai-aria-1.3/#propcharacteristic_usedinrole", + "https://www.w3.org/TR/wai-aria-1.3/#x6-2-2-used-in-roles", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-18", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-15", + "https://www.w3.org/TR/wai-aria-1.3/#propcharacteristic_inheritsintoroles", + "https://www.w3.org/TR/wai-aria-1.3/#x6-2-3-inherits-into-roles", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-19", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-16", + "https://www.w3.org/TR/wai-aria-1.3/#propcharacteristic_value", + "https://www.w3.org/TR/wai-aria-1.3/#x6-2-4-value", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-20", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-17", + "https://www.w3.org/TR/wai-aria-1.3/#valuetype_true-false", + "https://www.w3.org/TR/wai-aria-1.3/#valuetype_tristate", + "https://www.w3.org/TR/wai-aria-1.3/#valuetype_true-false-undefined", + "https://www.w3.org/TR/wai-aria-1.3/#valuetype_idref", + "https://www.w3.org/TR/wai-aria-1.3/#valuetype_idref_list", + "https://www.w3.org/TR/wai-aria-1.3/#valuetype_integer", + "https://www.w3.org/TR/wai-aria-1.3/#valuetype_number", + "https://www.w3.org/TR/wai-aria-1.3/#valuetype_string", + "https://www.w3.org/TR/wai-aria-1.3/#valuetype_token", + "https://www.w3.org/TR/wai-aria-1.3/#valuetype_token_list", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-token-list", + "https://www.w3.org/TR/wai-aria-1.3/#aria-attributes", + "https://www.w3.org/TR/wai-aria-1.3/#x6-3-aria-attributes", + "https://www.w3.org/TR/wai-aria-1.3/#enumerated-attribute-values", + "https://www.w3.org/TR/wai-aria-1.3/#x6-3-1-multi-value-attribute-values", + "https://www.w3.org/TR/wai-aria-1.3/#idl-reflection-attribute-values", + "https://www.w3.org/TR/wai-aria-1.3/#x6-3-2-idl-reflection-of-aria-attributes", + "https://www.w3.org/TR/wai-aria-1.3/#os-aapi-attribute-mapping", + "https://www.w3.org/TR/wai-aria-1.3/#x6-3-3-operating-system-accessibility-api-mapping-of-multi-value-aria-attributes", + "https://www.w3.org/TR/wai-aria-1.3/#enumerated-attribute-values-html", + "https://www.w3.org/TR/wai-aria-1.3/#x6-3-4-aria-nullable-domstring-attributes", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-37", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-37", + "https://www.w3.org/TR/wai-aria-1.3/#enumeration-example", + "https://www.w3.org/TR/wai-aria-1.3/#x6-3-4-1-example-attribute-usage", + "https://www.w3.org/TR/wai-aria-1.3/#example-20", + "https://www.w3.org/TR/wai-aria-1.3/#example-21", + "https://www.w3.org/TR/wai-aria-1.3/#example-22", + "https://www.w3.org/TR/wai-aria-1.3/#translatable-attributes", + "https://www.w3.org/TR/wai-aria-1.3/#x6-4-translatable-attributes", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-21", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-18", + "https://www.w3.org/TR/wai-aria-1.3/#global_states", + "https://www.w3.org/TR/wai-aria-1.3/#x6-5-global-states-and-properties", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-22", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-19", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-86", + "https://www.w3.org/TR/wai-aria-1.3/#state_prop_taxonomy", + "https://www.w3.org/TR/wai-aria-1.3/#x6-6-taxonomy-of-wai-aria-states-and-properties", + "https://www.w3.org/TR/wai-aria-1.3/#attrs_widgets", + "https://www.w3.org/TR/wai-aria-1.3/#x6-6-1-widget-attributes", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-22", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-23", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-50", + "https://www.w3.org/TR/wai-aria-1.3/#attrs_liveregions", + "https://www.w3.org/TR/wai-aria-1.3/#x6-6-2-live-region-attributes", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-live-region-9", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-51", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-87", + "https://www.w3.org/TR/wai-aria-1.3/#attrs_dragdrop", + "https://www.w3.org/TR/wai-aria-1.3/#x6-6-3-drag-and-drop-attributes", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-52", + "https://www.w3.org/TR/wai-aria-1.3/#attrs_relationships", + "https://www.w3.org/TR/wai-aria-1.3/#x6-6-4-relationship-attributes", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-relationship-11", + "https://www.w3.org/TR/wai-aria-1.3/#state_changes", + "https://www.w3.org/TR/wai-aria-1.3/#x6-7-state-change-notification", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-event-8", + "https://www.w3.org/TR/wai-aria-1.3/#state_prop_def", + "https://www.w3.org/TR/wai-aria-1.3/#x6-8-definitions-of-states-and-properties-all-aria-attributes", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-24", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-20", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-21", + "https://www.w3.org/TR/wai-aria-1.3/#index_state_prop", + "https://www.w3.org/TR/wai-aria-1.3/#aria-activedescendant", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-activedescendant", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-identifies-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-14", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-15", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-16", + "https://www.w3.org/TR/wai-aria-1.3/#aria-atomic", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-atomic", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-53", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-23", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-live-region-10", + "https://www.w3.org/TR/wai-aria-1.3/#aria-autocomplete", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-autocomplete", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-4", + "https://www.w3.org/TR/wai-aria-1.3/#aria-braillelabel", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-braillelabel", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-unicode-braille-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-unicode-braille-2", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-38", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-38", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-54", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-55", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-56", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-57", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-unicode-braille-3", + "https://www.w3.org/TR/wai-aria-1.3/#example-23", + "https://www.w3.org/TR/wai-aria-1.3/#aria-brailleroledescription", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-brailleroledescription", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-88", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-58", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-59", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-unicode-braille-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-unicode-braille-5", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-39", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-39", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-60", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-61", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-62", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-63", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-unicode-braille-6", + "https://www.w3.org/TR/wai-aria-1.3/#example-24", + "https://www.w3.org/TR/wai-aria-1.3/#example-25", + "https://www.w3.org/TR/wai-aria-1.3/#aria-busy", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-busy", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-5", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-17", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-live-region-11", + "https://www.w3.org/TR/wai-aria-1.3/#aria-checked", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-checked", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-6", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-25", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-24", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-89", + "https://www.w3.org/TR/wai-aria-1.3/#aria-colcount", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-colcount", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-5", + "https://www.w3.org/TR/wai-aria-1.3/#example-26", + "https://www.w3.org/TR/wai-aria-1.3/#aria-colindex", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-colindex", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-6", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-38", + "https://www.w3.org/TR/wai-aria-1.3/#example-27", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-39", + "https://www.w3.org/TR/wai-aria-1.3/#example-28", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-40", + "https://www.w3.org/TR/wai-aria-1.3/#example-29", + "https://www.w3.org/TR/wai-aria-1.3/#aria-colindextext", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-colindextext", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-7", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-40", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-40", + "https://www.w3.org/TR/wai-aria-1.3/#aria-colspan", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-colspan", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-8", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-64", + "https://www.w3.org/TR/wai-aria-1.3/#aria-controls", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-controls", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-identifies-4", + "https://www.w3.org/TR/wai-aria-1.3/#aria-current", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-current", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-7", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-65", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-26", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-41", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-41", + "https://www.w3.org/TR/wai-aria-1.3/#aria-describedby", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-describedby", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-identifies-5", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-17", + "https://www.w3.org/TR/wai-aria-1.3/#aria-description", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-description", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-9", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-24", + "https://www.w3.org/TR/wai-aria-1.3/#aria-details", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-details", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-identifies-6", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-18", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-66", + "https://www.w3.org/TR/wai-aria-1.3/#example-30", + "https://www.w3.org/TR/wai-aria-1.3/#example-31", + "https://www.w3.org/TR/wai-aria-1.3/#aria-disabled", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-disabled", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-8", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-perceivable-6", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-operable-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-27", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-42", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-42", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-43", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-43", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-44", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-44", + "https://www.w3.org/TR/wai-aria-1.3/#aria-dropeffect", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-dropeffect", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-45", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-45", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-deprecated-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-22", + "https://www.w3.org/TR/wai-aria-1.3/#aria-errormessage", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-errormessage", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-identifies-7", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-19", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hide-from-all-users-7", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hide-from-all-users-8", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hide-from-all-users-9", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-20", + "https://www.w3.org/TR/wai-aria-1.3/#example-32", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-46", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-46", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-47", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-47", + "https://www.w3.org/TR/wai-aria-1.3/#aria-expanded", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-expanded", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-9", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-41", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-42", + "https://www.w3.org/TR/wai-aria-1.3/#aria-flowto", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-flowto", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-identifies-8", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-67", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-21", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-25", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-relationship-12", + "https://www.w3.org/TR/wai-aria-1.3/#aria-grabbed", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-grabbed", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-28", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-48", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-48", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-deprecated-2", + "https://www.w3.org/TR/wai-aria-1.3/#aria-haspopup", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-haspopup", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-10", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-68", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-49", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-49", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-50", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-50", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-51", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-51", + "https://www.w3.org/TR/wai-aria-1.3/#aria-hidden", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-hidden", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-11", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hidden-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hidden-4", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-52", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-52", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-53", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-53", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hidden-5", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hidden-6", + "https://www.w3.org/TR/wai-aria-1.3/#aria-invalid", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-invalid", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-12", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-25", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-54", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-54", + "https://www.w3.org/TR/wai-aria-1.3/#aria-keyshortcuts", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-keyshortcuts", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-10", + "https://www.w3.org/TR/wai-aria-1.3/#aria-label", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-label", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-11", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-26", + "https://www.w3.org/TR/wai-aria-1.3/#aria-labelledby", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-labelledby", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-identifies-9", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-27", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-55", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-55", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-28", + "https://www.w3.org/TR/wai-aria-1.3/#aria-level", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-level", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-12", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-69", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-56", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-56", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-57", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-57", + "https://www.w3.org/TR/wai-aria-1.3/#aria-live", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-live", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-13", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-70", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-live-region-12", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-23", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-object-22", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-90", + "https://www.w3.org/TR/wai-aria-1.3/#aria-modal", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-modal", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-14", + "https://www.w3.org/TR/wai-aria-1.3/#aria-multiline", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-multiline", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-15", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-58", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-58", + "https://www.w3.org/TR/wai-aria-1.3/#aria-multiselectable", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-multiselectable", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-16", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-59", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-59", + "https://www.w3.org/TR/wai-aria-1.3/#aria-orientation", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-orientation", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-17", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-60", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-60", + "https://www.w3.org/TR/wai-aria-1.3/#aria-owns", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-owns", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-identifies-10", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-relationship-13", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-71", + "https://www.w3.org/TR/wai-aria-1.3/#aria-placeholder", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-placeholder", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-13", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-61", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-61", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-62", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-62", + "https://www.w3.org/TR/wai-aria-1.3/#example-33", + "https://www.w3.org/TR/wai-aria-1.3/#example-34", + "https://www.w3.org/TR/wai-aria-1.3/#aria-posinset", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-posinset", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-14", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-24", + "https://www.w3.org/TR/wai-aria-1.3/#example-35", + "https://www.w3.org/TR/wai-aria-1.3/#aria-pressed", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-pressed", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-18", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-29", + "https://www.w3.org/TR/wai-aria-1.3/#aria-readonly", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-readonly", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-operable-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-26", + "https://www.w3.org/TR/wai-aria-1.3/#aria-relevant", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-relevant", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-19", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-tree-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-semantics-6", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-event-9", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-63", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-63", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-64", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-64", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-72", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-tree-5", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-tree-6", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-tree-7", + "https://www.w3.org/TR/wai-aria-1.3/#aria-required", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-required", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-20", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-65", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-65", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-27", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-73", + "https://www.w3.org/TR/wai-aria-1.3/#aria-roledescription", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-roledescription", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-15", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-91", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-74", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-66", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-66", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-75", + "https://www.w3.org/TR/wai-aria-1.3/#example-36", + "https://www.w3.org/TR/wai-aria-1.3/#example-37", + "https://www.w3.org/TR/wai-aria-1.3/#aria-rowcount", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-rowcount", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-16", + "https://www.w3.org/TR/wai-aria-1.3/#example-38", + "https://www.w3.org/TR/wai-aria-1.3/#aria-rowindex", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-rowindex", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-17", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-43", + "https://www.w3.org/TR/wai-aria-1.3/#example-39", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-44", + "https://www.w3.org/TR/wai-aria-1.3/#example-40", + "https://www.w3.org/TR/wai-aria-1.3/#aria-rowindextext", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-rowindextext", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-18", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-child-45", + "https://www.w3.org/TR/wai-aria-1.3/#aria-rowspan", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-rowspan", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-19", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-76", + "https://www.w3.org/TR/wai-aria-1.3/#aria-selected", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-selected", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-21", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-30", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-28", + "https://www.w3.org/TR/wai-aria-1.3/#aria-setsize", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-setsize", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-20", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-25", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-77", + "https://www.w3.org/TR/wai-aria-1.3/#example-41", + "https://www.w3.org/TR/wai-aria-1.3/#example-42", + "https://www.w3.org/TR/wai-aria-1.3/#aria-sort", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-sort", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-indicates-22", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-26", + "https://www.w3.org/TR/wai-aria-1.3/#aria-valuemax", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-valuemax", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-21", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-29", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-67", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-67", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-27", + "https://www.w3.org/TR/wai-aria-1.3/#aria-valuemin", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-valuemin", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-22", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-30", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-68", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-68", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-28", + "https://www.w3.org/TR/wai-aria-1.3/#aria-valuenow", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-valuenow", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-23", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-31", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-69", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-69", + "https://www.w3.org/TR/wai-aria-1.3/#aria-valuetext", + "https://www.w3.org/TR/wai-aria-1.3/#desc-aria-valuetext", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-defines-24", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-widget-32", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-78", + "https://www.w3.org/TR/wai-aria-1.3/#accessibility_tree", + "https://www.w3.org/TR/wai-aria-1.3/#x7-accessibility-tree", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-accessibility-tree", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-tree-8", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-tree-9", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessible-object-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-assistive-technologies-79", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-event-10", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-29", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-relationship-14", + "https://www.w3.org/TR/wai-aria-1.3/#tree_exclusion", + "https://www.w3.org/TR/wai-aria-1.3/#x7-1-excluding-elements-from-the-accessibility-tree", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-29", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-tree-10", + "https://www.w3.org/TR/wai-aria-1.3/#tree_inclusion", + "https://www.w3.org/TR/wai-aria-1.3/#x7-2-including-elements-in-the-accessibility-tree", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessible-object-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-tree-11", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hidden-7", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-30", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-event-11", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hidden-8", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-70", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-70", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-hidden-9", + "https://www.w3.org/TR/wai-aria-1.3/#tree_relationships", + "https://www.w3.org/TR/wai-aria-1.3/#x7-3-relationships-in-the-accessibility-tree", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-accessibility-child", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessible-object-3", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-tree-12", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessible-object-4", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessible-object-5", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-tree-13", + "https://www.w3.org/TR/wai-aria-1.3/#example-43", + "https://www.w3.org/TR/wai-aria-1.3/#example-44", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-accessibility-descendant", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessible-object-6", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-tree-14", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-accessibility-parent", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessible-object-7", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-tree-15", + "https://www.w3.org/TR/wai-aria-1.3/#example-45", + "https://www.w3.org/TR/wai-aria-1.3/#example-46", + "https://www.w3.org/TR/wai-aria-1.3/#example-47", + "https://www.w3.org/TR/wai-aria-1.3/#example-48", + "https://www.w3.org/TR/wai-aria-1.3/#host_languages", + "https://www.w3.org/TR/wai-aria-1.3/#x8-implementation-in-host-languages", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-92", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-state-31", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-30", + "https://www.w3.org/TR/wai-aria-1.3/#host_general_role", + "https://www.w3.org/TR/wai-aria-1.3/#x8-1-role-attribute", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-93", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-token-list-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-94", + "https://www.w3.org/TR/wai-aria-1.3/#host_general_attrs", + "https://www.w3.org/TR/wai-aria-1.3/#x8-2-state-and-property-attributes", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-71", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-71", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-72", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-72", + "https://www.w3.org/TR/wai-aria-1.3/#host_general_focus", + "https://www.w3.org/TR/wai-aria-1.3/#x8-3-focus-navigation", + "https://www.w3.org/TR/wai-aria-1.3/#implicit_semantics", + "https://www.w3.org/TR/wai-aria-1.3/#x8-4-implicit-wai-aria-semantics", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-semantics-7", + "https://www.w3.org/TR/wai-aria-1.3/#host_general_conflict", + "https://www.w3.org/TR/wai-aria-1.3/#x8-5-conflicts-with-host-language-semantics", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-semantics-8", + "https://www.w3.org/TR/wai-aria-1.3/#state_property_processing", + "https://www.w3.org/TR/wai-aria-1.3/#x8-6-state-and-property-attribute-processing", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-semantics-9", + "https://www.w3.org/TR/wai-aria-1.3/#mapping_additional_relations_error_processing", + "https://www.w3.org/TR/wai-aria-1.3/#x8-6-1-id-reference-error-processing", + "https://www.w3.org/TR/wai-aria-1.3/#document-handling_css-selectors", + "https://www.w3.org/TR/wai-aria-1.3/#x8-7-css-selectors", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-73", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-73", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-semantics-10", + "https://www.w3.org/TR/wai-aria-1.3/#document-handling_author-errors", + "https://www.w3.org/TR/wai-aria-1.3/#x9-handling-author-errors", + "https://www.w3.org/TR/wai-aria-1.3/#document-handling_author-errors_roles", + "https://www.w3.org/TR/wai-aria-1.3/#x9-1-roles", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-95", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-96", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-97", + "https://www.w3.org/TR/wai-aria-1.3/#document-handling_author-errors_states-properties", + "https://www.w3.org/TR/wai-aria-1.3/#x9-2-states-and-properties", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-property-31", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-role-98", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-descendant-18", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-accessibility-api-31", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-74", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-74", + "https://www.w3.org/TR/wai-aria-1.3/#authorErrorDefaultValuesTable", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-75", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-75", + "https://www.w3.org/TR/wai-aria-1.3/#conflict_resolution_presentation_none", + "https://www.w3.org/TR/wai-aria-1.3/#x9-3-presentational-roles-conflict-resolution", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-operable-5", + "https://www.w3.org/TR/wai-aria-1.3/#example-49", + "https://www.w3.org/TR/wai-aria-1.3/#idl-interface", + "https://www.w3.org/TR/wai-aria-1.3/#x10-idl-interface", + "https://www.w3.org/TR/wai-aria-1.3/#ARIAMixin", + "https://www.w3.org/TR/wai-aria-1.3/#x10-1-interface-mixin-ariamixin", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin", + "https://www.w3.org/TR/wai-aria-1.3/#webidl-115445301", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-role", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-role", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariaactivedescendantelement", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariaactivedescendantelement-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariaatomic", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariaatomic-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariaautocomplete", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariaautocomplete-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariabusy", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariabusy-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariachecked", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariachecked-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariacolcount", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariacolcount-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariacolindex", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariacolindex-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariacolindextext", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariacolindextext-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariacolspan", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariacolspan-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariacontrolselements", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariacontrolselements-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariacurrent", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariacurrent-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariadescribedbyelements", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariadescribedbyelements-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariadescription", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariadescription-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariadetailselements", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariadetailselements-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariadisabled", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariadisabled-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariaerrormessageelements", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariaerrormessageelements-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariaexpanded", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariaexpanded-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariaflowtoelements", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariaflowtoelements-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariahaspopup", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariahaspopup-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariahidden", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariahidden-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariainvalid", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariainvalid-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariakeyshortcuts", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariakeyshortcuts-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-arialabel", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-arialabel-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-arialabelledbyelements", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-arialabelledbyelements-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-arialevel", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-arialevel-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-arialive", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-arialive-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariamodal", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariamodal-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariamultiline", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariamultiline-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariamultiselectable", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariamultiselectable-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariaorientation", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariaorientation-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariaownselements", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariaownselements-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariaplaceholder", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariaplaceholder-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariaposinset", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariaposinset-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariapressed", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariapressed-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariareadonly", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariareadonly-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariarequired", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariarequired-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariaroledescription", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariaroledescription-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariarowcount", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariarowcount-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariarowindex", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariarowindex-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariarowindextext", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariarowindextext-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariarowspan", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariarowspan-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariaselected", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariaselected-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariasetsize", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariasetsize-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariasort", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariasort-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariavaluemax", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariavaluemax-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariavaluemin", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariavaluemin-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariavaluenow", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariavaluenow-1", + "https://www.w3.org/TR/wai-aria-1.3/#idl-def-ariamixin-ariavaluetext", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-ariavaluetext-1", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-ariamixin-getter-steps", + "https://www.w3.org/TR/wai-aria-1.3/#dfn-ariamixin-setter-steps", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-ariamixin-getter-steps-1", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-ariamixin-setter-steps-1", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-76", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-76", + "https://www.w3.org/TR/wai-aria-1.3/#accessibilityroleandproperties-correspondence", + "https://www.w3.org/TR/wai-aria-1.3/#x10-2-aria-attribute-correspondence", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaactivedescendantelement", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaatomic", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaautocomplete", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariabusy", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariachecked", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariacolcount", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariacolindex", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariacolindextext", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariacolspan", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariacontrolselements", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariacurrent", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariadescribedbyelements", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariadescription", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariadetailselements", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariadisabled", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaerrormessageelements", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaexpanded", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaflowtoelements", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariahaspopup", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariahidden", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariainvalid", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariakeyshortcuts", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-arialabel", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-arialabelledbyelements", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-arialevel", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-arialive", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariamodal", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariamultiline", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariamultiselectable", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaorientation", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaownselements", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaplaceholder", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaposinset", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariapressed", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariareadonly", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariarequired", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaroledescription", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariarowcount", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariarowindex", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariarowindextext", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariarowspan", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariaselected", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariasetsize", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariasort", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariavaluemax", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariavaluemin", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariavaluenow", + "https://www.w3.org/TR/wai-aria-1.3/#dom-ariamixin-ariavaluetext", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-77", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-77", + "https://www.w3.org/TR/wai-aria-1.3/#idl_attr_disambiguation", + "https://www.w3.org/TR/wai-aria-1.3/#x10-2-1-disambiguation-pattern", + "https://www.w3.org/TR/wai-aria-1.3/#idl_attr_exceptions", + "https://www.w3.org/TR/wai-aria-1.3/#x10-2-2-idl-attribute-name-notes-or-exceptions", + "https://www.w3.org/TR/wai-aria-1.3/#idl_element", + "https://www.w3.org/TR/wai-aria-1.3/#x10-3-ariamixin-mixed-in-to-element", + "https://www.w3.org/TR/wai-aria-1.3/#webidl-708756852", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dom-ariamixin-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-ariamixin-getter-steps-2", + "https://www.w3.org/TR/wai-aria-1.3/#ref-for-dfn-ariamixin-setter-steps-2", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-78", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-78", + "https://www.w3.org/TR/wai-aria-1.3/#idl_example_usage", + "https://www.w3.org/TR/wai-aria-1.3/#x10-4-example-idl-attribute-usage", + "https://www.w3.org/TR/wai-aria-1.3/#example-50", + "https://www.w3.org/TR/wai-aria-1.3/#security-considerations", + "https://www.w3.org/TR/wai-aria-1.3/#x11-security-considerations", + "https://www.w3.org/TR/wai-aria-1.3/#privacy-considerations", + "https://www.w3.org/TR/wai-aria-1.3/#x12-privacy-considerations", + "https://www.w3.org/TR/wai-aria-1.3/#typemapping", + "https://www.w3.org/TR/wai-aria-1.3/#a-mapping-wai-aria-value-types-to-languages", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-79", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-79", + "https://www.w3.org/TR/wai-aria-1.3/#issue-container-generatedID-80", + "https://www.w3.org/TR/wai-aria-1.3/#h-note-80", + "https://www.w3.org/TR/wai-aria-1.3/#changelog", + "https://www.w3.org/TR/wai-aria-1.3/#b-change-log", + "https://www.w3.org/TR/wai-aria-1.3/#major-feature-in-this-release", + "https://www.w3.org/TR/wai-aria-1.3/#b-1-major-feature-in-this-release", + "https://www.w3.org/TR/wai-aria-1.3/#substantive-changes-since-aria-1-2", + "https://www.w3.org/TR/wai-aria-1.3/#b-2-substantive-changes-since-aria-1-2", + "https://www.w3.org/TR/wai-aria-1.3/#acknowledgements", + "https://www.w3.org/TR/wai-aria-1.3/#c-acknowledgments", + "https://www.w3.org/TR/wai-aria-1.3/#gh-contributors", + "https://www.w3.org/TR/wai-aria-1.3/#ack_group", + "https://www.w3.org/TR/wai-aria-1.3/#c-1-participants-active-in-the-aria-wg-at-the-time-of-publication", + "https://www.w3.org/TR/wai-aria-1.3/#ack_funders", + "https://www.w3.org/TR/wai-aria-1.3/#c-2-enabling-funders", + "https://www.w3.org/TR/wai-aria-1.3/#references", + "https://www.w3.org/TR/wai-aria-1.3/#d-references", + "https://www.w3.org/TR/wai-aria-1.3/#normative-references", + "https://www.w3.org/TR/wai-aria-1.3/#d-1-normative-references", + "https://www.w3.org/TR/wai-aria-1.3/#bib-accname-1.2", + "https://www.w3.org/TR/wai-aria-1.3/#bib-core-aam", + "https://www.w3.org/TR/wai-aria-1.3/#bib-core-aam-1.2", + "https://www.w3.org/TR/wai-aria-1.3/#bib-css3-selectors", + "https://www.w3.org/TR/wai-aria-1.3/#bib-dom", + "https://www.w3.org/TR/wai-aria-1.3/#bib-dpub-aria-1.0", + "https://www.w3.org/TR/wai-aria-1.3/#bib-html", + "https://www.w3.org/TR/wai-aria-1.3/#bib-infra", + "https://www.w3.org/TR/wai-aria-1.3/#bib-mathml3", + "https://www.w3.org/TR/wai-aria-1.3/#bib-rfc2119", + "https://www.w3.org/TR/wai-aria-1.3/#bib-role-attribute", + "https://www.w3.org/TR/wai-aria-1.3/#bib-svg2", + "https://www.w3.org/TR/wai-aria-1.3/#bib-uievents-key", + "https://www.w3.org/TR/wai-aria-1.3/#bib-webidl", + "https://www.w3.org/TR/wai-aria-1.3/#bib-xml-names", + "https://www.w3.org/TR/wai-aria-1.3/#informative-references", + "https://www.w3.org/TR/wai-aria-1.3/#d-2-informative-references", + "https://www.w3.org/TR/wai-aria-1.3/#bib-at-spi", + "https://www.w3.org/TR/wai-aria-1.3/#bib-atk", + "https://www.w3.org/TR/wai-aria-1.3/#bib-axapi", + "https://www.w3.org/TR/wai-aria-1.3/#bib-design-principles", + "https://www.w3.org/TR/wai-aria-1.3/#bib-fingerprinting-guidance", + "https://www.w3.org/TR/wai-aria-1.3/#bib-html-aria", + "https://www.w3.org/TR/wai-aria-1.3/#bib-iaccessible2", + "https://www.w3.org/TR/wai-aria-1.3/#bib-msaa", + "https://www.w3.org/TR/wai-aria-1.3/#bib-ui-automation", + "https://www.w3.org/TR/wai-aria-1.3/#bib-uia-express", + "https://www.w3.org/TR/wai-aria-1.3/#bib-wai-aria-1.1", + "https://www.w3.org/TR/wai-aria-1.3/#bib-wai-aria-practices-1.2", + "https://www.w3.org/TR/wai-aria-1.3/#bib-wcag21", + "https://www.w3.org/TR/wai-aria-1.3/#bib-xmlschema11-2", + "https://www.w3.org/TR/wai-aria-1.3/#back-to-top" + ] +} \ No newline at end of file diff --git a/tr/ids/wasm-core-1.json b/tr/ids/wasm-core-1.json deleted file mode 100644 index f55bf63b96e2..000000000000 --- a/tr/ids/wasm-core-1.json +++ /dev/null @@ -1,2051 +0,0 @@ -{ - "spec": { - "title": "WebAssembly Core Specification", - "url": "https://www.w3.org/TR/wasm-core-1/" - }, - "ids": [ - "https://www.w3.org/TR/wasm-core-1/#toc-nav", - "https://www.w3.org/TR/wasm-core-1/#toc-jump", - "https://www.w3.org/TR/wasm-core-1/#toc-toggle", - "https://www.w3.org/TR/wasm-core-1/#title", - "https://www.w3.org/TR/wasm-core-1/#subtitle", - "https://www.w3.org/TR/wasm-core-1/#abstract", - "https://www.w3.org/TR/wasm-core-1/#status", - "https://www.w3.org/TR/wasm-core-1/#w3c_process_revision", - "https://www.w3.org/TR/wasm-core-1/#toc", - "https://www.w3.org/TR/wasm-core-1/#contents", - "https://www.w3.org/TR/wasm-core-1/#webassembly-specification", - "https://www.w3.org/TR/wasm-core-1/#document-intro%2Findex", - "https://www.w3.org/TR/wasm-core-1/#introduction", - "https://www.w3.org/TR/wasm-core-1/#intro", - "https://www.w3.org/TR/wasm-core-1/#introduction%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#document-intro%2Fintroduction", - "https://www.w3.org/TR/wasm-core-1/#introduction%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#introduction%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id1", - "https://www.w3.org/TR/wasm-core-1/#design-goals", - "https://www.w3.org/TR/wasm-core-1/#goals", - "https://www.w3.org/TR/wasm-core-1/#design-goals%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#index-0", - "https://www.w3.org/TR/wasm-core-1/#id2", - "https://www.w3.org/TR/wasm-core-1/#wasm", - "https://www.w3.org/TR/wasm-core-1/#memorysafe", - "https://www.w3.org/TR/wasm-core-1/#scope", - "https://www.w3.org/TR/wasm-core-1/#id3", - "https://www.w3.org/TR/wasm-core-1/#scope%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#security-considerations", - "https://www.w3.org/TR/wasm-core-1/#security", - "https://www.w3.org/TR/wasm-core-1/#index-1", - "https://www.w3.org/TR/wasm-core-1/#security-considerations%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#dependencies", - "https://www.w3.org/TR/wasm-core-1/#index-2", - "https://www.w3.org/TR/wasm-core-1/#id4", - "https://www.w3.org/TR/wasm-core-1/#dependencies%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#document-intro%2Foverview", - "https://www.w3.org/TR/wasm-core-1/#overview", - "https://www.w3.org/TR/wasm-core-1/#overview%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#concepts", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#concepts%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#value", - "https://www.w3.org/TR/wasm-core-1/#instruction", - "https://www.w3.org/TR/wasm-core-1/#id2%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#trap", - "https://www.w3.org/TR/wasm-core-1/#function", - "https://www.w3.org/TR/wasm-core-1/#id3%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#table", - "https://www.w3.org/TR/wasm-core-1/#memory", - "https://www.w3.org/TR/wasm-core-1/#module", - "https://www.w3.org/TR/wasm-core-1/#embedder", - "https://www.w3.org/TR/wasm-core-1/#stackmachine", - "https://www.w3.org/TR/wasm-core-1/#arity", - "https://www.w3.org/TR/wasm-core-1/#semantic-phases", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#semantic-phases%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#decoding", - "https://www.w3.org/TR/wasm-core-1/#validation", - "https://www.w3.org/TR/wasm-core-1/#instantiation", - "https://www.w3.org/TR/wasm-core-1/#execution", - "https://www.w3.org/TR/wasm-core-1/#invocation", - "https://www.w3.org/TR/wasm-core-1/#document-syntax%2Findex", - "https://www.w3.org/TR/wasm-core-1/#structure", - "https://www.w3.org/TR/wasm-core-1/#syntax", - "https://www.w3.org/TR/wasm-core-1/#structure%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#document-syntax%2Fconventions", - "https://www.w3.org/TR/wasm-core-1/#conventions", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#grammar-notation", - "https://www.w3.org/TR/wasm-core-1/#grammar", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#grammar-notation%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#auxiliary-notation", - "https://www.w3.org/TR/wasm-core-1/#notation-compose", - "https://www.w3.org/TR/wasm-core-1/#notation-concat", - "https://www.w3.org/TR/wasm-core-1/#notation-project", - "https://www.w3.org/TR/wasm-core-1/#notation-record", - "https://www.w3.org/TR/wasm-core-1/#notation-replace", - "https://www.w3.org/TR/wasm-core-1/#notation-slice", - "https://www.w3.org/TR/wasm-core-1/#notation-index", - "https://www.w3.org/TR/wasm-core-1/#notation-length", - "https://www.w3.org/TR/wasm-core-1/#notation-epsilon", - "https://www.w3.org/TR/wasm-core-1/#auxiliary-notation%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#vectors", - "https://www.w3.org/TR/wasm-core-1/#syntax-vec", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#vectors%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#document-syntax%2Fvalues", - "https://www.w3.org/TR/wasm-core-1/#values", - "https://www.w3.org/TR/wasm-core-1/#syntax-value", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#values%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#bytes", - "https://www.w3.org/TR/wasm-core-1/#syntax-byte", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#bytes%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#integers", - "https://www.w3.org/TR/wasm-core-1/#syntax-int", - "https://www.w3.org/TR/wasm-core-1/#syntax-uint", - "https://www.w3.org/TR/wasm-core-1/#syntax-sint", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#integers%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#floating-point", - "https://www.w3.org/TR/wasm-core-1/#syntax-float", - "https://www.w3.org/TR/wasm-core-1/#syntax-payload", - "https://www.w3.org/TR/wasm-core-1/#syntax-nan", - "https://www.w3.org/TR/wasm-core-1/#index-3", - "https://www.w3.org/TR/wasm-core-1/#floating-point%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#aux-exponent", - "https://www.w3.org/TR/wasm-core-1/#aux-significand", - "https://www.w3.org/TR/wasm-core-1/#aux-canon", - "https://www.w3.org/TR/wasm-core-1/#arithmetic-nan", - "https://www.w3.org/TR/wasm-core-1/#canonical-nan", - "https://www.w3.org/TR/wasm-core-1/#id2%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#names", - "https://www.w3.org/TR/wasm-core-1/#syntax-name", - "https://www.w3.org/TR/wasm-core-1/#syntax-char", - "https://www.w3.org/TR/wasm-core-1/#index-4", - "https://www.w3.org/TR/wasm-core-1/#names%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#convention", - "https://www.w3.org/TR/wasm-core-1/#convention%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#document-syntax%2Ftypes", - "https://www.w3.org/TR/wasm-core-1/#types", - "https://www.w3.org/TR/wasm-core-1/#syntax-type", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#value-types", - "https://www.w3.org/TR/wasm-core-1/#syntax-valtype", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#value-types%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#result-types", - "https://www.w3.org/TR/wasm-core-1/#syntax-resulttype", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#result-types%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#function-types", - "https://www.w3.org/TR/wasm-core-1/#syntax-functype", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#function-types%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#limits", - "https://www.w3.org/TR/wasm-core-1/#syntax-limits", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#limits%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#memory-types", - "https://www.w3.org/TR/wasm-core-1/#syntax-memtype", - "https://www.w3.org/TR/wasm-core-1/#index-5", - "https://www.w3.org/TR/wasm-core-1/#memory-types%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#table-types", - "https://www.w3.org/TR/wasm-core-1/#syntax-tabletype", - "https://www.w3.org/TR/wasm-core-1/#syntax-elemtype", - "https://www.w3.org/TR/wasm-core-1/#index-6", - "https://www.w3.org/TR/wasm-core-1/#table-types%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#global-types", - "https://www.w3.org/TR/wasm-core-1/#syntax-globaltype", - "https://www.w3.org/TR/wasm-core-1/#syntax-mut", - "https://www.w3.org/TR/wasm-core-1/#index-7", - "https://www.w3.org/TR/wasm-core-1/#global-types%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#external-types", - "https://www.w3.org/TR/wasm-core-1/#syntax-externtype", - "https://www.w3.org/TR/wasm-core-1/#index-8", - "https://www.w3.org/TR/wasm-core-1/#external-types%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#document-syntax%2Finstructions", - "https://www.w3.org/TR/wasm-core-1/#instructions", - "https://www.w3.org/TR/wasm-core-1/#syntax-instr", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#instructions%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#numeric-instructions", - "https://www.w3.org/TR/wasm-core-1/#syntax-instr-numeric", - "https://www.w3.org/TR/wasm-core-1/#syntax-frelop", - "https://www.w3.org/TR/wasm-core-1/#syntax-ftestop", - "https://www.w3.org/TR/wasm-core-1/#syntax-fbinop", - "https://www.w3.org/TR/wasm-core-1/#syntax-funop", - "https://www.w3.org/TR/wasm-core-1/#syntax-irelop", - "https://www.w3.org/TR/wasm-core-1/#syntax-itestop", - "https://www.w3.org/TR/wasm-core-1/#syntax-ibinop", - "https://www.w3.org/TR/wasm-core-1/#syntax-iunop", - "https://www.w3.org/TR/wasm-core-1/#syntax-cvtop", - "https://www.w3.org/TR/wasm-core-1/#syntax-relop", - "https://www.w3.org/TR/wasm-core-1/#syntax-testop", - "https://www.w3.org/TR/wasm-core-1/#syntax-binop", - "https://www.w3.org/TR/wasm-core-1/#syntax-unop", - "https://www.w3.org/TR/wasm-core-1/#syntax-const", - "https://www.w3.org/TR/wasm-core-1/#syntax-sx", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#numeric-instructions%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#parametric-instructions", - "https://www.w3.org/TR/wasm-core-1/#syntax-instr-parametric", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#parametric-instructions%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#variable-instructions", - "https://www.w3.org/TR/wasm-core-1/#syntax-instr-variable", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#variable-instructions%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#memory-instructions", - "https://www.w3.org/TR/wasm-core-1/#syntax-instr-memory", - "https://www.w3.org/TR/wasm-core-1/#syntax-memarg", - "https://www.w3.org/TR/wasm-core-1/#syntax-storen", - "https://www.w3.org/TR/wasm-core-1/#syntax-loadn", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#memory-instructions%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#control-instructions", - "https://www.w3.org/TR/wasm-core-1/#syntax-instr-control", - "https://www.w3.org/TR/wasm-core-1/#syntax-instr-seq", - "https://www.w3.org/TR/wasm-core-1/#syntax-call-indirect", - "https://www.w3.org/TR/wasm-core-1/#syntax-call", - "https://www.w3.org/TR/wasm-core-1/#syntax-return", - "https://www.w3.org/TR/wasm-core-1/#syntax-br-table", - "https://www.w3.org/TR/wasm-core-1/#syntax-br-if", - "https://www.w3.org/TR/wasm-core-1/#syntax-br", - "https://www.w3.org/TR/wasm-core-1/#syntax-if", - "https://www.w3.org/TR/wasm-core-1/#syntax-loop", - "https://www.w3.org/TR/wasm-core-1/#syntax-block", - "https://www.w3.org/TR/wasm-core-1/#syntax-unreachable", - "https://www.w3.org/TR/wasm-core-1/#syntax-nop", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#control-instructions%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#expressions", - "https://www.w3.org/TR/wasm-core-1/#syntax-expr", - "https://www.w3.org/TR/wasm-core-1/#index-6%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#expressions%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#document-syntax%2Fmodules", - "https://www.w3.org/TR/wasm-core-1/#modules", - "https://www.w3.org/TR/wasm-core-1/#syntax-module", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#indices", - "https://www.w3.org/TR/wasm-core-1/#syntax-index", - "https://www.w3.org/TR/wasm-core-1/#syntax-labelidx", - "https://www.w3.org/TR/wasm-core-1/#syntax-localidx", - "https://www.w3.org/TR/wasm-core-1/#syntax-globalidx", - "https://www.w3.org/TR/wasm-core-1/#syntax-memidx", - "https://www.w3.org/TR/wasm-core-1/#syntax-tableidx", - "https://www.w3.org/TR/wasm-core-1/#syntax-funcidx", - "https://www.w3.org/TR/wasm-core-1/#syntax-typeidx", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#indices%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#syntax-typedef", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#functions", - "https://www.w3.org/TR/wasm-core-1/#syntax-func", - "https://www.w3.org/TR/wasm-core-1/#syntax-local", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#functions%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#tables", - "https://www.w3.org/TR/wasm-core-1/#syntax-table", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#tables%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#memories", - "https://www.w3.org/TR/wasm-core-1/#syntax-mem", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#memories%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#globals", - "https://www.w3.org/TR/wasm-core-1/#syntax-global", - "https://www.w3.org/TR/wasm-core-1/#index-6%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#globals%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#element-segments", - "https://www.w3.org/TR/wasm-core-1/#syntax-elem", - "https://www.w3.org/TR/wasm-core-1/#index-7%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#element-segments%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#data-segments", - "https://www.w3.org/TR/wasm-core-1/#syntax-data", - "https://www.w3.org/TR/wasm-core-1/#index-8%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#data-segments%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#start-function", - "https://www.w3.org/TR/wasm-core-1/#syntax-start", - "https://www.w3.org/TR/wasm-core-1/#index-9", - "https://www.w3.org/TR/wasm-core-1/#start-function%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exports", - "https://www.w3.org/TR/wasm-core-1/#syntax-export", - "https://www.w3.org/TR/wasm-core-1/#syntax-exportdesc", - "https://www.w3.org/TR/wasm-core-1/#index-10", - "https://www.w3.org/TR/wasm-core-1/#exports%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#imports", - "https://www.w3.org/TR/wasm-core-1/#syntax-import", - "https://www.w3.org/TR/wasm-core-1/#syntax-importdesc", - "https://www.w3.org/TR/wasm-core-1/#index-11", - "https://www.w3.org/TR/wasm-core-1/#imports%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#document-valid%2Findex", - "https://www.w3.org/TR/wasm-core-1/#validation%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#valid", - "https://www.w3.org/TR/wasm-core-1/#validation%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#document-valid%2Fconventions", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#type-system", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#contexts", - "https://www.w3.org/TR/wasm-core-1/#context", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#contexts%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#notation-extend", - "https://www.w3.org/TR/wasm-core-1/#prose-notation", - "https://www.w3.org/TR/wasm-core-1/#valid-notation-textual", - "https://www.w3.org/TR/wasm-core-1/#prose-notation%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#formal-notation", - "https://www.w3.org/TR/wasm-core-1/#valid-notation", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#formal-notation%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id2%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#cite-pldi2017", - "https://www.w3.org/TR/wasm-core-1/#cite-tapl", - "https://www.w3.org/TR/wasm-core-1/#document-valid%2Ftypes", - "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#limits%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-limits", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#limits%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-limitsmathsfminn-hrefsyntax-limitsmathsfmaxm", - "https://www.w3.org/TR/wasm-core-1/#function-types%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-functype", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#function-types%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id2%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#-t_1n-hrefsyntax-functyperightarrow-t_2m", - "https://www.w3.org/TR/wasm-core-1/#table-types%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-tabletype", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#table-types%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id3%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-limitsmathitlimitshrefsyntax-elemtypemathitelemtype", - "https://www.w3.org/TR/wasm-core-1/#memory-types%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-memtype", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#memory-types%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id4%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-limitsmathitlimits", - "https://www.w3.org/TR/wasm-core-1/#global-types%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-globaltype", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#global-types%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id5", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-mutmathitmuthrefsyntax-valtypemathitvaltype", - "https://www.w3.org/TR/wasm-core-1/#external-types%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-externtype", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#external-types%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id6", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-externtypemathsffunchrefsyntax-functypemathitfunctype", - "https://www.w3.org/TR/wasm-core-1/#id7", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-externtypemathsftablehrefsyntax-tabletypemathittabletype", - "https://www.w3.org/TR/wasm-core-1/#id8", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-externtypemathsfmemhrefsyntax-memtypemathitmemtype", - "https://www.w3.org/TR/wasm-core-1/#id9", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-externtypemathsfglobalhrefsyntax-globaltypemathitglobaltype", - "https://www.w3.org/TR/wasm-core-1/#document-valid%2Finstructions", - "https://www.w3.org/TR/wasm-core-1/#instructions%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-instr", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#instructions%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#polymorphism", - "https://www.w3.org/TR/wasm-core-1/#numeric-instructions%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-instr-numeric", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#numeric-instructions%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#valid-const", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-instr-numericmathsfconstc", - "https://www.w3.org/TR/wasm-core-1/#valid-unop", - "https://www.w3.org/TR/wasm-core-1/#id2%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-unopmathitunop", - "https://www.w3.org/TR/wasm-core-1/#valid-binop", - "https://www.w3.org/TR/wasm-core-1/#id3%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-binopmathitbinop", - "https://www.w3.org/TR/wasm-core-1/#valid-testop", - "https://www.w3.org/TR/wasm-core-1/#id4%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-testopmathittestop", - "https://www.w3.org/TR/wasm-core-1/#valid-relop", - "https://www.w3.org/TR/wasm-core-1/#id5%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-relopmathitrelop", - "https://www.w3.org/TR/wasm-core-1/#valid-cvtop", - "https://www.w3.org/TR/wasm-core-1/#id6%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-t_2mathsfhrefsyntax-cvtopmathitcvtopmathsf_t_1mathsf_hrefsyntax-sxmathitsx", - "https://www.w3.org/TR/wasm-core-1/#parametric-instructions%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-instr-parametric", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#parametric-instructions%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#valid-drop", - "https://www.w3.org/TR/wasm-core-1/#id7%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-parametricmathsfdrop", - "https://www.w3.org/TR/wasm-core-1/#valid-select", - "https://www.w3.org/TR/wasm-core-1/#id8%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-parametricmathsfselect", - "https://www.w3.org/TR/wasm-core-1/#variable-instructions%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-instr-variable", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#variable-instructions%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#valid-local-get", - "https://www.w3.org/TR/wasm-core-1/#id9%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsflocalgetx", - "https://www.w3.org/TR/wasm-core-1/#valid-local-set", - "https://www.w3.org/TR/wasm-core-1/#id10", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsflocalsetx", - "https://www.w3.org/TR/wasm-core-1/#valid-local-tee", - "https://www.w3.org/TR/wasm-core-1/#id11", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsflocalteex", - "https://www.w3.org/TR/wasm-core-1/#valid-global-get", - "https://www.w3.org/TR/wasm-core-1/#id12", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsfglobalgetx", - "https://www.w3.org/TR/wasm-core-1/#valid-global-set", - "https://www.w3.org/TR/wasm-core-1/#id13", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsfglobalsetx", - "https://www.w3.org/TR/wasm-core-1/#memory-instructions%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-instr-memory", - "https://www.w3.org/TR/wasm-core-1/#valid-memarg", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#memory-instructions%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#valid-load", - "https://www.w3.org/TR/wasm-core-1/#id14", - "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-instr-memorymathsfloadhrefsyntax-memargmathitmemarg", - "https://www.w3.org/TR/wasm-core-1/#valid-loadn", - "https://www.w3.org/TR/wasm-core-1/#id15", - "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-instr-memorymathsfloadnmathsf_hrefsyntax-sxmathitsxhrefsyntax-memargmathitmemarg", - "https://www.w3.org/TR/wasm-core-1/#id16", - "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-instr-memorymathsfstorehrefsyntax-memargmathitmemarg", - "https://www.w3.org/TR/wasm-core-1/#valid-storen", - "https://www.w3.org/TR/wasm-core-1/#id17", - "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-instr-memorymathsfstorenhrefsyntax-memargmathitmemarg", - "https://www.w3.org/TR/wasm-core-1/#valid-memory-size", - "https://www.w3.org/TR/wasm-core-1/#id18", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-memorymathsfmemorysize", - "https://www.w3.org/TR/wasm-core-1/#valid-memory-grow", - "https://www.w3.org/TR/wasm-core-1/#id19", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-memorymathsfmemorygrow", - "https://www.w3.org/TR/wasm-core-1/#control-instructions%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-instr-control", - "https://www.w3.org/TR/wasm-core-1/#valid-label", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#control-instructions%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#valid-nop", - "https://www.w3.org/TR/wasm-core-1/#id20", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfnop", - "https://www.w3.org/TR/wasm-core-1/#valid-unreachable", - "https://www.w3.org/TR/wasm-core-1/#id21", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfunreachable", - "https://www.w3.org/TR/wasm-core-1/#valid-block", - "https://www.w3.org/TR/wasm-core-1/#id22", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfblockthrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend", - "https://www.w3.org/TR/wasm-core-1/#valid-loop", - "https://www.w3.org/TR/wasm-core-1/#id23", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfloopthrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend", - "https://www.w3.org/TR/wasm-core-1/#valid-if", - "https://www.w3.org/TR/wasm-core-1/#id24", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfifthrefsyntax-instrmathitinstr_1asthrefsyntax-instr-controlmathsfelsehrefsyntax-instrmathitinstr_2asthrefsyntax-instr-controlmathsfend", - "https://www.w3.org/TR/wasm-core-1/#valid-br", - "https://www.w3.org/TR/wasm-core-1/#id25", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfbrl", - "https://www.w3.org/TR/wasm-core-1/#valid-br-if", - "https://www.w3.org/TR/wasm-core-1/#id26", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfbr_ifl", - "https://www.w3.org/TR/wasm-core-1/#valid-br-table", - "https://www.w3.org/TR/wasm-core-1/#id27", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfbr_tablelastl_n", - "https://www.w3.org/TR/wasm-core-1/#valid-return", - "https://www.w3.org/TR/wasm-core-1/#id28", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfreturn", - "https://www.w3.org/TR/wasm-core-1/#valid-call", - "https://www.w3.org/TR/wasm-core-1/#id29", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfcallx", - "https://www.w3.org/TR/wasm-core-1/#valid-call-indirect", - "https://www.w3.org/TR/wasm-core-1/#id30", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfcall_indirectx", - "https://www.w3.org/TR/wasm-core-1/#instruction-sequences", - "https://www.w3.org/TR/wasm-core-1/#valid-instr-seq", - "https://www.w3.org/TR/wasm-core-1/#index-6%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#instruction-sequences%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#empty-instruction-sequence", - "https://www.w3.org/TR/wasm-core-1/#empty-instruction-sequence--epsilon", - "https://www.w3.org/TR/wasm-core-1/#non-empty-instruction-sequence", - "https://www.w3.org/TR/wasm-core-1/#non-empty-instruction-sequence--hrefsyntax-instrmathitinstrasthrefsyntax-instrmathitinstr_n", - "https://www.w3.org/TR/wasm-core-1/#expressions%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-expr", - "https://www.w3.org/TR/wasm-core-1/#index-7%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#expressions%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id31", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend", - "https://www.w3.org/TR/wasm-core-1/#constant-expressions", - "https://www.w3.org/TR/wasm-core-1/#valid-constant", - "https://www.w3.org/TR/wasm-core-1/#index-8%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#constant-expressions%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#document-valid%2Fmodules", - "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#functions%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-func", - "https://www.w3.org/TR/wasm-core-1/#valid-local", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#functions%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-funcmathsftypex-hrefsyntax-funcmathsflocalstast-hrefsyntax-funcmathsfbodyhrefsyntax-exprmathitexpr", - "https://www.w3.org/TR/wasm-core-1/#tables%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-table", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#tables%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id2%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-tablemathsftypehrefsyntax-tabletypemathittabletype", - "https://www.w3.org/TR/wasm-core-1/#memories%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-mem", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#memories%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id3%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-memmathsftypehrefsyntax-memtypemathitmemtype", - "https://www.w3.org/TR/wasm-core-1/#globals%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-global", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#globals%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id4%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-globalmathsftypehrefsyntax-mutmathitmutt-hrefsyntax-globalmathsfinithrefsyntax-exprmathitexpr", - "https://www.w3.org/TR/wasm-core-1/#element-segments%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-elem", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#element-segments%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id5%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-elemmathsftablex-hrefsyntax-elemmathsfoffsethrefsyntax-exprmathitexpr-hrefsyntax-elemmathsfinityast", - "https://www.w3.org/TR/wasm-core-1/#data-segments%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-data", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#data-segments%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id6%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-datamathsfdatax-hrefsyntax-datamathsfoffsethrefsyntax-exprmathitexpr-hrefsyntax-datamathsfinitbast", - "https://www.w3.org/TR/wasm-core-1/#start-function%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-start", - "https://www.w3.org/TR/wasm-core-1/#index-6%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#start-function%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id7%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-startmathsffuncx", - "https://www.w3.org/TR/wasm-core-1/#exports%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-export", - "https://www.w3.org/TR/wasm-core-1/#valid-exportdesc", - "https://www.w3.org/TR/wasm-core-1/#index-7%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#exports%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id8%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-exportmathsfnamehrefsyntax-namemathitname-hrefsyntax-exportmathsfdeschrefsyntax-exportdescmathitexportdesc", - "https://www.w3.org/TR/wasm-core-1/#id9%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-exportdescmathsffuncx", - "https://www.w3.org/TR/wasm-core-1/#id10%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-exportdescmathsftablex", - "https://www.w3.org/TR/wasm-core-1/#id11%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-exportdescmathsfmemx", - "https://www.w3.org/TR/wasm-core-1/#id12%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-exportdescmathsfglobalx", - "https://www.w3.org/TR/wasm-core-1/#imports%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-import", - "https://www.w3.org/TR/wasm-core-1/#valid-importdesc", - "https://www.w3.org/TR/wasm-core-1/#index-8%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#imports%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id13%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#--hrefsyntax-importmathsfmodulehrefsyntax-namemathitname_1-hrefsyntax-importmathsfnamehrefsyntax-namemathitname_2-hrefsyntax-importmathsfdeschrefsyntax-importdescmathitimportdesc", - "https://www.w3.org/TR/wasm-core-1/#id14%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-importdescmathsffuncx", - "https://www.w3.org/TR/wasm-core-1/#id15%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-importdescmathsftablehrefsyntax-tabletypemathittabletype", - "https://www.w3.org/TR/wasm-core-1/#id16%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-importdescmathsfmemhrefsyntax-memtypemathitmemtype", - "https://www.w3.org/TR/wasm-core-1/#id17%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-importdescmathsfglobalhrefsyntax-globaltypemathitglobaltype", - "https://www.w3.org/TR/wasm-core-1/#valid-module", - "https://www.w3.org/TR/wasm-core-1/#index-9%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id18%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#document-exec%2Findex", - "https://www.w3.org/TR/wasm-core-1/#execution%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec", - "https://www.w3.org/TR/wasm-core-1/#execution%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#document-exec%2Fconventions", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#prose-notation%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#exec-notation-textual", - "https://www.w3.org/TR/wasm-core-1/#prose-notation%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#formal-notation%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#exec-notation", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#formal-notation%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id2%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#cite-pldi2017%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#cite-tapl%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#document-exec%2Fruntime", - "https://www.w3.org/TR/wasm-core-1/#runtime-structure", - "https://www.w3.org/TR/wasm-core-1/#syntax-runtime", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#runtime-structure%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#values%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#syntax-val", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#values%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#results", - "https://www.w3.org/TR/wasm-core-1/#syntax-result", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#results%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#store", - "https://www.w3.org/TR/wasm-core-1/#syntax-store", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#store%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id2%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#gc", - "https://www.w3.org/TR/wasm-core-1/#convention%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#convention%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#addresses", - "https://www.w3.org/TR/wasm-core-1/#syntax-addr", - "https://www.w3.org/TR/wasm-core-1/#syntax-globaladdr", - "https://www.w3.org/TR/wasm-core-1/#syntax-memaddr", - "https://www.w3.org/TR/wasm-core-1/#syntax-tableaddr", - "https://www.w3.org/TR/wasm-core-1/#syntax-funcaddr", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#addresses%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#module-instances", - "https://www.w3.org/TR/wasm-core-1/#syntax-moduleinst", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#module-instances%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#function-instances", - "https://www.w3.org/TR/wasm-core-1/#syntax-funcinst", - "https://www.w3.org/TR/wasm-core-1/#syntax-hostfunc", - "https://www.w3.org/TR/wasm-core-1/#index-6%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#function-instances%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#table-instances", - "https://www.w3.org/TR/wasm-core-1/#syntax-tableinst", - "https://www.w3.org/TR/wasm-core-1/#syntax-funcelem", - "https://www.w3.org/TR/wasm-core-1/#index-7%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#table-instances%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#memory-instances", - "https://www.w3.org/TR/wasm-core-1/#syntax-meminst", - "https://www.w3.org/TR/wasm-core-1/#page-size", - "https://www.w3.org/TR/wasm-core-1/#index-8%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#memory-instances%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#global-instances", - "https://www.w3.org/TR/wasm-core-1/#syntax-globalinst", - "https://www.w3.org/TR/wasm-core-1/#index-9%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#global-instances%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#export-instances", - "https://www.w3.org/TR/wasm-core-1/#syntax-exportinst", - "https://www.w3.org/TR/wasm-core-1/#index-10%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#export-instances%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#external-values", - "https://www.w3.org/TR/wasm-core-1/#syntax-externval", - "https://www.w3.org/TR/wasm-core-1/#index-11%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#external-values%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#stack", - "https://www.w3.org/TR/wasm-core-1/#label", - "https://www.w3.org/TR/wasm-core-1/#frame", - "https://www.w3.org/TR/wasm-core-1/#syntax-label", - "https://www.w3.org/TR/wasm-core-1/#syntax-frame", - "https://www.w3.org/TR/wasm-core-1/#index-12", - "https://www.w3.org/TR/wasm-core-1/#id3%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#stack%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id4%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#values%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#labels", - "https://www.w3.org/TR/wasm-core-1/#labels%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#activations-and-frames", - "https://www.w3.org/TR/wasm-core-1/#activations-and-frames%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id5%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#administrative-instructions", - "https://www.w3.org/TR/wasm-core-1/#syntax-instr-admin", - "https://www.w3.org/TR/wasm-core-1/#syntax-init-data", - "https://www.w3.org/TR/wasm-core-1/#syntax-init-elem", - "https://www.w3.org/TR/wasm-core-1/#syntax-invoke", - "https://www.w3.org/TR/wasm-core-1/#syntax-trap", - "https://www.w3.org/TR/wasm-core-1/#index-13", - "https://www.w3.org/TR/wasm-core-1/#administrative-instructions%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#block-contexts", - "https://www.w3.org/TR/wasm-core-1/#syntax-ctxt-block", - "https://www.w3.org/TR/wasm-core-1/#index-14", - "https://www.w3.org/TR/wasm-core-1/#block-contexts%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#configurations", - "https://www.w3.org/TR/wasm-core-1/#syntax-config", - "https://www.w3.org/TR/wasm-core-1/#syntax-thread", - "https://www.w3.org/TR/wasm-core-1/#index-15", - "https://www.w3.org/TR/wasm-core-1/#configurations%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#evaluation-contexts", - "https://www.w3.org/TR/wasm-core-1/#syntax-ctxt-eval", - "https://www.w3.org/TR/wasm-core-1/#index-16", - "https://www.w3.org/TR/wasm-core-1/#evaluation-contexts%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#document-exec%2Fnumerics", - "https://www.w3.org/TR/wasm-core-1/#numerics", - "https://www.w3.org/TR/wasm-core-1/#exec-numeric", - "https://www.w3.org/TR/wasm-core-1/#exec-op-partial", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#numerics%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#aux-trunc", - "https://www.w3.org/TR/wasm-core-1/#representations", - "https://www.w3.org/TR/wasm-core-1/#aux-bits", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#representations%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#integers%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#aux-ibits", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#integers%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#floating-point%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#aux-fbits", - "https://www.w3.org/TR/wasm-core-1/#aux-fsign", - "https://www.w3.org/TR/wasm-core-1/#aux-fbias", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#floating-point%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#storage", - "https://www.w3.org/TR/wasm-core-1/#aux-bytes", - "https://www.w3.org/TR/wasm-core-1/#aux-littleendian", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#storage%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#integer-operations", - "https://www.w3.org/TR/wasm-core-1/#int-ops", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#integer-operations%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#sign-interpretation", - "https://www.w3.org/TR/wasm-core-1/#aux-signed", - "https://www.w3.org/TR/wasm-core-1/#index-6%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#sign-interpretation%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#boolean-interpretation", - "https://www.w3.org/TR/wasm-core-1/#aux-bool", - "https://www.w3.org/TR/wasm-core-1/#index-7%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#boolean-interpretation%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#op-iadd", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-iaddmathrmiadd_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-isub", - "https://www.w3.org/TR/wasm-core-1/#id2%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-isubmathrmisub_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-imul", - "https://www.w3.org/TR/wasm-core-1/#id3%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-imulmathrmimul_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-idiv-u", - "https://www.w3.org/TR/wasm-core-1/#id4%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-idiv-umathrmidiv_u_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-idiv-s", - "https://www.w3.org/TR/wasm-core-1/#id5%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-idiv-smathrmidiv_s_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-irem-u", - "https://www.w3.org/TR/wasm-core-1/#id6%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-irem-umathrmirem_u_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-irem-s", - "https://www.w3.org/TR/wasm-core-1/#id7%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-irem-smathrmirem_s_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-iand", - "https://www.w3.org/TR/wasm-core-1/#id8%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-iandmathrmiand_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-ior", - "https://www.w3.org/TR/wasm-core-1/#id9%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-iormathrmior_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-ixor", - "https://www.w3.org/TR/wasm-core-1/#id10%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-ixormathrmixor_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-ishl", - "https://www.w3.org/TR/wasm-core-1/#id11%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-ishlmathrmishl_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-ishr-u", - "https://www.w3.org/TR/wasm-core-1/#id12%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-ishr-umathrmishr_u_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-ishr-s", - "https://www.w3.org/TR/wasm-core-1/#id13%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-ishr-smathrmishr_s_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-irotl", - "https://www.w3.org/TR/wasm-core-1/#id14%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-irotlmathrmirotl_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-irotr", - "https://www.w3.org/TR/wasm-core-1/#id15%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-irotrmathrmirotr_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-iclz", - "https://www.w3.org/TR/wasm-core-1/#id16%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-iclzmathrmiclz_n-i", - "https://www.w3.org/TR/wasm-core-1/#op-ictz", - "https://www.w3.org/TR/wasm-core-1/#id17%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-ictzmathrmictz_n-i", - "https://www.w3.org/TR/wasm-core-1/#op-ipopcnt", - "https://www.w3.org/TR/wasm-core-1/#id18%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-ipopcntmathrmipopcnt_n-i", - "https://www.w3.org/TR/wasm-core-1/#op-ieqz", - "https://www.w3.org/TR/wasm-core-1/#id19%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-ieqzmathrmieqz_n-i", - "https://www.w3.org/TR/wasm-core-1/#op-ieq", - "https://www.w3.org/TR/wasm-core-1/#id20%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-ieqmathrmieq_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-ine", - "https://www.w3.org/TR/wasm-core-1/#id21%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-inemathrmine_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-ilt-u", - "https://www.w3.org/TR/wasm-core-1/#id22%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-ilt-umathrmilt_u_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-ilt-s", - "https://www.w3.org/TR/wasm-core-1/#id23%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-ilt-smathrmilt_s_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-igt-u", - "https://www.w3.org/TR/wasm-core-1/#id24%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-igt-umathrmigt_u_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-igt-s", - "https://www.w3.org/TR/wasm-core-1/#id25%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-igt-smathrmigt_s_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-ile-u", - "https://www.w3.org/TR/wasm-core-1/#id26%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-ile-umathrmile_u_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-ile-s", - "https://www.w3.org/TR/wasm-core-1/#id27%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-ile-smathrmile_s_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-ige-u", - "https://www.w3.org/TR/wasm-core-1/#id28%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-ige-umathrmige_u_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#op-ige-s", - "https://www.w3.org/TR/wasm-core-1/#id29%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-ige-smathrmige_s_n-i_1-i_2", - "https://www.w3.org/TR/wasm-core-1/#floating-point-operations", - "https://www.w3.org/TR/wasm-core-1/#float-ops", - "https://www.w3.org/TR/wasm-core-1/#index-8%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#floating-point-operations%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#rounding", - "https://www.w3.org/TR/wasm-core-1/#aux-ieee", - "https://www.w3.org/TR/wasm-core-1/#index-9%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#rounding%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#nan-propagation", - "https://www.w3.org/TR/wasm-core-1/#aux-nans", - "https://www.w3.org/TR/wasm-core-1/#index-10%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#nan-propagation%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#op-fadd", - "https://www.w3.org/TR/wasm-core-1/#id30%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-faddmathrmfadd_n-z_1-z_2", - "https://www.w3.org/TR/wasm-core-1/#op-fsub", - "https://www.w3.org/TR/wasm-core-1/#id31%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-fsubmathrmfsub_n-z_1-z_2", - "https://www.w3.org/TR/wasm-core-1/#op-fmul", - "https://www.w3.org/TR/wasm-core-1/#id32", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-fmulmathrmfmul_n-z_1-z_2", - "https://www.w3.org/TR/wasm-core-1/#op-fdiv", - "https://www.w3.org/TR/wasm-core-1/#id33", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-fdivmathrmfdiv_n-z_1-z_2", - "https://www.w3.org/TR/wasm-core-1/#op-fmin", - "https://www.w3.org/TR/wasm-core-1/#id34", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-fminmathrmfmin_n-z_1-z_2", - "https://www.w3.org/TR/wasm-core-1/#op-fmax", - "https://www.w3.org/TR/wasm-core-1/#id35", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-fmaxmathrmfmax_n-z_1-z_2", - "https://www.w3.org/TR/wasm-core-1/#op-fcopysign", - "https://www.w3.org/TR/wasm-core-1/#id36", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-fcopysignmathrmfcopysign_n-z_1-z_2", - "https://www.w3.org/TR/wasm-core-1/#op-fabs", - "https://www.w3.org/TR/wasm-core-1/#id37", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-fabsmathrmfabs_n-z", - "https://www.w3.org/TR/wasm-core-1/#op-fneg", - "https://www.w3.org/TR/wasm-core-1/#id38", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-fnegmathrmfneg_n-z", - "https://www.w3.org/TR/wasm-core-1/#op-fsqrt", - "https://www.w3.org/TR/wasm-core-1/#id39", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-fsqrtmathrmfsqrt_n-z", - "https://www.w3.org/TR/wasm-core-1/#op-fceil", - "https://www.w3.org/TR/wasm-core-1/#id40", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-fceilmathrmfceil_n-z", - "https://www.w3.org/TR/wasm-core-1/#op-ffloor", - "https://www.w3.org/TR/wasm-core-1/#id41", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-ffloormathrmffloor_n-z", - "https://www.w3.org/TR/wasm-core-1/#op-ftrunc", - "https://www.w3.org/TR/wasm-core-1/#id42", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-ftruncmathrmftrunc_n-z", - "https://www.w3.org/TR/wasm-core-1/#op-fnearest", - "https://www.w3.org/TR/wasm-core-1/#id43", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-fnearestmathrmfnearest_n-z", - "https://www.w3.org/TR/wasm-core-1/#op-feq", - "https://www.w3.org/TR/wasm-core-1/#id44", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-feqmathrmfeq_n-z_1-z_2", - "https://www.w3.org/TR/wasm-core-1/#op-fne", - "https://www.w3.org/TR/wasm-core-1/#id45", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-fnemathrmfne_n-z_1-z_2", - "https://www.w3.org/TR/wasm-core-1/#op-flt", - "https://www.w3.org/TR/wasm-core-1/#id46", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-fltmathrmflt_n-z_1-z_2", - "https://www.w3.org/TR/wasm-core-1/#op-fgt", - "https://www.w3.org/TR/wasm-core-1/#id47", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-fgtmathrmfgt_n-z_1-z_2", - "https://www.w3.org/TR/wasm-core-1/#op-fle", - "https://www.w3.org/TR/wasm-core-1/#id48", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-flemathrmfle_n-z_1-z_2", - "https://www.w3.org/TR/wasm-core-1/#op-fge", - "https://www.w3.org/TR/wasm-core-1/#id49", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-fgemathrmfge_n-z_1-z_2", - "https://www.w3.org/TR/wasm-core-1/#conversions", - "https://www.w3.org/TR/wasm-core-1/#convert-ops", - "https://www.w3.org/TR/wasm-core-1/#conversions%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#op-extend-u", - "https://www.w3.org/TR/wasm-core-1/#id50", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-extend-umathrmextendmathsfu_m-n-i", - "https://www.w3.org/TR/wasm-core-1/#op-extend-s", - "https://www.w3.org/TR/wasm-core-1/#id51", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-extend-smathrmextendmathsfs_m-n-i", - "https://www.w3.org/TR/wasm-core-1/#op-wrap", - "https://www.w3.org/TR/wasm-core-1/#id52", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-wrapmathrmwrap_m-n-i", - "https://www.w3.org/TR/wasm-core-1/#op-trunc-u", - "https://www.w3.org/TR/wasm-core-1/#id53", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-trunc-umathrmtruncmathsfu_m-n-z", - "https://www.w3.org/TR/wasm-core-1/#op-trunc-s", - "https://www.w3.org/TR/wasm-core-1/#id54", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-trunc-smathrmtruncmathsfs_m-n-z", - "https://www.w3.org/TR/wasm-core-1/#op-promote", - "https://www.w3.org/TR/wasm-core-1/#id55", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-promotemathrmpromote_m-n-z", - "https://www.w3.org/TR/wasm-core-1/#op-demote", - "https://www.w3.org/TR/wasm-core-1/#id56", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-demotemathrmdemote_m-n-z", - "https://www.w3.org/TR/wasm-core-1/#op-convert-u", - "https://www.w3.org/TR/wasm-core-1/#id57", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-convert-umathrmconvertmathsfu_m-n-i", - "https://www.w3.org/TR/wasm-core-1/#op-convert-s", - "https://www.w3.org/TR/wasm-core-1/#id58", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-convert-smathrmconvertmathsfs_m-n-i", - "https://www.w3.org/TR/wasm-core-1/#op-reinterpret", - "https://www.w3.org/TR/wasm-core-1/#id59", - "https://www.w3.org/TR/wasm-core-1/#-hrefop-reinterpretmathrmreinterpret_t_1-t_2-c", - "https://www.w3.org/TR/wasm-core-1/#document-exec%2Finstructions", - "https://www.w3.org/TR/wasm-core-1/#instructions%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#exec-instr", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#instructions%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#numeric-instructions%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#exec-instr-numeric", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#numeric-instructions%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#exec-const", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-instr-numericmathsfconstc%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-unop", - "https://www.w3.org/TR/wasm-core-1/#id2%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-unopmathitunop%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-binop", - "https://www.w3.org/TR/wasm-core-1/#id3%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-binopmathitbinop%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-testop", - "https://www.w3.org/TR/wasm-core-1/#id4%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-testopmathittestop%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-relop", - "https://www.w3.org/TR/wasm-core-1/#id5%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-relopmathitrelop%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-cvtop", - "https://www.w3.org/TR/wasm-core-1/#id6%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#-t_2mathsfhrefsyntax-cvtopmathitcvtopmathsf_t_1mathsf_hrefsyntax-sxmathitsx%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#parametric-instructions%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#exec-instr-parametric", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#parametric-instructions%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#exec-drop", - "https://www.w3.org/TR/wasm-core-1/#id7%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-parametricmathsfdrop%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-select", - "https://www.w3.org/TR/wasm-core-1/#id8%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-parametricmathsfselect%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#variable-instructions%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#exec-instr-variable", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#variable-instructions%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#exec-local-get", - "https://www.w3.org/TR/wasm-core-1/#id9%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsflocalgetx%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-local-set", - "https://www.w3.org/TR/wasm-core-1/#id10%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsflocalsetx%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-local-tee", - "https://www.w3.org/TR/wasm-core-1/#id11%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsflocalteex%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-global-get", - "https://www.w3.org/TR/wasm-core-1/#id12%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsfglobalgetx%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-global-set", - "https://www.w3.org/TR/wasm-core-1/#id13%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-variablemathsfglobalsetx%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#memory-instructions%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#exec-instr-memory", - "https://www.w3.org/TR/wasm-core-1/#exec-memarg", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#memory-instructions%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#and", - "https://www.w3.org/TR/wasm-core-1/#exec-loadn", - "https://www.w3.org/TR/wasm-core-1/#exec-load", - "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-instr-memorymathsfloadhrefsyntax-memargmathitmemarg-and--tmathsfhrefsyntax-instr-memorymathsfloadnmathsf_hrefsyntax-sxmathitsxhrefsyntax-memargmathitmemarg", - "https://www.w3.org/TR/wasm-core-1/#exec-storen", - "https://www.w3.org/TR/wasm-core-1/#exec-store", - "https://www.w3.org/TR/wasm-core-1/#id14%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-tmathsfhrefsyntax-instr-memorymathsfstorehrefsyntax-memargmathitmemarg-and--tmathsfhrefsyntax-instr-memorymathsfstorenhrefsyntax-memargmathitmemarg", - "https://www.w3.org/TR/wasm-core-1/#exec-memory-size", - "https://www.w3.org/TR/wasm-core-1/#id15%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-memorymathsfmemorysize%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-memory-grow", - "https://www.w3.org/TR/wasm-core-1/#id16%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-memorymathsfmemorygrow%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#control-instructions%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#exec-instr-control", - "https://www.w3.org/TR/wasm-core-1/#exec-label", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#control-instructions%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#exec-nop", - "https://www.w3.org/TR/wasm-core-1/#id17%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfnop%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-unreachable", - "https://www.w3.org/TR/wasm-core-1/#id18%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfunreachable%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-block", - "https://www.w3.org/TR/wasm-core-1/#id19%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfblockthrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-loop", - "https://www.w3.org/TR/wasm-core-1/#id20%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfloopthrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-if", - "https://www.w3.org/TR/wasm-core-1/#id21%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfifthrefsyntax-instrmathitinstr_1asthrefsyntax-instr-controlmathsfelsehrefsyntax-instrmathitinstr_2asthrefsyntax-instr-controlmathsfend%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-br", - "https://www.w3.org/TR/wasm-core-1/#id22%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfbrl%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-br-if", - "https://www.w3.org/TR/wasm-core-1/#id23%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfbr_ifl%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-br-table", - "https://www.w3.org/TR/wasm-core-1/#id24%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfbr_tablelastl_n%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-return", - "https://www.w3.org/TR/wasm-core-1/#id25%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfreturn%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-call", - "https://www.w3.org/TR/wasm-core-1/#id26%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfcallx%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-call-indirect", - "https://www.w3.org/TR/wasm-core-1/#id27%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-instr-controlmathsfcall_indirectx%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#blocks", - "https://www.w3.org/TR/wasm-core-1/#exec-instr-seq", - "https://www.w3.org/TR/wasm-core-1/#index-6%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#blocks%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#entering-with-label", - "https://www.w3.org/TR/wasm-core-1/#exec-instr-seq-enter", - "https://www.w3.org/TR/wasm-core-1/#entering--hrefsyntax-instrmathitinstrast-with-label--l", - "https://www.w3.org/TR/wasm-core-1/#exiting-with-label", - "https://www.w3.org/TR/wasm-core-1/#exec-instr-seq-exit", - "https://www.w3.org/TR/wasm-core-1/#exiting--hrefsyntax-instrmathitinstrast-with-label--l", - "https://www.w3.org/TR/wasm-core-1/#function-calls", - "https://www.w3.org/TR/wasm-core-1/#index-7%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#function-calls%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#invocation-of-function-address", - "https://www.w3.org/TR/wasm-core-1/#exec-invoke", - "https://www.w3.org/TR/wasm-core-1/#invocation-of-function-address--a", - "https://www.w3.org/TR/wasm-core-1/#returning-from-a-function", - "https://www.w3.org/TR/wasm-core-1/#exec-invoke-exit", - "https://www.w3.org/TR/wasm-core-1/#returning-from-a-function%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#host-functions", - "https://www.w3.org/TR/wasm-core-1/#exec-invoke-host", - "https://www.w3.org/TR/wasm-core-1/#index-8%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#host-functions%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#expressions%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#exec-expr", - "https://www.w3.org/TR/wasm-core-1/#index-9%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#expressions%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#document-exec%2Fmodules", - "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#external-typing", - "https://www.w3.org/TR/wasm-core-1/#valid-externval", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#external-typing%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#valid-externval-func", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-externvalmathsffunca", - "https://www.w3.org/TR/wasm-core-1/#valid-externval-table", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id2%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-externvalmathsftablea", - "https://www.w3.org/TR/wasm-core-1/#valid-externval-mem", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#id3%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-externvalmathsfmema", - "https://www.w3.org/TR/wasm-core-1/#valid-externval-global", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#id4%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-externvalmathsfglobala", - "https://www.w3.org/TR/wasm-core-1/#import-matching", - "https://www.w3.org/TR/wasm-core-1/#match", - "https://www.w3.org/TR/wasm-core-1/#exec-import", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#import-matching%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#limits%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#match-limits", - "https://www.w3.org/TR/wasm-core-1/#index-6%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#limits%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#match-externtype", - "https://www.w3.org/TR/wasm-core-1/#functions%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#match-functype", - "https://www.w3.org/TR/wasm-core-1/#index-7%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#functions%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#tables%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#match-tabletype", - "https://www.w3.org/TR/wasm-core-1/#index-8%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#tables%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#memories%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#match-memtype", - "https://www.w3.org/TR/wasm-core-1/#index-9%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#memories%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#globals%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#match-globaltype", - "https://www.w3.org/TR/wasm-core-1/#index-10%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#globals%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#allocation", - "https://www.w3.org/TR/wasm-core-1/#alloc", - "https://www.w3.org/TR/wasm-core-1/#index-11%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#allocation%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#alloc-func", - "https://www.w3.org/TR/wasm-core-1/#index-12%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id5%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#functions%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#host-functions%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#alloc-hostfunc", - "https://www.w3.org/TR/wasm-core-1/#index-13%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#host-functions%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#alloc-table", - "https://www.w3.org/TR/wasm-core-1/#index-14%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id6%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#tables%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#alloc-mem", - "https://www.w3.org/TR/wasm-core-1/#index-15%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id7%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#memories%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#alloc-global", - "https://www.w3.org/TR/wasm-core-1/#index-16%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id8%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#globals%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#growing-tables", - "https://www.w3.org/TR/wasm-core-1/#grow-table", - "https://www.w3.org/TR/wasm-core-1/#index-17", - "https://www.w3.org/TR/wasm-core-1/#growing-tables%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#growing-memories", - "https://www.w3.org/TR/wasm-core-1/#grow-mem", - "https://www.w3.org/TR/wasm-core-1/#index-18", - "https://www.w3.org/TR/wasm-core-1/#growing-memories%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#alloc-module", - "https://www.w3.org/TR/wasm-core-1/#index-19", - "https://www.w3.org/TR/wasm-core-1/#id9%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#instantiation%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-instantiation", - "https://www.w3.org/TR/wasm-core-1/#exec-module", - "https://www.w3.org/TR/wasm-core-1/#index-20", - "https://www.w3.org/TR/wasm-core-1/#instantiation%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#exec-initvals", - "https://www.w3.org/TR/wasm-core-1/#invocation%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exec-invocation", - "https://www.w3.org/TR/wasm-core-1/#index-21", - "https://www.w3.org/TR/wasm-core-1/#invocation%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#document-binary%2Findex", - "https://www.w3.org/TR/wasm-core-1/#binary-format", - "https://www.w3.org/TR/wasm-core-1/#binary", - "https://www.w3.org/TR/wasm-core-1/#binary-format%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#document-binary%2Fconventions", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#compression", - "https://www.w3.org/TR/wasm-core-1/#grammar%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#binary-grammar", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#grammar%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#auxiliary-notation%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#binary-notation", - "https://www.w3.org/TR/wasm-core-1/#auxiliary-notation%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#vectors%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#binary-vec", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#vectors%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#document-binary%2Fvalues", - "https://www.w3.org/TR/wasm-core-1/#values%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#binary-value", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#values%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#bytes%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#binary-byte", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#bytes%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#integers%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#binary-int", - "https://www.w3.org/TR/wasm-core-1/#binary-uint", - "https://www.w3.org/TR/wasm-core-1/#binary-sint", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#integers%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#floating-point%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#binary-float", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#floating-point%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#names%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#binary-name", - "https://www.w3.org/TR/wasm-core-1/#binary-utf8", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#names%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#document-binary%2Ftypes", - "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#binary-type", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#value-types%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#binary-valtype", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#value-types%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#result-types%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#binary-resulttype", - "https://www.w3.org/TR/wasm-core-1/#binary-blocktype", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#result-types%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#function-types%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#binary-functype", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#function-types%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#limits%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#binary-limits", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#limits%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#memory-types%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#binary-memtype", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#memory-types%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#table-types%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#binary-tabletype", - "https://www.w3.org/TR/wasm-core-1/#binary-elemtype", - "https://www.w3.org/TR/wasm-core-1/#index-6%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#table-types%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#global-types%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#binary-globaltype", - "https://www.w3.org/TR/wasm-core-1/#binary-mut", - "https://www.w3.org/TR/wasm-core-1/#index-7%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#global-types%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#document-binary%2Finstructions", - "https://www.w3.org/TR/wasm-core-1/#instructions%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#binary-instr", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#instructions%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#control-instructions%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#binary-instr-control", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#control-instructions%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#binary-call", - "https://www.w3.org/TR/wasm-core-1/#binary-return", - "https://www.w3.org/TR/wasm-core-1/#binary-br-table", - "https://www.w3.org/TR/wasm-core-1/#binary-br-if", - "https://www.w3.org/TR/wasm-core-1/#binary-br", - "https://www.w3.org/TR/wasm-core-1/#binary-if", - "https://www.w3.org/TR/wasm-core-1/#binary-loop", - "https://www.w3.org/TR/wasm-core-1/#binary-block", - "https://www.w3.org/TR/wasm-core-1/#binary-unreachable", - "https://www.w3.org/TR/wasm-core-1/#binary-nop", - "https://www.w3.org/TR/wasm-core-1/#parametric-instructions%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#binary-instr-parametric", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#parametric-instructions%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#binary-drop", - "https://www.w3.org/TR/wasm-core-1/#variable-instructions%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#binary-instr-variable", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#variable-instructions%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#binary-global-get", - "https://www.w3.org/TR/wasm-core-1/#binary-local-tee", - "https://www.w3.org/TR/wasm-core-1/#binary-local-set", - "https://www.w3.org/TR/wasm-core-1/#binary-local-get", - "https://www.w3.org/TR/wasm-core-1/#memory-instructions%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#binary-instr-memory", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#memory-instructions%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#binary-memory-size", - "https://www.w3.org/TR/wasm-core-1/#binary-storen", - "https://www.w3.org/TR/wasm-core-1/#binary-store", - "https://www.w3.org/TR/wasm-core-1/#binary-loadn", - "https://www.w3.org/TR/wasm-core-1/#binary-load", - "https://www.w3.org/TR/wasm-core-1/#binary-memarg", - "https://www.w3.org/TR/wasm-core-1/#numeric-instructions%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#binary-instr-numeric", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#numeric-instructions%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#binary-testop", - "https://www.w3.org/TR/wasm-core-1/#binary-unop", - "https://www.w3.org/TR/wasm-core-1/#expressions%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#binary-expr", - "https://www.w3.org/TR/wasm-core-1/#index-6%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#expressions%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#document-binary%2Fmodules", - "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#indices%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#binary-index", - "https://www.w3.org/TR/wasm-core-1/#binary-labelidx", - "https://www.w3.org/TR/wasm-core-1/#binary-localidx", - "https://www.w3.org/TR/wasm-core-1/#binary-globalidx", - "https://www.w3.org/TR/wasm-core-1/#binary-memidx", - "https://www.w3.org/TR/wasm-core-1/#binary-tableidx", - "https://www.w3.org/TR/wasm-core-1/#binary-funcidx", - "https://www.w3.org/TR/wasm-core-1/#binary-typeidx", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#indices%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#sections", - "https://www.w3.org/TR/wasm-core-1/#binary-section", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#sections%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#custom-section", - "https://www.w3.org/TR/wasm-core-1/#binary-customsec", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#custom-section%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#type-section", - "https://www.w3.org/TR/wasm-core-1/#binary-typesec", - "https://www.w3.org/TR/wasm-core-1/#binary-typedef", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#type-section%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#import-section", - "https://www.w3.org/TR/wasm-core-1/#binary-importsec", - "https://www.w3.org/TR/wasm-core-1/#binary-importdesc", - "https://www.w3.org/TR/wasm-core-1/#binary-import", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#import-section%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#function-section", - "https://www.w3.org/TR/wasm-core-1/#binary-funcsec", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#function-section%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#table-section", - "https://www.w3.org/TR/wasm-core-1/#binary-tablesec", - "https://www.w3.org/TR/wasm-core-1/#binary-table", - "https://www.w3.org/TR/wasm-core-1/#index-6%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#table-section%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#memory-section", - "https://www.w3.org/TR/wasm-core-1/#binary-memsec", - "https://www.w3.org/TR/wasm-core-1/#binary-mem", - "https://www.w3.org/TR/wasm-core-1/#index-7%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#memory-section%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#global-section", - "https://www.w3.org/TR/wasm-core-1/#binary-globalsec", - "https://www.w3.org/TR/wasm-core-1/#binary-global", - "https://www.w3.org/TR/wasm-core-1/#index-8%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#global-section%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#export-section", - "https://www.w3.org/TR/wasm-core-1/#binary-exportsec", - "https://www.w3.org/TR/wasm-core-1/#binary-exportdesc", - "https://www.w3.org/TR/wasm-core-1/#binary-export", - "https://www.w3.org/TR/wasm-core-1/#index-9%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#export-section%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#start-section", - "https://www.w3.org/TR/wasm-core-1/#binary-startsec", - "https://www.w3.org/TR/wasm-core-1/#binary-start", - "https://www.w3.org/TR/wasm-core-1/#index-10%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#start-section%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#element-section", - "https://www.w3.org/TR/wasm-core-1/#binary-elemsec", - "https://www.w3.org/TR/wasm-core-1/#binary-elem", - "https://www.w3.org/TR/wasm-core-1/#index-11%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#element-section%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#code-section", - "https://www.w3.org/TR/wasm-core-1/#binary-codesec", - "https://www.w3.org/TR/wasm-core-1/#binary-local", - "https://www.w3.org/TR/wasm-core-1/#binary-func", - "https://www.w3.org/TR/wasm-core-1/#binary-code", - "https://www.w3.org/TR/wasm-core-1/#index-12%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#code-section%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#data-section", - "https://www.w3.org/TR/wasm-core-1/#binary-datasec", - "https://www.w3.org/TR/wasm-core-1/#binary-data", - "https://www.w3.org/TR/wasm-core-1/#index-13%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#data-section%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#binary-module", - "https://www.w3.org/TR/wasm-core-1/#binary-version", - "https://www.w3.org/TR/wasm-core-1/#binary-magic", - "https://www.w3.org/TR/wasm-core-1/#index-14%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#document-text%2Findex", - "https://www.w3.org/TR/wasm-core-1/#text-format", - "https://www.w3.org/TR/wasm-core-1/#text", - "https://www.w3.org/TR/wasm-core-1/#text-format%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#document-text%2Fconventions", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#grammar%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#text-grammar", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#grammar%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#text-syntactic", - "https://www.w3.org/TR/wasm-core-1/#abbreviations", - "https://www.w3.org/TR/wasm-core-1/#text-abbreviations", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#contexts%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#text-context", - "https://www.w3.org/TR/wasm-core-1/#text-context-wf", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#contexts%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#vectors%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#text-vec", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#vectors%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#document-text%2Flexical", - "https://www.w3.org/TR/wasm-core-1/#lexical-format", - "https://www.w3.org/TR/wasm-core-1/#text-lexical", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#lexical-format%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#characters", - "https://www.w3.org/TR/wasm-core-1/#text-char", - "https://www.w3.org/TR/wasm-core-1/#text-source", - "https://www.w3.org/TR/wasm-core-1/#source", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#characters%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#tokens", - "https://www.w3.org/TR/wasm-core-1/#text-token", - "https://www.w3.org/TR/wasm-core-1/#text-reserved", - "https://www.w3.org/TR/wasm-core-1/#text-keyword", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#tokens%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#white-space", - "https://www.w3.org/TR/wasm-core-1/#text-space", - "https://www.w3.org/TR/wasm-core-1/#text-format%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#white-space%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#comments", - "https://www.w3.org/TR/wasm-core-1/#text-comment", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#comments%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#document-text%2Fvalues", - "https://www.w3.org/TR/wasm-core-1/#values%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#text-value", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#values%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#integers%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#text-int", - "https://www.w3.org/TR/wasm-core-1/#text-uint", - "https://www.w3.org/TR/wasm-core-1/#text-sint", - "https://www.w3.org/TR/wasm-core-1/#text-hexnum", - "https://www.w3.org/TR/wasm-core-1/#text-num", - "https://www.w3.org/TR/wasm-core-1/#text-hexdigit", - "https://www.w3.org/TR/wasm-core-1/#text-digit", - "https://www.w3.org/TR/wasm-core-1/#text-sign", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#integers%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#floating-point%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#text-float", - "https://www.w3.org/TR/wasm-core-1/#text-hexfloat", - "https://www.w3.org/TR/wasm-core-1/#text-hexfrac", - "https://www.w3.org/TR/wasm-core-1/#text-frac", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#floating-point%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#strings", - "https://www.w3.org/TR/wasm-core-1/#text-string", - "https://www.w3.org/TR/wasm-core-1/#text-byte", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#strings%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#names%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#text-name", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#names%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#text-id", - "https://www.w3.org/TR/wasm-core-1/#text-idchar", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#identifiers", - "https://www.w3.org/TR/wasm-core-1/#identifiers%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#text-id-fresh", - "https://www.w3.org/TR/wasm-core-1/#conventions%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#document-text%2Ftypes", - "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#text-type", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#value-types%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#text-valtype", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#value-types%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#result-types%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#text-resulttype", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#result-types%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#function-types%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#text-functype", - "https://www.w3.org/TR/wasm-core-1/#text-result", - "https://www.w3.org/TR/wasm-core-1/#text-param", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#function-types%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#limits%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#text-limits", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#limits%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#memory-types%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#text-memtype", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#memory-types%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#table-types%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#text-tabletype", - "https://www.w3.org/TR/wasm-core-1/#text-elemtype", - "https://www.w3.org/TR/wasm-core-1/#index-6%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#table-types%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#global-types%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#text-globaltype", - "https://www.w3.org/TR/wasm-core-1/#index-7%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#global-types%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#document-text%2Finstructions", - "https://www.w3.org/TR/wasm-core-1/#instructions%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#text-instr", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#instructions%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#labels%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#text-label", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#labels%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#control-instructions%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#text-instr-control", - "https://www.w3.org/TR/wasm-core-1/#text-plaininstr", - "https://www.w3.org/TR/wasm-core-1/#text-blockinstr", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#control-instructions%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#text-instr-block", - "https://www.w3.org/TR/wasm-core-1/#text-if", - "https://www.w3.org/TR/wasm-core-1/#text-loop", - "https://www.w3.org/TR/wasm-core-1/#text-block", - "https://www.w3.org/TR/wasm-core-1/#text-call-indirect", - "https://www.w3.org/TR/wasm-core-1/#text-call", - "https://www.w3.org/TR/wasm-core-1/#text-return", - "https://www.w3.org/TR/wasm-core-1/#text-br-table", - "https://www.w3.org/TR/wasm-core-1/#text-br-if", - "https://www.w3.org/TR/wasm-core-1/#text-br", - "https://www.w3.org/TR/wasm-core-1/#text-unreachable", - "https://www.w3.org/TR/wasm-core-1/#text-nop", - "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#parametric-instructions%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#text-instr-parametric", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#parametric-instructions%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#text-drop", - "https://www.w3.org/TR/wasm-core-1/#variable-instructions%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#text-instr-variable", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#variable-instructions%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#text-global-get", - "https://www.w3.org/TR/wasm-core-1/#text-local-tee", - "https://www.w3.org/TR/wasm-core-1/#text-local-set", - "https://www.w3.org/TR/wasm-core-1/#text-local-get", - "https://www.w3.org/TR/wasm-core-1/#memory-instructions%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#text-instr-memory", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#memory-instructions%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#text-memory-grow", - "https://www.w3.org/TR/wasm-core-1/#text-memory-size", - "https://www.w3.org/TR/wasm-core-1/#text-storen", - "https://www.w3.org/TR/wasm-core-1/#text-store", - "https://www.w3.org/TR/wasm-core-1/#text-loadn", - "https://www.w3.org/TR/wasm-core-1/#text-load", - "https://www.w3.org/TR/wasm-core-1/#text-memarg", - "https://www.w3.org/TR/wasm-core-1/#numeric-instructions%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#text-instr-numeric", - "https://www.w3.org/TR/wasm-core-1/#index-6%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#numeric-instructions%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#text-unop", - "https://www.w3.org/TR/wasm-core-1/#text-testop", - "https://www.w3.org/TR/wasm-core-1/#folded-instructions", - "https://www.w3.org/TR/wasm-core-1/#text-foldedinstr", - "https://www.w3.org/TR/wasm-core-1/#index-7%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#folded-instructions%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#expressions%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#text-expr", - "https://www.w3.org/TR/wasm-core-1/#index-8%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#expressions%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#document-text%2Fmodules", - "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#indices%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#text-index", - "https://www.w3.org/TR/wasm-core-1/#text-labelidx", - "https://www.w3.org/TR/wasm-core-1/#text-localidx", - "https://www.w3.org/TR/wasm-core-1/#text-globalidx", - "https://www.w3.org/TR/wasm-core-1/#text-memidx", - "https://www.w3.org/TR/wasm-core-1/#text-tableidx", - "https://www.w3.org/TR/wasm-core-1/#text-funcidx", - "https://www.w3.org/TR/wasm-core-1/#text-typeidx", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#indices%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#text-typedef", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#type-uses", - "https://www.w3.org/TR/wasm-core-1/#text-typeuse", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#type-uses%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#text-typeuse-abbrev", - "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#imports%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#text-import", - "https://www.w3.org/TR/wasm-core-1/#text-importdesc", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#imports%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#functions%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#text-func", - "https://www.w3.org/TR/wasm-core-1/#text-local", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#functions%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#text-func-abbrev", - "https://www.w3.org/TR/wasm-core-1/#index-6%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#id2%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#tables%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#text-table", - "https://www.w3.org/TR/wasm-core-1/#index-7%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#tables%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#index-8%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#index-9%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#text-table-abbrev", - "https://www.w3.org/TR/wasm-core-1/#index-10%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#id3%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#memories%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#text-mem", - "https://www.w3.org/TR/wasm-core-1/#index-11%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#memories%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#index-12%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#index-13%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#text-mem-abbrev", - "https://www.w3.org/TR/wasm-core-1/#index-14%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id4%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#globals%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#text-global", - "https://www.w3.org/TR/wasm-core-1/#index-15%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#globals%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#index-16%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#text-global-abbrev", - "https://www.w3.org/TR/wasm-core-1/#index-17%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id5%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#exports%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#text-export", - "https://www.w3.org/TR/wasm-core-1/#text-exportdesc", - "https://www.w3.org/TR/wasm-core-1/#index-18%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#exports%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#id6%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#start-function%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#text-start", - "https://www.w3.org/TR/wasm-core-1/#index-19%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#start-function%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#element-segments%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#text-elem", - "https://www.w3.org/TR/wasm-core-1/#index-20%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#element-segments%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#id7%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#data-segments%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#text-data", - "https://www.w3.org/TR/wasm-core-1/#text-datastring", - "https://www.w3.org/TR/wasm-core-1/#index-21%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#data-segments%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#id8%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#text-module", - "https://www.w3.org/TR/wasm-core-1/#text-modulefield", - "https://www.w3.org/TR/wasm-core-1/#index-22", - "https://www.w3.org/TR/wasm-core-1/#id9%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id10%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#abbreviations%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#document-appendix%2Findex", - "https://www.w3.org/TR/wasm-core-1/#appendix", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#a-appendix", - "https://www.w3.org/TR/wasm-core-1/#document-appendix%2Fembedding", - "https://www.w3.org/TR/wasm-core-1/#embedding", - "https://www.w3.org/TR/wasm-core-1/#embed", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#a1-embedding", - "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#types%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#errors", - "https://www.w3.org/TR/wasm-core-1/#embed-error", - "https://www.w3.org/TR/wasm-core-1/#errors%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#pre-and-post-conditions", - "https://www.w3.org/TR/wasm-core-1/#pre--and-post-conditions", - "https://www.w3.org/TR/wasm-core-1/#store%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#embed-store", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#store%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#embed-store-init", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#-mathrmstore_init--hrefsyntax-storemathitstore", - "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#embed-module", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#modules%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#embed-module-decode", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id2%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-mathrmmodule_decode-hrefsyntax-bytemathitbyteast--hrefsyntax-modulemathitmodule--hrefembed-errormathiterror", - "https://www.w3.org/TR/wasm-core-1/#embed-module-parse", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id3%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#-mathrmmodule_parse-hrefsyntax-namemathitcharast--hrefsyntax-modulemathitmodule--hrefembed-errormathiterror", - "https://www.w3.org/TR/wasm-core-1/#embed-module-validate", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#id4%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#-mathrmmodule_validate-hrefsyntax-modulemathitmodule--hrefembed-errormathiterror", - "https://www.w3.org/TR/wasm-core-1/#embed-module-instantiate", - "https://www.w3.org/TR/wasm-core-1/#index-6%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#id5%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#-mathrmmodule_instantiate-hrefsyntax-storemathitstore-hrefsyntax-modulemathitmodule-hrefsyntax-externvalmathitexternvalast--hrefsyntax-storemathitstore-hrefsyntax-moduleinstmathitmoduleinst--hrefembed-errormathiterror", - "https://www.w3.org/TR/wasm-core-1/#embed-module-imports", - "https://www.w3.org/TR/wasm-core-1/#index-7%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id6%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#-mathrmmodule_imports-hrefsyntax-modulemathitmodule--hrefsyntax-namemathitname-hrefsyntax-namemathitname-hrefsyntax-externtypemathitexterntypeast", - "https://www.w3.org/TR/wasm-core-1/#embed-module-exports", - "https://www.w3.org/TR/wasm-core-1/#index-8%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id7%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#-mathrmmodule_exports-hrefsyntax-modulemathitmodule--hrefsyntax-namemathitname-hrefsyntax-externtypemathitexterntypeast", - "https://www.w3.org/TR/wasm-core-1/#module-instances%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#embed-instance", - "https://www.w3.org/TR/wasm-core-1/#index-9%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#module-instances%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#embed-instance-export", - "https://www.w3.org/TR/wasm-core-1/#index-10%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#id8%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#-mathrminstance_export-hrefsyntax-moduleinstmathitmoduleinst-hrefsyntax-namemathitname--hrefsyntax-externvalmathitexternval--hrefembed-errormathiterror", - "https://www.w3.org/TR/wasm-core-1/#functions%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#embed-func", - "https://www.w3.org/TR/wasm-core-1/#index-11%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#functions%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#embed-func-alloc", - "https://www.w3.org/TR/wasm-core-1/#id9%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#-mathrmfunc_alloc-hrefsyntax-storemathitstore-hrefsyntax-functypemathitfunctype-hrefsyntax-hostfuncmathithostfunc--hrefsyntax-storemathitstore-hrefsyntax-funcaddrmathitfuncaddr", - "https://www.w3.org/TR/wasm-core-1/#embed-func-type", - "https://www.w3.org/TR/wasm-core-1/#id10%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#-mathrmfunc_type-hrefsyntax-storemathitstore-hrefsyntax-funcaddrmathitfuncaddr--hrefsyntax-functypemathitfunctype", - "https://www.w3.org/TR/wasm-core-1/#embed-func-invoke", - "https://www.w3.org/TR/wasm-core-1/#index-12%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#id11%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#-mathrmfunc_invoke-hrefsyntax-storemathitstore-hrefsyntax-funcaddrmathitfuncaddr-hrefsyntax-valmathitvalast--hrefsyntax-storemathitstore-hrefsyntax-valmathitvalast--hrefembed-errormathiterror", - "https://www.w3.org/TR/wasm-core-1/#tables%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#embed-table", - "https://www.w3.org/TR/wasm-core-1/#index-13%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#tables%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#embed-table-alloc", - "https://www.w3.org/TR/wasm-core-1/#id12%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#-mathrmtable_alloc-hrefsyntax-storemathitstore-hrefsyntax-tabletypemathittabletype--hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr", - "https://www.w3.org/TR/wasm-core-1/#embed-table-type", - "https://www.w3.org/TR/wasm-core-1/#id13%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#-mathrmtable_type-hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr--hrefsyntax-tabletypemathittabletype", - "https://www.w3.org/TR/wasm-core-1/#embed-table-read", - "https://www.w3.org/TR/wasm-core-1/#id14%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#-mathrmtable_read-hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr-ihrefsyntax-intmathitu32--hrefsyntax-funcaddrmathitfuncaddr--hrefembed-errormathiterror", - "https://www.w3.org/TR/wasm-core-1/#embed-table-write", - "https://www.w3.org/TR/wasm-core-1/#id15%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#-mathrmtable_write-hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr-ihrefsyntax-intmathitu32-hrefsyntax-funcaddrmathitfuncaddr--hrefsyntax-storemathitstore--hrefembed-errormathiterror", - "https://www.w3.org/TR/wasm-core-1/#embed-table-size", - "https://www.w3.org/TR/wasm-core-1/#id16%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#-mathrmtable_size-hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr--hrefsyntax-intmathitu32", - "https://www.w3.org/TR/wasm-core-1/#embed-table-grow", - "https://www.w3.org/TR/wasm-core-1/#id17%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#-mathrmtable_grow-hrefsyntax-storemathitstore-hrefsyntax-tableaddrmathittableaddr-nhrefsyntax-intmathitu32--hrefsyntax-storemathitstore--hrefembed-errormathiterror", - "https://www.w3.org/TR/wasm-core-1/#memories%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#embed-mem", - "https://www.w3.org/TR/wasm-core-1/#index-14%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#memories%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#embed-mem-alloc", - "https://www.w3.org/TR/wasm-core-1/#id18%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#-mathrmmem_alloc-hrefsyntax-storemathitstore-hrefsyntax-memtypemathitmemtype--hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr", - "https://www.w3.org/TR/wasm-core-1/#embed-mem-type", - "https://www.w3.org/TR/wasm-core-1/#id19%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-mathrmmem_type-hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr--hrefsyntax-memtypemathitmemtype", - "https://www.w3.org/TR/wasm-core-1/#embed-mem-read", - "https://www.w3.org/TR/wasm-core-1/#id20%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-mathrmmem_read-hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr-ihrefsyntax-intmathitu32--hrefsyntax-bytemathitbyte--hrefembed-errormathiterror", - "https://www.w3.org/TR/wasm-core-1/#embed-mem-write", - "https://www.w3.org/TR/wasm-core-1/#id21%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-mathrmmem_write-hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr-ihrefsyntax-intmathitu32-hrefsyntax-bytemathitbyte--hrefsyntax-storemathitstore--hrefembed-errormathiterror", - "https://www.w3.org/TR/wasm-core-1/#embed-mem-size", - "https://www.w3.org/TR/wasm-core-1/#id22%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-mathrmmem_size-hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr--hrefsyntax-intmathitu32", - "https://www.w3.org/TR/wasm-core-1/#embed-mem-grow", - "https://www.w3.org/TR/wasm-core-1/#id23%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-mathrmmem_grow-hrefsyntax-storemathitstore-hrefsyntax-memaddrmathitmemaddr-nhrefsyntax-intmathitu32--hrefsyntax-storemathitstore--hrefembed-errormathiterror", - "https://www.w3.org/TR/wasm-core-1/#globals%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#embed-global", - "https://www.w3.org/TR/wasm-core-1/#index-15%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#globals%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#embed-global-alloc", - "https://www.w3.org/TR/wasm-core-1/#id24%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-mathrmglobal_alloc-hrefsyntax-storemathitstore-hrefsyntax-globaltypemathitglobaltype-hrefsyntax-valmathitval--hrefsyntax-storemathitstore-hrefsyntax-globaladdrmathitglobaladdr", - "https://www.w3.org/TR/wasm-core-1/#embed-global-type", - "https://www.w3.org/TR/wasm-core-1/#id25%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-mathrmglobal_type-hrefsyntax-storemathitstore-hrefsyntax-globaladdrmathitglobaladdr--hrefsyntax-globaltypemathitglobaltype", - "https://www.w3.org/TR/wasm-core-1/#embed-global-read", - "https://www.w3.org/TR/wasm-core-1/#id26%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-mathrmglobal_read-hrefsyntax-storemathitstore-hrefsyntax-globaladdrmathitglobaladdr--hrefsyntax-valmathitval", - "https://www.w3.org/TR/wasm-core-1/#embed-global-write", - "https://www.w3.org/TR/wasm-core-1/#id27%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#-mathrmglobal_write-hrefsyntax-storemathitstore-hrefsyntax-globaladdrmathitglobaladdr-hrefsyntax-valmathitval--hrefsyntax-storemathitstore--hrefembed-errormathiterror", - "https://www.w3.org/TR/wasm-core-1/#document-appendix%2Fimplementation", - "https://www.w3.org/TR/wasm-core-1/#implementation-limitations", - "https://www.w3.org/TR/wasm-core-1/#impl", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#a2-implementation-limitations", - "https://www.w3.org/TR/wasm-core-1/#syntactic-limits", - "https://www.w3.org/TR/wasm-core-1/#syntactic-limits%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#structure%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#impl-syntax", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#structure%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#binary-format%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#impl-binary", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#binary-format%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#text-format%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#impl-text", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#text-format%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#validation%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#impl-valid", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#validation%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#execution%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#impl-exec", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#execution%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#document-appendix%2Falgorithm", - "https://www.w3.org/TR/wasm-core-1/#validation-algorithm", - "https://www.w3.org/TR/wasm-core-1/#algo-valid", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#a3-validation-algorithm", - "https://www.w3.org/TR/wasm-core-1/#data-structures", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#data-structures%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#validation-of-opcode-sequences", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#validation-of-opcode-sequences%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#document-appendix%2Fcustom", - "https://www.w3.org/TR/wasm-core-1/#custom-sections", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#a4-custom-sections", - "https://www.w3.org/TR/wasm-core-1/#name-section", - "https://www.w3.org/TR/wasm-core-1/#binary-namesec", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#name-section%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#subsections", - "https://www.w3.org/TR/wasm-core-1/#binary-namesubsection", - "https://www.w3.org/TR/wasm-core-1/#subsections%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#name-maps", - "https://www.w3.org/TR/wasm-core-1/#binary-namemap", - "https://www.w3.org/TR/wasm-core-1/#binary-indirectnamemap", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#name-maps%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#module-names", - "https://www.w3.org/TR/wasm-core-1/#binary-modulenamesec", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#module-names%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#function-names", - "https://www.w3.org/TR/wasm-core-1/#binary-funcnamesec", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#function-names%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#local-names", - "https://www.w3.org/TR/wasm-core-1/#binary-localnamesec", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#local-names%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#document-appendix%2Fproperties", - "https://www.w3.org/TR/wasm-core-1/#soundness", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id1%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#a5-soundness", - "https://www.w3.org/TR/wasm-core-1/#id2%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#values-and-results", - "https://www.w3.org/TR/wasm-core-1/#valid-result", - "https://www.w3.org/TR/wasm-core-1/#valid-val", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#values-and-results%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#values%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#values--threfsyntax-instr-numericmathsfconstc", - "https://www.w3.org/TR/wasm-core-1/#results%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#results--hrefsyntax-valmathitvalast", - "https://www.w3.org/TR/wasm-core-1/#id3%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#results--hrefsyntax-trapmathsftrap", - "https://www.w3.org/TR/wasm-core-1/#store-validity", - "https://www.w3.org/TR/wasm-core-1/#valid-store", - "https://www.w3.org/TR/wasm-core-1/#module-context", - "https://www.w3.org/TR/wasm-core-1/#store-validity%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#store%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#index-2%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#store--s", - "https://www.w3.org/TR/wasm-core-1/#function-instances%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-funcinst", - "https://www.w3.org/TR/wasm-core-1/#index-3%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#function-instances--hrefsyntax-funcinstmathsftypehrefsyntax-functypemathitfunctype-hrefsyntax-funcinstmathsfmodulehrefsyntax-moduleinstmathitmoduleinst-hrefsyntax-funcinstmathsfcodehrefsyntax-funcmathitfunc", - "https://www.w3.org/TR/wasm-core-1/#host-function-instances", - "https://www.w3.org/TR/wasm-core-1/#valid-hostfuncinst", - "https://www.w3.org/TR/wasm-core-1/#index-4%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#host-function-instances--hrefsyntax-funcinstmathsftypehrefsyntax-functypemathitfunctype-hrefsyntax-funcinstmathsfhostcodemathithf", - "https://www.w3.org/TR/wasm-core-1/#table-instances%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-tableinst", - "https://www.w3.org/TR/wasm-core-1/#index-5%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#table-instances---hrefsyntax-tableinstmathsfelem-mathitfan-hrefsyntax-tableinstmathsfmaxm", - "https://www.w3.org/TR/wasm-core-1/#memory-instances%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-meminst", - "https://www.w3.org/TR/wasm-core-1/#index-6%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#memory-instances---hrefsyntax-meminstmathsfdatabn-hrefsyntax-meminstmathsfmaxm", - "https://www.w3.org/TR/wasm-core-1/#global-instances%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-globalinst", - "https://www.w3.org/TR/wasm-core-1/#index-7%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#global-instances---hrefsyntax-globalinstmathsfvalue-threfsyntax-instr-numericmathsfconstc-hrefsyntax-globalinstmathsfmuthrefsyntax-mutmathitmut", - "https://www.w3.org/TR/wasm-core-1/#export-instances%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-exportinst", - "https://www.w3.org/TR/wasm-core-1/#index-8%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#export-instances---hrefsyntax-exportinstmathsfnamehrefsyntax-namemathitname-hrefsyntax-exportinstmathsfvaluehrefsyntax-externvalmathitexternval", - "https://www.w3.org/TR/wasm-core-1/#module-instances%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#valid-moduleinst", - "https://www.w3.org/TR/wasm-core-1/#index-9%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#module-instances--hrefsyntax-moduleinstmathitmoduleinst", - "https://www.w3.org/TR/wasm-core-1/#configuration-validity", - "https://www.w3.org/TR/wasm-core-1/#valid-config", - "https://www.w3.org/TR/wasm-core-1/#frame-context", - "https://www.w3.org/TR/wasm-core-1/#index-10%E2%91%A6", - "https://www.w3.org/TR/wasm-core-1/#configuration-validity%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#configurations%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#index-11%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#configurations--st", - "https://www.w3.org/TR/wasm-core-1/#threads", - "https://www.w3.org/TR/wasm-core-1/#valid-thread", - "https://www.w3.org/TR/wasm-core-1/#index-12%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#threads--fhrefsyntax-instrmathitinstrast", - "https://www.w3.org/TR/wasm-core-1/#frames", - "https://www.w3.org/TR/wasm-core-1/#valid-frame", - "https://www.w3.org/TR/wasm-core-1/#index-13%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#frames--hrefsyntax-framemathsflocalshrefsyntax-valmathitvalast-hrefsyntax-framemathsfmodulehrefsyntax-moduleinstmathitmoduleinst", - "https://www.w3.org/TR/wasm-core-1/#administrative-instructions%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#valid-instr-admin", - "https://www.w3.org/TR/wasm-core-1/#index-14%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#administrative-instructions%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#index-15%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#id4%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-trapmathsftrap", - "https://www.w3.org/TR/wasm-core-1/#index-16%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#id5%E2%91%A8", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-invokemathsfinvokehrefsyntax-funcaddrmathitfuncaddr", - "https://www.w3.org/TR/wasm-core-1/#index-17%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#id6%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-init-elemmathsfinit_elemhrefsyntax-tableaddrmathittableaddroxn", - "https://www.w3.org/TR/wasm-core-1/#index-18%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#id7%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-init-datamathsfinit_datahrefsyntax-memaddrmathitmemaddrobn", - "https://www.w3.org/TR/wasm-core-1/#index-19%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#id8%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-labelmathsflabel_nhrefsyntax-instrmathitinstr_0asthrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend", - "https://www.w3.org/TR/wasm-core-1/#index-20%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#id9%E2%91%A7", - "https://www.w3.org/TR/wasm-core-1/#-hrefsyntax-framemathsfframe_nfhrefsyntax-instrmathitinstrasthrefsyntax-instr-controlmathsfend", - "https://www.w3.org/TR/wasm-core-1/#store-extension", - "https://www.w3.org/TR/wasm-core-1/#extend", - "https://www.w3.org/TR/wasm-core-1/#index-21%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#store-extension%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#extend-store", - "https://www.w3.org/TR/wasm-core-1/#index-22%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id10%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#store--s%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#function-instance", - "https://www.w3.org/TR/wasm-core-1/#extend-funcinst", - "https://www.w3.org/TR/wasm-core-1/#index-23", - "https://www.w3.org/TR/wasm-core-1/#function-instance--hrefsyntax-funcinstmathitfuncinst", - "https://www.w3.org/TR/wasm-core-1/#table-instance", - "https://www.w3.org/TR/wasm-core-1/#extend-tableinst", - "https://www.w3.org/TR/wasm-core-1/#index-24", - "https://www.w3.org/TR/wasm-core-1/#table-instance--hrefsyntax-tableinstmathittableinst", - "https://www.w3.org/TR/wasm-core-1/#memory-instance", - "https://www.w3.org/TR/wasm-core-1/#extend-meminst", - "https://www.w3.org/TR/wasm-core-1/#index-25", - "https://www.w3.org/TR/wasm-core-1/#memory-instance--hrefsyntax-meminstmathitmeminst", - "https://www.w3.org/TR/wasm-core-1/#global-instance", - "https://www.w3.org/TR/wasm-core-1/#extend-globalinst", - "https://www.w3.org/TR/wasm-core-1/#index-26", - "https://www.w3.org/TR/wasm-core-1/#global-instance--hrefsyntax-globalinstmathitglobalinst", - "https://www.w3.org/TR/wasm-core-1/#theorems", - "https://www.w3.org/TR/wasm-core-1/#soundness-statement", - "https://www.w3.org/TR/wasm-core-1/#index-27", - "https://www.w3.org/TR/wasm-core-1/#theorems%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#id11%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#cite-pldi2017%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#cite-cpp2018", - "https://www.w3.org/TR/wasm-core-1/#document-appendix%2Findex-types", - "https://www.w3.org/TR/wasm-core-1/#index-of-types", - "https://www.w3.org/TR/wasm-core-1/#index-type", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#a6-index-of-types", - "https://www.w3.org/TR/wasm-core-1/#document-appendix%2Findex-instructions", - "https://www.w3.org/TR/wasm-core-1/#index-of-instructions", - "https://www.w3.org/TR/wasm-core-1/#index-instr", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#a7-index-of-instructions", - "https://www.w3.org/TR/wasm-core-1/#document-appendix%2Findex-rules", - "https://www.w3.org/TR/wasm-core-1/#index-of-semantic-rules", - "https://www.w3.org/TR/wasm-core-1/#index-rules", - "https://www.w3.org/TR/wasm-core-1/#a8-index-of-semantic-rules", - "https://www.w3.org/TR/wasm-core-1/#typing-of-static-constructs", - "https://www.w3.org/TR/wasm-core-1/#index-valid", - "https://www.w3.org/TR/wasm-core-1/#index-0%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/wasm-core-1/#typing-of-static-constructs%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#typing-of-runtime-constructs", - "https://www.w3.org/TR/wasm-core-1/#index-1%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#typing-of-runtime-constructs%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#constantness", - "https://www.w3.org/TR/wasm-core-1/#constantness%E2%91%A0", - "https://www.w3.org/TR/wasm-core-1/#import-matching%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#import-matching%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#store-extension%E2%91%A1", - "https://www.w3.org/TR/wasm-core-1/#store-extension%E2%91%A2", - "https://www.w3.org/TR/wasm-core-1/#execution%E2%91%A4", - "https://www.w3.org/TR/wasm-core-1/#execution%E2%91%A5", - "https://www.w3.org/TR/wasm-core-1/#conformance", - "https://www.w3.org/TR/wasm-core-1/#document-conventions", - "https://www.w3.org/TR/wasm-core-1/#example-ae2b6bc0", - "https://www.w3.org/TR/wasm-core-1/#references", - "https://www.w3.org/TR/wasm-core-1/#normative", - "https://www.w3.org/TR/wasm-core-1/#biblio-ieee-754-2019", - "https://www.w3.org/TR/wasm-core-1/#biblio-rfc2119", - "https://www.w3.org/TR/wasm-core-1/#biblio-unicode" - ] -} \ No newline at end of file diff --git a/tr/ids/wasm-core-2.json b/tr/ids/wasm-core-2.json new file mode 100644 index 000000000000..571b51e656aa --- /dev/null +++ b/tr/ids/wasm-core-2.json @@ -0,0 +1,29 @@ +{ + "spec": { + "title": "WebAssembly Core Specification", + "url": "https://www.w3.org/TR/wasm-core-2/" + }, + "ids": [ + "https://www.w3.org/TR/wasm-core-2/#documentation_options", + "https://www.w3.org/TR/wasm-core-2/#initialUserConfig", + "https://www.w3.org/TR/wasm-core-2/#MJX-CHTML-styles", + "https://www.w3.org/TR/wasm-core-2/#toc-nav", + "https://www.w3.org/TR/wasm-core-2/#toc-jump", + "https://www.w3.org/TR/wasm-core-2/#toc-toggle", + "https://www.w3.org/TR/wasm-core-2/#title", + "https://www.w3.org/TR/wasm-core-2/#subtitle", + "https://www.w3.org/TR/wasm-core-2/#w3c-state", + "https://www.w3.org/TR/wasm-core-2/#abstract", + "https://www.w3.org/TR/wasm-core-2/#sotd", + "https://www.w3.org/TR/wasm-core-2/#w3c_process_revision", + "https://www.w3.org/TR/wasm-core-2/#toc", + "https://www.w3.org/TR/wasm-core-2/#table-of-contents", + "https://www.w3.org/TR/wasm-core-2/#conformance", + "https://www.w3.org/TR/wasm-core-2/#x1-conformance", + "https://www.w3.org/TR/wasm-core-2/#%23security", + "https://www.w3.org/TR/wasm-core-2/#security-considerations", + "https://www.w3.org/TR/wasm-core-2/#%23privacy", + "https://www.w3.org/TR/wasm-core-2/#privacy-considerations", + "https://www.w3.org/TR/wasm-core-2/#back-to-top" + ] +} \ No newline at end of file diff --git a/tr/ids/webgpu.json b/tr/ids/webgpu.json index b8e6e5bdfb34..fb87b1770d5b 100644 --- a/tr/ids/webgpu.json +++ b/tr/ids/webgpu.json @@ -8351,10 +8351,14 @@ "https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas-placeholder%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpucanvascontext%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-event-loop-processing-model%E2%91%A0", - "https://www.w3.org/TR/webgpu/#issue-818d5ea4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-animationframeprovider-requestanimationframe%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-serviceworkerglobalscope", + "https://www.w3.org/TR/webgpu/#ref-for-sharedworkerglobalscope", + "https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-dom-canvas-transfercontroltooffscreen", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-expire-the-current-texture%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-getcurrenttexture%E2%91%A7", - "https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-offscreencanvas-transfertoimagebitmap%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpucanvascontext%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-imagebitmap%E2%91%A3", @@ -8420,7 +8424,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/webgpu/#abstract-opdef-gputexturedescriptor-for-the-canvas-and-configuration", "https://www.w3.org/TR/webgpu/#ref-for-htmlcanvaselement%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvasconfiguration%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-gputexturedescriptor%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gputexturedescriptor-size%E2%91%A2%E2%91%A7", @@ -8432,11 +8436,11 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-viewformats%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-htmlcanvaselement%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-canvas-width%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-offscreencanvas-width%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-htmlcanvaselement%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-canvas-height%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-offscreencanvas-height%E2%91%A0", "https://www.w3.org/TR/webgpu/#canvas-color-space", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-format%E2%91%A6", @@ -8444,7 +8448,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configure%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-replace-the-drawing-buffer%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-htmlcanvaselement%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-gpucanvascontext%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#abstract-opdef-update-the-canvas-size", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-replace-the-drawing-buffer%E2%91%A0%E2%93%AA", @@ -9574,6 +9578,7 @@ "https://www.w3.org/TR/webgpu/#804aab85", "https://www.w3.org/TR/webgpu/#72b42be1", "https://www.w3.org/TR/webgpu/#eb5c4be3", + "https://www.w3.org/TR/webgpu/#165b73c9", "https://www.w3.org/TR/webgpu/#5d7209e9", "https://www.w3.org/TR/webgpu/#83c59a3a", "https://www.w3.org/TR/webgpu/#a4785085", @@ -9605,6 +9610,7 @@ "https://www.w3.org/TR/webgpu/#c3b2d08c", "https://www.w3.org/TR/webgpu/#2ed4c658", "https://www.w3.org/TR/webgpu/#0b915689", + "https://www.w3.org/TR/webgpu/#f6bfc852", "https://www.w3.org/TR/webgpu/#43c0bba7", "https://www.w3.org/TR/webgpu/#5474e1ba", "https://www.w3.org/TR/webgpu/#79981963", @@ -9636,6 +9642,7 @@ "https://www.w3.org/TR/webgpu/#0204d188", "https://www.w3.org/TR/webgpu/#ceacaa1c", "https://www.w3.org/TR/webgpu/#6bff5e92", + "https://www.w3.org/TR/webgpu/#e0498b8f", "https://www.w3.org/TR/webgpu/#cb149485", "https://www.w3.org/TR/webgpu/#99f61772", "https://www.w3.org/TR/webgpu/#33fdae27", @@ -9745,6 +9752,7 @@ "https://www.w3.org/TR/webgpu/#biblio-webidl", "https://www.w3.org/TR/webgpu/#biblio-wgsl", "https://www.w3.org/TR/webgpu/#informative", + "https://www.w3.org/TR/webgpu/#biblio-service-workers", "https://www.w3.org/TR/webgpu/#biblio-sourcemap", "https://www.w3.org/TR/webgpu/#idl-index", "https://www.w3.org/TR/webgpu/#issues-index", diff --git a/tr/ids/webrtc-svc.json b/tr/ids/webrtc-svc.json index dffdf39f8f13..e86f575456f9 100644 --- a/tr/ids/webrtc-svc.json +++ b/tr/ids/webrtc-svc.json @@ -190,6 +190,8 @@ "https://www.w3.org/TR/webrtc-svc/#ref-for-dom-rtcrtpencodingparameters-scalabilitymode-44", "https://www.w3.org/TR/webrtc-svc/#ref-for-dom-rtcrtpencodingparameters-scalabilitymode-45", "https://www.w3.org/TR/webrtc-svc/#ref-for-dom-rtcrtpencodingparameters-scalabilitymode-46", + "https://www.w3.org/TR/webrtc-svc/#ref-for-dom-rtcrtpencodingparameters-scalabilitymode-47", + "https://www.w3.org/TR/webrtc-svc/#ref-for-dom-rtcrtpencodingparameters-scalabilitymode-48", "https://www.w3.org/TR/webrtc-svc/#security", "https://www.w3.org/TR/webrtc-svc/#x9-security-considerations", "https://www.w3.org/TR/webrtc-svc/#dependencydiagrams*", diff --git a/tr/index.json b/tr/index.json index fd256c344058..c72ebe256d13 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-02-05T01:24:02.407Z", + "date": "2024-02-06T01:27:10.008Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -162,8 +162,18 @@ "web-share-target", "webdriver-bidi", "webrtc-ice", + "wasm-core-2-fork-branch-hinting", + "wasm-js-api-2-fork-content-security-policy", "wasm-js-api-2-fork-exception-handling", - "wasm-core-1-fork-gc", + "wasm-core-2-fork-extended-const", + "wasm-core-2-fork-function-references", + "wasm-core-2-fork-gc", + "wasm-js-api-2-fork-js-promise-integration", + "wasm-js-api-2-fork-js-types", + "wasm-core-2-fork-memory64", + "wasm-core-2-fork-multi-memory", + "wasm-core-2-fork-tail-call", + "wasm-core-2-fork-threads", "web-bluetooth", "web-bluetooth-scanning", "webidl", @@ -535,10 +545,12 @@ "uievents", "upgrade-insecure-requests", "user-timing", + "vc-data-model-2.0", "vibration", "virtual-keyboard", "wai-aria-1.2", - "wasm-core-1", + "wai-aria-1.3", + "wasm-core-2", "wasm-js-api-2", "wasm-web-api-2", "web-animations-1", @@ -612,10 +624,10 @@ ] }, "stats": { - "crawled": 312, + "crawled": 314, "errors": 0 }, - "crawler": "reffy-14.6.1", + "crawler": "reffy-14.6.2", "results": [ { "url": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", @@ -661,7 +673,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "5 February 2024" + "date": "6 February 2024" }, { "url": "https://www.w3.org/TR/accelerometer/", @@ -13237,11 +13249,11 @@ ], "crawled": "https://www.w3.org/TR/payment-request-1.1/", "crawlCacheInfo": { - "lastModified": "Thu, 18 Jan 2024 06:34:09 GMT" + "lastModified": "Mon, 05 Feb 2024 23:37:18 GMT" }, "generator": "respec", - "date": "18 January 2024", - "revision": "af3650e8db2a652f9154634d3cd94ae8f3cb0be9", + "date": "05 February 2024", + "revision": "b245e2728de98a7e12b1ead0b3c13342a0237fb9", "links": "links/payment-request-1.1.json", "refs": "refs/payment-request-1.1.json", "events": "events/payment-request-1.1.json", @@ -17024,6 +17036,61 @@ "headings": "headings/user-timing.json", "ids": "ids/user-timing.json" }, + { + "url": "https://www.w3.org/TR/vc-data-model-2.0/", + "seriesComposition": "full", + "shortname": "vc-data-model-2.0", + "series": { + "shortname": "vc-data-model", + "currentSpecification": "vc-data-model-2.0", + "title": "Verifiable Credentials Data Model", + "shortTitle": "Verifiable Credentials Data Model", + "releaseUrl": "https://www.w3.org/TR/vc-data-model/", + "nightlyUrl": "https://w3c.github.io/vc-data-model/" + }, + "seriesVersion": "2.0", + "categories": [], + "organization": "W3C", + "groups": [ + { + "name": "Verifiable Credentials Working Group", + "url": "https://www.w3.org/2017/vc/" + } + ], + "release": { + "url": "https://www.w3.org/TR/vc-data-model-2.0/", + "status": "Candidate Recommendation Draft", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://w3c.github.io/vc-data-model/", + "status": "Editor's Draft", + "alternateUrls": [], + "repository": "https://github.com/w3c/vc-data-model", + "sourcePath": "index.html", + "filename": "index.html" + }, + "title": "Verifiable Credentials Data Model v2.0", + "source": "w3c", + "shortTitle": "Verifiable Credentials Data Model v2.0", + "standing": "good", + "versions": [ + "https://www.w3.org/TR/vc-data-model-2.0/", + "https://w3c.github.io/vc-data-model/" + ], + "crawled": "https://www.w3.org/TR/vc-data-model-2.0/", + "crawlCacheInfo": { + "lastModified": "Mon, 05 Feb 2024 01:07:50 GMT" + }, + "generator": "respec", + "date": "05 February 2024", + "revision": "e57706068e3e61f5ab7a0fe57d80998a7e860a2a", + "links": "links/vc-data-model-2.0.json", + "refs": "refs/vc-data-model-2.0.json", + "dfns": "dfns/vc-data-model-2.0.json", + "headings": "headings/vc-data-model-2.0.json", + "ids": "ids/vc-data-model-2.0.json" + }, { "url": "https://www.w3.org/TR/vibration/", "seriesComposition": "full", @@ -17158,6 +17225,7 @@ }, "seriesVersion": "1.2", "title": "Accessible Rich Internet Applications (WAI-ARIA) 1.2", + "seriesNext": "wai-aria-1.3", "organization": "W3C", "groups": [ { @@ -17202,24 +17270,95 @@ "date": "06 June 2023", "links": "links/wai-aria-1.2.json", "refs": "refs/wai-aria-1.2.json", - "idl": "idl/wai-aria.idl", "dfns": "dfns/wai-aria-1.2.json", "headings": "headings/wai-aria-1.2.json", "ids": "ids/wai-aria-1.2.json" }, { - "url": "https://www.w3.org/TR/wasm-core-1/", + "url": "https://www.w3.org/TR/wai-aria-1.3/", "seriesComposition": "full", - "shortname": "wasm-core-1", + "shortname": "wai-aria-1.3", + "series": { + "shortname": "wai-aria", + "currentSpecification": "wai-aria-1.2", + "title": "Accessible Rich Internet Applications (WAI-ARIA)", + "shortTitle": "WAI-ARIA", + "releaseUrl": "https://www.w3.org/TR/wai-aria/", + "nightlyUrl": "https://w3c.github.io/aria/" + }, + "seriesVersion": "1.3", + "title": "Accessible Rich Internet Applications (WAI-ARIA) 1.3", + "seriesPrevious": "wai-aria-1.2", + "organization": "W3C", + "groups": [ + { + "name": "Accessible Rich Internet Applications Working Group", + "url": "https://www.w3.org/WAI/ARIA/" + } + ], + "release": { + "url": "https://www.w3.org/TR/wai-aria-1.3/", + "status": "First Public Working Draft", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://w3c.github.io/aria/", + "status": "Editor's Draft", + "alternateUrls": [], + "repository": "https://github.com/w3c/aria", + "sourcePath": "index.html", + "filename": "index.html" + }, + "source": "w3c", + "shortTitle": "WAI-ARIA", + "categories": [ + "browser" + ], + "standing": "good", + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "wai-aria" + ] + }, + "versions": [ + "https://www.w3.org/TR/wai-aria-1.3/", + "https://w3c.github.io/aria/" + ], + "crawled": "https://www.w3.org/TR/wai-aria-1.3/", + "crawlCacheInfo": { + "lastModified": "Wed, 24 Jan 2024 13:50:21 GMT" + }, + "generator": "respec", + "date": "23 January 2024", + "links": "links/wai-aria-1.3.json", + "refs": "refs/wai-aria-1.3.json", + "idl": "idl/wai-aria.idl", + "dfns": "dfns/wai-aria-1.3.json", + "headings": "headings/wai-aria-1.3.json", + "ids": "ids/wai-aria-1.3.json" + }, + { + "url": "https://www.w3.org/TR/wasm-core-2/", + "seriesComposition": "full", + "shortname": "wasm-core-2", "series": { "shortname": "wasm-core", - "currentSpecification": "wasm-core-1", + "currentSpecification": "wasm-core-2", "title": "WebAssembly Core", "shortTitle": "WebAssembly Core", "releaseUrl": "https://www.w3.org/TR/wasm-core/", "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/" }, - "seriesVersion": "1", + "seriesVersion": "2", + "nightly": { + "url": "https://webassembly.github.io/spec/core/bikeshed/", + "status": "Editor's Draft", + "alternateUrls": [], + "repository": "https://github.com/WebAssembly/spec", + "sourcePath": "document/core/index.bs", + "filename": "index.html" + }, "tests": { "repository": "https://github.com/WebAssembly/spec/", "testPaths": [ @@ -17227,7 +17366,14 @@ ] }, "forks": [ - "wasm-core-1-fork-gc" + "wasm-core-2-fork-branch-hinting", + "wasm-core-2-fork-extended-const", + "wasm-core-2-fork-function-references", + "wasm-core-2-fork-gc", + "wasm-core-2-fork-memory64", + "wasm-core-2-fork-multi-memory", + "wasm-core-2-fork-tail-call", + "wasm-core-2-fork-threads" ], "organization": "W3C", "groups": [ @@ -17237,18 +17383,10 @@ } ], "release": { - "url": "https://www.w3.org/TR/wasm-core-1/", - "status": "Recommendation", + "url": "https://www.w3.org/TR/wasm-core-2/", + "status": "First Public Working Draft", "filename": "Overview.html" }, - "nightly": { - "url": "https://webassembly.github.io/spec/core/bikeshed/", - "status": "Editor's Draft", - "alternateUrls": [], - "repository": "https://github.com/WebAssembly/spec", - "sourcePath": "document/core/index.bs", - "filename": "index.html" - }, "title": "WebAssembly Core Specification", "source": "w3c", "shortTitle": "WebAssembly Core", @@ -17257,20 +17395,18 @@ ], "standing": "good", "versions": [ - "https://www.w3.org/TR/wasm-core-1/", + "https://www.w3.org/TR/wasm-core-2/", "https://webassembly.github.io/spec/core/bikeshed/" ], - "crawled": "https://www.w3.org/TR/wasm-core-1/", + "crawled": "https://www.w3.org/TR/wasm-core-2/", "crawlCacheInfo": { - "lastModified": "Thu, 05 Dec 2019 10:16:17 GMT" + "lastModified": "Tue, 19 Apr 2022 06:19:59 GMT" }, - "generator": "bikeshed", - "date": "5 December 2019", - "revision": "36bf073c35bfdf621ce192c8f7ebf8257ac38951", - "links": "links/wasm-core-1.json", - "refs": "refs/wasm-core-1.json", - "headings": "headings/wasm-core-1.json", - "ids": "ids/wasm-core-1.json" + "generator": "respec", + "date": "19 April 2022", + "links": "links/wasm-core-2.json", + "headings": "headings/wasm-core-2.json", + "ids": "ids/wasm-core-2.json" }, { "url": "https://www.w3.org/TR/wasm-js-api-2/", @@ -17286,7 +17422,10 @@ }, "seriesVersion": "2", "forks": [ - "wasm-js-api-2-fork-exception-handling" + "wasm-js-api-2-fork-content-security-policy", + "wasm-js-api-2-fork-exception-handling", + "wasm-js-api-2-fork-js-promise-integration", + "wasm-js-api-2-fork-js-types" ], "organization": "W3C", "groups": [ @@ -18815,11 +18954,11 @@ ], "crawled": "https://www.w3.org/TR/webgpu/", "crawlCacheInfo": { - "lastModified": "Fri, 02 Feb 2024 02:44:47 GMT" + "lastModified": "Mon, 05 Feb 2024 22:17:38 GMT" }, "generator": "bikeshed", - "date": "2 February 2024", - "revision": "af6e545233de8cec7587e075cdfe52bc9ddb0316", + "date": "5 February 2024", + "revision": "e44f622c3c7b210ed0d0c16bc6b7d95138ad3b93", "links": "links/webgpu.json", "refs": "refs/webgpu.json", "events": "events/webgpu.json", @@ -18942,11 +19081,11 @@ ], "crawled": "https://www.w3.org/TR/webnn/", "crawlCacheInfo": { - "lastModified": "Sat, 03 Feb 2024 06:57:15 GMT" + "lastModified": "Mon, 05 Feb 2024 16:23:53 GMT" }, "generator": "bikeshed", - "date": "3 February 2024", - "revision": "7ec2e1877ed9163cd6b23262b5ecd1af51d97559", + "date": "5 February 2024", + "revision": "6ceabbd401277b212ed262d6a0892ac08a7bc5fa", "links": "links/webnn.json", "refs": "refs/webnn.json", "idl": "idl/webnn.idl", @@ -19257,11 +19396,11 @@ ], "crawled": "https://www.w3.org/TR/webrtc-svc/", "crawlCacheInfo": { - "lastModified": "Wed, 24 Jan 2024 15:10:40 GMT" + "lastModified": "Mon, 05 Feb 2024 20:02:07 GMT" }, "generator": "respec", - "date": "24 January 2024", - "revision": "c06eaa079e464e4f2876e04e301b7724995e8424", + "date": "05 February 2024", + "revision": "b6b472b05f65bb87e7de5dba0b346a406290e4cf", "links": "links/webrtc-svc.json", "refs": "refs/webrtc-svc.json", "idl": "idl/webrtc-svc.idl", @@ -20079,11 +20218,11 @@ ], "crawled": "https://www.w3.org/TR/WGSL/", "crawlCacheInfo": { - "lastModified": "Fri, 02 Feb 2024 17:54:09 GMT" + "lastModified": "Mon, 05 Feb 2024 20:21:21 GMT" }, "generator": "bikeshed", - "date": "2 February 2024", - "revision": "f9c92811a51534c4b25406bef1390a9558c9f65c", + "date": "5 February 2024", + "revision": "23b959731244304a9c4fcedae27d6f509db206d0", "links": "links/WGSL.json", "refs": "refs/WGSL.json", "dfns": "dfns/WGSL.json", diff --git a/tr/links/CSP3.json b/tr/links/CSP3.json index 8d13fac7658e..3ed79f71c65e 100644 --- a/tr/links/CSP3.json +++ b/tr/links/CSP3.json @@ -347,7 +347,8 @@ "https://webassembly.github.io/content-security-policy/js-api/": { "anchors": [ "host-ensure-can-compile-wasm-bytes" - ] + ], + "specShortname": "wasm-js-api-2-fork-content-security-policy" }, "https://webassembly.github.io/spec/js-api/": { "anchors": [ diff --git a/tr/links/WGSL.json b/tr/links/WGSL.json index 3dec11d9cd64..1f80d82d768b 100644 --- a/tr/links/WGSL.json +++ b/tr/links/WGSL.json @@ -113,7 +113,9 @@ ], "specShortname": "css-tables-3" }, - "https://www.w3.org/TR/wasm-core-2/": {}, + "https://www.w3.org/TR/wasm-core-2/": { + "specShortname": "wasm-core-2" + }, "https://www.w3.org/TR/webgpu/": { "anchors": [ "gpuprogrammablestage", diff --git a/tr/links/payment-request-1.1.json b/tr/links/payment-request-1.1.json index 6f9a5facb9a4..61fae74a1921 100644 --- a/tr/links/payment-request-1.1.json +++ b/tr/links/payment-request-1.1.json @@ -355,7 +355,8 @@ "https://www.w3.org/TR/permissions-policy-1/": { "anchors": [ "policy-controlled-feature", - "policy-controlled-feature-default-allowlist" + "policy-controlled-feature-default-allowlist", + "default-allowlist-self" ], "specShortname": "permissions-policy-1" }, diff --git a/tr/links/vc-data-model-2.0.json b/tr/links/vc-data-model-2.0.json new file mode 100644 index 000000000000..999da31a7254 --- /dev/null +++ b/tr/links/vc-data-model-2.0.json @@ -0,0 +1,206 @@ +{ + "spec": { + "title": "Verifiable Credentials Data Model v2.0", + "url": "https://www.w3.org/TR/vc-data-model-2.0/" + }, + "links": { + "https://csrc.nist.gov/glossary/term/credential": {}, + "https://csrc.nist.gov/glossary/term/data_integrity": {}, + "https://dataprivacylab.org/projects/identifiability/paper1.pdf": {}, + "https://datatracker.ietf.org/doc/draft-iab-web-pki-problems/": {}, + "https://datatracker.ietf.org/doc/draft-mcnally-envelope/": {}, + "https://datatracker.ietf.org/doc/draft-ssmith-acdc/": {}, + "https://datatracker.ietf.org/doc/html/bcp14": {}, + "https://datatracker.ietf.org/doc/html/draft-ietf-ohai-ohttp": {}, + "https://doi.org/10.6028/NIST.SP.800-57pt1r5": {}, + "https://en.wikipedia.org/wiki/Cryptographic_nonce": {}, + "https://en.wikipedia.org/wiki/Man-in-the-middle_attack": {}, + "https://en.wikipedia.org/wiki/Red_team": {}, + "https://en.wikipedia.org/wiki/Replay_attack": {}, + "https://en.wikipedia.org/wiki/Spoofing_attack": {}, + "https://github.com/OR13": {}, + "https://github.com/selfissued": {}, + "https://github.com/w3c/vc-data-model/issues/": {}, + "https://github.com/w3c/vc-data-model/issues/1303": {}, + "https://github.com/w3c/vc-data-model/issues/1377": {}, + "https://github.com/w3c/vc-data-model/issues/?q=is%3Aissue+is%3Aopen+label%3A%22before-CR%22": {}, + "https://github.com/w3c/vc-data-model/issues/?q=is%3Aissue+is%3Aopen+label%3A%22post-CR%22": {}, + "https://github.com/w3c/vc-data-model/issues/?q=is%3Aissue+is%3Aopen+label%3A%22pr+exists%22": {}, + "https://github.com/w3c/vc-data-model/pull/1338/files": { + "anchors": [ + "r1412874049", + "r1409574359" + ] + }, + "https://httpwg.org/specs/rfc7231.html": { + "anchors": [ + "section-6.5.13" + ] + }, + "https://hyperledger.github.io/anoncreds-spec/": {}, + "https://identity.foundation/presentation-exchange/spec/v2.0.0/": {}, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "byte-sequence", + "ordered-map", + "string", + "struct-item", + "boolean", + "conformance", + "list" + ], + "specShortname": "infra" + }, + "https://lists.w3.org/Archives/Public/public-vc-comments/": {}, + "https://media.defense.gov/2022/Sep/07/2003071834/-1/-1/0/CSA_CNSA_2.0_ALGORITHMS_.PDF": {}, + "https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf": {}, + "https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-5.pdf": {}, + "https://url.spec.whatwg.org/": { + "anchors": [ + "concept-url-scheme" + ], + "specShortname": "url" + }, + "https://w3c-ccg.github.io/confidence-method-spec/": {}, + "https://w3c-ccg.github.io/vc-render-method/": {}, + "https://w3c.github.io/vc-data-model-2.0-test-suite/": {}, + "https://w3c.github.io/vc-di-bbs/": {}, + "https://w3c.github.io/vc-imp-guide/": { + "anchors": [ + "subject-holder-relationships" + ] + }, + "https://w3c.github.io/vc-specs-dir/": { + "anchors": [ + "securing-mechanisms" + ] + }, + "https://www.iana.org/assignments/media-types/media-types.xhtml": {}, + "https://www.iso.org/standard/69084.html": {}, + "https://www.rfc-editor.org/rfc/rfc2119": {}, + "https://www.rfc-editor.org/rfc/rfc2397": { + "specShortname": "rfc2397" + }, + "https://www.rfc-editor.org/rfc/rfc5646": {}, + "https://www.rfc-editor.org/rfc/rfc6838": {}, + "https://www.rfc-editor.org/rfc/rfc7049": {}, + "https://www.rfc-editor.org/rfc/rfc7159": {}, + "https://www.rfc-editor.org/rfc/rfc7519.html": {}, + "https://www.rfc-editor.org/rfc/rfc8174": {}, + "https://www.rfc-editor.org/rfc/rfc8259": {}, + "https://www.rfc-editor.org/rfc/rfc8392.html": {}, + "https://www.rfc-editor.org/rfc/rfc8471": {}, + "https://www.rfc-editor.org/rfc/rfc9457": { + "anchors": [ + "name-extension-members" + ] + }, + "https://www.usenix.org/conference/imc-05/perils-transitive-trust-domain-name-system": {}, + "https://www.w3.org/2018/credentials/": {}, + "https://www.w3.org/2023/Process-20231103/": { + "anchors": [ + "recs-and-notes" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ], + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/DesignIssues/LinkedData.html": {}, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2019/REC-vc-data-model-20191119/": {}, + "https://www.w3.org/TR/2022/REC-vc-data-model-20220303/": { + "anchors": [ + "disputes" + ] + }, + "https://www.w3.org/TR/SRI/": { + "anchors": [ + "integrity-metadata", + "the-integrity-attribute", + "parse-metadata" + ], + "specShortname": "SRI" + }, + "https://www.w3.org/TR/UAAG20/": { + "anchors": [ + "def-user-agent" + ] + }, + "https://www.w3.org/TR/WCAG21/": {}, + "https://www.w3.org/TR/did-core/": {}, + "https://www.w3.org/TR/i18n-glossary/": { + "anchors": [ + "dfn-base-direction", + "dfn-bidirectional-text" + ], + "specShortname": "i18n-glossary" + }, + "https://www.w3.org/TR/json-ld/": { + "anchors": [ + "specifying-the-type", + "json-ld-grammar", + "dfn-active-context", + "the-context", + "compacted-document-form" + ], + "specShortname": "json-ld11" + }, + "https://www.w3.org/TR/json-ld11-api/": { + "anchors": [ + "compaction-algorithms", + "expansion-algorithm" + ], + "specShortname": "json-ld11-api" + }, + "https://www.w3.org/TR/json-ld11/": { + "anchors": [ + "the-context", + "security", + "graph-containers", + "lists", + "forms-of-json-ld", + "string-internationalization", + "serializing-deserializing-rdf", + "dfn-json-ld-document" + ], + "specShortname": "json-ld11" + }, + "https://www.w3.org/TR/ld-bp/": {}, + "https://www.w3.org/TR/ld-glossary/": { + "anchors": [ + "linked-data" + ] + }, + "https://www.w3.org/TR/string-meta/": {}, + "https://www.w3.org/TR/vc-data-integrity/": {}, + "https://www.w3.org/TR/vc-imp-guide/": { + "anchors": [ + "subject-holder-relationships", + "content-integrity" + ] + }, + "https://www.w3.org/TR/vc-jose-cose/": {}, + "https://www.w3.org/TR/vc-json-schema/": {}, + "https://www.w3.org/TR/vc-use-cases/": { + "anchors": [ + "user-roles", + "user-needs", + "user-tasks", + "user-sequences" + ] + }, + "https://www.w3.org/TR/xmlschema11-2/": { + "anchors": [ + "dateTime", + "dateTimeStamp" + ] + }, + "https://www.w3.org/groups/wg/vc": {}, + "https://www.w3.org/groups/wg/vc/ipr": {}, + "https://www.w3.org/ns/credentials/v2": {} + } +} \ No newline at end of file diff --git a/tr/links/wai-aria-1.3.json b/tr/links/wai-aria-1.3.json new file mode 100644 index 000000000000..b3b131844305 --- /dev/null +++ b/tr/links/wai-aria-1.3.json @@ -0,0 +1,689 @@ +{ + "spec": { + "title": "Accessible Rich Internet Applications (WAI-ARIA) 1.3", + "url": "https://www.w3.org/TR/wai-aria-1.3/" + }, + "links": { + "http://lists.w3.org/Archives/Public/public-aria/": {}, + "http://www.rfc-editor.org/rfc/rfc2119.txt": {}, + "http://www.w3.org/WAI/intro/aria": {}, + "https://developer-old.gnome.org/libatspi/stable/": {}, + "https://developer.apple.com/documentation/appkit/nsaccessibility": {}, + "https://developer.gnome.org/atk/stable/": {}, + "https://docs.microsoft.com/en-us/windows/win32/winauto/iaccessibleex": {}, + "https://docs.microsoft.com/en-us/windows/win32/winauto/microsoft-active-accessibility": {}, + "https://docs.microsoft.com/en-us/windows/win32/winauto/ui-automation-specification": {}, + "https://dom.spec.whatwg.org/": { + "anchors": [ + "concept-element", + "concept-attribute", + "concept-node", + "element" + ], + "specShortname": "dom" + }, + "https://en.wikipedia.org/wiki/Braille_Patterns": {}, + "https://en.wikipedia.org/wiki/Keyboard_shortcut": {}, + "https://en.wikipedia.org/wiki/Nemeth_Braille": {}, + "https://github.com/AmeliaBR": {}, + "https://github.com/Epigenetic": {}, + "https://github.com/JAWS-test": {}, + "https://github.com/JAWS-test2": {}, + "https://github.com/MelSumner": {}, + "https://github.com/Rondinelly": {}, + "https://github.com/SalazarJosh": {}, + "https://github.com/TzviyaSiegman": {}, + "https://github.com/WilcoFiers": {}, + "https://github.com/WilliamTennisNFCU": {}, + "https://github.com/a11ydoer": {}, + "https://github.com/adampage": {}, + "https://github.com/agcolom": {}, + "https://github.com/aleventhal": {}, + "https://github.com/andreancardona": {}, + "https://github.com/annevk": {}, + "https://github.com/ariellalgilmore": {}, + "https://github.com/aristov": {}, + "https://github.com/asurkov": {}, + "https://github.com/boazsender": {}, + "https://github.com/boggydigital": {}, + "https://github.com/bpmcneilly": {}, + "https://github.com/brennanyoung": {}, + "https://github.com/carmacleod": {}, + "https://github.com/cookiecrook": {}, + "https://github.com/cyns": {}, + "https://github.com/dakahn": {}, + "https://github.com/daniel-montalvo": {}, + "https://github.com/dbjorge": {}, + "https://github.com/design1online": {}, + "https://github.com/domenic": {}, + "https://github.com/eps1lon": {}, + "https://github.com/estelle": {}, + "https://github.com/giacomo-petri": {}, + "https://github.com/halindrome": {}, + "https://github.com/iherman": {}, + "https://github.com/innovimax": {}, + "https://github.com/isaacdurazo": {}, + "https://github.com/jasonkiss": {}, + "https://github.com/jlp-craigmorten": {}, + "https://github.com/joanmarie": {}, + "https://github.com/jongund": {}, + "https://github.com/jorycunningham": {}, + "https://github.com/klown": {}, + "https://github.com/marcoscaceres": {}, + "https://github.com/mattgarrish": {}, + "https://github.com/mcking65": {}, + "https://github.com/melanierichards": {}, + "https://github.com/mlewand": {}, + "https://github.com/mrego": {}, + "https://github.com/nicolas17": {}, + "https://github.com/nolanlawson": {}, + "https://github.com/notabene": {}, + "https://github.com/nschonni": {}, + "https://github.com/plehegar": {}, + "https://github.com/pocka": {}, + "https://github.com/prayagverma": {}, + "https://github.com/rahimabdi": {}, + "https://github.com/richschwer": {}, + "https://github.com/ricksbrown": {}, + "https://github.com/saschanaz": {}, + "https://github.com/schne324": {}, + "https://github.com/scottaohara": {}, + "https://github.com/sivakusayan": {}, + "https://github.com/smhigley": {}, + "https://github.com/spectranaut": {}, + "https://github.com/stevefaulkner": {}, + "https://github.com/thibaudcolas": {}, + "https://github.com/twilco": {}, + "https://github.com/w3c/aria/commit/0218c25": {}, + "https://github.com/w3c/aria/commit/028bbbb": {}, + "https://github.com/w3c/aria/commit/02fee23": {}, + "https://github.com/w3c/aria/commit/0486a98": {}, + "https://github.com/w3c/aria/commit/051ed84": {}, + "https://github.com/w3c/aria/commit/060b878": {}, + "https://github.com/w3c/aria/commit/0d06a71": {}, + "https://github.com/w3c/aria/commit/103dec9": {}, + "https://github.com/w3c/aria/commit/11902fc": {}, + "https://github.com/w3c/aria/commit/11c8909": {}, + "https://github.com/w3c/aria/commit/122fad6": {}, + "https://github.com/w3c/aria/commit/157d711": {}, + "https://github.com/w3c/aria/commit/1e0383a": {}, + "https://github.com/w3c/aria/commit/232ae78": {}, + "https://github.com/w3c/aria/commit/257b0e1": {}, + "https://github.com/w3c/aria/commit/2617046": {}, + "https://github.com/w3c/aria/commit/26cb23d": {}, + "https://github.com/w3c/aria/commit/2a047fd": {}, + "https://github.com/w3c/aria/commit/2d2d341": {}, + "https://github.com/w3c/aria/commit/2ece5c5": {}, + "https://github.com/w3c/aria/commit/327a22f": {}, + "https://github.com/w3c/aria/commit/37ca124": {}, + "https://github.com/w3c/aria/commit/3aed0e2": {}, + "https://github.com/w3c/aria/commit/3dc85aa": {}, + "https://github.com/w3c/aria/commit/3ebb415": {}, + "https://github.com/w3c/aria/commit/411bd50": {}, + "https://github.com/w3c/aria/commit/42417ce": {}, + "https://github.com/w3c/aria/commit/43b6a45": {}, + "https://github.com/w3c/aria/commit/47db8e8": {}, + "https://github.com/w3c/aria/commit/48282a0": {}, + "https://github.com/w3c/aria/commit/483334d": {}, + "https://github.com/w3c/aria/commit/48ad8d4": {}, + "https://github.com/w3c/aria/commit/4c3484b": {}, + "https://github.com/w3c/aria/commit/4d3fefe": {}, + "https://github.com/w3c/aria/commit/4f387e3": {}, + "https://github.com/w3c/aria/commit/51e0073": {}, + "https://github.com/w3c/aria/commit/586af31": {}, + "https://github.com/w3c/aria/commit/5bd87f4": {}, + "https://github.com/w3c/aria/commit/627b3a6": {}, + "https://github.com/w3c/aria/commit/6d46a9a": {}, + "https://github.com/w3c/aria/commit/7205d35": {}, + "https://github.com/w3c/aria/commit/72063a0": {}, + "https://github.com/w3c/aria/commit/7314996": {}, + "https://github.com/w3c/aria/commit/76474e5": {}, + "https://github.com/w3c/aria/commit/78ab6b6": {}, + "https://github.com/w3c/aria/commit/7a56f40": {}, + "https://github.com/w3c/aria/commit/7f72832": {}, + "https://github.com/w3c/aria/commit/82bd83f": {}, + "https://github.com/w3c/aria/commit/8420961": {}, + "https://github.com/w3c/aria/commit/8c597bf": {}, + "https://github.com/w3c/aria/commit/8ef7dde": {}, + "https://github.com/w3c/aria/commit/8fa8068": {}, + "https://github.com/w3c/aria/commit/912ff77": {}, + "https://github.com/w3c/aria/commit/9653692": {}, + "https://github.com/w3c/aria/commit/99763b0": {}, + "https://github.com/w3c/aria/commit/9b2a146": {}, + "https://github.com/w3c/aria/commit/9c73b5b": {}, + "https://github.com/w3c/aria/commit/9cb71e9": {}, + "https://github.com/w3c/aria/commit/a31260e": {}, + "https://github.com/w3c/aria/commit/abbef89": {}, + "https://github.com/w3c/aria/commit/af84654": {}, + "https://github.com/w3c/aria/commit/b3017b3": {}, + "https://github.com/w3c/aria/commit/b35ecf9": {}, + "https://github.com/w3c/aria/commit/b41a010": {}, + "https://github.com/w3c/aria/commit/b710565": {}, + "https://github.com/w3c/aria/commit/bcf44d1": {}, + "https://github.com/w3c/aria/commit/bd03476": {}, + "https://github.com/w3c/aria/commit/c38c9af": {}, + "https://github.com/w3c/aria/commit/c625cb7": {}, + "https://github.com/w3c/aria/commit/c77c2c4": {}, + "https://github.com/w3c/aria/commit/c803925": {}, + "https://github.com/w3c/aria/commit/c908c7f": {}, + "https://github.com/w3c/aria/commit/cd6b483": {}, + "https://github.com/w3c/aria/commit/ce5d37d": {}, + "https://github.com/w3c/aria/commit/d75a248": {}, + "https://github.com/w3c/aria/commit/d781656": {}, + "https://github.com/w3c/aria/commit/d925596": {}, + "https://github.com/w3c/aria/commit/db5a8c5": {}, + "https://github.com/w3c/aria/commit/dc19188": {}, + "https://github.com/w3c/aria/commit/dfe62bf": {}, + "https://github.com/w3c/aria/commit/e138d5c": {}, + "https://github.com/w3c/aria/commit/e1d9d12": {}, + "https://github.com/w3c/aria/commit/e482b6f": {}, + "https://github.com/w3c/aria/commit/e496a4d": {}, + "https://github.com/w3c/aria/commit/e68a7ff": {}, + "https://github.com/w3c/aria/commit/e8b2274": {}, + "https://github.com/w3c/aria/commit/ece14a1": {}, + "https://github.com/w3c/aria/commit/eed0ef0": {}, + "https://github.com/w3c/aria/commit/ef1ad85": {}, + "https://github.com/w3c/aria/commit/f215561": {}, + "https://github.com/w3c/aria/commit/f262087": {}, + "https://github.com/w3c/aria/commit/f4c6669": {}, + "https://github.com/w3c/aria/commit/fc6b7fb": {}, + "https://github.com/w3c/aria/commit/fc91e55": {}, + "https://github.com/w3c/aria/commit/ff9b9c3": {}, + "https://github.com/w3c/aria/issues/new": {}, + "https://github.com/w3c/aria/pull/1097": {}, + "https://github.com/w3c/aria/pull/1133": {}, + "https://github.com/w3c/aria/pull/1134": {}, + "https://github.com/w3c/aria/pull/1135": {}, + "https://github.com/w3c/aria/pull/1136": {}, + "https://github.com/w3c/aria/pull/1137": {}, + "https://github.com/w3c/aria/pull/1180": {}, + "https://github.com/w3c/aria/pull/1193": {}, + "https://github.com/w3c/aria/pull/1287": {}, + "https://github.com/w3c/aria/pull/1291": {}, + "https://github.com/w3c/aria/pull/1293": {}, + "https://github.com/w3c/aria/pull/1335": {}, + "https://github.com/w3c/aria/pull/1340": {}, + "https://github.com/w3c/aria/pull/1342": {}, + "https://github.com/w3c/aria/pull/1351": {}, + "https://github.com/w3c/aria/pull/1354": {}, + "https://github.com/w3c/aria/pull/1359": {}, + "https://github.com/w3c/aria/pull/1370": {}, + "https://github.com/w3c/aria/pull/1414": {}, + "https://github.com/w3c/aria/pull/1422": {}, + "https://github.com/w3c/aria/pull/1438": {}, + "https://github.com/w3c/aria/pull/1445": {}, + "https://github.com/w3c/aria/pull/1454": {}, + "https://github.com/w3c/aria/pull/1460": {}, + "https://github.com/w3c/aria/pull/1464": {}, + "https://github.com/w3c/aria/pull/1475": {}, + "https://github.com/w3c/aria/pull/1477": {}, + "https://github.com/w3c/aria/pull/1484": {}, + "https://github.com/w3c/aria/pull/1491": {}, + "https://github.com/w3c/aria/pull/1588": {}, + "https://github.com/w3c/aria/pull/1611": {}, + "https://github.com/w3c/aria/pull/1616": {}, + "https://github.com/w3c/aria/pull/1633": {}, + "https://github.com/w3c/aria/pull/1639": {}, + "https://github.com/w3c/aria/pull/1652": {}, + "https://github.com/w3c/aria/pull/1657": {}, + "https://github.com/w3c/aria/pull/1666": {}, + "https://github.com/w3c/aria/pull/1667": {}, + "https://github.com/w3c/aria/pull/1671": {}, + "https://github.com/w3c/aria/pull/1676": {}, + "https://github.com/w3c/aria/pull/1683": {}, + "https://github.com/w3c/aria/pull/1690": {}, + "https://github.com/w3c/aria/pull/1698": {}, + "https://github.com/w3c/aria/pull/1703": {}, + "https://github.com/w3c/aria/pull/1704": {}, + "https://github.com/w3c/aria/pull/1705": {}, + "https://github.com/w3c/aria/pull/1713": {}, + "https://github.com/w3c/aria/pull/1719": {}, + "https://github.com/w3c/aria/pull/1728": {}, + "https://github.com/w3c/aria/pull/1729": {}, + "https://github.com/w3c/aria/pull/1755": {}, + "https://github.com/w3c/aria/pull/1766": {}, + "https://github.com/w3c/aria/pull/1771": {}, + "https://github.com/w3c/aria/pull/1778": {}, + "https://github.com/w3c/aria/pull/1779": {}, + "https://github.com/w3c/aria/pull/1784": {}, + "https://github.com/w3c/aria/pull/1802": {}, + "https://github.com/w3c/aria/pull/1815": {}, + "https://github.com/w3c/aria/pull/1873": {}, + "https://github.com/w3c/aria/pull/1894": {}, + "https://github.com/w3c/aria/pull/1900": {}, + "https://github.com/w3c/aria/pull/1945": {}, + "https://github.com/w3c/aria/pull/1949": {}, + "https://github.com/w3c/aria/pull/1959": {}, + "https://github.com/w3c/aria/pull/1975": {}, + "https://github.com/w3c/aria/pull/2009": {}, + "https://github.com/w3c/aria/pull/2030": {}, + "https://github.com/w3c/aria/pull/2041": {}, + "https://github.com/w3c/aria/pull/2077": {}, + "https://github.com/w3c/aria/pull/923": {}, + "https://github.com/w3c/aria/pull/984": {}, + "https://github.com/w3c/aria/wiki/Resolving-ARIA-1.1-Combobox-Issues": {}, + "https://github.com/zcorpan": {}, + "https://gnome.pages.gitlab.gnome.org/at-spi2-core/libatspi/": {}, + "https://gnome.pages.gitlab.gnome.org/atk/": {}, + "https://html.spec.whatwg.org/multipage/": {}, + "https://html.spec.whatwg.org/multipage/common-dom-interfaces.html": { + "anchors": [ + "reflect" + ] + }, + "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html": { + "anchors": [ + "missing-value-default", + "invalid-value-default", + "enumerated-attribute", + "keywords-and-enumerated-attributes", + "floating-point-numbers", + "space-separated-tokens" + ] + }, + "https://html.spec.whatwg.org/multipage/custom-elements.html": { + "anchors": [ + "cereactions" + ] + }, + "https://html.spec.whatwg.org/multipage/dom.html": { + "anchors": [ + "translatable-attributes", + "language", + "the-directionality", + "attr-title", + "the-id-attribute" + ] + }, + "https://html.spec.whatwg.org/multipage/edits.html": { + "anchors": [ + "the-del-element", + "the-ins-element" + ] + }, + "https://html.spec.whatwg.org/multipage/embedded-content.html": { + "anchors": [ + "the-img-element" + ] + }, + "https://html.spec.whatwg.org/multipage/form-elements.html": { + "anchors": [ + "the-button-element", + "the-legend-element", + "the-select-element", + "the-fieldset-element", + "attr-meter-low", + "attr-meter-optimum", + "attr-meter-high", + "the-meter-element", + "the-option-element", + "the-output-element", + "the-textarea-element" + ] + }, + "https://html.spec.whatwg.org/multipage/forms.html": { + "anchors": [ + "the-form-element", + "the-label-element" + ] + }, + "https://html.spec.whatwg.org/multipage/grouping-content.html": { + "anchors": [ + "the-blockquote-element", + "the-figcaption-element", + "the-figure-element", + "the-div-element", + "the-ol-element", + "the-ul-element", + "the-li-element", + "the-main-element", + "the-p-element", + "the-search-element", + "the-hr-element" + ] + }, + "https://html.spec.whatwg.org/multipage/input.html": { + "anchors": [ + "attr-input-type-checkbox-keyword", + "attr-input-type-range-keyword", + "attr-input-type-radio-keyword", + "attr-input-type-search-keyword", + "attr-input-type-text-keyword", + "attr-input-placeholder", + "attr-input-readonly", + "attr-input-required", + "attr-input-max", + "attr-input-min", + "attr-input-value" + ] + }, + "https://html.spec.whatwg.org/multipage/sections.html": { + "anchors": [ + "the-article-element", + "the-header-element", + "the-aside-element", + "the-footer-element", + "the-h1-element", + "the-h2-element", + "the-h3-element", + "the-h4-element", + "the-h5-element", + "the-h6-element", + "the-nav-element", + "the-section-element" + ] + }, + "https://html.spec.whatwg.org/multipage/semantics.html": { + "anchors": [ + "the-link-element" + ] + }, + "https://html.spec.whatwg.org/multipage/tables.html": { + "anchors": [ + "the-caption-element", + "the-td-element", + "attr-th-scope-col", + "the-table-element", + "the-tr-element", + "the-tbody-element", + "the-tfoot-element", + "the-thead-element", + "attr-th-scope-row" + ] + }, + "https://html.spec.whatwg.org/multipage/text-level-semantics.html": { + "anchors": [ + "the-code-element", + "the-s-element", + "the-em-element", + "the-span-element", + "the-a-element", + "the-mark-element", + "the-strong-element", + "the-sub-element", + "the-sup-element", + "the-dfn-element", + "the-time-element" + ] + }, + "https://infra.spec.whatwg.org/": { + "anchors": [ + "user-agent", + "ascii-whitespace" + ], + "specShortname": "infra" + }, + "https://learn.microsoft.com/en-us/windows/win32/winauto/entry-uiauto-win32": {}, + "https://learn.microsoft.com/en-us/windows/win32/winauto/iaccessibleex": {}, + "https://w3c.github.io/aria/": { + "specShortname": "wai-aria-1.2" + }, + "https://webidl.spec.whatwg.org/": { + "anchors": [ + "dfn-nullable-type", + "idl-DOMString", + "idl-frozen-array" + ], + "specShortname": "webidl" + }, + "https://wiki.linuxfoundation.org/accessibility/iaccessible2/": {}, + "https://wiki.linuxfoundation.org/accessibility/iaccessible2/start": {}, + "https://www.rfc-editor.org/rfc/rfc2119": {}, + "https://www.w3.org/2023/Process-20231103/": { + "anchors": [ + "recs-and-notes" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ], + "specShortname": "w3c-patent-policy" + }, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2006/REC-xml-names-20060816/": {}, + "https://www.w3.org/TR/MathML3/": {}, + "https://www.w3.org/TR/SVG2/": { + "specShortname": "SVG2" + }, + "https://www.w3.org/TR/WCAG21/": { + "anchors": [ + "keyboard-accessible", + "operable", + "perceivable" + ] + }, + "https://www.w3.org/TR/accname-1.2/": { + "anchors": [ + "mapping_additional_nd_te", + "mapping_additional_nd_name", + "mapping_additional_nd_description", + "dfn-accessible-description", + "dfn-accessible-name", + "mapping_additional_nd" + ], + "specShortname": "accname-1.2" + }, + "https://www.w3.org/TR/core-aam-1.1/": {}, + "https://www.w3.org/TR/core-aam-1.2/": { + "specShortname": "core-aam-1.2" + }, + "https://www.w3.org/TR/css3-selectors/": { + "anchors": [ + "attribute-selectors" + ] + }, + "https://www.w3.org/TR/design-principles/": { + "anchors": [ + "do-not-expose-use-of-assistive-tech" + ] + }, + "https://www.w3.org/TR/dom/": {}, + "https://www.w3.org/TR/dpub-aria-1.0/": {}, + "https://www.w3.org/TR/fingerprinting-guidance/": { + "anchors": [ + "active-0" + ], + "specShortname": "fingerprinting-guidance" + }, + "https://www.w3.org/TR/html-aria/": { + "anchors": [ + "docconformance" + ], + "specShortname": "html-aria" + }, + "https://www.w3.org/TR/role-attribute/": { + "anchors": [ + "s_role_module_attributes" + ] + }, + "https://www.w3.org/TR/selectors-3/": { + "specShortname": "selectors-3" + }, + "https://www.w3.org/TR/uievents-key/": { + "specShortname": "uievents-key" + }, + "https://www.w3.org/TR/wai-aria-1.1/": {}, + "https://www.w3.org/TR/wai-aria-1.3/": { + "anchors": [ + "menu", + "menuitem", + "heading", + "aria-activedescendant", + "deprecated", + "aria-hidden", + "aria-multiline", + "aria-valuenow", + "aria-valuetext", + "statevsprop", + "searchbox", + "textbox", + "listitem", + "list", + "checkbox", + "aria-checked", + "aria-posinset", + "aria-setsize", + "menuitemcheckbox", + "grid", + "listbox", + "menubar", + "radiogroup", + "tree", + "treegrid", + "tablist", + "widget", + "combobox", + "progressbar", + "status", + "option", + "generic", + "none", + "group", + "row", + "aria-label", + "aria-labelledby", + "command", + "composite", + "input", + "landmark", + "range", + "roletype", + "section", + "sectionhead", + "select", + "structure", + "window", + "button", + "gridcell", + "link", + "menuitemradio", + "radio", + "scrollbar", + "separator", + "slider", + "spinbutton", + "switch", + "tab", + "tabpanel", + "treeitem", + "application", + "article", + "blockquote", + "caption", + "cell", + "code", + "columnheader", + "comment", + "definition", + "deletion", + "directory", + "document", + "emphasis", + "feed", + "figure", + "img", + "insertion", + "mark", + "math", + "meter", + "note", + "paragraph", + "presentation", + "rowgroup", + "rowheader", + "strong", + "subscript", + "suggestion", + "superscript", + "table", + "term", + "time", + "toolbar", + "tooltip", + "banner", + "complementary", + "contentinfo", + "form", + "main", + "navigation", + "region", + "search", + "alert", + "log", + "marquee", + "timer", + "alertdialog", + "dialog", + "image", + "aria-live", + "aria-atomic", + "aria-braillelabel", + "aria-brailleroledescription", + "aria-busy", + "aria-controls", + "aria-current", + "aria-describedby", + "aria-description", + "aria-details", + "aria-disabled", + "aria-dropeffect", + "aria-errormessage", + "aria-flowto", + "aria-grabbed", + "aria-haspopup", + "aria-invalid", + "aria-keyshortcuts", + "aria-owns", + "aria-relevant", + "aria-roledescription", + "aria-modal", + "aria-expanded", + "aria-pressed", + "aria-colindex", + "aria-colindextext", + "aria-colspan", + "aria-rowindex", + "aria-rowindextext", + "aria-rowspan", + "aria-readonly", + "aria-required", + "aria-selected", + "aria-sort", + "aria-autocomplete", + "aria-level", + "aria-multiselectable", + "aria-colcount", + "aria-rowcount", + "aria-orientation", + "aria-valuemin", + "aria-valuemax", + "aria-placeholder" + ], + "specShortname": "wai-aria-1.3" + }, + "https://www.w3.org/TR/wai-aria-practices-1.2/": {}, + "https://www.w3.org/TR/xml-names/": {}, + "https://www.w3.org/TR/xmlschema11-2/": { + "anchors": [ + "boolean", + "NMTOKEN", + "decimal", + "integer", + "dt-enumeration", + "NMTOKENS", + "IDREF", + "IDREFS", + "string" + ] + }, + "https://www.w3.org/WAI/ARIA/1.2/class-diagram/": {}, + "https://www.w3.org/WAI/ARIA/apg/": {}, + "https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface": {}, + "https://www.w3.org/WAI/intro/aria": {}, + "https://www.w3.org/WAI/standards-guidelines/aria/": {}, + "https://www.w3.org/groups/wg/aria": {}, + "https://www.w3.org/groups/wg/aria/ipr": {} + } +} \ No newline at end of file diff --git a/tr/links/wasm-core-1.json b/tr/links/wasm-core-1.json deleted file mode 100644 index 4d23aa66eaa2..000000000000 --- a/tr/links/wasm-core-1.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "spec": { - "title": "WebAssembly Core Specification", - "url": "https://www.w3.org/TR/wasm-core-1/" - }, - "links": { - "http://ieeexplore.ieee.org/servlet/opac?punumber=4610933": {}, - "http://webstore.ansi.org/RecordDetail.aspx?sku=INCITS+4-1986%5bR2012%5d": {}, - "https://dl.acm.org/citation.cfm?doid=3062341.3062363": {}, - "https://dl.acm.org/citation.cfm?id=3167082": {}, - "https://en.wikipedia.org/wiki/Endianness": { - "anchors": [ - "Little-endian" - ] - }, - "https://en.wikipedia.org/wiki/LEB128": { - "anchors": [ - "Unsigned_LEB128", - "Signed_LEB128" - ] - }, - "https://en.wikipedia.org/wiki/S-expression": {}, - "https://github.com/WebAssembly/spec/issues": {}, - "https://github.com/WebAssembly/spec/issues?utf8=%E2%9C%93&q=is%3Aissue++": {}, - "https://tools.ietf.org/html/rfc2119": {}, - "https://wpt.fyi/results/wasm": {}, - "https://www.cis.upenn.edu/~bcpierce/tapl/": {}, - "https://www.iana.org/assignments/media-types/media-types.xhtml": {}, - "https://www.unicode.org/versions/latest/": {}, - "https://www.w3.org/2004/01/pp-impl/101196/status": {}, - "https://www.w3.org/2019/Process-20190301/": {}, - "https://www.w3.org/Consortium/Patent-Policy/": { - "anchors": [ - "def-essential", - "sec-Disclosure" - ], - "specShortname": "w3c-patent-policy" - }, - "https://www.w3.org/TR/": {}, - "https://www.w3.org/TR/wasm-core/": { - "specShortname": "wasm-core-1" - }, - "https://www.w3.org/TR/wasm-js-api/": { - "specShortname": "wasm-js-api-2" - }, - "https://www.w3.org/TR/wasm-web-api/": { - "specShortname": "wasm-web-api-2" - }, - "https://www.w3.org/community/webassembly/": {}, - "https://www.w3.org/wasm/": {} - } -} \ No newline at end of file diff --git a/tr/links/wasm-core-2.json b/tr/links/wasm-core-2.json new file mode 100644 index 000000000000..69f115b7d431 --- /dev/null +++ b/tr/links/wasm-core-2.json @@ -0,0 +1,33 @@ +{ + "spec": { + "title": "WebAssembly Core Specification", + "url": "https://www.w3.org/TR/wasm-core-2/" + }, + "links": { + "https://github.com/WebAssembly/spec/issues": {}, + "https://github.com/WebAssembly/spec/issues?utf8=%E2%9C%93&q=is%3Aissue++": {}, + "https://www.w3.org/2021/Process-20211102/": { + "anchors": [ + "recs-and-notes" + ] + }, + "https://www.w3.org/Consortium/Patent-Policy-20170801/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ] + }, + "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/wasm-core/": { + "specShortname": "wasm-core-2" + }, + "https://www.w3.org/TR/wasm-js-api/": { + "specShortname": "wasm-js-api-2" + }, + "https://www.w3.org/TR/wasm-web-api/": { + "specShortname": "wasm-web-api-2" + }, + "https://www.w3.org/groups/wg/wasm": {}, + "https://www.w3.org/groups/wg/wasm/ipr": {} + } +} \ No newline at end of file diff --git a/tr/links/wasm-js-api-2.json b/tr/links/wasm-js-api-2.json index 7a395164930c..571400dc5083 100644 --- a/tr/links/wasm-js-api-2.json +++ b/tr/links/wasm-js-api-2.json @@ -224,7 +224,7 @@ }, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/wasm-core/": { - "specShortname": "wasm-core-1" + "specShortname": "wasm-core-2" }, "https://www.w3.org/TR/wasm-js-api/": { "specShortname": "wasm-js-api-2" diff --git a/tr/links/wasm-web-api-2.json b/tr/links/wasm-web-api-2.json index 81981a14289d..6d58c04c285b 100644 --- a/tr/links/wasm-web-api-2.json +++ b/tr/links/wasm-web-api-2.json @@ -102,7 +102,7 @@ }, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/wasm-core/": { - "specShortname": "wasm-core-1" + "specShortname": "wasm-core-2" }, "https://www.w3.org/TR/wasm-js-api/": { "specShortname": "wasm-js-api-2" diff --git a/tr/links/webgpu.json b/tr/links/webgpu.json index d9633d380f6b..0f4536ff44e4 100644 --- a/tr/links/webgpu.json +++ b/tr/links/webgpu.json @@ -85,7 +85,8 @@ "offscreencanvas-placeholder", "dom-context-2d-drawimage", "dom-canvas-todataurl", - "dom-canvas-toblob" + "dom-canvas-toblob", + "dom-canvas-transfercontroltooffscreen" ] }, "https://html.spec.whatwg.org/multipage/embedded-content.html": { @@ -154,7 +155,8 @@ "https://html.spec.whatwg.org/multipage/workers.html": { "anchors": [ "workerglobalscope", - "workernavigator" + "workernavigator", + "sharedworkerglobalscope" ] }, "https://infra.spec.whatwg.org/": { @@ -305,6 +307,12 @@ ], "specShortname": "i18n-glossary" }, + "https://www.w3.org/TR/service-workers/": { + "anchors": [ + "serviceworkerglobalscope" + ], + "specShortname": "service-workers" + }, "https://www.w3.org/TR/webcodecs/": { "anchors": [ "videoframe", diff --git a/tr/links/webrtc-svc.json b/tr/links/webrtc-svc.json index 23b15f912713..c16a20cc4282 100644 --- a/tr/links/webrtc-svc.json +++ b/tr/links/webrtc-svc.json @@ -75,7 +75,8 @@ "dfn-setparameters-validation-steps", "dfn-sendcodecs", "dom-rtcrtpsender-getparameters", - "dom-rtcrtpsender" + "dom-rtcrtpsender", + "dom-rtcrtpreceiver" ], "specShortname": "webrtc" }, diff --git a/tr/refs/vc-data-model-2.0.json b/tr/refs/vc-data-model-2.0.json new file mode 100644 index 000000000000..a971ca851162 --- /dev/null +++ b/tr/refs/vc-data-model-2.0.json @@ -0,0 +1,148 @@ +{ + "spec": { + "title": "Verifiable Credentials Data Model v2.0", + "url": "https://www.w3.org/TR/vc-data-model-2.0/" + }, + "refs": { + "normative": [ + { + "name": "i18n-glossary", + "url": "https://www.w3.org/TR/i18n-glossary/" + }, + { + "name": "INFRA", + "url": "https://infra.spec.whatwg.org/" + }, + { + "name": "JSON-LD11", + "url": "https://www.w3.org/TR/json-ld11/" + }, + { + "name": "JSON-LD11-API", + "url": "https://www.w3.org/TR/json-ld11-api/" + }, + { + "name": "RFC2119", + "url": "https://www.rfc-editor.org/rfc/rfc2119" + }, + { + "name": "RFC2397", + "url": "https://www.rfc-editor.org/rfc/rfc2397" + }, + { + "name": "RFC6838", + "url": "https://www.rfc-editor.org/rfc/rfc6838" + }, + { + "name": "RFC8174", + "url": "https://www.rfc-editor.org/rfc/rfc8174" + }, + { + "name": "RFC9457", + "url": "https://www.rfc-editor.org/rfc/rfc9457" + }, + { + "name": "SRI", + "url": "https://www.w3.org/TR/SRI/" + }, + { + "name": "URL", + "url": "https://url.spec.whatwg.org/" + }, + { + "name": "VC-DATA-INTEGRITY", + "url": "https://www.w3.org/TR/vc-data-integrity/" + }, + { + "name": "VC-JOSE-COSE", + "url": "https://www.w3.org/TR/vc-jose-cose/" + }, + { + "name": "XMLSCHEMA11-2", + "url": "https://www.w3.org/TR/xmlschema11-2/" + } + ], + "informative": [ + { + "name": "BCP47", + "url": "https://www.rfc-editor.org/rfc/rfc5646" + }, + { + "name": "DEMOGRAPHICS", + "url": "https://dataprivacylab.org/projects/identifiability/paper1.pdf" + }, + { + "name": "DID-CORE", + "url": "https://www.w3.org/TR/did-core/" + }, + { + "name": "FIPS-186-5", + "url": "https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-5.pdf" + }, + { + "name": "JSON", + "url": "https://www.rfc-editor.org/rfc/rfc8259" + }, + { + "name": "LD-BP", + "url": "https://www.w3.org/TR/ld-bp/" + }, + { + "name": "LINKED-DATA", + "url": "https://www.w3.org/DesignIssues/LinkedData.html" + }, + { + "name": "NIST-SP-800-57-Part-1", + "url": "https://doi.org/10.6028/NIST.SP.800-57pt1r5" + }, + { + "name": "OHTTP", + "url": "https://datatracker.ietf.org/doc/html/draft-ietf-ohai-ohttp" + }, + { + "name": "PRES-EX", + "url": "https://identity.foundation/presentation-exchange/spec/v2.0.0/" + }, + { + "name": "RFC7049", + "url": "https://www.rfc-editor.org/rfc/rfc7049" + }, + { + "name": "RFC7159", + "url": "https://www.rfc-editor.org/rfc/rfc7159" + }, + { + "name": "RFC7231", + "url": "https://httpwg.org/specs/rfc7231.html" + }, + { + "name": "RFC8471", + "url": "https://www.rfc-editor.org/rfc/rfc8471" + }, + { + "name": "STRING-META", + "url": "https://www.w3.org/TR/string-meta/" + }, + { + "name": "VC-IMP-GUIDE", + "url": "https://w3c.github.io/vc-imp-guide/" + }, + { + "name": "VC-JSON-SCHEMA", + "url": "https://www.w3.org/TR/vc-json-schema/" + }, + { + "name": "VC-SPECS", + "url": "https://w3c.github.io/vc-specs-dir/" + }, + { + "name": "VC-USE-CASES", + "url": "https://www.w3.org/TR/vc-use-cases/" + }, + { + "name": "WCAG21", + "url": "https://www.w3.org/TR/WCAG21/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/wai-aria-1.3.json b/tr/refs/wai-aria-1.3.json new file mode 100644 index 000000000000..c6d2e753440a --- /dev/null +++ b/tr/refs/wai-aria-1.3.json @@ -0,0 +1,128 @@ +{ + "spec": { + "title": "Accessible Rich Internet Applications (WAI-ARIA) 1.3", + "url": "https://www.w3.org/TR/wai-aria-1.3/" + }, + "refs": { + "normative": [ + { + "name": "ACCNAME-1.2", + "url": "https://www.w3.org/TR/accname-1.2/" + }, + { + "name": "CORE-AAM", + "url": "https://www.w3.org/TR/core-aam-1.1/" + }, + { + "name": "CORE-AAM-1.2", + "url": "https://www.w3.org/TR/core-aam-1.2/" + }, + { + "name": "CSS3-SELECTORS", + "url": "https://www.w3.org/TR/selectors-3/" + }, + { + "name": "DOM", + "url": "https://dom.spec.whatwg.org/" + }, + { + "name": "DPUB-ARIA-1.0", + "url": "https://www.w3.org/TR/dpub-aria-1.0/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "infra", + "url": "https://infra.spec.whatwg.org/" + }, + { + "name": "MathML3", + "url": "https://www.w3.org/TR/MathML3/" + }, + { + "name": "RFC2119", + "url": "https://www.rfc-editor.org/rfc/rfc2119" + }, + { + "name": "ROLE-ATTRIBUTE", + "url": "https://www.w3.org/TR/role-attribute/" + }, + { + "name": "SVG2", + "url": "https://www.w3.org/TR/SVG2/" + }, + { + "name": "uievents-key", + "url": "https://www.w3.org/TR/uievents-key/" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" + }, + { + "name": "XML-NAMES", + "url": "https://www.w3.org/TR/xml-names/" + } + ], + "informative": [ + { + "name": "AT-SPI", + "url": "https://developer-old.gnome.org/libatspi/stable/" + }, + { + "name": "ATK", + "url": "https://developer.gnome.org/atk/stable/" + }, + { + "name": "AXAPI", + "url": "https://developer.apple.com/documentation/appkit/nsaccessibility" + }, + { + "name": "design-principles", + "url": "https://www.w3.org/TR/design-principles/" + }, + { + "name": "fingerprinting-guidance", + "url": "https://www.w3.org/TR/fingerprinting-guidance/" + }, + { + "name": "HTML-ARIA", + "url": "https://www.w3.org/TR/html-aria/" + }, + { + "name": "IAccessible2", + "url": "https://wiki.linuxfoundation.org/accessibility/iaccessible2/" + }, + { + "name": "MSAA", + "url": "https://docs.microsoft.com/en-us/windows/win32/winauto/microsoft-active-accessibility" + }, + { + "name": "UI-AUTOMATION", + "url": "https://docs.microsoft.com/en-us/windows/win32/winauto/ui-automation-specification" + }, + { + "name": "UIA-EXPRESS", + "url": "https://docs.microsoft.com/en-us/windows/win32/winauto/iaccessibleex" + }, + { + "name": "wai-aria-1.1", + "url": "https://www.w3.org/TR/wai-aria-1.1/" + }, + { + "name": "WAI-ARIA-PRACTICES-1.2", + "url": "https://www.w3.org/TR/wai-aria-practices-1.2/" + }, + { + "name": "WCAG21", + "url": "https://www.w3.org/TR/WCAG21/" + }, + { + "name": "XMLSCHEMA11-2", + "url": "https://www.w3.org/TR/xmlschema11-2/" + } + ] + } +} \ No newline at end of file diff --git a/tr/refs/wasm-core-1.json b/tr/refs/wasm-core-1.json deleted file mode 100644 index f0520e49ec15..000000000000 --- a/tr/refs/wasm-core-1.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "spec": { - "title": "WebAssembly Core Specification", - "url": "https://www.w3.org/TR/wasm-core-1/" - }, - "refs": { - "normative": [ - { - "name": "IEEE-754-2019", - "url": "http://ieeexplore.ieee.org/servlet/opac?punumber=4610933" - }, - { - "name": "RFC2119", - "url": "https://tools.ietf.org/html/rfc2119" - }, - { - "name": "UNICODE", - "url": "https://www.unicode.org/versions/latest/" - } - ], - "informative": [] - } -} \ No newline at end of file diff --git a/tr/refs/webgpu.json b/tr/refs/webgpu.json index a2821ea724a7..6d6cc2a8178c 100644 --- a/tr/refs/webgpu.json +++ b/tr/refs/webgpu.json @@ -47,6 +47,10 @@ } ], "informative": [ + { + "name": "SERVICE-WORKERS", + "url": "https://www.w3.org/TR/service-workers/" + }, { "name": "SourceMap", "url": "https://sourcemaps.info/spec.html"