diff --git a/ed/dfns/WGSL.json b/ed/dfns/WGSL.json index 2b672aabcd3d..9e91ac73d584 100644 --- a/ed/dfns/WGSL.json +++ b/ed/dfns/WGSL.json @@ -6186,6 +6186,234 @@ }, "definedIn": "prose" }, + { + "id": "call-site-tag", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#call-site-tag", + "linkingText": [ + "call site tag" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "uniformity-function", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#uniformity-function", + "title": "Analyzing the uniformity requirements of a function", + "number": "12.2.3" + }, + "definedIn": "prose" + }, + { + "id": "function-tag", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#function-tag", + "linkingText": [ + "function tag" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "uniformity-function", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#uniformity-function", + "title": "Analyzing the uniformity requirements of a function", + "number": "12.2.3" + }, + "definedIn": "prose" + }, + { + "id": "parameter-tag", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#parameter-tag", + "linkingText": [ + "parameter tag" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "uniformity-function", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#uniformity-function", + "title": "Analyzing the uniformity requirements of a function", + "number": "12.2.3" + }, + "definedIn": "prose" + }, + { + "id": "callsiterequiredtobeuniform", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#callsiterequiredtobeuniform", + "linkingText": [ + "CallSiteRequiredToBeUniform" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "uniformity-function", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#uniformity-function", + "title": "Analyzing the uniformity requirements of a function", + "number": "12.2.3" + }, + "definedIn": "table" + }, + { + "id": "callsitenorestriction", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#callsitenorestriction", + "linkingText": [ + "CallSiteNoRestriction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "uniformity-function", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#uniformity-function", + "title": "Analyzing the uniformity requirements of a function", + "number": "12.2.3" + }, + "definedIn": "table" + }, + { + "id": "subsequentcontrolflowmaybenonuniform", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#subsequentcontrolflowmaybenonuniform", + "linkingText": [ + "SubsequentControlFlowMayBeNonUniform" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "uniformity-function", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#uniformity-function", + "title": "Analyzing the uniformity requirements of a function", + "number": "12.2.3" + }, + "definedIn": "table" + }, + { + "id": "returnvaluemaybenonuniform", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#returnvaluemaybenonuniform", + "linkingText": [ + "ReturnValueMayBeNonUniform" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "uniformity-function", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#uniformity-function", + "title": "Analyzing the uniformity requirements of a function", + "number": "12.2.3" + }, + "definedIn": "table" + }, + { + "id": "norestriction", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#norestriction", + "linkingText": [ + "NoRestriction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "uniformity-function", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#uniformity-function", + "title": "Analyzing the uniformity requirements of a function", + "number": "12.2.3" + }, + "definedIn": "table" + }, + { + "id": "parameterrequiredtobeuniform", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#parameterrequiredtobeuniform", + "linkingText": [ + "ParameterRequiredToBeUniform" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "uniformity-function", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#uniformity-function", + "title": "Analyzing the uniformity requirements of a function", + "number": "12.2.3" + }, + "definedIn": "table" + }, + { + "id": "parameterrequiredtobeuniformforsubsequentcontrolflow", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#parameterrequiredtobeuniformforsubsequentcontrolflow", + "linkingText": [ + "ParameterRequiredToBeUniformForSubsequentControlFlow" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "uniformity-function", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#uniformity-function", + "title": "Analyzing the uniformity requirements of a function", + "number": "12.2.3" + }, + "definedIn": "table" + }, + { + "id": "parameterrequiredtobeuniformforreturnvalue", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#parameterrequiredtobeuniformforreturnvalue", + "linkingText": [ + "ParameterRequiredToBeUniformForReturnValue" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "uniformity-function", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#uniformity-function", + "title": "Analyzing the uniformity requirements of a function", + "number": "12.2.3" + }, + "definedIn": "table" + }, + { + "id": "parameternorestriction", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#parameternorestriction", + "linkingText": [ + "ParameterNoRestriction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "uniformity-function", + "href": "https://gpuweb.github.io/gpuweb/wgsl/#uniformity-function", + "title": "Analyzing the uniformity requirements of a function", + "number": "12.2.3" + }, + "definedIn": "table" + }, { "id": "compute-shader-stage-workgroup", "href": "https://gpuweb.github.io/gpuweb/wgsl/#compute-shader-stage-workgroup", diff --git a/ed/dfns/autoplay.json b/ed/dfns/autoplay-detection.json similarity index 100% rename from ed/dfns/autoplay.json rename to ed/dfns/autoplay-detection.json diff --git a/ed/dfns/fs.json b/ed/dfns/fs.json new file mode 100644 index 000000000000..791560e052b7 --- /dev/null +++ b/ed/dfns/fs.json @@ -0,0 +1,1474 @@ +{ + "spec": { + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" + }, + "dfns": [ + { + "id": "entry", + "href": "https://fs.spec.whatwg.org/#entry", + "linkingText": [ + "entry" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "entry-query-access", + "href": "https://fs.spec.whatwg.org/#entry-query-access", + "linkingText": [ + "query access" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "entry" + ], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "entry-request-access", + "href": "https://fs.spec.whatwg.org/#entry-request-access", + "linkingText": [ + "request access" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "entry" + ], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "entry-name", + "href": "https://fs.spec.whatwg.org/#entry-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "entry" + ], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "valid-file-name", + "href": "https://fs.spec.whatwg.org/#valid-file-name", + "linkingText": [ + "valid file name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "file", + "href": "https://fs.spec.whatwg.org/#file", + "linkingText": [ + "file", + "file entry" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "file-entry-binary-data", + "href": "https://fs.spec.whatwg.org/#file-entry-binary-data", + "linkingText": [ + "binary data" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "file entry" + ], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "file-entry-modification-timestamp", + "href": "https://fs.spec.whatwg.org/#file-entry-modification-timestamp", + "linkingText": [ + "modification timestamp" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "file entry" + ], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "directory", + "href": "https://fs.spec.whatwg.org/#directory", + "linkingText": [ + "directory", + "directory entry" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "directory-entry-children", + "href": "https://fs.spec.whatwg.org/#directory-entry-children", + "linkingText": [ + "children" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "directory entry" + ], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "entry-parent", + "href": "https://fs.spec.whatwg.org/#entry-parent", + "linkingText": [ + "parent" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "entry" + ], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "entry-the-same-as", + "href": "https://fs.spec.whatwg.org/#entry-the-same-as", + "linkingText": [ + "the same as" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "entry" + ], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "entry-resolve", + "href": "https://fs.spec.whatwg.org/#entry-resolve", + "linkingText": [ + "resolve" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "entry" + ], + "access": "private", + "informative": false, + "heading": { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "title": "Concepts", + "number": "2.1" + }, + "definedIn": "prose" + }, + { + "id": "enumdef-filesystemhandlekind", + "href": "https://fs.spec.whatwg.org/#enumdef-filesystemhandlekind", + "linkingText": [ + "FileSystemHandleKind" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemhandle", + "title": "The FileSystemHandle interface", + "number": "2.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemhandlekind-file", + "href": "https://fs.spec.whatwg.org/#dom-filesystemhandlekind-file", + "linkingText": [ + "\"file\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "FileSystemHandleKind" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemhandle", + "title": "The FileSystemHandle interface", + "number": "2.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemhandlekind-directory", + "href": "https://fs.spec.whatwg.org/#dom-filesystemhandlekind-directory", + "linkingText": [ + "\"directory\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "FileSystemHandleKind" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemhandle", + "title": "The FileSystemHandle interface", + "number": "2.2" + }, + "definedIn": "pre" + }, + { + "id": "filesystemhandle", + "href": "https://fs.spec.whatwg.org/#filesystemhandle", + "linkingText": [ + "FileSystemHandle" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemhandle", + "title": "The FileSystemHandle interface", + "number": "2.2" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemhandle-issameentry-other-other", + "href": "https://fs.spec.whatwg.org/#dom-filesystemhandle-issameentry-other-other", + "linkingText": [ + "other" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemHandle/isSameEntry(other)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemhandle", + "title": "The FileSystemHandle interface", + "number": "2.2" + }, + "definedIn": "pre" + }, + { + "id": "filesystemhandle-entry", + "href": "https://fs.spec.whatwg.org/#filesystemhandle-entry", + "linkingText": [ + "entry" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "FileSystemHandle" + ], + "access": "private", + "informative": false, + "heading": { + "id": "api-filesystemhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemhandle", + "title": "The FileSystemHandle interface", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemhandle-kind", + "href": "https://fs.spec.whatwg.org/#dom-filesystemhandle-kind", + "linkingText": [ + "kind" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "FileSystemHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemhandle", + "title": "The FileSystemHandle interface", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemhandle-name", + "href": "https://fs.spec.whatwg.org/#dom-filesystemhandle-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "FileSystemHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemhandle", + "title": "The FileSystemHandle interface", + "number": "2.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemhandle-issameentry", + "href": "https://fs.spec.whatwg.org/#dom-filesystemhandle-issameentry", + "linkingText": [ + "isSameEntry(other)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemhandle-issameentry", + "href": "https://fs.spec.whatwg.org/#api-filesystemhandle-issameentry", + "title": "The isSameEntry() method", + "number": "2.2.1" + }, + "definedIn": "prose" + }, + { + "id": "dictdef-filesystemcreatewritableoptions", + "href": "https://fs.spec.whatwg.org/#dictdef-filesystemcreatewritableoptions", + "linkingText": [ + "FileSystemCreateWritableOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemfilehandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemfilehandle", + "title": "The FileSystemFileHandle interface", + "number": "2.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemcreatewritableoptions-keepexistingdata", + "href": "https://fs.spec.whatwg.org/#dom-filesystemcreatewritableoptions-keepexistingdata", + "linkingText": [ + "keepExistingData" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "FileSystemCreateWritableOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemfilehandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemfilehandle", + "title": "The FileSystemFileHandle interface", + "number": "2.3" + }, + "definedIn": "pre" + }, + { + "id": "filesystemfilehandle", + "href": "https://fs.spec.whatwg.org/#filesystemfilehandle", + "linkingText": [ + "FileSystemFileHandle" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemfilehandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemfilehandle", + "title": "The FileSystemFileHandle interface", + "number": "2.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemfilehandle-createwritable-options-options", + "href": "https://fs.spec.whatwg.org/#dom-filesystemfilehandle-createwritable-options-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemFileHandle/createWritable(options)", + "FileSystemFileHandle/createWritable()" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemfilehandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemfilehandle", + "title": "The FileSystemFileHandle interface", + "number": "2.3" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemfilehandle-getfile", + "href": "https://fs.spec.whatwg.org/#dom-filesystemfilehandle-getfile", + "linkingText": [ + "getFile()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemFileHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemfilehandle-getfile", + "href": "https://fs.spec.whatwg.org/#api-filesystemfilehandle-getfile", + "title": "The getFile() method", + "number": "2.3.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemfilehandle-createwritable", + "href": "https://fs.spec.whatwg.org/#dom-filesystemfilehandle-createwritable", + "linkingText": [ + "createWritable(options)", + "createWritable()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemFileHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemfilehandle-createwritable", + "href": "https://fs.spec.whatwg.org/#api-filesystemfilehandle-createwritable", + "title": "The createWritable() method", + "number": "2.3.2" + }, + "definedIn": "prose" + }, + { + "id": "dictdef-filesystemgetfileoptions", + "href": "https://fs.spec.whatwg.org/#dictdef-filesystemgetfileoptions", + "linkingText": [ + "FileSystemGetFileOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", + "title": "The FileSystemDirectoryHandle interface", + "number": "2.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemgetfileoptions-create", + "href": "https://fs.spec.whatwg.org/#dom-filesystemgetfileoptions-create", + "linkingText": [ + "create" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "FileSystemGetFileOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", + "title": "The FileSystemDirectoryHandle interface", + "number": "2.4" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-filesystemgetdirectoryoptions", + "href": "https://fs.spec.whatwg.org/#dictdef-filesystemgetdirectoryoptions", + "linkingText": [ + "FileSystemGetDirectoryOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", + "title": "The FileSystemDirectoryHandle interface", + "number": "2.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemgetdirectoryoptions-create", + "href": "https://fs.spec.whatwg.org/#dom-filesystemgetdirectoryoptions-create", + "linkingText": [ + "create" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "FileSystemGetDirectoryOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", + "title": "The FileSystemDirectoryHandle interface", + "number": "2.4" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-filesystemremoveoptions", + "href": "https://fs.spec.whatwg.org/#dictdef-filesystemremoveoptions", + "linkingText": [ + "FileSystemRemoveOptions" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", + "title": "The FileSystemDirectoryHandle interface", + "number": "2.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemremoveoptions-recursive", + "href": "https://fs.spec.whatwg.org/#dom-filesystemremoveoptions-recursive", + "linkingText": [ + "recursive" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "FileSystemRemoveOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", + "title": "The FileSystemDirectoryHandle interface", + "number": "2.4" + }, + "definedIn": "pre" + }, + { + "id": "filesystemdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#filesystemdirectoryhandle", + "linkingText": [ + "FileSystemDirectoryHandle" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", + "title": "The FileSystemDirectoryHandle interface", + "number": "2.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemdirectoryhandle-getfilehandle-name-options-name", + "href": "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getfilehandle-name-options-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemDirectoryHandle/getFileHandle(name, options)", + "FileSystemDirectoryHandle/getFileHandle(name)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", + "title": "The FileSystemDirectoryHandle interface", + "number": "2.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemdirectoryhandle-getfilehandle-name-options-options", + "href": "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getfilehandle-name-options-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemDirectoryHandle/getFileHandle(name, options)", + "FileSystemDirectoryHandle/getFileHandle(name)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", + "title": "The FileSystemDirectoryHandle interface", + "number": "2.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemdirectoryhandle-getdirectoryhandle-name-options-name", + "href": "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getdirectoryhandle-name-options-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemDirectoryHandle/getDirectoryHandle(name, options)", + "FileSystemDirectoryHandle/getDirectoryHandle(name)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", + "title": "The FileSystemDirectoryHandle interface", + "number": "2.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemdirectoryhandle-getdirectoryhandle-name-options-options", + "href": "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getdirectoryhandle-name-options-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemDirectoryHandle/getDirectoryHandle(name, options)", + "FileSystemDirectoryHandle/getDirectoryHandle(name)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", + "title": "The FileSystemDirectoryHandle interface", + "number": "2.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemdirectoryhandle-removeentry-name-options-name", + "href": "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-removeentry-name-options-name", + "linkingText": [ + "name" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemDirectoryHandle/removeEntry(name, options)", + "FileSystemDirectoryHandle/removeEntry(name)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", + "title": "The FileSystemDirectoryHandle interface", + "number": "2.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemdirectoryhandle-removeentry-name-options-options", + "href": "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-removeentry-name-options-options", + "linkingText": [ + "options" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemDirectoryHandle/removeEntry(name, options)", + "FileSystemDirectoryHandle/removeEntry(name)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", + "title": "The FileSystemDirectoryHandle interface", + "number": "2.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemdirectoryhandle-resolve-possibledescendant-possibledescendant", + "href": "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-resolve-possibledescendant-possibledescendant", + "linkingText": [ + "possibleDescendant" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemDirectoryHandle/resolve(possibleDescendant)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", + "title": "The FileSystemDirectoryHandle interface", + "number": "2.4" + }, + "definedIn": "pre" + }, + { + "id": "filesystemdirectoryhandle-iterator-past-results", + "href": "https://fs.spec.whatwg.org/#filesystemdirectoryhandle-iterator-past-results", + "linkingText": [ + "past results" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "FileSystemDirectoryHandle-iterator" + ], + "access": "private", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle-asynciterable", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-asynciterable", + "title": "Directory iteration", + "number": "2.4.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemdirectoryhandle-getfilehandle", + "href": "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getfilehandle", + "linkingText": [ + "getFileHandle(name, options)", + "getFileHandle(name)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemDirectoryHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle-getfilehandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-getfilehandle", + "title": "The getFileHandle() method", + "number": "2.4.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemdirectoryhandle-getdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getdirectoryhandle", + "linkingText": [ + "getDirectoryHandle(name, options)", + "getDirectoryHandle(name)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemDirectoryHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle-getdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-getdirectoryhandle", + "title": "The getDirectoryHandle() method", + "number": "2.4.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemdirectoryhandle-removeentry", + "href": "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-removeentry", + "linkingText": [ + "removeEntry(name, options)", + "removeEntry(name)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemDirectoryHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle-removeentry", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-removeentry", + "title": "The removeEntry() method", + "number": "2.4.4" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemdirectoryhandle-resolve", + "href": "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-resolve", + "linkingText": [ + "resolve(possibleDescendant)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemDirectoryHandle" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemdirectoryhandle-resolve", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-resolve", + "title": "The resolve() method", + "number": "2.4.5" + }, + "definedIn": "prose" + }, + { + "id": "enumdef-writecommandtype", + "href": "https://fs.spec.whatwg.org/#enumdef-writecommandtype", + "linkingText": [ + "WriteCommandType" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-writecommandtype-write", + "href": "https://fs.spec.whatwg.org/#dom-writecommandtype-write", + "linkingText": [ + "\"write\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "WriteCommandType" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-writecommandtype-seek", + "href": "https://fs.spec.whatwg.org/#dom-writecommandtype-seek", + "linkingText": [ + "\"seek\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "WriteCommandType" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-writecommandtype-truncate", + "href": "https://fs.spec.whatwg.org/#dom-writecommandtype-truncate", + "linkingText": [ + "\"truncate\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "WriteCommandType" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "pre" + }, + { + "id": "dictdef-writeparams", + "href": "https://fs.spec.whatwg.org/#dictdef-writeparams", + "linkingText": [ + "WriteParams" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-writeparams-type", + "href": "https://fs.spec.whatwg.org/#dom-writeparams-type", + "linkingText": [ + "type" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "WriteParams" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-writeparams-size", + "href": "https://fs.spec.whatwg.org/#dom-writeparams-size", + "linkingText": [ + "size" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "WriteParams" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-writeparams-position", + "href": "https://fs.spec.whatwg.org/#dom-writeparams-position", + "linkingText": [ + "position" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "WriteParams" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-writeparams-data", + "href": "https://fs.spec.whatwg.org/#dom-writeparams-data", + "linkingText": [ + "data" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "WriteParams" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "pre" + }, + { + "id": "typedefdef-filesystemwritechunktype", + "href": "https://fs.spec.whatwg.org/#typedefdef-filesystemwritechunktype", + "linkingText": [ + "FileSystemWriteChunkType" + ], + "localLinkingText": [], + "type": "typedef", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "pre" + }, + { + "id": "filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#filesystemwritablefilestream", + "linkingText": [ + "FileSystemWritableFileStream" + ], + "localLinkingText": [], + "type": "interface", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemwritablefilestream-write-data-data", + "href": "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-write-data-data", + "linkingText": [ + "data" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemWritableFileStream/write(data)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemwritablefilestream-seek-position-position", + "href": "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-seek-position-position", + "linkingText": [ + "position" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemWritableFileStream/seek(position)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "pre" + }, + { + "id": "dom-filesystemwritablefilestream-truncate-size-size", + "href": "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-truncate-size-size", + "linkingText": [ + "size" + ], + "localLinkingText": [], + "type": "argument", + "for": [ + "FileSystemWritableFileStream/truncate(size)" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "pre" + }, + { + "id": "filesystemwritablefilestream-file", + "href": "https://fs.spec.whatwg.org/#filesystemwritablefilestream-file", + "linkingText": [ + "[[file]]" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "FileSystemWritableFileStream" + ], + "access": "private", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "prose" + }, + { + "id": "filesystemwritablefilestream-buffer", + "href": "https://fs.spec.whatwg.org/#filesystemwritablefilestream-buffer", + "linkingText": [ + "[[buffer]]" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "FileSystemWritableFileStream" + ], + "access": "private", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "prose" + }, + { + "id": "filesystemwritablefilestream-seekoffset", + "href": "https://fs.spec.whatwg.org/#filesystemwritablefilestream-seekoffset", + "linkingText": [ + "[[seekOffset]]" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "FileSystemWritableFileStream" + ], + "access": "private", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "prose" + }, + { + "id": "create-a-new-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#create-a-new-filesystemwritablefilestream", + "linkingText": [ + "create a new FileSystemWritableFileStream" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "prose" + }, + { + "id": "write-a-chunk", + "href": "https://fs.spec.whatwg.org/#write-a-chunk", + "linkingText": [ + "write a chunk" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemwritablefilestream-write", + "href": "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-write", + "linkingText": [ + "write(data)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemWritableFileStream" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream-write", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream-write", + "title": "The write() method", + "number": "2.5.1" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemwritablefilestream-seek", + "href": "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-seek", + "linkingText": [ + "seek(position)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemWritableFileStream" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream-seek", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream-seek", + "title": "The seek() method", + "number": "2.5.2" + }, + "definedIn": "prose" + }, + { + "id": "dom-filesystemwritablefilestream-truncate", + "href": "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-truncate", + "linkingText": [ + "truncate(size)" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "FileSystemWritableFileStream" + ], + "access": "public", + "informative": false, + "heading": { + "id": "api-filesystemwritablefilestream-truncate", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream-truncate", + "title": "The truncate() method", + "number": "2.5.3" + }, + "definedIn": "prose" + }, + { + "id": "origin-private-file-system", + "href": "https://fs.spec.whatwg.org/#origin-private-file-system", + "linkingText": [ + "origin private file system" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "sandboxed-filesystem", + "href": "https://fs.spec.whatwg.org/#sandboxed-filesystem", + "title": "Accessing the Origin Private File System", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "dom-storagemanager-getdirectory", + "href": "https://fs.spec.whatwg.org/#dom-storagemanager-getdirectory", + "linkingText": [ + "getDirectory()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "StorageManager" + ], + "access": "public", + "informative": false, + "heading": { + "id": "sandboxed-filesystem", + "href": "https://fs.spec.whatwg.org/#sandboxed-filesystem", + "title": "Accessing the Origin Private File System", + "number": "3" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/ed/headings/IFT.json b/ed/headings/IFT.json index 8e4b930f6c88..9cb6bdaedfd2 100644 --- a/ed/headings/IFT.json +++ b/ed/headings/IFT.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://w3c.github.io/IFT/Overview.html#subtitle", "level": 2, - "title": "Editor’s Draft, 16 March 2022" + "title": "Editor’s Draft, 25 March 2022" }, { "id": "abstract", diff --git a/ed/headings/autoplay.json b/ed/headings/autoplay-detection.json similarity index 100% rename from ed/headings/autoplay.json rename to ed/headings/autoplay-detection.json diff --git a/ed/headings/fs.json b/ed/headings/fs.json new file mode 100644 index 000000000000..c1bcf8adf841 --- /dev/null +++ b/ed/headings/fs.json @@ -0,0 +1,213 @@ +{ + "spec": { + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" + }, + "headings": [ + { + "id": "title", + "href": "https://fs.spec.whatwg.org/#title", + "level": 1, + "title": "File System" + }, + { + "id": "subtitle", + "href": "https://fs.spec.whatwg.org/#subtitle", + "level": 2, + "title": "Living Standard — Last Updated 21 March 2022" + }, + { + "id": "abstract", + "href": "https://fs.spec.whatwg.org/#abstract", + "level": 2, + "title": "Abstract" + }, + { + "id": "toc", + "href": "https://fs.spec.whatwg.org/#toc", + "level": 2, + "title": "Table of Contents" + }, + { + "id": "introduction", + "href": "https://fs.spec.whatwg.org/#introduction", + "level": 2, + "title": "Introduction", + "number": "1" + }, + { + "id": "files-and-directories", + "href": "https://fs.spec.whatwg.org/#files-and-directories", + "level": 2, + "title": "Files and Directories", + "number": "2" + }, + { + "id": "concepts", + "href": "https://fs.spec.whatwg.org/#concepts", + "level": 3, + "title": "Concepts", + "number": "2.1" + }, + { + "id": "api-filesystemhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemhandle", + "level": 3, + "title": "The FileSystemHandle interface", + "number": "2.2" + }, + { + "id": "api-filesystemhandle-issameentry", + "href": "https://fs.spec.whatwg.org/#api-filesystemhandle-issameentry", + "level": 4, + "title": "The isSameEntry() method", + "number": "2.2.1" + }, + { + "id": "api-filesystemfilehandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemfilehandle", + "level": 3, + "title": "The FileSystemFileHandle interface", + "number": "2.3" + }, + { + "id": "api-filesystemfilehandle-getfile", + "href": "https://fs.spec.whatwg.org/#api-filesystemfilehandle-getfile", + "level": 4, + "title": "The getFile() method", + "number": "2.3.1" + }, + { + "id": "api-filesystemfilehandle-createwritable", + "href": "https://fs.spec.whatwg.org/#api-filesystemfilehandle-createwritable", + "level": 4, + "title": "The createWritable() method", + "number": "2.3.2" + }, + { + "id": "api-filesystemdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", + "level": 3, + "title": "The FileSystemDirectoryHandle interface", + "number": "2.4" + }, + { + "id": "api-filesystemdirectoryhandle-asynciterable", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-asynciterable", + "level": 4, + "title": "Directory iteration", + "number": "2.4.1" + }, + { + "id": "api-filesystemdirectoryhandle-getfilehandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-getfilehandle", + "level": 4, + "title": "The getFileHandle() method", + "number": "2.4.2" + }, + { + "id": "api-filesystemdirectoryhandle-getdirectoryhandle", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-getdirectoryhandle", + "level": 4, + "title": "The getDirectoryHandle() method", + "number": "2.4.3" + }, + { + "id": "api-filesystemdirectoryhandle-removeentry", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-removeentry", + "level": 4, + "title": "The removeEntry() method", + "number": "2.4.4" + }, + { + "id": "api-filesystemdirectoryhandle-resolve", + "href": "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-resolve", + "level": 4, + "title": "The resolve() method", + "number": "2.4.5" + }, + { + "id": "api-filesystemwritablefilestream", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "level": 3, + "title": "The FileSystemWritableFileStream interface", + "number": "2.5" + }, + { + "id": "api-filesystemwritablefilestream-write", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream-write", + "level": 4, + "title": "The write() method", + "number": "2.5.1" + }, + { + "id": "api-filesystemwritablefilestream-seek", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream-seek", + "level": 4, + "title": "The seek() method", + "number": "2.5.2" + }, + { + "id": "api-filesystemwritablefilestream-truncate", + "href": "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream-truncate", + "level": 4, + "title": "The truncate() method", + "number": "2.5.3" + }, + { + "id": "sandboxed-filesystem", + "href": "https://fs.spec.whatwg.org/#sandboxed-filesystem", + "level": 2, + "title": "Accessing the Origin Private File System", + "number": "3" + }, + { + "id": "acks", + "href": "https://fs.spec.whatwg.org/#acks", + "level": 2, + "title": "Acknowledgments" + }, + { + "id": "ipr", + "href": "https://fs.spec.whatwg.org/#ipr", + "level": 2, + "title": "Intellectual property rights" + }, + { + "id": "index", + "href": "https://fs.spec.whatwg.org/#index", + "level": 2, + "title": "Index" + }, + { + "id": "index-defined-here", + "href": "https://fs.spec.whatwg.org/#index-defined-here", + "level": 3, + "title": "Terms defined by this specification" + }, + { + "id": "index-defined-elsewhere", + "href": "https://fs.spec.whatwg.org/#index-defined-elsewhere", + "level": 3, + "title": "Terms defined by reference" + }, + { + "id": "references", + "href": "https://fs.spec.whatwg.org/#references", + "level": 2, + "title": "References" + }, + { + "id": "normative", + "href": "https://fs.spec.whatwg.org/#normative", + "level": 3, + "title": "Normative References" + }, + { + "id": "idl-index", + "href": "https://fs.spec.whatwg.org/#idl-index", + "level": 2, + "title": "IDL Index" + } + ] +} \ No newline at end of file diff --git a/ed/idl/autoplay.idl b/ed/idl/autoplay-detection.idl similarity index 100% rename from ed/idl/autoplay.idl rename to ed/idl/autoplay-detection.idl diff --git a/ed/idl/fs.idl b/ed/idl/fs.idl new file mode 100644 index 000000000000..9263ca7dbeec --- /dev/null +++ b/ed/idl/fs.idl @@ -0,0 +1,78 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: File System Standard (https://fs.spec.whatwg.org/) + +enum FileSystemHandleKind { + "file", + "directory", +}; + +[Exposed=(Window,Worker), SecureContext, Serializable] +interface FileSystemHandle { + readonly attribute FileSystemHandleKind kind; + readonly attribute USVString name; + + Promise isSameEntry(FileSystemHandle other); +}; + +dictionary FileSystemCreateWritableOptions { + boolean keepExistingData = false; +}; + +[Exposed=(Window,Worker), SecureContext, Serializable] +interface FileSystemFileHandle : FileSystemHandle { + Promise getFile(); + Promise createWritable(optional FileSystemCreateWritableOptions options = {}); +}; + +dictionary FileSystemGetFileOptions { + boolean create = false; +}; + +dictionary FileSystemGetDirectoryOptions { + boolean create = false; +}; + +dictionary FileSystemRemoveOptions { + boolean recursive = false; +}; + +[Exposed=(Window,Worker), SecureContext, Serializable] +interface FileSystemDirectoryHandle : FileSystemHandle { + async iterable; + + Promise getFileHandle(USVString name, optional FileSystemGetFileOptions options = {}); + Promise getDirectoryHandle(USVString name, optional FileSystemGetDirectoryOptions options = {}); + + Promise removeEntry(USVString name, optional FileSystemRemoveOptions options = {}); + + Promise?> resolve(FileSystemHandle possibleDescendant); +}; + +enum WriteCommandType { + "write", + "seek", + "truncate", +}; + +dictionary WriteParams { + required WriteCommandType type; + unsigned long long? size; + unsigned long long? position; + (BufferSource or Blob or USVString)? data; +}; + +typedef (BufferSource or Blob or USVString or WriteParams) FileSystemWriteChunkType; + +[Exposed=(Window,Worker), SecureContext] +interface FileSystemWritableFileStream : WritableStream { + Promise write(FileSystemWriteChunkType data); + Promise seek(unsigned long long position); + Promise truncate(unsigned long long size); +}; + +[SecureContext] +partial interface StorageManager { + Promise getDirectory(); +}; diff --git a/ed/idlnames/AutoplayPolicy.idl b/ed/idlnames/AutoplayPolicy.idl index 5e32c2d5ddc0..3f45af9529df 100644 --- a/ed/idlnames/AutoplayPolicy.idl +++ b/ed/idlnames/AutoplayPolicy.idl @@ -1,4 +1,4 @@ -// Source: Autoplay Policy Detection (https://w3c.github.io/autoplay/) +// Source: Autoplay Policy Detection (https://www.w3.org/TR/autoplay-detection/) enum AutoplayPolicy { "allowed", "allowed-muted", diff --git a/ed/idlnames/AutoplayPolicyMediaType.idl b/ed/idlnames/AutoplayPolicyMediaType.idl index 1304d35d0da3..41815429341e 100644 --- a/ed/idlnames/AutoplayPolicyMediaType.idl +++ b/ed/idlnames/AutoplayPolicyMediaType.idl @@ -1,2 +1,2 @@ -// Source: Autoplay Policy Detection (https://w3c.github.io/autoplay/) +// Source: Autoplay Policy Detection (https://www.w3.org/TR/autoplay-detection/) enum AutoplayPolicyMediaType { "mediaelement", "audiocontext" }; \ No newline at end of file diff --git a/ed/idlnames/FileSystemCreateWritableOptions.idl b/ed/idlnames/FileSystemCreateWritableOptions.idl index 41785a5cb43e..9396f29fbf4f 100644 --- a/ed/idlnames/FileSystemCreateWritableOptions.idl +++ b/ed/idlnames/FileSystemCreateWritableOptions.idl @@ -1,4 +1,4 @@ -// Source: File System Access (https://wicg.github.io/file-system-access/) +// Source: File System Standard (https://fs.spec.whatwg.org/) dictionary FileSystemCreateWritableOptions { boolean keepExistingData = false; }; \ No newline at end of file diff --git a/ed/idlnames/FileSystemDirectoryHandle.idl b/ed/idlnames/FileSystemDirectoryHandle.idl index daf3a91c7efe..332b345a367f 100644 --- a/ed/idlnames/FileSystemDirectoryHandle.idl +++ b/ed/idlnames/FileSystemDirectoryHandle.idl @@ -1,4 +1,4 @@ -// Source: File System Access (https://wicg.github.io/file-system-access/) +// Source: File System Standard (https://fs.spec.whatwg.org/) [Exposed=(Window,Worker), SecureContext, Serializable] interface FileSystemDirectoryHandle : FileSystemHandle { async iterable; diff --git a/ed/idlnames/FileSystemFileHandle.idl b/ed/idlnames/FileSystemFileHandle.idl index 37aae9af9c15..37fed41ea0fc 100644 --- a/ed/idlnames/FileSystemFileHandle.idl +++ b/ed/idlnames/FileSystemFileHandle.idl @@ -1,4 +1,4 @@ -// Source: File System Access (https://wicg.github.io/file-system-access/) +// Source: File System Standard (https://fs.spec.whatwg.org/) [Exposed=(Window,Worker), SecureContext, Serializable] interface FileSystemFileHandle : FileSystemHandle { Promise getFile(); diff --git a/ed/idlnames/FileSystemGetDirectoryOptions.idl b/ed/idlnames/FileSystemGetDirectoryOptions.idl index f715a4d9de21..1ce53c529203 100644 --- a/ed/idlnames/FileSystemGetDirectoryOptions.idl +++ b/ed/idlnames/FileSystemGetDirectoryOptions.idl @@ -1,4 +1,4 @@ -// Source: File System Access (https://wicg.github.io/file-system-access/) +// Source: File System Standard (https://fs.spec.whatwg.org/) dictionary FileSystemGetDirectoryOptions { boolean create = false; }; \ No newline at end of file diff --git a/ed/idlnames/FileSystemGetFileOptions.idl b/ed/idlnames/FileSystemGetFileOptions.idl index be66f278d648..9e99220e48b9 100644 --- a/ed/idlnames/FileSystemGetFileOptions.idl +++ b/ed/idlnames/FileSystemGetFileOptions.idl @@ -1,4 +1,4 @@ -// Source: File System Access (https://wicg.github.io/file-system-access/) +// Source: File System Standard (https://fs.spec.whatwg.org/) dictionary FileSystemGetFileOptions { boolean create = false; }; \ No newline at end of file diff --git a/ed/idlnames/FileSystemHandle.idl b/ed/idlnames/FileSystemHandle.idl index 5c5cb6ae1544..bc00b42639ee 100644 --- a/ed/idlnames/FileSystemHandle.idl +++ b/ed/idlnames/FileSystemHandle.idl @@ -1,11 +1,8 @@ -// Source: File System Access (https://wicg.github.io/file-system-access/) +// Source: File System Standard (https://fs.spec.whatwg.org/) [Exposed=(Window,Worker), SecureContext, Serializable] interface FileSystemHandle { readonly attribute FileSystemHandleKind kind; readonly attribute USVString name; Promise isSameEntry(FileSystemHandle other); - - Promise queryPermission(optional FileSystemHandlePermissionDescriptor descriptor = {}); - Promise requestPermission(optional FileSystemHandlePermissionDescriptor descriptor = {}); }; \ No newline at end of file diff --git a/ed/idlnames/FileSystemHandleKind.idl b/ed/idlnames/FileSystemHandleKind.idl index ef9a56fcec20..6507f6a528a0 100644 --- a/ed/idlnames/FileSystemHandleKind.idl +++ b/ed/idlnames/FileSystemHandleKind.idl @@ -1,4 +1,4 @@ -// Source: File System Access (https://wicg.github.io/file-system-access/) +// Source: File System Standard (https://fs.spec.whatwg.org/) enum FileSystemHandleKind { "file", "directory", diff --git a/ed/idlnames/FileSystemRemoveOptions.idl b/ed/idlnames/FileSystemRemoveOptions.idl index 7daac79bb3fb..266c5ce57457 100644 --- a/ed/idlnames/FileSystemRemoveOptions.idl +++ b/ed/idlnames/FileSystemRemoveOptions.idl @@ -1,4 +1,4 @@ -// Source: File System Access (https://wicg.github.io/file-system-access/) +// Source: File System Standard (https://fs.spec.whatwg.org/) dictionary FileSystemRemoveOptions { boolean recursive = false; }; \ No newline at end of file diff --git a/ed/idlnames/FileSystemWritableFileStream.idl b/ed/idlnames/FileSystemWritableFileStream.idl index 7c1773d081a0..3e4e518f33bc 100644 --- a/ed/idlnames/FileSystemWritableFileStream.idl +++ b/ed/idlnames/FileSystemWritableFileStream.idl @@ -1,4 +1,4 @@ -// Source: File System Access (https://wicg.github.io/file-system-access/) +// Source: File System Standard (https://fs.spec.whatwg.org/) [Exposed=(Window,Worker), SecureContext] interface FileSystemWritableFileStream : WritableStream { Promise write(FileSystemWriteChunkType data); diff --git a/ed/idlnames/FileSystemWriteChunkType.idl b/ed/idlnames/FileSystemWriteChunkType.idl index d1ccc53c63d4..5f6fba2ef603 100644 --- a/ed/idlnames/FileSystemWriteChunkType.idl +++ b/ed/idlnames/FileSystemWriteChunkType.idl @@ -1,2 +1,2 @@ -// Source: File System Access (https://wicg.github.io/file-system-access/) +// Source: File System Standard (https://fs.spec.whatwg.org/) typedef (BufferSource or Blob or USVString or WriteParams) FileSystemWriteChunkType; \ No newline at end of file diff --git a/ed/idlnames/Navigator.idl b/ed/idlnames/Navigator.idl index 416a93f97cda..4fff0f33f816 100644 --- a/ed/idlnames/Navigator.idl +++ b/ed/idlnames/Navigator.idl @@ -28,14 +28,6 @@ Navigator includes NavigatorConcurrentHardware; // Source: Storage Standard (https://storage.spec.whatwg.org/) Navigator includes NavigatorStorage; -// Source: Autoplay Policy Detection (https://w3c.github.io/autoplay/) -[Exposed=Window] -partial interface Navigator { - AutoplayPolicy getAutoplayPolicy(AutoplayPolicyMediaType type); - AutoplayPolicy getAutoplayPolicy(HTMLMediaElement element); - AutoplayPolicy getAutoplayPolicy(AudioContext context); -}; - // Source: Badging API (https://w3c.github.io/badging/) // Methods only exposed on documents. [SecureContext] @@ -117,6 +109,14 @@ partial interface Navigator { [SameObject] readonly attribute WindowControlsOverlay windowControlsOverlay; }; +// Source: Autoplay Policy Detection (https://www.w3.org/TR/autoplay-detection/) +[Exposed=Window] +partial interface Navigator { + AutoplayPolicy getAutoplayPolicy(AutoplayPolicyMediaType type); + AutoplayPolicy getAutoplayPolicy(HTMLMediaElement element); + AutoplayPolicy getAutoplayPolicy(AudioContext context); +}; + // Source: Battery Status API (https://www.w3.org/TR/battery-status/) [SecureContext] partial interface Navigator { diff --git a/ed/idlnames/StorageManager.idl b/ed/idlnames/StorageManager.idl index ef649c194fcd..1316f62c3938 100644 --- a/ed/idlnames/StorageManager.idl +++ b/ed/idlnames/StorageManager.idl @@ -8,6 +8,12 @@ interface StorageManager { Promise estimate(); }; +// Source: File System Standard (https://fs.spec.whatwg.org/) +[SecureContext] +partial interface StorageManager { + Promise getDirectory(); +}; + // Source: File System Access (https://wicg.github.io/file-system-access/) [SecureContext] partial interface StorageManager { diff --git a/ed/idlnames/WriteCommandType.idl b/ed/idlnames/WriteCommandType.idl index 19d4561cb457..f13186759432 100644 --- a/ed/idlnames/WriteCommandType.idl +++ b/ed/idlnames/WriteCommandType.idl @@ -1,4 +1,4 @@ -// Source: File System Access (https://wicg.github.io/file-system-access/) +// Source: File System Standard (https://fs.spec.whatwg.org/) enum WriteCommandType { "write", "seek", diff --git a/ed/idlnames/WriteParams.idl b/ed/idlnames/WriteParams.idl index 068aa4af849d..f9a00d2d24e4 100644 --- a/ed/idlnames/WriteParams.idl +++ b/ed/idlnames/WriteParams.idl @@ -1,4 +1,4 @@ -// Source: File System Access (https://wicg.github.io/file-system-access/) +// Source: File System Standard (https://fs.spec.whatwg.org/) dictionary WriteParams { required WriteCommandType type; unsigned long long? size; diff --git a/ed/idlnamesparsed/AutoplayPolicy.json b/ed/idlnamesparsed/AutoplayPolicy.json index d834b2a21184..6feef95a724b 100644 --- a/ed/idlnamesparsed/AutoplayPolicy.json +++ b/ed/idlnamesparsed/AutoplayPolicy.json @@ -4,7 +4,7 @@ "defined": { "spec": { "title": "Autoplay Policy Detection", - "url": "https://w3c.github.io/autoplay/" + "url": "https://www.w3.org/TR/autoplay-detection/" }, "fragment": "enum AutoplayPolicy {\n \"allowed\",\n \"allowed-muted\",\n \"disallowed\"\n};", "href": "https://w3c.github.io/autoplay/#enumdef-autoplaypolicy" diff --git a/ed/idlnamesparsed/AutoplayPolicyMediaType.json b/ed/idlnamesparsed/AutoplayPolicyMediaType.json index 4487a141b60e..771e71d3a59b 100644 --- a/ed/idlnamesparsed/AutoplayPolicyMediaType.json +++ b/ed/idlnamesparsed/AutoplayPolicyMediaType.json @@ -4,7 +4,7 @@ "defined": { "spec": { "title": "Autoplay Policy Detection", - "url": "https://w3c.github.io/autoplay/" + "url": "https://www.w3.org/TR/autoplay-detection/" }, "fragment": "enum AutoplayPolicyMediaType { \"mediaelement\", \"audiocontext\" };", "href": "https://w3c.github.io/autoplay/#enumdef-autoplaypolicymediatype" diff --git a/ed/idlnamesparsed/FileSystemCreateWritableOptions.json b/ed/idlnamesparsed/FileSystemCreateWritableOptions.json index cf2c331327d8..0d643fe57415 100644 --- a/ed/idlnamesparsed/FileSystemCreateWritableOptions.json +++ b/ed/idlnamesparsed/FileSystemCreateWritableOptions.json @@ -3,11 +3,11 @@ "type": "dictionary", "defined": { "spec": { - "title": "File System Access", - "url": "https://wicg.github.io/file-system-access/" + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" }, "fragment": "dictionary FileSystemCreateWritableOptions {\n boolean keepExistingData = false;\n};", - "href": "https://wicg.github.io/file-system-access/#dictdef-filesystemcreatewritableoptions" + "href": "https://fs.spec.whatwg.org/#dictdef-filesystemcreatewritableoptions" }, "extended": [], "inheritance": null, diff --git a/ed/idlnamesparsed/FileSystemDirectoryHandle.json b/ed/idlnamesparsed/FileSystemDirectoryHandle.json index 3fede150c812..a52f0b2b6c13 100644 --- a/ed/idlnamesparsed/FileSystemDirectoryHandle.json +++ b/ed/idlnamesparsed/FileSystemDirectoryHandle.json @@ -3,11 +3,11 @@ "type": "interface", "defined": { "spec": { - "title": "File System Access", - "url": "https://wicg.github.io/file-system-access/" + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" }, "fragment": "[Exposed=(Window,Worker), SecureContext, Serializable]\ninterface FileSystemDirectoryHandle : FileSystemHandle {\n async iterable;\n\n Promise getFileHandle(USVString name, optional FileSystemGetFileOptions options = {});\n Promise getDirectoryHandle(USVString name, optional FileSystemGetDirectoryOptions options = {});\n\n Promise removeEntry(USVString name, optional FileSystemRemoveOptions options = {});\n\n Promise?> resolve(FileSystemHandle possibleDescendant);\n};", - "href": "https://wicg.github.io/file-system-access/#filesystemdirectoryhandle" + "href": "https://fs.spec.whatwg.org/#filesystemdirectoryhandle" }, "extended": [], "inheritance": { @@ -15,11 +15,11 @@ "type": "interface", "defined": { "spec": { - "title": "File System Access", - "url": "https://wicg.github.io/file-system-access/" + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" }, - "fragment": "[Exposed=(Window,Worker), SecureContext, Serializable]\ninterface FileSystemHandle {\n readonly attribute FileSystemHandleKind kind;\n readonly attribute USVString name;\n\n Promise isSameEntry(FileSystemHandle other);\n\n Promise queryPermission(optional FileSystemHandlePermissionDescriptor descriptor = {});\n Promise requestPermission(optional FileSystemHandlePermissionDescriptor descriptor = {});\n};", - "href": "https://wicg.github.io/file-system-access/#filesystemhandle" + "fragment": "[Exposed=(Window,Worker), SecureContext, Serializable]\ninterface FileSystemHandle {\n readonly attribute FileSystemHandleKind kind;\n readonly attribute USVString name;\n\n Promise isSameEntry(FileSystemHandle other);\n};", + "href": "https://fs.spec.whatwg.org/#filesystemhandle" }, "extended": [], "inheritance": null, diff --git a/ed/idlnamesparsed/FileSystemFileHandle.json b/ed/idlnamesparsed/FileSystemFileHandle.json index c40e3ed24c57..f30a409400c7 100644 --- a/ed/idlnamesparsed/FileSystemFileHandle.json +++ b/ed/idlnamesparsed/FileSystemFileHandle.json @@ -3,11 +3,11 @@ "type": "interface", "defined": { "spec": { - "title": "File System Access", - "url": "https://wicg.github.io/file-system-access/" + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" }, "fragment": "[Exposed=(Window,Worker), SecureContext, Serializable]\ninterface FileSystemFileHandle : FileSystemHandle {\n Promise getFile();\n Promise createWritable(optional FileSystemCreateWritableOptions options = {});\n};", - "href": "https://wicg.github.io/file-system-access/#filesystemfilehandle" + "href": "https://fs.spec.whatwg.org/#filesystemfilehandle" }, "extended": [], "inheritance": { @@ -15,11 +15,11 @@ "type": "interface", "defined": { "spec": { - "title": "File System Access", - "url": "https://wicg.github.io/file-system-access/" + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" }, - "fragment": "[Exposed=(Window,Worker), SecureContext, Serializable]\ninterface FileSystemHandle {\n readonly attribute FileSystemHandleKind kind;\n readonly attribute USVString name;\n\n Promise isSameEntry(FileSystemHandle other);\n\n Promise queryPermission(optional FileSystemHandlePermissionDescriptor descriptor = {});\n Promise requestPermission(optional FileSystemHandlePermissionDescriptor descriptor = {});\n};", - "href": "https://wicg.github.io/file-system-access/#filesystemhandle" + "fragment": "[Exposed=(Window,Worker), SecureContext, Serializable]\ninterface FileSystemHandle {\n readonly attribute FileSystemHandleKind kind;\n readonly attribute USVString name;\n\n Promise isSameEntry(FileSystemHandle other);\n};", + "href": "https://fs.spec.whatwg.org/#filesystemhandle" }, "extended": [], "inheritance": null, diff --git a/ed/idlnamesparsed/FileSystemGetDirectoryOptions.json b/ed/idlnamesparsed/FileSystemGetDirectoryOptions.json index 376efb54ce9c..545f032d5697 100644 --- a/ed/idlnamesparsed/FileSystemGetDirectoryOptions.json +++ b/ed/idlnamesparsed/FileSystemGetDirectoryOptions.json @@ -3,11 +3,11 @@ "type": "dictionary", "defined": { "spec": { - "title": "File System Access", - "url": "https://wicg.github.io/file-system-access/" + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" }, "fragment": "dictionary FileSystemGetDirectoryOptions {\n boolean create = false;\n};", - "href": "https://wicg.github.io/file-system-access/#dictdef-filesystemgetdirectoryoptions" + "href": "https://fs.spec.whatwg.org/#dictdef-filesystemgetdirectoryoptions" }, "extended": [], "inheritance": null, diff --git a/ed/idlnamesparsed/FileSystemGetFileOptions.json b/ed/idlnamesparsed/FileSystemGetFileOptions.json index 056e78188e0b..d70917c1124f 100644 --- a/ed/idlnamesparsed/FileSystemGetFileOptions.json +++ b/ed/idlnamesparsed/FileSystemGetFileOptions.json @@ -3,11 +3,11 @@ "type": "dictionary", "defined": { "spec": { - "title": "File System Access", - "url": "https://wicg.github.io/file-system-access/" + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" }, "fragment": "dictionary FileSystemGetFileOptions {\n boolean create = false;\n};", - "href": "https://wicg.github.io/file-system-access/#dictdef-filesystemgetfileoptions" + "href": "https://fs.spec.whatwg.org/#dictdef-filesystemgetfileoptions" }, "extended": [], "inheritance": null, diff --git a/ed/idlnamesparsed/FileSystemHandle.json b/ed/idlnamesparsed/FileSystemHandle.json index 4a801cac6348..db6f98560ab6 100644 --- a/ed/idlnamesparsed/FileSystemHandle.json +++ b/ed/idlnamesparsed/FileSystemHandle.json @@ -3,11 +3,11 @@ "type": "interface", "defined": { "spec": { - "title": "File System Access", - "url": "https://wicg.github.io/file-system-access/" + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" }, - "fragment": "[Exposed=(Window,Worker), SecureContext, Serializable]\ninterface FileSystemHandle {\n readonly attribute FileSystemHandleKind kind;\n readonly attribute USVString name;\n\n Promise isSameEntry(FileSystemHandle other);\n\n Promise queryPermission(optional FileSystemHandlePermissionDescriptor descriptor = {});\n Promise requestPermission(optional FileSystemHandlePermissionDescriptor descriptor = {});\n};", - "href": "https://wicg.github.io/file-system-access/#filesystemhandle" + "fragment": "[Exposed=(Window,Worker), SecureContext, Serializable]\ninterface FileSystemHandle {\n readonly attribute FileSystemHandleKind kind;\n readonly attribute USVString name;\n\n Promise isSameEntry(FileSystemHandle other);\n};", + "href": "https://fs.spec.whatwg.org/#filesystemhandle" }, "extended": [], "inheritance": null, diff --git a/ed/idlnamesparsed/FileSystemHandleKind.json b/ed/idlnamesparsed/FileSystemHandleKind.json index 866b300d0a4d..0bc2cd7b5efa 100644 --- a/ed/idlnamesparsed/FileSystemHandleKind.json +++ b/ed/idlnamesparsed/FileSystemHandleKind.json @@ -3,11 +3,11 @@ "type": "enum", "defined": { "spec": { - "title": "File System Access", - "url": "https://wicg.github.io/file-system-access/" + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" }, "fragment": "enum FileSystemHandleKind {\n \"file\",\n \"directory\",\n};", - "href": "https://wicg.github.io/file-system-access/#enumdef-filesystemhandlekind" + "href": "https://fs.spec.whatwg.org/#enumdef-filesystemhandlekind" }, "extended": [], "includes": [] diff --git a/ed/idlnamesparsed/FileSystemRemoveOptions.json b/ed/idlnamesparsed/FileSystemRemoveOptions.json index 0a68cf3dbc90..fc8f5f93273e 100644 --- a/ed/idlnamesparsed/FileSystemRemoveOptions.json +++ b/ed/idlnamesparsed/FileSystemRemoveOptions.json @@ -3,11 +3,11 @@ "type": "dictionary", "defined": { "spec": { - "title": "File System Access", - "url": "https://wicg.github.io/file-system-access/" + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" }, "fragment": "dictionary FileSystemRemoveOptions {\n boolean recursive = false;\n};", - "href": "https://wicg.github.io/file-system-access/#dictdef-filesystemremoveoptions" + "href": "https://fs.spec.whatwg.org/#dictdef-filesystemremoveoptions" }, "extended": [], "inheritance": null, diff --git a/ed/idlnamesparsed/FileSystemWritableFileStream.json b/ed/idlnamesparsed/FileSystemWritableFileStream.json index 457561fcceff..ad48af796686 100644 --- a/ed/idlnamesparsed/FileSystemWritableFileStream.json +++ b/ed/idlnamesparsed/FileSystemWritableFileStream.json @@ -3,11 +3,11 @@ "type": "interface", "defined": { "spec": { - "title": "File System Access", - "url": "https://wicg.github.io/file-system-access/" + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" }, "fragment": "[Exposed=(Window,Worker), SecureContext]\ninterface FileSystemWritableFileStream : WritableStream {\n Promise write(FileSystemWriteChunkType data);\n Promise seek(unsigned long long position);\n Promise truncate(unsigned long long size);\n};", - "href": "https://wicg.github.io/file-system-access/#filesystemwritablefilestream" + "href": "https://fs.spec.whatwg.org/#filesystemwritablefilestream" }, "extended": [], "inheritance": { diff --git a/ed/idlnamesparsed/FileSystemWriteChunkType.json b/ed/idlnamesparsed/FileSystemWriteChunkType.json index ff0b04a972e4..fd9c7ee5176f 100644 --- a/ed/idlnamesparsed/FileSystemWriteChunkType.json +++ b/ed/idlnamesparsed/FileSystemWriteChunkType.json @@ -3,11 +3,11 @@ "type": "typedef", "defined": { "spec": { - "title": "File System Access", - "url": "https://wicg.github.io/file-system-access/" + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" }, "fragment": "typedef (BufferSource or Blob or USVString or WriteParams) FileSystemWriteChunkType;", - "href": "https://wicg.github.io/file-system-access/#typedefdef-filesystemwritechunktype" + "href": "https://fs.spec.whatwg.org/#typedefdef-filesystemwritechunktype" }, "extended": [], "includes": [] diff --git a/ed/idlnamesparsed/Navigator.json b/ed/idlnamesparsed/Navigator.json index 6ebd5b34d7a3..fbc8209308f7 100644 --- a/ed/idlnamesparsed/Navigator.json +++ b/ed/idlnamesparsed/Navigator.json @@ -66,13 +66,6 @@ }, "fragment": "Navigator includes NavigatorStorage;" }, - { - "spec": { - "title": "Autoplay Policy Detection", - "url": "https://w3c.github.io/autoplay/" - }, - "fragment": "[Exposed=Window]\npartial interface Navigator {\n AutoplayPolicy getAutoplayPolicy(AutoplayPolicyMediaType type);\n AutoplayPolicy getAutoplayPolicy(HTMLMediaElement element);\n AutoplayPolicy getAutoplayPolicy(AudioContext context);\n};" - }, { "spec": { "title": "Badging API", @@ -185,6 +178,13 @@ }, "fragment": "[SecureContext, Exposed=(Window)]\npartial interface Navigator {\n [SameObject] readonly attribute WindowControlsOverlay windowControlsOverlay;\n};" }, + { + "spec": { + "title": "Autoplay Policy Detection", + "url": "https://www.w3.org/TR/autoplay-detection/" + }, + "fragment": "[Exposed=Window]\npartial interface Navigator {\n AutoplayPolicy getAutoplayPolicy(AutoplayPolicyMediaType type);\n AutoplayPolicy getAutoplayPolicy(HTMLMediaElement element);\n AutoplayPolicy getAutoplayPolicy(AudioContext context);\n};" + }, { "spec": { "title": "Battery Status API", diff --git a/ed/idlnamesparsed/StorageManager.json b/ed/idlnamesparsed/StorageManager.json index 8d54b4708163..3f5a9373b427 100644 --- a/ed/idlnamesparsed/StorageManager.json +++ b/ed/idlnamesparsed/StorageManager.json @@ -10,6 +10,13 @@ "href": "https://storage.spec.whatwg.org/#storagemanager" }, "extended": [ + { + "spec": { + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" + }, + "fragment": "[SecureContext]\npartial interface StorageManager {\n Promise getDirectory();\n};" + }, { "spec": { "title": "File System Access", diff --git a/ed/idlnamesparsed/WriteCommandType.json b/ed/idlnamesparsed/WriteCommandType.json index fc2e707dc118..9d811fcf3c9b 100644 --- a/ed/idlnamesparsed/WriteCommandType.json +++ b/ed/idlnamesparsed/WriteCommandType.json @@ -3,11 +3,11 @@ "type": "enum", "defined": { "spec": { - "title": "File System Access", - "url": "https://wicg.github.io/file-system-access/" + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" }, "fragment": "enum WriteCommandType {\n \"write\",\n \"seek\",\n \"truncate\",\n};", - "href": "https://wicg.github.io/file-system-access/#enumdef-writecommandtype" + "href": "https://fs.spec.whatwg.org/#enumdef-writecommandtype" }, "extended": [], "includes": [] diff --git a/ed/idlnamesparsed/WriteParams.json b/ed/idlnamesparsed/WriteParams.json index 3d432dd40e17..8bc06e577093 100644 --- a/ed/idlnamesparsed/WriteParams.json +++ b/ed/idlnamesparsed/WriteParams.json @@ -3,11 +3,11 @@ "type": "dictionary", "defined": { "spec": { - "title": "File System Access", - "url": "https://wicg.github.io/file-system-access/" + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" }, "fragment": "dictionary WriteParams {\n required WriteCommandType type;\n unsigned long long? size;\n unsigned long long? position;\n (BufferSource or Blob or USVString)? data;\n};", - "href": "https://wicg.github.io/file-system-access/#dictdef-writeparams" + "href": "https://fs.spec.whatwg.org/#dictdef-writeparams" }, "extended": [], "inheritance": null, diff --git a/ed/idlparsed/autoplay.json b/ed/idlparsed/autoplay-detection.json similarity index 100% rename from ed/idlparsed/autoplay.json rename to ed/idlparsed/autoplay-detection.json diff --git a/ed/idlparsed/fs.json b/ed/idlparsed/fs.json new file mode 100644 index 000000000000..a0b160717e4e --- /dev/null +++ b/ed/idlparsed/fs.json @@ -0,0 +1,1084 @@ +{ + "spec": { + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" + }, + "idlparsed": { + "jsNames": { + "constructors": {}, + "functions": { + "Window": [ + "FileSystemHandle", + "FileSystemFileHandle", + "FileSystemDirectoryHandle", + "FileSystemWritableFileStream" + ], + "Worker": [ + "FileSystemHandle", + "FileSystemFileHandle", + "FileSystemDirectoryHandle", + "FileSystemWritableFileStream" + ] + } + }, + "idlNames": { + "FileSystemHandleKind": { + "fragment": "enum FileSystemHandleKind {\n \"file\",\n \"directory\",\n};", + "type": "enum", + "name": "FileSystemHandleKind", + "values": [ + { + "type": "enum-value", + "value": "file" + }, + { + "type": "enum-value", + "value": "directory" + } + ], + "extAttrs": [] + }, + "FileSystemHandle": { + "fragment": "[Exposed=(Window,Worker), SecureContext, Serializable]\ninterface FileSystemHandle {\n readonly attribute FileSystemHandleKind kind;\n readonly attribute USVString name;\n\n Promise isSameEntry(FileSystemHandle other);\n};", + "type": "interface", + "name": "FileSystemHandle", + "inheritance": null, + "members": [ + { + "type": "attribute", + "name": "kind", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "FileSystemHandleKind" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "attribute", + "name": "name", + "idlType": { + "type": "attribute-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "USVString" + }, + "extAttrs": [], + "special": "", + "readonly": true + }, + { + "type": "operation", + "name": "isSameEntry", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + } + ] + }, + "arguments": [ + { + "type": "argument", + "name": "other", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "FileSystemHandle" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier-list", + "value": [ + { + "value": "Window" + }, + { + "value": "Worker" + } + ] + }, + "arguments": [] + }, + { + "type": "extended-attribute", + "name": "SecureContext", + "rhs": null, + "arguments": [] + }, + { + "type": "extended-attribute", + "name": "Serializable", + "rhs": null, + "arguments": [] + } + ], + "partial": false + }, + "FileSystemCreateWritableOptions": { + "fragment": "dictionary FileSystemCreateWritableOptions {\n boolean keepExistingData = false;\n};", + "type": "dictionary", + "name": "FileSystemCreateWritableOptions", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "keepExistingData", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "default": { + "type": "boolean", + "value": false + }, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "FileSystemFileHandle": { + "fragment": "[Exposed=(Window,Worker), SecureContext, Serializable]\ninterface FileSystemFileHandle : FileSystemHandle {\n Promise getFile();\n Promise createWritable(optional FileSystemCreateWritableOptions options = {});\n};", + "type": "interface", + "name": "FileSystemFileHandle", + "inheritance": "FileSystemHandle", + "members": [ + { + "type": "operation", + "name": "getFile", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "File" + } + ] + }, + "arguments": [], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "createWritable", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "FileSystemWritableFileStream" + } + ] + }, + "arguments": [ + { + "type": "argument", + "name": "options", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "FileSystemCreateWritableOptions" + }, + "default": { + "type": "dictionary" + }, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier-list", + "value": [ + { + "value": "Window" + }, + { + "value": "Worker" + } + ] + }, + "arguments": [] + }, + { + "type": "extended-attribute", + "name": "SecureContext", + "rhs": null, + "arguments": [] + }, + { + "type": "extended-attribute", + "name": "Serializable", + "rhs": null, + "arguments": [] + } + ], + "partial": false + }, + "FileSystemGetFileOptions": { + "fragment": "dictionary FileSystemGetFileOptions {\n boolean create = false;\n};", + "type": "dictionary", + "name": "FileSystemGetFileOptions", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "create", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "default": { + "type": "boolean", + "value": false + }, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "FileSystemGetDirectoryOptions": { + "fragment": "dictionary FileSystemGetDirectoryOptions {\n boolean create = false;\n};", + "type": "dictionary", + "name": "FileSystemGetDirectoryOptions", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "create", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "default": { + "type": "boolean", + "value": false + }, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "FileSystemRemoveOptions": { + "fragment": "dictionary FileSystemRemoveOptions {\n boolean recursive = false;\n};", + "type": "dictionary", + "name": "FileSystemRemoveOptions", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "recursive", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "boolean" + }, + "default": { + "type": "boolean", + "value": false + }, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "FileSystemDirectoryHandle": { + "fragment": "[Exposed=(Window,Worker), SecureContext, Serializable]\ninterface FileSystemDirectoryHandle : FileSystemHandle {\n async iterable;\n\n Promise getFileHandle(USVString name, optional FileSystemGetFileOptions options = {});\n Promise getDirectoryHandle(USVString name, optional FileSystemGetDirectoryOptions options = {});\n\n Promise removeEntry(USVString name, optional FileSystemRemoveOptions options = {});\n\n Promise?> resolve(FileSystemHandle possibleDescendant);\n};", + "type": "interface", + "name": "FileSystemDirectoryHandle", + "inheritance": "FileSystemHandle", + "members": [ + { + "type": "iterable", + "idlType": [ + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "USVString" + }, + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "FileSystemHandle" + } + ], + "arguments": [], + "extAttrs": [], + "readonly": false, + "async": true + }, + { + "type": "operation", + "name": "getFileHandle", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "FileSystemFileHandle" + } + ] + }, + "arguments": [ + { + "type": "argument", + "name": "name", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "USVString" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "options", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "FileSystemGetFileOptions" + }, + "default": { + "type": "dictionary" + }, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "getDirectoryHandle", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "FileSystemDirectoryHandle" + } + ] + }, + "arguments": [ + { + "type": "argument", + "name": "name", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "USVString" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "options", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "FileSystemGetDirectoryOptions" + }, + "default": { + "type": "dictionary" + }, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "removeEntry", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + } + ] + }, + "arguments": [ + { + "type": "argument", + "name": "name", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "USVString" + }, + "default": null, + "optional": false, + "variadic": false + }, + { + "type": "argument", + "name": "options", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "FileSystemRemoveOptions" + }, + "default": { + "type": "dictionary" + }, + "optional": true, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "resolve", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "sequence", + "nullable": true, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "USVString" + } + ] + } + ] + }, + "arguments": [ + { + "type": "argument", + "name": "possibleDescendant", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "FileSystemHandle" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier-list", + "value": [ + { + "value": "Window" + }, + { + "value": "Worker" + } + ] + }, + "arguments": [] + }, + { + "type": "extended-attribute", + "name": "SecureContext", + "rhs": null, + "arguments": [] + }, + { + "type": "extended-attribute", + "name": "Serializable", + "rhs": null, + "arguments": [] + } + ], + "partial": false + }, + "WriteCommandType": { + "fragment": "enum WriteCommandType {\n \"write\",\n \"seek\",\n \"truncate\",\n};", + "type": "enum", + "name": "WriteCommandType", + "values": [ + { + "type": "enum-value", + "value": "write" + }, + { + "type": "enum-value", + "value": "seek" + }, + { + "type": "enum-value", + "value": "truncate" + } + ], + "extAttrs": [] + }, + "WriteParams": { + "fragment": "dictionary WriteParams {\n required WriteCommandType type;\n unsigned long long? size;\n unsigned long long? position;\n (BufferSource or Blob or USVString)? data;\n};", + "type": "dictionary", + "name": "WriteParams", + "inheritance": null, + "members": [ + { + "type": "field", + "name": "type", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "WriteCommandType" + }, + "default": null, + "required": true + }, + { + "type": "field", + "name": "size", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "unsigned long long" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "position", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": false, + "idlType": "unsigned long long" + }, + "default": null, + "required": false + }, + { + "type": "field", + "name": "data", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": true, + "union": true, + "idlType": [ + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "BufferSource" + }, + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "Blob" + }, + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "USVString" + } + ] + }, + "default": null, + "required": false + } + ], + "extAttrs": [], + "partial": false + }, + "FileSystemWriteChunkType": { + "fragment": "typedef (BufferSource or Blob or USVString or WriteParams) FileSystemWriteChunkType;", + "type": "typedef", + "name": "FileSystemWriteChunkType", + "idlType": { + "type": "typedef-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": true, + "idlType": [ + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "BufferSource" + }, + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "Blob" + }, + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "USVString" + }, + { + "type": null, + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "WriteParams" + } + ] + }, + "extAttrs": [] + }, + "FileSystemWritableFileStream": { + "fragment": "[Exposed=(Window,Worker), SecureContext]\ninterface FileSystemWritableFileStream : WritableStream {\n Promise write(FileSystemWriteChunkType data);\n Promise seek(unsigned long long position);\n Promise truncate(unsigned long long size);\n};", + "type": "interface", + "name": "FileSystemWritableFileStream", + "inheritance": "WritableStream", + "members": [ + { + "type": "operation", + "name": "write", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + } + ] + }, + "arguments": [ + { + "type": "argument", + "name": "data", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "FileSystemWriteChunkType" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "seek", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + } + ] + }, + "arguments": [ + { + "type": "argument", + "name": "position", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unsigned long long" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + }, + { + "type": "operation", + "name": "truncate", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "undefined" + } + ] + }, + "arguments": [ + { + "type": "argument", + "name": "size", + "extAttrs": [], + "idlType": { + "type": "argument-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "unsigned long long" + }, + "default": null, + "optional": false, + "variadic": false + } + ], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "Exposed", + "rhs": { + "type": "identifier-list", + "value": [ + { + "value": "Window" + }, + { + "value": "Worker" + } + ] + }, + "arguments": [] + }, + { + "type": "extended-attribute", + "name": "SecureContext", + "rhs": null, + "arguments": [] + } + ], + "partial": false + } + }, + "idlExtendedNames": { + "StorageManager": [ + { + "fragment": "[SecureContext]\npartial interface StorageManager {\n Promise getDirectory();\n};", + "type": "interface", + "name": "StorageManager", + "inheritance": null, + "members": [ + { + "type": "operation", + "name": "getDirectory", + "idlType": { + "type": "return-type", + "extAttrs": [], + "generic": "Promise", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "return-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "FileSystemDirectoryHandle" + } + ] + }, + "arguments": [], + "extAttrs": [], + "special": "" + } + ], + "extAttrs": [ + { + "type": "extended-attribute", + "name": "SecureContext", + "rhs": null, + "arguments": [] + } + ], + "partial": true + } + ] + }, + "globals": {}, + "exposed": { + "Window": [ + "FileSystemHandle", + "FileSystemFileHandle", + "FileSystemDirectoryHandle", + "FileSystemWritableFileStream" + ], + "Worker": [ + "FileSystemHandle", + "FileSystemFileHandle", + "FileSystemDirectoryHandle", + "FileSystemWritableFileStream" + ] + }, + "dependencies": { + "FileSystemHandle": [ + "FileSystemHandleKind", + "FileSystemHandle" + ], + "FileSystemCreateWritableOptions": [], + "FileSystemFileHandle": [ + "FileSystemHandle", + "File", + "FileSystemWritableFileStream", + "FileSystemCreateWritableOptions" + ], + "FileSystemGetFileOptions": [], + "FileSystemGetDirectoryOptions": [], + "FileSystemRemoveOptions": [], + "FileSystemDirectoryHandle": [ + "FileSystemHandle", + "FileSystemFileHandle", + "FileSystemGetFileOptions", + "FileSystemDirectoryHandle", + "FileSystemGetDirectoryOptions", + "FileSystemRemoveOptions" + ], + "WriteParams": [ + "WriteCommandType", + "BufferSource", + "Blob" + ], + "FileSystemWritableFileStream": [ + "WritableStream", + "FileSystemWriteChunkType" + ], + "StorageManager": [ + "FileSystemDirectoryHandle" + ] + }, + "externalDependencies": [ + "File", + "BufferSource", + "Blob", + "WritableStream", + "StorageManager" + ], + "hasObsoleteIdl": false + } +} \ No newline at end of file diff --git a/ed/ids/CSS21.json b/ed/ids/CSS21.json index a11623ec7234..9d9b4914eec7 100644 --- a/ed/ids/CSS21.json +++ b/ed/ids/CSS21.json @@ -1038,7 +1038,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A2%E2%91%A8", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A1", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A2", "https://drafts.csswg.org/css2/#propdef-bottom", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A7", @@ -1046,7 +1046,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A2", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A3", "https://drafts.csswg.org/css2/#propdef-left", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A8", @@ -1054,7 +1054,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A4", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A3", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A4", "https://drafts.csswg.org/css2/#valdef-top-length", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A0%E2%93%AA", @@ -1094,11 +1094,11 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A7", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A4", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A8", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A5", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A8", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A0%E2%91%A0", @@ -1946,10 +1946,10 @@ "https://drafts.csswg.org/css2/#value-def-left", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css2/#valdef-top-auto%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-valdef-z-index-auto%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-valdef-z-index-auto%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-table-layout-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A5", + "https://drafts.csswg.org/css2/#ref-for-valdef-cursor-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-clip-auto%E2%91%A3", + "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto", "https://drafts.csswg.org/css2/#ref-for-propdef-clip%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-overflow%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-valdef-overflow-visible%E2%91%A0%E2%91%A1", @@ -2300,7 +2300,7 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-inside%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-after%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-before%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-always%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A2%E2%91%A8", @@ -2337,7 +2337,7 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-orphans%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-propdef-widows%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-inside%E2%91%A2", - "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A1", "https://drafts.csswg.org/css2/#forced", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-after%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-before%E2%91%A3", @@ -2634,7 +2634,7 @@ "https://drafts.csswg.org/css2/#AutoNumber2", "https://drafts.csswg.org/css2/#ref-for-valdef-font-size-medium%E2%91%A0", "https://drafts.csswg.org/css2/#value-def-relative-size", - "https://drafts.csswg.org/css2/#ref-for-valdef-font-size-medium%E2%91%A1", + "https://drafts.csswg.org/css2/#ref-for-valdef-border-width-medium%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-valdef-font-size-large", "https://drafts.csswg.org/css2/#ref-for-em-width%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-ex%E2%91%A5", @@ -3058,7 +3058,7 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-overflow%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css2/#auto-table-layout", "https://drafts.csswg.org/css2/#ref-for-propdef-table-layout%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-table-layout-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-table-layout-auto", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A6", diff --git a/ed/ids/CSS22.json b/ed/ids/CSS22.json index a11623ec7234..9d9b4914eec7 100644 --- a/ed/ids/CSS22.json +++ b/ed/ids/CSS22.json @@ -1038,7 +1038,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A2%E2%91%A8", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A1", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A2", "https://drafts.csswg.org/css2/#propdef-bottom", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A7", @@ -1046,7 +1046,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A2", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A3", "https://drafts.csswg.org/css2/#propdef-left", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A8", @@ -1054,7 +1054,7 @@ "https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A4", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A3", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A4", "https://drafts.csswg.org/css2/#valdef-top-length", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A0%E2%93%AA", @@ -1094,11 +1094,11 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A7", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A4", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A3", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A7", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A8", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A5", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A4", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A8", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A0%E2%91%A0", @@ -1946,10 +1946,10 @@ "https://drafts.csswg.org/css2/#value-def-left", "https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css2/#valdef-top-auto%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-valdef-z-index-auto%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A0", - "https://drafts.csswg.org/css2/#ref-for-valdef-z-index-auto%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-table-layout-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A5", + "https://drafts.csswg.org/css2/#ref-for-valdef-cursor-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-clip-auto%E2%91%A3", + "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto", "https://drafts.csswg.org/css2/#ref-for-propdef-clip%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-overflow%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css2/#ref-for-valdef-overflow-visible%E2%91%A0%E2%91%A1", @@ -2300,7 +2300,7 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-inside%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-after%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-before%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto", + "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-always%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A2%E2%91%A8", @@ -2337,7 +2337,7 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-orphans%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-propdef-widows%E2%91%A1", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-inside%E2%91%A2", - "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A1", "https://drafts.csswg.org/css2/#forced", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-after%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-page-break-before%E2%91%A3", @@ -2634,7 +2634,7 @@ "https://drafts.csswg.org/css2/#AutoNumber2", "https://drafts.csswg.org/css2/#ref-for-valdef-font-size-medium%E2%91%A0", "https://drafts.csswg.org/css2/#value-def-relative-size", - "https://drafts.csswg.org/css2/#ref-for-valdef-font-size-medium%E2%91%A1", + "https://drafts.csswg.org/css2/#ref-for-valdef-border-width-medium%E2%91%A0", "https://drafts.csswg.org/css2/#ref-for-valdef-font-size-large", "https://drafts.csswg.org/css2/#ref-for-em-width%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-ex%E2%91%A5", @@ -3058,7 +3058,7 @@ "https://drafts.csswg.org/css2/#ref-for-propdef-overflow%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css2/#auto-table-layout", "https://drafts.csswg.org/css2/#ref-for-propdef-table-layout%E2%91%A1", - "https://drafts.csswg.org/css2/#ref-for-valdef-table-layout-auto%E2%91%A0", + "https://drafts.csswg.org/css2/#ref-for-valdef-table-layout-auto", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A5", "https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css2/#ref-for-propdef-width%E2%91%A4%E2%91%A6", diff --git a/ed/ids/IFT.json b/ed/ids/IFT.json index a02ef46f86ec..5b0f75b3bcf1 100644 --- a/ed/ids/IFT.json +++ b/ed/ids/IFT.json @@ -41,6 +41,7 @@ "https://w3c.github.io/IFT/Overview.html#example-16a15e38", "https://w3c.github.io/IFT/Overview.html#example-d75ff9a8", "https://w3c.github.io/IFT/Overview.html#integerlist-uintbase128", + "https://w3c.github.io/IFT/Overview.html#conform-uintbase128-illegal", "https://w3c.github.io/IFT/Overview.html#example-ca5da7f7", "https://w3c.github.io/IFT/Overview.html#example-0f812e73", "https://w3c.github.io/IFT/Overview.html#sortedintegerlist", @@ -53,11 +54,14 @@ "https://w3c.github.io/IFT/Overview.html#CompressedSet", "https://w3c.github.io/IFT/Overview.html#AxisInterval", "https://w3c.github.io/IFT/Overview.html#PatchRequest", + "https://w3c.github.io/IFT/Overview.html#conform-request-protocol-version", + "https://w3c.github.io/IFT/Overview.html#conform-request-ordering-checksum", + "https://w3c.github.io/IFT/Overview.html#conform-request-base-checksum", "https://w3c.github.io/IFT/Overview.html#PatchResponse", "https://w3c.github.io/IFT/Overview.html#conform-response-protocol-version", - "https://w3c.github.io/IFT/Overview.html#conform-response-valid-format", "https://w3c.github.io/IFT/Overview.html#conform-response-patch-or-replacement", "https://w3c.github.io/IFT/Overview.html#conform-response-font-checksums", + "https://w3c.github.io/IFT/Overview.html#conform-response-valid-format", "https://w3c.github.io/IFT/Overview.html#conform-response-ordering-checksum", "https://w3c.github.io/IFT/Overview.html#client", "https://w3c.github.io/IFT/Overview.html#client-state", @@ -89,11 +93,16 @@ "https://w3c.github.io/IFT/Overview.html#ref-for-concept-response-body%E2%91%A1", "https://w3c.github.io/IFT/Overview.html#ref-for-concept-url-path%E2%91%A1", "https://w3c.github.io/IFT/Overview.html#ref-for-concept-request-url", + "https://w3c.github.io/IFT/Overview.html#conform-remap-codepoints-have", + "https://w3c.github.io/IFT/Overview.html#conform-remap-codepoints-needed", + "https://w3c.github.io/IFT/Overview.html#conform-bad-reordering", "https://w3c.github.io/IFT/Overview.html#conform-response-valid-patch", "https://w3c.github.io/IFT/Overview.html#conform-response-subset", "https://w3c.github.io/IFT/Overview.html#conform-response-patch-format", "https://w3c.github.io/IFT/Overview.html#conform-response-original-checksum", "https://w3c.github.io/IFT/Overview.html#conform-response-patched-checksum", + "https://w3c.github.io/IFT/Overview.html#conform-response-codepoint-ordering", + "https://w3c.github.io/IFT/Overview.html#conform-reject-malformed-request", "https://w3c.github.io/IFT/Overview.html#ref-for-concept-response-status%E2%91%A3", "https://w3c.github.io/IFT/Overview.html#ref-for-concept-response-status%E2%91%A4", "https://w3c.github.io/IFT/Overview.html#range-request-support", diff --git a/ed/ids/WGSL.json b/ed/ids/WGSL.json index 47cbe93c49e5..bbb6d5c6b31f 100644 --- a/ed/ids/WGSL.json +++ b/ed/ids/WGSL.json @@ -1960,8 +1960,77 @@ "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-value", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-variable", + "https://gpuweb.github.io/gpuweb/wgsl/#call-site-tag", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-call-site%E2%91%A4", + "https://gpuweb.github.io/gpuweb/wgsl/#function-tag", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-formal-parameter%E2%91%A7", + "https://gpuweb.github.io/gpuweb/wgsl/#parameter-tag", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-call-site-tag", + "https://gpuweb.github.io/gpuweb/wgsl/#callsiterequiredtobeuniform", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A1", + "https://gpuweb.github.io/gpuweb/wgsl/#callsitenorestriction", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A2", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-function-tag", + "https://gpuweb.github.io/gpuweb/wgsl/#subsequentcontrolflowmaybenonuniform", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-call-site%E2%91%A5", + "https://gpuweb.github.io/gpuweb/wgsl/#returnvaluemaybenonuniform", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-return-value%E2%91%A4", + "https://gpuweb.github.io/gpuweb/wgsl/#norestriction", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameter-tag", + "https://gpuweb.github.io/gpuweb/wgsl/#parameterrequiredtobeuniform", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-value%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#parameterrequiredtobeuniformforsubsequentcontrolflow", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-value%E2%91%A1", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A3", + "https://gpuweb.github.io/gpuweb/wgsl/#parameterrequiredtobeuniformforreturnvalue", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-value%E2%91%A2", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-return-value%E2%91%A5", + "https://gpuweb.github.io/gpuweb/wgsl/#parameternorestriction", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-return-type%E2%91%A7", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-call-site-tag%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-callsiterequiredtobeuniform", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-call-site-tag%E2%91%A1", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-callsitenorestriction", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameter-tag%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameterrequiredtobeuniform", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-function-tag%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-subsequentcontrolflowmaybenonuniform", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameter-tag%E2%91%A1", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameterrequiredtobeuniformforsubsequentcontrolflow", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-function-tag%E2%91%A1", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-returnvaluemaybenonuniform", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameter-tag%E2%91%A2", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameterrequiredtobeuniformforreturnvalue", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-function-tag%E2%91%A2", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-norestriction", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameter-tag%E2%91%A3", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameternorestriction", "https://gpuweb.github.io/gpuweb/wgsl/#uniformity-statements", "https://gpuweb.github.io/gpuweb/wgsl/#uniformity-function-calls", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-call-site-tag%E2%91%A2", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-callsiterequiredtobeuniform%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-function-tag%E2%91%A3", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-subsequentcontrolflowmaybenonuniform%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-function-tag%E2%91%A4", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-returnvaluemaybenonuniform%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameter-tag%E2%91%A4", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameterrequiredtobeuniform%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameter-tag%E2%91%A5", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameterrequiredtobeuniformforsubsequentcontrolflow%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameter-tag%E2%91%A6", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameterrequiredtobeuniformforreturnvalue%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-call-site-tag%E2%91%A3", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-callsitenorestriction%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-function-tag%E2%91%A5", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-norestriction%E2%91%A0", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameter-tag%E2%91%A7", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-parameterrequiredtobeuniformforreturnvalue%E2%91%A1", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-call-site-tag%E2%91%A4", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-callsiterequiredtobeuniform%E2%91%A1", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-call-site-tag%E2%91%A5", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-callsiterequiredtobeuniform%E2%91%A2", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-function-tag%E2%91%A6", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-returnvaluemaybenonuniform%E2%91%A1", "https://gpuweb.github.io/gpuweb/wgsl/#uniformity-expressions", "https://gpuweb.github.io/gpuweb/wgsl/#uniformity-optional-diagnosis-mode", "https://gpuweb.github.io/gpuweb/wgsl/#compute-shader-workgroups", @@ -1982,12 +2051,12 @@ "https://gpuweb.github.io/gpuweb/wgsl/#barrier", "https://gpuweb.github.io/gpuweb/wgsl/#control-barrier", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-compute-shader-stage-workgroup%E2%91%A3", - "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A1", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A4", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-compute-shader-stage%E2%91%A4", "https://gpuweb.github.io/gpuweb/wgsl/#derivatives", "https://gpuweb.github.io/gpuweb/wgsl/#partial-derivative", "https://gpuweb.github.io/gpuweb/wgsl/#quad", - "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A2", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A5", "https://gpuweb.github.io/gpuweb/wgsl/#floating-point-evaluation", "https://gpuweb.github.io/gpuweb/wgsl/#floating-point-accuracy", "https://gpuweb.github.io/gpuweb/wgsl/#correctly-rounded", @@ -2184,13 +2253,13 @@ "https://gpuweb.github.io/gpuweb/wgsl/#builtin-functions", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-predeclared%E2%91%A1", "https://gpuweb.github.io/gpuweb/wgsl/#built-in-functions", - "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-formal-parameter%E2%91%A7", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-formal-parameter%E2%91%A8", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-overload", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-user-defined-function%E2%91%A8", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-overload%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-overload%E2%91%A1", - "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-formal-parameter%E2%91%A8", - "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-return-type%E2%91%A7", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-formal-parameter%E2%91%A0%E2%93%AA", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-return-type%E2%91%A8", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-identifier%E2%91%A0%E2%91%A8", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-module-scope%E2%91%A1%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#logical-builtin-functions", @@ -2266,7 +2335,7 @@ "https://gpuweb.github.io/gpuweb/wgsl/#vector-builtin-functions", "https://gpuweb.github.io/gpuweb/wgsl/#derivative-builtin-functions", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-fragment%E2%91%A3", - "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A3", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A6", "https://gpuweb.github.io/gpuweb/wgsl/#texture-builtin-functions", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-texel-format", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-access-mode%E2%91%A5", @@ -2294,24 +2363,24 @@ "https://gpuweb.github.io/gpuweb/wgsl/#texturenumsamples", "https://gpuweb.github.io/gpuweb/wgsl/#texturesample", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-fragment%E2%91%A4", - "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A4", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A7", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-module-scope%E2%91%A1%E2%91%A4", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-let-declaration%E2%91%A7", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-shader-creation-error%E2%91%A8", "https://gpuweb.github.io/gpuweb/wgsl/#texturesamplebias", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-fragment%E2%91%A5", - "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A5", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A8", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-module-scope%E2%91%A1%E2%91%A5", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-let-declaration%E2%91%A8", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-shader-creation-error%E2%91%A0%E2%93%AA", "https://gpuweb.github.io/gpuweb/wgsl/#texturesamplecompare", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-fragment%E2%91%A6", - "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A6", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A0%E2%93%AA", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-module-scope%E2%91%A1%E2%91%A6", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-let-declaration%E2%91%A0%E2%93%AA", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-shader-creation-error%E2%91%A0%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#texturesamplecomparelevel", - "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A7", + "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-uniform-control-flow%E2%91%A0%E2%91%A0", "https://gpuweb.github.io/gpuweb/wgsl/#texturesamplegrad", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-module-scope%E2%91%A1%E2%91%A7", "https://gpuweb.github.io/gpuweb/wgsl/#ref-for-let-declaration%E2%91%A0%E2%91%A0", diff --git a/ed/ids/autoplay.json b/ed/ids/autoplay-detection.json similarity index 100% rename from ed/ids/autoplay.json rename to ed/ids/autoplay-detection.json diff --git a/ed/ids/css-align-3.json b/ed/ids/css-align-3.json index b5275bd7b86a..1c870843acbc 100644 --- a/ed/ids/css-align-3.json +++ b/ed/ids/css-align-3.json @@ -321,7 +321,7 @@ "https://drafts.csswg.org/css-align/#ref-for-valdef-display-inline-block", "https://drafts.csswg.org/css-align/#ref-for-valdef-display-inline-table", "https://drafts.csswg.org/css-align/#distribution-values", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch", "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-space-between%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-space-around", "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-space-evenly", @@ -498,11 +498,11 @@ "https://drafts.csswg.org/css-align/#ref-for-main-axis%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-main-axis%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-propdef-flex", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-stretch%E2%91%A1", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch", "https://drafts.csswg.org/css-align/#ref-for-valdef-self-position-flex-start%E2%91%A4", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-content-normal%E2%91%A6", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-content-normal%E2%91%A7", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A0", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-content-stretch%E2%91%A1", "https://drafts.csswg.org/css-align/#distribution-grid", "https://drafts.csswg.org/css-align/#ref-for-alignment-container%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-grid-container%E2%91%A2", @@ -619,7 +619,7 @@ "https://drafts.csswg.org/css-align/#ref-for-baseline-alignment-preference%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-margin", "https://drafts.csswg.org/css-align/#ref-for-self-alignment-properties%E2%91%A1", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-valdef-self-position-self-start%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-css-end%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-margin%E2%91%A0", @@ -688,12 +688,12 @@ "https://drafts.csswg.org/css-align/#ref-for-first-baseline-set%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-last-baseline-set%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-baseline-content-alignment%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A1", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-typedef-baseline-position%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-baseline-self-alignment%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-typedef-overflow-position%E2%91%A4", "https://drafts.csswg.org/css-align/#ref-for-typedef-self-position%E2%91%A2", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A2", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-propdef-width%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-propdef-height%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-valdef-width-auto%E2%91%A0", @@ -740,11 +740,11 @@ "https://drafts.csswg.org/css-align/#ref-for-valdef-width-auto%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-normal%E2%91%A4", "https://drafts.csswg.org/css-align/#ref-for-self-alignment-properties%E2%91%A5", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A3", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-normal%E2%91%A5", "https://drafts.csswg.org/css-align/#ref-for-fit-content-size", "https://drafts.csswg.org/css-align/#ref-for-valdef-width-auto%E2%91%A2", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A4", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-valdef-top-auto%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-propdef-justify-self%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-align/#ref-for-valdef-top-auto%E2%91%A3", @@ -769,7 +769,7 @@ "https://drafts.csswg.org/css-align/#ref-for-writing-mode%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-grid-item%E2%91%A4", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-normal%E2%91%A6", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A5", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A4", "https://drafts.csswg.org/css-align/#ref-for-non-replaced%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-valdef-self-position-start%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-align/#ref-for-replaced-element", @@ -831,11 +831,11 @@ "https://drafts.csswg.org/css-align/#ref-for-valdef-width-auto%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-normal%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-self-alignment-properties%E2%91%A6", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A6", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A5", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-normal%E2%91%A7", "https://drafts.csswg.org/css-align/#ref-for-fit-content-size%E2%91%A0", "https://drafts.csswg.org/css-align/#ref-for-valdef-width-auto%E2%91%A4", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A7", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A6", "https://drafts.csswg.org/css-align/#ref-for-valdef-top-auto%E2%91%A6", "https://drafts.csswg.org/css-align/#ref-for-propdef-align-self%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-valdef-top-auto%E2%91%A7", @@ -855,7 +855,7 @@ "https://drafts.csswg.org/css-align/#ref-for-writing-mode%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-align/#ref-for-flex-item%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-normal%E2%91%A4", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch%E2%91%A0", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch%E2%91%A1", "https://drafts.csswg.org/css-align/#align-grid", "https://drafts.csswg.org/css-align/#ref-for-propdef-align-self%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-align/#ref-for-block-axis%E2%91%A0%E2%91%A1", @@ -869,7 +869,7 @@ "https://drafts.csswg.org/css-align/#ref-for-writing-mode%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-align/#ref-for-grid-item%E2%91%A7", "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-normal%E2%91%A5", - "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A8", + "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-stretch%E2%91%A7", "https://drafts.csswg.org/css-align/#ref-for-non-replaced%E2%91%A3", "https://drafts.csswg.org/css-align/#ref-for-valdef-self-position-start%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-align/#ref-for-replaced-element%E2%91%A0", @@ -1300,7 +1300,7 @@ "https://drafts.csswg.org/css-align/#ref-for-propdef-align-self%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-align/#ref-for-propdef-align-content%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-align/#ref-for-valdef-self-position-end%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch%E2%91%A1", + "https://drafts.csswg.org/css-align/#ref-for-valdef-align-self-stretch%E2%91%A2", "https://drafts.csswg.org/css-align/#ref-for-valdef-justify-self-last-baseline%E2%91%A8", "https://drafts.csswg.org/css-align/#ref-for-typedef-baseline-position%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-align/#ref-for-propdef-justify-content%E2%91%A1%E2%91%A4", diff --git a/ed/ids/css-flexbox-1.json b/ed/ids/css-flexbox-1.json index 787bd2fc8956..68e0e63d4ed3 100644 --- a/ed/ids/css-flexbox-1.json +++ b/ed/ids/css-flexbox-1.json @@ -923,7 +923,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-preferred-aspect-ratio%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A8%E2%91%A3", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A8%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A0%E2%91%A2", @@ -1498,12 +1498,12 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#change-2016-align-self-as-specified", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A1", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A3", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A1", @@ -1609,7 +1609,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2016-auto-content-wording", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-flex-basis%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A3", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A1%E2%91%A3", @@ -1688,7 +1688,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-display%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A4%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#change-2015-min-auto-intrinsic-percentages", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7", @@ -1778,9 +1778,9 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2015-align-self-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-justify-self", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A2", @@ -1906,9 +1906,9 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-main-size-basis", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A1%E2%91%A0", @@ -1996,7 +1996,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A4%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A7%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A4%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-width-fit-content", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A7%E2%91%A5", @@ -2043,7 +2043,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2012-flex-basis-zero", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A5", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A8", @@ -2061,16 +2061,16 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-left%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A7%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A6", diff --git a/ed/ids/css-fonts-4.json b/ed/ids/css-fonts-4.json index f7d3a6556079..7e772aac71ba 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -97,8 +97,8 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-system-ui%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#emoji-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-emoji", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-variant-emoji-emoji", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-emoji", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-emoji%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#math-def", "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-math", "https://drafts.csswg.org/css-fonts-4/#fangsong-def", @@ -626,8 +626,8 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-concept-fetch", "https://drafts.csswg.org/css-fonts-4/#example-28b80dd5", "https://drafts.csswg.org/css-fonts-4/#font-display-desc", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#descdef-font-face-font-display", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A3", @@ -635,7 +635,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A6%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A6%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A6%E2%91%A4", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-font-block-period%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#valdef-font-face-font-display-auto", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-display-block", @@ -1254,19 +1254,19 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-declaration-list%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#example-5a5cf766", - "https://drafts.csswg.org/css-fonts-4/#example-1d6dc3cd", + "https://drafts.csswg.org/css-fonts-4/#example-614177de", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#example-5d8a75e9", + "https://drafts.csswg.org/css-fonts-4/#example-4eb7202f", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#example-398f449f", + "https://drafts.csswg.org/css-fonts-4/#example-80137df5", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-font-family", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#font-family-2-desc", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-font-family%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#descdef-font-palette-values-font-family", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A0%E2%91%A5", @@ -1280,13 +1280,13 @@ "https://drafts.csswg.org/css-fonts-4/#valdef-base-palette-light", "https://drafts.csswg.org/css-fonts-4/#valdef-base-palette-dark", "https://drafts.csswg.org/css-fonts-4/#typedef-base-palette-integer", - "https://drafts.csswg.org/css-fonts-4/#example-367df394", + "https://drafts.csswg.org/css-fonts-4/#example-e71f6555", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-fonts-4/#example-5838058c", + "https://drafts.csswg.org/css-fonts-4/#example-e6026afb", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A1%E2%91%A5", @@ -1421,7 +1421,7 @@ "https://drafts.csswg.org/css-fonts-4/#sp217", "https://drafts.csswg.org/css-fonts-4/#a11y", "https://drafts.csswg.org/css-fonts-4/#acknowledgments", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#changes", "https://drafts.csswg.org/css-fonts-4/#changes-2021-07-29", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-size%E2%91%A1%E2%91%A0", @@ -1586,8 +1586,8 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A7%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-ascent-override", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-descent-override", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-language-override%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-named-instance%E2%91%A2", @@ -1600,11 +1600,11 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-unicode-range", "https://drafts.csswg.org/css-fonts-4/#font-feature-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A5", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#font-palette-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-base-palette", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-font-family%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-font-family%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-override-colors%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#idl-index", "https://drafts.csswg.org/css-fonts-4/#issues-index", diff --git a/ed/ids/css-grid-2.json b/ed/ids/css-grid-2.json index 4b22a8bceee0..cebafc94665b 100644 --- a/ed/ids/css-grid-2.json +++ b/ed/ids/css-grid-2.json @@ -225,11 +225,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-block-level%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-block-formatting-context%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-block-box", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto", "https://drafts.csswg.org/css-grid-2/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-2/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-block-size", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content", @@ -357,7 +357,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-flexible-tracks", "https://drafts.csswg.org/css-grid-2/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-content-based-minimum-size%E2%91%A0", @@ -674,7 +674,7 @@ "https://drafts.csswg.org/css-grid-2/#valdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-length-percentage%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A0", @@ -1055,13 +1055,13 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-track-size%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-rows-none%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#example-e7e1afc0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A0%E2%91%A0", @@ -1427,7 +1427,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#propdef-grid-area", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5", @@ -1450,17 +1450,17 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-margin", "https://drafts.csswg.org/css-grid-2/#auto-placement-algo", "https://drafts.csswg.org/css-grid-2/#grid-item-placement-algorithm", @@ -1746,7 +1746,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-physical", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A5", @@ -1758,11 +1758,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid-lines%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-span%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#static-position", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A8", @@ -1937,7 +1937,7 @@ "https://drafts.csswg.org/css-grid-2/#intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#flexible-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", @@ -2036,10 +2036,10 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A4", @@ -2050,7 +2050,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A0", @@ -2079,7 +2079,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A8", @@ -2099,7 +2099,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-fit-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#algo-baseline-shims", @@ -2119,7 +2119,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A1", @@ -2197,7 +2197,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A2", @@ -2346,7 +2346,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-align-content-stretch%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-definite%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2371,10 +2371,10 @@ "https://drafts.csswg.org/css-grid-2/#fragmentation-alg", "https://drafts.csswg.org/css-grid-2/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-area%E2%91%A2%E2%91%A6", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#priv", "https://drafts.csswg.org/css-grid-2/#sec", "https://drafts.csswg.org/css-grid-2/#changes", diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json index f2c37f59fe72..ba948275637a 100644 --- a/ed/ids/css-pseudo-4.json +++ b/ed/ids/css-pseudo-4.json @@ -446,7 +446,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A6", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type-type", "https://drafts.csswg.org/css-pseudo-4/#ref-for-css-parse-something-according-to-a-css-grammar", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo-type-type", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type-type%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-typedef-pseudo-element-selector", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A7", "https://drafts.csswg.org/css-pseudo-4/#ref-for-this", diff --git a/ed/ids/fs.json b/ed/ids/fs.json new file mode 100644 index 000000000000..2fb938a4d013 --- /dev/null +++ b/ed/ids/fs.json @@ -0,0 +1,804 @@ +{ + "spec": { + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" + }, + "ids": [ + "https://fs.spec.whatwg.org/#title", + "https://fs.spec.whatwg.org/#subtitle", + "https://fs.spec.whatwg.org/#commit-snapshot-link", + "https://fs.spec.whatwg.org/#abstract", + "https://fs.spec.whatwg.org/#toc", + "https://fs.spec.whatwg.org/#contents", + "https://fs.spec.whatwg.org/#introduction", + "https://fs.spec.whatwg.org/#ref-for-dom-storagemanager-getdirectory", + "https://fs.spec.whatwg.org/#files-and-directories", + "https://fs.spec.whatwg.org/#concepts", + "https://fs.spec.whatwg.org/#entry", + "https://fs.spec.whatwg.org/#ref-for-file", + "https://fs.spec.whatwg.org/#ref-for-directory", + "https://fs.spec.whatwg.org/#ref-for-entry", + "https://fs.spec.whatwg.org/#entry-query-access", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-denied", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A0", + "https://fs.spec.whatwg.org/#entry-request-access", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-denied%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-entry-query-access", + "https://fs.spec.whatwg.org/#ref-for-entry-request-access", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A2", + "https://fs.spec.whatwg.org/#entry-name", + "https://fs.spec.whatwg.org/#ref-for-string", + "https://fs.spec.whatwg.org/#valid-file-name", + "https://fs.spec.whatwg.org/#ref-for-string%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-valid-file-name", + "https://fs.spec.whatwg.org/#file", + "https://fs.spec.whatwg.org/#file-entry-binary-data", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence", + "https://fs.spec.whatwg.org/#file-entry-modification-timestamp", + "https://fs.spec.whatwg.org/#ref-for-UnixEpoch", + "https://fs.spec.whatwg.org/#directory", + "https://fs.spec.whatwg.org/#ref-for-ordered-set", + "https://fs.spec.whatwg.org/#directory-entry-children", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-directory%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-list-contain", + "https://fs.spec.whatwg.org/#ref-for-directory-entry-children", + "https://fs.spec.whatwg.org/#ref-for-directory%E2%91%A1", + "https://fs.spec.whatwg.org/#entry-parent", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-entry-parent", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data", + "https://fs.spec.whatwg.org/#ref-for-file-entry-modification-timestamp", + "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A8", + "https://fs.spec.whatwg.org/#entry-the-same-as", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#entry-resolve", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-directory%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise", + "https://fs.spec.whatwg.org/#ref-for-in-parallel", + "https://fs.spec.whatwg.org/#ref-for-entry-the-same-as", + "https://fs.spec.whatwg.org/#ref-for-resolve", + "https://fs.spec.whatwg.org/#ref-for-list-iterate", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry", + "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-entry-resolve", + "https://fs.spec.whatwg.org/#ref-for-list-append", + "https://fs.spec.whatwg.org/#ref-for-upon-fulfillment", + "https://fs.spec.whatwg.org/#ref-for-list-prepend", + "https://fs.spec.whatwg.org/#ref-for-entry-name", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-wait-for-all", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A1", + "https://fs.spec.whatwg.org/#api-filesystemhandle", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle", + "https://fs.spec.whatwg.org/#enumdef-filesystemhandlekind", + "https://fs.spec.whatwg.org/#dom-filesystemhandlekind-file", + "https://fs.spec.whatwg.org/#dom-filesystemhandlekind-directory", + "https://fs.spec.whatwg.org/#ref-for-Exposed", + "https://fs.spec.whatwg.org/#ref-for-SecureContext", + "https://fs.spec.whatwg.org/#ref-for-serializable", + "https://fs.spec.whatwg.org/#filesystemhandle", + "https://fs.spec.whatwg.org/#ref-for-enumdef-filesystemhandlekind", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemhandle-kind", + "https://fs.spec.whatwg.org/#ref-for-idl-USVString", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemhandle-name", + "https://fs.spec.whatwg.org/#ref-for-idl-promise", + "https://fs.spec.whatwg.org/#ref-for-idl-boolean", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemhandle-issameentry", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle%E2%91%A0", + "https://fs.spec.whatwg.org/#dom-filesystemhandle-issameentry-other-other", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle%E2%91%A2", + "https://fs.spec.whatwg.org/#filesystemhandle-entry", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A0%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A0%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-serializable-objects", + "https://fs.spec.whatwg.org/#ref-for-serialization-steps", + "https://fs.spec.whatwg.org/#ref-for-relevant-settings-object", + "https://fs.spec.whatwg.org/#ref-for-concept-settings-object-origin", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-deserialization-steps", + "https://fs.spec.whatwg.org/#ref-for-same-origin", + "https://fs.spec.whatwg.org/#ref-for-relevant-settings-object%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-concept-settings-object-origin%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-datacloneerror", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemhandle-kind%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemhandlekind-file", + "https://fs.spec.whatwg.org/#ref-for-filesystemfilehandle", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemhandlekind-directory", + "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemhandle-name%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A0", + "https://fs.spec.whatwg.org/#dom-filesystemhandle-kind", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemhandlekind-file%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemhandlekind-directory%E2%91%A0", + "https://fs.spec.whatwg.org/#dom-filesystemhandle-name", + "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A3", + "https://fs.spec.whatwg.org/#api-filesystemhandle-issameentry", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemhandle-issameentry%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemhandle-issameentry%E2%91%A1", + "https://fs.spec.whatwg.org/#dom-filesystemhandle-issameentry", + "https://fs.spec.whatwg.org/#ref-for-this", + "https://fs.spec.whatwg.org/#ref-for-concept-relevant-realm", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-entry-the-same-as%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A3", + "https://fs.spec.whatwg.org/#api-filesystemfilehandle", + "https://fs.spec.whatwg.org/#ref-for-filesystemfilehandle%E2%91%A0", + "https://fs.spec.whatwg.org/#dictdef-filesystemcreatewritableoptions", + "https://fs.spec.whatwg.org/#ref-for-idl-boolean%E2%91%A0", + "https://fs.spec.whatwg.org/#dom-filesystemcreatewritableoptions-keepexistingdata", + "https://fs.spec.whatwg.org/#ref-for-Exposed%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-SecureContext%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-serializable%E2%91%A0", + "https://fs.spec.whatwg.org/#filesystemfilehandle", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dfn-file", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemfilehandle-getfile", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemfilehandle-createwritable", + "https://fs.spec.whatwg.org/#ref-for-dictdef-filesystemcreatewritableoptions", + "https://fs.spec.whatwg.org/#dom-filesystemfilehandle-createwritable-options-options", + "https://fs.spec.whatwg.org/#ref-for-filesystemfilehandle%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemfilehandle%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-serializable-objects%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-serialization-steps%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-deserialization-steps%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle%E2%91%A6", + "https://fs.spec.whatwg.org/#api-filesystemfilehandle-getfile", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemfilehandle-getfile%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemfilehandle-getfile%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dfn-file%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dfn-file%E2%91%A1", + "https://fs.spec.whatwg.org/#dom-filesystemfilehandle-getfile", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted", + "https://fs.spec.whatwg.org/#ref-for-notallowederror", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-dfn-file%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-snapshot-state", + "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dfn-name", + "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-dfn-lastModified", + "https://fs.spec.whatwg.org/#ref-for-file-entry-modification-timestamp%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dfn-type", + "https://fs.spec.whatwg.org/#ref-for-implementation-defined", + "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A4", + "https://fs.spec.whatwg.org/#api-filesystemfilehandle-createwritable", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemfilehandle-createwritable%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemfilehandle-createwritable%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemfilehandle-createwritable%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemcreatewritableoptions-keepexistingdata", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemcreatewritableoptions-keepexistingdata%E2%91%A0", + "https://fs.spec.whatwg.org/#dom-filesystemfilehandle-createwritable", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-reject", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-create-a-new-filesystemwritablefilestream", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-concept-relevant-realm%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemcreatewritableoptions-keepexistingdata%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer", + "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A5", + "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle", + "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A0", + "https://fs.spec.whatwg.org/#dictdef-filesystemgetfileoptions", + "https://fs.spec.whatwg.org/#ref-for-idl-boolean%E2%91%A1", + "https://fs.spec.whatwg.org/#dom-filesystemgetfileoptions-create", + "https://fs.spec.whatwg.org/#dictdef-filesystemgetdirectoryoptions", + "https://fs.spec.whatwg.org/#ref-for-idl-boolean%E2%91%A2", + "https://fs.spec.whatwg.org/#dom-filesystemgetdirectoryoptions-create", + "https://fs.spec.whatwg.org/#dictdef-filesystemremoveoptions", + "https://fs.spec.whatwg.org/#ref-for-idl-boolean%E2%91%A3", + "https://fs.spec.whatwg.org/#dom-filesystemremoveoptions-recursive", + "https://fs.spec.whatwg.org/#ref-for-Exposed%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-SecureContext%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-serializable%E2%91%A1", + "https://fs.spec.whatwg.org/#filesystemdirectoryhandle", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemfilehandle%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-getfilehandle", + "https://fs.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A1", + "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getfilehandle-name-options-name", + "https://fs.spec.whatwg.org/#ref-for-dictdef-filesystemgetfileoptions", + "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getfilehandle-name-options-options", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-getdirectoryhandle", + "https://fs.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A2", + "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getdirectoryhandle-name-options-name", + "https://fs.spec.whatwg.org/#ref-for-dictdef-filesystemgetdirectoryoptions", + "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getdirectoryhandle-name-options-options", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-idl-undefined", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-removeentry", + "https://fs.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A3", + "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-removeentry-name-options-name", + "https://fs.spec.whatwg.org/#ref-for-dictdef-filesystemremoveoptions", + "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-removeentry-name-options-options", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-idl-sequence", + "https://fs.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-resolve", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-resolve-possibledescendant-possibledescendant", + "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-directory%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-serializable-objects%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-serialization-steps%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-deserialization-steps%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-asynciterable", + "https://fs.spec.whatwg.org/#ref-for-asynchronous-iterator-initialization-steps", + "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A1", + "https://fs.spec.whatwg.org/#filesystemdirectoryhandle-iterator-past-results", + "https://fs.spec.whatwg.org/#ref-for-ordered-set%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dfn-get-the-next-iteration-result", + "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-entry%E2%91%A0%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle-iterator-past-results", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-set-append", + "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle-iterator-past-results%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemfilehandle%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A6", + "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-getfilehandle", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-getfilehandle%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-getfilehandle%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-getfilehandle%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetfileoptions-create", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-getfilehandle%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetfileoptions-create%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetfileoptions-create%E2%91%A1", + "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getfilehandle", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-valid-file-name%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-exceptiondef-typeerror", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetfileoptions-create%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-list-iterate%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-directory%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-typemismatcherror", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-filesystemfilehandle%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A0%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetfileoptions-create%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-notfounderror", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-file-entry-modification-timestamp%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-set-append%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-filesystemfilehandle%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%93%AA", + "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-getdirectoryhandle", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-getdirectoryhandle%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-getdirectoryhandle%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-getdirectoryhandle%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetdirectoryoptions-create", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-getdirectoryhandle%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetdirectoryoptions-create%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetdirectoryoptions-create%E2%91%A1", + "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-getdirectoryhandle", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-valid-file-name%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetdirectoryoptions-create%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-list-iterate%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-typemismatcherror%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemgetfileoptions-create%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-notfounderror%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-directory%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-ordered-set%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-set-append%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A4", + "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-removeentry", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-removeentry%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-removeentry%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-removeentry%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemremoveoptions-recursive", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-removeentry%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemremoveoptions-recursive%E2%91%A0", + "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-removeentry", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-valid-file-name%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-list-iterate%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-directory%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-list-is-empty", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemremoveoptions-recursive%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-invalidmodificationerror", + "https://fs.spec.whatwg.org/#ref-for-list-remove", + "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemremoveoptions-recursive%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-notfounderror%E2%91%A1", + "https://fs.spec.whatwg.org/#api-filesystemdirectoryhandle-resolve", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-resolve%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemdirectoryhandle-resolve%E2%91%A1", + "https://fs.spec.whatwg.org/#filesystemdirectoryhandle-resolve-example", + "https://fs.spec.whatwg.org/#dom-filesystemdirectoryhandle-resolve", + "https://fs.spec.whatwg.org/#ref-for-entry-resolve%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A1%E2%91%A8", + "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A1", + "https://fs.spec.whatwg.org/#enumdef-writecommandtype", + "https://fs.spec.whatwg.org/#dom-writecommandtype-write", + "https://fs.spec.whatwg.org/#dom-writecommandtype-seek", + "https://fs.spec.whatwg.org/#dom-writecommandtype-truncate", + "https://fs.spec.whatwg.org/#dictdef-writeparams", + "https://fs.spec.whatwg.org/#ref-for-enumdef-writecommandtype", + "https://fs.spec.whatwg.org/#dom-writeparams-type", + "https://fs.spec.whatwg.org/#ref-for-idl-unsigned-long-long", + "https://fs.spec.whatwg.org/#dom-writeparams-size", + "https://fs.spec.whatwg.org/#ref-for-idl-unsigned-long-long%E2%91%A0", + "https://fs.spec.whatwg.org/#dom-writeparams-position", + "https://fs.spec.whatwg.org/#ref-for-BufferSource", + "https://fs.spec.whatwg.org/#ref-for-dfn-Blob", + "https://fs.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A5", + "https://fs.spec.whatwg.org/#dom-writeparams-data", + "https://fs.spec.whatwg.org/#ref-for-BufferSource%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dfn-Blob%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-dictdef-writeparams", + "https://fs.spec.whatwg.org/#typedefdef-filesystemwritechunktype", + "https://fs.spec.whatwg.org/#ref-for-Exposed%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-SecureContext%E2%91%A2", + "https://fs.spec.whatwg.org/#filesystemwritablefilestream", + "https://fs.spec.whatwg.org/#ref-for-writablestream", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-idl-undefined%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-write", + "https://fs.spec.whatwg.org/#ref-for-typedefdef-filesystemwritechunktype", + "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-write-data-data", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-idl-undefined%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-seek", + "https://fs.spec.whatwg.org/#ref-for-idl-unsigned-long-long%E2%91%A1", + "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-seek-position-position", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-idl-undefined%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-truncate", + "https://fs.spec.whatwg.org/#ref-for-idl-unsigned-long-long%E2%91%A2", + "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-truncate-size-size", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A2", + "https://fs.spec.whatwg.org/#filesystemwritablefilestream-file", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A3", + "https://fs.spec.whatwg.org/#filesystemwritablefilestream-buffer", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A4", + "https://fs.spec.whatwg.org/#filesystemwritablefilestream-seekoffset", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-writablestream%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-default-writer-write", + "https://fs.spec.whatwg.org/#ref-for-dictdef-writeparams%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-write%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-default-writer-write%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-readablestream", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-ws-get-writer", + "https://fs.spec.whatwg.org/#ref-for-writablestreamdefaultwriter", + "https://fs.spec.whatwg.org/#create-a-new-filesystemwritablefilestream", + "https://fs.spec.whatwg.org/#ref-for-file%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-realm", + "https://fs.spec.whatwg.org/#ref-for-new", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-file", + "https://fs.spec.whatwg.org/#ref-for-write-a-chunk", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-implementation-defined%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-aborterror", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-file%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-file-entry-binary-data%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-writablestream-set-up", + "https://fs.spec.whatwg.org/#ref-for-writablestream-set-up-writealgorithm", + "https://fs.spec.whatwg.org/#ref-for-writablestream-set-up-closealgorithm", + "https://fs.spec.whatwg.org/#ref-for-writablestream-set-up-highwatermark", + "https://fs.spec.whatwg.org/#ref-for-writablestream-set-up-sizealgorithm", + "https://fs.spec.whatwg.org/#write-a-chunk", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-javascript-string-convert", + "https://fs.spec.whatwg.org/#ref-for-typedefdef-filesystemwritechunktype%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-a-promise-rejected-with", + "https://fs.spec.whatwg.org/#ref-for-a-new-promise%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-in-parallel%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-file%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-notallowederror%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-type", + "https://fs.spec.whatwg.org/#ref-for-dictdef-writeparams%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-write", + "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-write%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-data", + "https://fs.spec.whatwg.org/#ref-for-dictdef-writeparams%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-seekoffset", + "https://fs.spec.whatwg.org/#ref-for-dictdef-writeparams%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-position", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-position%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence-length", + "https://fs.spec.whatwg.org/#ref-for-BufferSource%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dfn-get-buffer-source-copy", + "https://fs.spec.whatwg.org/#ref-for-dfn-Blob%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-readOperation", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-assert", + "https://fs.spec.whatwg.org/#ref-for-idl-USVString%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-utf-8-encode", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence-length%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence-length%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-storage-quota", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A0%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-quotaexceedederror", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-storage-quota%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-origin-private-file-system", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-seekoffset%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence-length%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-seek", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-position%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-seekoffset%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-position%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-truncate", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-size", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-size%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence-length%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-storage-quota%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-reject%E2%91%A1%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-quotaexceedederror%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-storage-quota%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-origin-private-file-system%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A0%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-byte-sequence%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-buffer%E2%91%A0%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-seekoffset%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-filesystemwritablefilestream-seekoffset%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-resolve%E2%91%A0%E2%91%A6", + "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream-write", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-write%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-write%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-write%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-type%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-write%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-data%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-write%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-type%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-write%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-position%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-data%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-write%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-type%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-seek%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-position%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-write%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-type%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-truncate%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-size%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-truncate%E2%91%A1", + "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-write", + "https://fs.spec.whatwg.org/#ref-for-writablestream-get-a-writer", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-writablestreamdefaultwriter-write-a-chunk", + "https://fs.spec.whatwg.org/#ref-for-writablestreamdefaultwriter-release", + "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream-seek", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-seek%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-seek%E2%91%A1", + "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-seek", + "https://fs.spec.whatwg.org/#ref-for-writablestream-get-a-writer%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-writablestreamdefaultwriter-write-a-chunk%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-type%E2%91%A4", + "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-seek%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-position%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-writablestreamdefaultwriter-release%E2%91%A0", + "https://fs.spec.whatwg.org/#api-filesystemwritablefilestream-truncate", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-truncate%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-filesystemwritablefilestream-truncate%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-truncate%E2%91%A2", + "https://fs.spec.whatwg.org/#dom-filesystemwritablefilestream-truncate", + "https://fs.spec.whatwg.org/#ref-for-writablestream-get-a-writer%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-this%E2%91%A0%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-writablestreamdefaultwriter-write-a-chunk%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-type%E2%91%A5", + "https://fs.spec.whatwg.org/#ref-for-dom-writecommandtype-truncate%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-dom-writeparams-size%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-writablestreamdefaultwriter-release%E2%91%A1", + "https://fs.spec.whatwg.org/#sandboxed-filesystem", + "https://fs.spec.whatwg.org/#origin-private-file-system", + "https://fs.spec.whatwg.org/#ref-for-storage-endpoint", + "https://fs.spec.whatwg.org/#ref-for-storage-endpoint-identifier", + "https://fs.spec.whatwg.org/#ref-for-storage-endpoint-types", + "https://fs.spec.whatwg.org/#ref-for-storage-endpoint-quota", + "https://fs.spec.whatwg.org/#ref-for-origin-private-file-system%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-origin-private-file-system%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-SecureContext%E2%91%A3", + "https://fs.spec.whatwg.org/#ref-for-storagemanager", + "https://fs.spec.whatwg.org/#ref-for-idl-promise%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-dom-storagemanager-getdirectory%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-dom-storagemanager-getdirectory%E2%91%A1", + "https://fs.spec.whatwg.org/#dom-storagemanager-getdirectory", + "https://fs.spec.whatwg.org/#ref-for-current-settings-object", + "https://fs.spec.whatwg.org/#ref-for-obtain-a-local-storage-bottle-map", + "https://fs.spec.whatwg.org/#ref-for-a-promise-rejected-with%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-securityerror", + "https://fs.spec.whatwg.org/#ref-for-map-exists", + "https://fs.spec.whatwg.org/#ref-for-directory%E2%91%A7", + "https://fs.spec.whatwg.org/#ref-for-entry-query-access%E2%91%A0%E2%93%AA", + "https://fs.spec.whatwg.org/#ref-for-entry-request-access%E2%91%A6", + "https://fs.spec.whatwg.org/#ref-for-dom-permissionstate-granted%E2%91%A8", + "https://fs.spec.whatwg.org/#ref-for-entry-name%E2%91%A0%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-directory-entry-children%E2%91%A0%E2%91%A1", + "https://fs.spec.whatwg.org/#ref-for-ordered-set%E2%91%A2", + "https://fs.spec.whatwg.org/#ref-for-a-promise-resolved-with", + "https://fs.spec.whatwg.org/#ref-for-filesystemdirectoryhandle%E2%91%A0%E2%91%A0", + "https://fs.spec.whatwg.org/#ref-for-filesystemhandle-entry%E2%91%A2%E2%93%AA", + "https://fs.spec.whatwg.org/#acks", + "https://fs.spec.whatwg.org/#ipr", + "https://fs.spec.whatwg.org/#index", + "https://fs.spec.whatwg.org/#index-defined-here", + "https://fs.spec.whatwg.org/#index-defined-elsewhere", + "https://fs.spec.whatwg.org/#term-for-realm", + "https://fs.spec.whatwg.org/#term-for-utf-8-encode", + "https://fs.spec.whatwg.org/#term-for-dfn-Blob", + "https://fs.spec.whatwg.org/#term-for-dfn-file", + "https://fs.spec.whatwg.org/#term-for-dfn-lastModified", + "https://fs.spec.whatwg.org/#term-for-dfn-name", + "https://fs.spec.whatwg.org/#term-for-readOperation", + "https://fs.spec.whatwg.org/#term-for-snapshot-state", + "https://fs.spec.whatwg.org/#term-for-dfn-type", + "https://fs.spec.whatwg.org/#term-for-UnixEpoch", + "https://fs.spec.whatwg.org/#term-for-serializable", + "https://fs.spec.whatwg.org/#term-for-current-settings-object", + "https://fs.spec.whatwg.org/#term-for-deserialization-steps", + "https://fs.spec.whatwg.org/#term-for-in-parallel", + "https://fs.spec.whatwg.org/#term-for-concept-settings-object-origin", + "https://fs.spec.whatwg.org/#term-for-concept-relevant-realm", + "https://fs.spec.whatwg.org/#term-for-relevant-settings-object", + "https://fs.spec.whatwg.org/#term-for-same-origin", + "https://fs.spec.whatwg.org/#term-for-serializable-objects", + "https://fs.spec.whatwg.org/#term-for-serialization-steps", + "https://fs.spec.whatwg.org/#term-for-set-append", + "https://fs.spec.whatwg.org/#term-for-assert", + "https://fs.spec.whatwg.org/#term-for-byte-sequence", + "https://fs.spec.whatwg.org/#term-for-list-contain", + "https://fs.spec.whatwg.org/#term-for-javascript-string-convert", + "https://fs.spec.whatwg.org/#term-for-map-exists", + "https://fs.spec.whatwg.org/#term-for-list-iterate", + "https://fs.spec.whatwg.org/#term-for-implementation-defined", + "https://fs.spec.whatwg.org/#term-for-list-is-empty", + "https://fs.spec.whatwg.org/#term-for-byte-sequence-length", + "https://fs.spec.whatwg.org/#term-for-list-prepend", + "https://fs.spec.whatwg.org/#term-for-list-remove", + "https://fs.spec.whatwg.org/#term-for-ordered-set", + "https://fs.spec.whatwg.org/#term-for-string", + "https://fs.spec.whatwg.org/#term-for-dom-permissionstate", + "https://fs.spec.whatwg.org/#term-for-dom-permissionstate-denied", + "https://fs.spec.whatwg.org/#term-for-dom-permissionstate-granted", + "https://fs.spec.whatwg.org/#term-for-storagemanager", + "https://fs.spec.whatwg.org/#term-for-storage-endpoint-identifier", + "https://fs.spec.whatwg.org/#term-for-obtain-a-local-storage-bottle-map", + "https://fs.spec.whatwg.org/#term-for-storage-endpoint-quota", + "https://fs.spec.whatwg.org/#term-for-storage-endpoint", + "https://fs.spec.whatwg.org/#term-for-storage-quota", + "https://fs.spec.whatwg.org/#term-for-storage-endpoint-types", + "https://fs.spec.whatwg.org/#term-for-readablestream", + "https://fs.spec.whatwg.org/#term-for-writablestream", + "https://fs.spec.whatwg.org/#term-for-writablestreamdefaultwriter", + "https://fs.spec.whatwg.org/#term-for-writablestream-set-up-closealgorithm", + "https://fs.spec.whatwg.org/#term-for-ws-get-writer", + "https://fs.spec.whatwg.org/#term-for-writablestream-get-a-writer", + "https://fs.spec.whatwg.org/#term-for-writablestream-set-up-highwatermark", + "https://fs.spec.whatwg.org/#term-for-writablestreamdefaultwriter-release", + "https://fs.spec.whatwg.org/#term-for-writablestream-set-up", + "https://fs.spec.whatwg.org/#term-for-writablestream-set-up-sizealgorithm", + "https://fs.spec.whatwg.org/#term-for-default-writer-write", + "https://fs.spec.whatwg.org/#term-for-writablestream-set-up-writealgorithm", + "https://fs.spec.whatwg.org/#term-for-writablestreamdefaultwriter-write-a-chunk", + "https://fs.spec.whatwg.org/#term-for-aborterror", + "https://fs.spec.whatwg.org/#term-for-BufferSource", + "https://fs.spec.whatwg.org/#term-for-datacloneerror", + "https://fs.spec.whatwg.org/#term-for-Exposed", + "https://fs.spec.whatwg.org/#term-for-invalidmodificationerror", + "https://fs.spec.whatwg.org/#term-for-notallowederror", + "https://fs.spec.whatwg.org/#term-for-notfounderror", + "https://fs.spec.whatwg.org/#term-for-idl-promise", + "https://fs.spec.whatwg.org/#term-for-quotaexceedederror", + "https://fs.spec.whatwg.org/#term-for-SecureContext", + "https://fs.spec.whatwg.org/#term-for-securityerror", + "https://fs.spec.whatwg.org/#term-for-exceptiondef-typeerror", + "https://fs.spec.whatwg.org/#term-for-typemismatcherror", + "https://fs.spec.whatwg.org/#term-for-idl-USVString", + "https://fs.spec.whatwg.org/#term-for-a-new-promise", + "https://fs.spec.whatwg.org/#term-for-a-promise-rejected-with", + "https://fs.spec.whatwg.org/#term-for-a-promise-resolved-with", + "https://fs.spec.whatwg.org/#term-for-asynchronous-iterator-initialization-steps", + "https://fs.spec.whatwg.org/#term-for-idl-boolean", + "https://fs.spec.whatwg.org/#term-for-dfn-get-buffer-source-copy", + "https://fs.spec.whatwg.org/#term-for-dfn-get-the-next-iteration-result", + "https://fs.spec.whatwg.org/#term-for-new", + "https://fs.spec.whatwg.org/#term-for-reject", + "https://fs.spec.whatwg.org/#term-for-resolve", + "https://fs.spec.whatwg.org/#term-for-idl-sequence", + "https://fs.spec.whatwg.org/#term-for-this", + "https://fs.spec.whatwg.org/#term-for-idl-undefined", + "https://fs.spec.whatwg.org/#term-for-idl-unsigned-long-long", + "https://fs.spec.whatwg.org/#term-for-upon-fulfillment", + "https://fs.spec.whatwg.org/#term-for-wait-for-all", + "https://fs.spec.whatwg.org/#references", + "https://fs.spec.whatwg.org/#normative", + "https://fs.spec.whatwg.org/#biblio-ecmascript", + "https://fs.spec.whatwg.org/#biblio-encoding", + "https://fs.spec.whatwg.org/#biblio-file-api", + "https://fs.spec.whatwg.org/#biblio-html", + "https://fs.spec.whatwg.org/#biblio-infra", + "https://fs.spec.whatwg.org/#biblio-permissions", + "https://fs.spec.whatwg.org/#biblio-storage", + "https://fs.spec.whatwg.org/#biblio-streams", + "https://fs.spec.whatwg.org/#biblio-webidl", + "https://fs.spec.whatwg.org/#idl-index" + ] +} \ No newline at end of file diff --git a/ed/index.json b/ed/index.json index 41b4224d094a..6f88008ab4f3 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2022-03-28T12:50:31.593Z", + "date": "2022-03-28T18:44:26.981Z", "options": { "fallback": "webref-fallback/ed/index.json", "output": "report", @@ -20,10 +20,10 @@ ] }, "stats": { - "crawled": 471, - "errors": 12 + "crawled": 472, + "errors": 0 }, - "crawler": "reffy-7.0.3", + "crawler": "reffy-7.0.4", "results": [ { "url": "https://compat.spec.whatwg.org/", @@ -279,7 +279,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-typed-om-2/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:19:17 GMT" + "lastModified": "Mon, 28 Mar 2022 17:54:07 GMT" }, "generator": "bikeshed", "date": "8 February 2021", @@ -324,7 +324,7 @@ ], "crawled": "https://drafts.css-houdini.org/font-metrics-api-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:19:41 GMT" + "lastModified": "Mon, 28 Mar 2022 17:54:32 GMT" }, "generator": "bikeshed", "date": "12 May 2021", @@ -380,7 +380,7 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:22:16 GMT" + "lastModified": "Mon, 28 Mar 2022 17:10:49 GMT" }, "generator": "bikeshed", "date": "11 February 2022", @@ -437,7 +437,7 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:22:24 GMT" + "lastModified": "Mon, 28 Mar 2022 17:11:04 GMT" }, "generator": "bikeshed", "date": "8 February 2022", @@ -490,7 +490,7 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:24:16 GMT" + "lastModified": "Mon, 28 Mar 2022 17:13:02 GMT" }, "generator": "bikeshed", "date": "30 August 2021", @@ -537,7 +537,7 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:24:19 GMT" + "lastModified": "Mon, 28 Mar 2022 17:13:07 GMT" }, "generator": "bikeshed", "date": "26 August 2020", @@ -592,7 +592,7 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:25:09 GMT" + "lastModified": "Mon, 28 Mar 2022 17:13:52 GMT" }, "generator": "bikeshed", "date": "18 September 2020", @@ -647,7 +647,7 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:25:34 GMT" + "lastModified": "Mon, 28 Mar 2022 17:14:20 GMT" }, "generator": "bikeshed", "date": "21 February 2021", @@ -702,7 +702,7 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:26:51 GMT" + "lastModified": "Mon, 28 Mar 2022 17:15:07 GMT" }, "generator": "bikeshed", "date": "5 October 2021", @@ -810,7 +810,7 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:28:02 GMT" + "lastModified": "Mon, 28 Mar 2022 17:16:16 GMT" }, "generator": "bikeshed", "date": "25 March 2022", @@ -865,7 +865,7 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:28:13 GMT" + "lastModified": "Mon, 28 Mar 2022 17:16:28 GMT" }, "generator": "bikeshed", "date": "7 March 2022", @@ -918,7 +918,7 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:28:14 GMT" + "lastModified": "Mon, 28 Mar 2022 17:16:29 GMT" }, "generator": "bikeshed", "date": "21 February 2021", @@ -973,7 +973,7 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:29:31 GMT" + "lastModified": "Mon, 28 Mar 2022 17:17:45 GMT" }, "generator": "bikeshed", "date": "11 February 2022", @@ -1029,7 +1029,7 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:29:57 GMT" + "lastModified": "Mon, 28 Mar 2022 17:18:12 GMT" }, "generator": "bikeshed", "date": "16 December 2021", @@ -1082,7 +1082,7 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:31:30 GMT" + "lastModified": "Mon, 28 Mar 2022 17:19:23 GMT" }, "generator": "bikeshed", "date": "21 February 2022", @@ -1139,7 +1139,7 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:32:00 GMT" + "lastModified": "Mon, 28 Mar 2022 17:19:54 GMT" }, "generator": "bikeshed", "date": "11 February 2022", @@ -1250,7 +1250,7 @@ ], "crawled": "https://drafts.fxtf.org/filter-effects-2/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:15:59 GMT" + "lastModified": "Mon, 28 Mar 2022 17:51:55 GMT" }, "generator": "bikeshed", "date": "10 February 2022", @@ -1319,6 +1319,53 @@ "headings": "headings/fetch.json", "ids": "ids/fetch.json" }, + { + "url": "https://fs.spec.whatwg.org/", + "seriesComposition": "full", + "shortname": "fs", + "series": { + "shortname": "fs", + "currentSpecification": "fs", + "title": "File System Standard", + "shortTitle": "File System", + "nightlyUrl": "https://fs.spec.whatwg.org/" + }, + "organization": "WHATWG", + "groups": [ + { + "name": "Storage Workstream", + "url": "https://fs.spec.whatwg.org/" + } + ], + "nightly": { + "url": "https://fs.spec.whatwg.org/", + "repository": "https://github.com/whatwg/fs", + "sourcePath": "index.bs", + "filename": "index.html" + }, + "title": "File System Standard", + "source": "specref", + "shortTitle": "File System", + "categories": [ + "browser" + ], + "versions": [ + "https://fs.spec.whatwg.org/" + ], + "crawled": "https://fs.spec.whatwg.org/", + "crawlCacheInfo": { + "lastModified": "Mon, 21 Mar 2022 10:50:30 GMT" + }, + "generator": "bikeshed", + "date": "21 March 2022", + "links": "links/fs.json", + "refs": "refs/fs.json", + "idl": "idl/fs.idl", + "idlparsed": "idlparsed/fs.json", + "dfns": "dfns/fs.json", + "headings": "headings/fs.json", + "ids": "ids/fs.json" + }, { "url": "https://fullscreen.spec.whatwg.org/", "seriesComposition": "full", @@ -1470,7 +1517,6 @@ "html", "imagebitmap-renderingcontext", "webmessaging", - "websockets", "webstorage", "workers", "worklets", @@ -2108,7 +2154,7 @@ ], "crawled": "https://tc39.es/ecma262/multipage/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 04:56:24 GMT" + "lastModified": "Mon, 28 Mar 2022 14:19:11 GMT" }, "date": "28 March 2022", "links": "links/ecmascript.json", @@ -3360,53 +3406,6 @@ "headings": "headings/url.json", "ids": "ids/url.json" }, - { - "url": "https://w3c.github.io/autoplay/", - "seriesComposition": "full", - "shortname": "autoplay", - "series": { - "shortname": "autoplay", - "currentSpecification": "autoplay", - "title": "Autoplay Policy Detection", - "shortTitle": "Autoplay Policy Detection", - "nightlyUrl": "https://w3c.github.io/autoplay/" - }, - "organization": "W3C", - "groups": [ - { - "name": "Media Working Group", - "url": "https://www.w3.org/media-wg/" - } - ], - "nightly": { - "url": "https://w3c.github.io/autoplay/", - "repository": "https://github.com/w3c/autoplay", - "sourcePath": "index.bs", - "filename": "index.html" - }, - "title": "Autoplay Policy Detection", - "source": "spec", - "shortTitle": "Autoplay Policy Detection", - "categories": [ - "browser" - ], - "versions": [ - "https://w3c.github.io/autoplay/" - ], - "crawled": "https://w3c.github.io/autoplay/", - "crawlCacheInfo": { - "lastModified": "Wed, 02 Feb 2022 18:00:32 GMT" - }, - "generator": "bikeshed", - "date": "2 February 2022", - "links": "links/autoplay.json", - "refs": "refs/autoplay.json", - "idl": "idl/autoplay.idl", - "idlparsed": "idlparsed/autoplay.json", - "dfns": "dfns/autoplay.json", - "headings": "headings/autoplay.json", - "ids": "ids/autoplay.json" - }, { "url": "https://w3c.github.io/badging/", "seriesComposition": "full", @@ -4019,10 +4018,10 @@ ], "crawled": "https://w3c.github.io/PNG-spec/", "crawlCacheInfo": { - "lastModified": "Tue, 22 Mar 2022 16:20:17 GMT" + "lastModified": "Mon, 28 Mar 2022 14:10:53 GMT" }, "generator": "respec", - "date": "22 March 2022", + "date": "28 March 2022", "links": "links/PNG-spec.json", "refs": "refs/PNG-spec.json", "dfns": "dfns/PNG-spec.json", @@ -4562,6 +4561,12 @@ "categories": [ "browser" ], + "tests": { + "repository": "https://github.com/web-platform-tests/wpt", + "testPaths": [ + "websockets" + ] + }, "versions": [ "https://websockets.spec.whatwg.org/" ], @@ -11668,6 +11673,59 @@ "headings": "headings/audio-output.json", "ids": "ids/audio-output.json" }, + { + "url": "https://www.w3.org/TR/autoplay-detection/", + "seriesComposition": "full", + "shortname": "autoplay-detection", + "series": { + "shortname": "autoplay-detection", + "currentSpecification": "autoplay-detection", + "title": "Autoplay Policy Detection", + "shortTitle": "Autoplay Policy Detection", + "releaseUrl": "https://www.w3.org/TR/autoplay-detection/", + "nightlyUrl": "https://w3c.github.io/autoplay/" + }, + "organization": "W3C", + "groups": [ + { + "name": "Media Working Group", + "url": "https://www.w3.org/media-wg/" + } + ], + "release": { + "url": "https://www.w3.org/TR/autoplay-detection/", + "filename": "Overview.html" + }, + "nightly": { + "url": "https://w3c.github.io/autoplay/", + "repository": "https://github.com/w3c/autoplay", + "sourcePath": "index.bs", + "filename": "index.html" + }, + "title": "Autoplay Policy Detection", + "source": "w3c", + "shortTitle": "Autoplay Policy Detection", + "categories": [ + "browser" + ], + "versions": [ + "https://www.w3.org/TR/autoplay-detection/", + "https://w3c.github.io/autoplay/" + ], + "crawled": "https://w3c.github.io/autoplay/", + "crawlCacheInfo": { + "lastModified": "Wed, 02 Feb 2022 18:00:32 GMT" + }, + "generator": "bikeshed", + "date": "2 February 2022", + "links": "links/autoplay-detection.json", + "refs": "refs/autoplay-detection.json", + "idl": "idl/autoplay-detection.idl", + "idlparsed": "idlparsed/autoplay-detection.json", + "dfns": "dfns/autoplay-detection.json", + "headings": "headings/autoplay-detection.json", + "ids": "ids/autoplay-detection.json" + }, { "url": "https://www.w3.org/TR/battery-status/", "seriesComposition": "full", @@ -11956,7 +12014,7 @@ ], "crawled": "https://drafts.fxtf.org/compositing-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:15:41 GMT" + "lastModified": "Mon, 28 Mar 2022 17:51:40 GMT" }, "generator": "bikeshed", "date": "10 February 2022", @@ -12254,7 +12312,7 @@ ], "crawled": "https://drafts.csswg.org/css-align/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 05:19:03 GMT" + "lastModified": "Mon, 28 Mar 2022 17:10:38 GMT" }, "generator": "bikeshed", "date": "31 January 2022", @@ -12263,8 +12321,7 @@ "css": "css/css-align.json", "dfns": "dfns/css-align-3.json", "headings": "headings/css-align-3.json", - "ids": "ids/css-align-3.json", - "error": "Error: Loading https://drafts.csswg.org/css-align/ triggered HTTP status 500 Error: Loading https://drafts.csswg.org/css-align/ triggered HTTP status 500\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:486:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 246)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" + "ids": "ids/css-align-3.json" }, { "url": "https://www.w3.org/TR/css-animation-worklet-1/", @@ -12314,7 +12371,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-animationworklet-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:18:46 GMT" + "lastModified": "Mon, 28 Mar 2022 17:53:50 GMT" }, "generator": "bikeshed", "date": "18 August 2020", @@ -12375,7 +12432,7 @@ ], "crawled": "https://drafts.csswg.org/css-animations/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 05:19:07 GMT" + "lastModified": "Mon, 28 Mar 2022 17:10:45 GMT" }, "generator": "bikeshed", "date": "15 July 2021", @@ -12386,8 +12443,7 @@ "css": "css/css-animations.json", "dfns": "dfns/css-animations-1.json", "headings": "headings/css-animations-1.json", - "ids": "ids/css-animations-1.json", - "error": "Error: Loading https://drafts.csswg.org/css-animations/ triggered HTTP status 500 Error: Loading https://drafts.csswg.org/css-animations/ triggered HTTP status 500\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:486:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 248)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" + "ids": "ids/css-animations-1.json" }, { "url": "https://www.w3.org/TR/css-backgrounds-3/", @@ -12438,7 +12494,7 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 05:19:16 GMT" + "lastModified": "Mon, 28 Mar 2022 17:11:01 GMT" }, "generator": "bikeshed", "date": "26 July 2021", @@ -12447,8 +12503,7 @@ "css": "css/css-backgrounds.json", "dfns": "dfns/css-backgrounds-3.json", "headings": "headings/css-backgrounds-3.json", - "ids": "ids/css-backgrounds-3.json", - "error": "Error: Loading https://drafts.csswg.org/css-backgrounds/ triggered HTTP status 500 Error: Loading https://drafts.csswg.org/css-backgrounds/ triggered HTTP status 500\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:486:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 249)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" + "ids": "ids/css-backgrounds-3.json" }, { "url": "https://www.w3.org/TR/css-box-3/", @@ -12499,7 +12554,7 @@ ], "crawled": "https://drafts.csswg.org/css-box-3/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 05:19:21 GMT" + "lastModified": "Mon, 28 Mar 2022 17:11:06 GMT" }, "generator": "bikeshed", "date": "30 December 2021", @@ -12507,8 +12562,7 @@ "refs": "refs/css-box-3.json", "dfns": "dfns/css-box-3.json", "headings": "headings/css-box-3.json", - "ids": "ids/css-box-3.json", - "error": "Error: Loading https://drafts.csswg.org/css-box-3/ triggered HTTP status 500 Error: Loading https://drafts.csswg.org/css-box-3/ triggered HTTP status 500\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:486:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 250)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" + "ids": "ids/css-box-3.json" }, { "url": "https://www.w3.org/TR/css-box-4/", @@ -12559,7 +12613,7 @@ ], "crawled": "https://drafts.csswg.org/css-box-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 05:19:35 GMT" + "lastModified": "Mon, 28 Mar 2022 17:11:22 GMT" }, "generator": "bikeshed", "date": "30 December 2021", @@ -12568,8 +12622,7 @@ "css": "css/css-box.json", "dfns": "dfns/css-box-4.json", "headings": "headings/css-box-4.json", - "ids": "ids/css-box-4.json", - "error": "Error: Loading https://drafts.csswg.org/css-box-4/ triggered HTTP status 500 Error: Loading https://drafts.csswg.org/css-box-4/ triggered HTTP status 500\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:486:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 251)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" + "ids": "ids/css-box-4.json" }, { "url": "https://www.w3.org/TR/css-break-3/", @@ -12620,7 +12673,7 @@ ], "crawled": "https://drafts.csswg.org/css-break/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 05:19:39 GMT" + "lastModified": "Mon, 28 Mar 2022 17:11:26 GMT" }, "generator": "bikeshed", "date": "17 May 2021", @@ -12628,8 +12681,7 @@ "refs": "refs/css-break-3.json", "dfns": "dfns/css-break-3.json", "headings": "headings/css-break-3.json", - "ids": "ids/css-break-3.json", - "error": "Error: Loading https://drafts.csswg.org/css-break/ triggered HTTP status 500 Error: Loading https://drafts.csswg.org/css-break/ triggered HTTP status 500\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:486:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 252)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" + "ids": "ids/css-break-3.json" }, { "url": "https://www.w3.org/TR/css-break-4/", @@ -12680,7 +12732,7 @@ ], "crawled": "https://drafts.csswg.org/css-break-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 05:19:42 GMT" + "lastModified": "Mon, 28 Mar 2022 17:11:30 GMT" }, "generator": "bikeshed", "date": "17 May 2021", @@ -12689,8 +12741,7 @@ "css": "css/css-break.json", "dfns": "dfns/css-break-4.json", "headings": "headings/css-break-4.json", - "ids": "ids/css-break-4.json", - "error": "Error: Loading https://drafts.csswg.org/css-break-4/ triggered HTTP status 500 Error: Loading https://drafts.csswg.org/css-break-4/ triggered HTTP status 500\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:486:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 253)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" + "ids": "ids/css-break-4.json" }, { "url": "https://www.w3.org/TR/css-cascade-3/", @@ -12741,7 +12792,7 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-3/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 05:19:45 GMT" + "lastModified": "Mon, 28 Mar 2022 17:11:34 GMT" }, "generator": "bikeshed", "date": "3 December 2021", @@ -12749,8 +12800,7 @@ "refs": "refs/css-cascade-3.json", "dfns": "dfns/css-cascade-3.json", "headings": "headings/css-cascade-3.json", - "ids": "ids/css-cascade-3.json", - "error": "Error: Loading https://drafts.csswg.org/css-cascade-3/ triggered HTTP status 500 Error: Loading https://drafts.csswg.org/css-cascade-3/ triggered HTTP status 500\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:486:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 254)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" + "ids": "ids/css-cascade-3.json" }, { "url": "https://www.w3.org/TR/css-cascade-4/", @@ -12802,7 +12852,7 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 05:19:49 GMT" + "lastModified": "Mon, 28 Mar 2022 17:11:39 GMT" }, "generator": "bikeshed", "date": "2 March 2022", @@ -12810,8 +12860,7 @@ "refs": "refs/css-cascade-4.json", "dfns": "dfns/css-cascade-4.json", "headings": "headings/css-cascade-4.json", - "ids": "ids/css-cascade-4.json", - "error": "Error: Loading https://drafts.csswg.org/css-cascade-4/ triggered HTTP status 500 Error: Loading https://drafts.csswg.org/css-cascade-4/ triggered HTTP status 500\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:486:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 255)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" + "ids": "ids/css-cascade-4.json" }, { "url": "https://www.w3.org/TR/css-cascade-5/", @@ -12863,7 +12912,7 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-5/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 05:19:54 GMT" + "lastModified": "Mon, 28 Mar 2022 17:11:46 GMT" }, "generator": "bikeshed", "date": "14 February 2022", @@ -12874,8 +12923,7 @@ "css": "css/css-cascade.json", "dfns": "dfns/css-cascade-5.json", "headings": "headings/css-cascade-5.json", - "ids": "ids/css-cascade-5.json", - "error": "Error: Loading https://drafts.csswg.org/css-cascade-5/ triggered HTTP status 500 Error: Loading https://drafts.csswg.org/css-cascade-5/ triggered HTTP status 500\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:486:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 256)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" + "ids": "ids/css-cascade-5.json" }, { "url": "https://www.w3.org/TR/css-cascade-6/", @@ -12926,7 +12974,7 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 05:19:56 GMT" + "lastModified": "Mon, 28 Mar 2022 17:11:49 GMT" }, "generator": "bikeshed", "date": "16 December 2021", @@ -12935,8 +12983,7 @@ "css": "css/css-cascade-6.json", "dfns": "dfns/css-cascade-6.json", "headings": "headings/css-cascade-6.json", - "ids": "ids/css-cascade-6.json", - "error": "Error: Loading https://drafts.csswg.org/css-cascade-6/ triggered HTTP status 500 Error: Loading https://drafts.csswg.org/css-cascade-6/ triggered HTTP status 500\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:486:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 257)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" + "ids": "ids/css-cascade-6.json" }, { "url": "https://www.w3.org/TR/css-color-4/", @@ -12987,7 +13034,7 @@ ], "crawled": "https://drafts.csswg.org/css-color/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 05:20:10 GMT" + "lastModified": "Mon, 28 Mar 2022 17:12:06 GMT" }, "generator": "bikeshed", "date": "27 February 2022", @@ -12996,8 +13043,7 @@ "css": "css/css-color.json", "dfns": "dfns/css-color-4.json", "headings": "headings/css-color-4.json", - "ids": "ids/css-color-4.json", - "error": "Error: Loading https://drafts.csswg.org/css-color/ triggered HTTP status 500 Error: Loading https://drafts.csswg.org/css-color/ triggered HTTP status 500\n at processSpecification (/home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:486:19)\n at async crawlSpec (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:91:24)\n at async crawlSpecAndPromise (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:410:22)\n at async Promise.all (index 258)\n at async crawlList (/home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:418:21)" + "ids": "ids/css-color-4.json" }, { "url": "https://www.w3.org/TR/css-color-5/", @@ -13048,7 +13094,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:23:26 GMT" + "lastModified": "Mon, 28 Mar 2022 17:12:10 GMT" }, "generator": "bikeshed", "date": "8 March 2022", @@ -13107,7 +13153,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-adjust-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:23:28 GMT" + "lastModified": "Mon, 28 Mar 2022 17:12:12 GMT" }, "generator": "bikeshed", "date": "7 March 2022", @@ -13167,7 +13213,7 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-3/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:23:33 GMT" + "lastModified": "Mon, 28 Mar 2022 17:12:18 GMT" }, "generator": "bikeshed", "date": "13 January 2022", @@ -13230,7 +13276,7 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:23:34 GMT" + "lastModified": "Mon, 28 Mar 2022 17:12:19 GMT" }, "generator": "bikeshed", "date": "23 February 2022", @@ -13290,7 +13336,7 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-5/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:23:36 GMT" + "lastModified": "Mon, 28 Mar 2022 17:12:21 GMT" }, "generator": "bikeshed", "date": "21 December 2021", @@ -13350,7 +13396,7 @@ ], "crawled": "https://drafts.csswg.org/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:23:47 GMT" + "lastModified": "Mon, 28 Mar 2022 17:12:31 GMT" }, "generator": "bikeshed", "date": "9 March 2022", @@ -13410,7 +13456,7 @@ ], "crawled": "https://drafts.csswg.org/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:23:50 GMT" + "lastModified": "Mon, 28 Mar 2022 17:12:34 GMT" }, "generator": "bikeshed", "date": "24 February 2022", @@ -13471,7 +13517,7 @@ ], "crawled": "https://drafts.csswg.org/css-content-3/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:23:53 GMT" + "lastModified": "Mon, 28 Mar 2022 17:12:38 GMT" }, "generator": "bikeshed", "date": "30 December 2021", @@ -13530,7 +13576,7 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:23:58 GMT" + "lastModified": "Mon, 28 Mar 2022 17:12:43 GMT" }, "generator": "bikeshed", "date": "22 July 2021", @@ -13591,7 +13637,7 @@ ], "crawled": "https://drafts.csswg.org/css-device-adapt/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:24:02 GMT" + "lastModified": "Mon, 28 Mar 2022 17:12:47 GMT" }, "generator": "bikeshed", "date": "17 May 2021", @@ -13652,7 +13698,7 @@ ], "crawled": "https://drafts.csswg.org/css-display/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:24:07 GMT" + "lastModified": "Mon, 28 Mar 2022 17:12:51 GMT" }, "generator": "bikeshed", "date": "3 September 2021", @@ -13711,7 +13757,7 @@ ], "crawled": "https://drafts.csswg.org/css-easing/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:24:09 GMT" + "lastModified": "Mon, 28 Mar 2022 17:12:53 GMT" }, "generator": "bikeshed", "date": "21 February 2022", @@ -13770,7 +13816,7 @@ ], "crawled": "https://drafts.csswg.org/css-flexbox-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:24:30 GMT" + "lastModified": "Mon, 28 Mar 2022 17:13:17 GMT" }, "generator": "bikeshed", "date": "31 January 2022", @@ -13829,7 +13875,7 @@ ], "crawled": "https://drafts.csswg.org/css-font-loading/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:24:37 GMT" + "lastModified": "Mon, 28 Mar 2022 17:13:22 GMT" }, "generator": "bikeshed", "date": "13 September 2021", @@ -13892,10 +13938,10 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:24:58 GMT" + "lastModified": "Mon, 28 Mar 2022 17:13:39 GMT" }, "generator": "bikeshed", - "date": "7 March 2022", + "date": "23 March 2022", "links": "links/css-fonts-4.json", "refs": "refs/css-fonts-4.json", "idl": "idl/css-fonts.idl", @@ -13954,7 +14000,7 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-5/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:25:03 GMT" + "lastModified": "Mon, 28 Mar 2022 17:13:45 GMT" }, "generator": "bikeshed", "date": "21 December 2021", @@ -14014,7 +14060,7 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:25:07 GMT" + "lastModified": "Mon, 28 Mar 2022 17:13:49 GMT" }, "generator": "bikeshed", "date": "17 May 2021", @@ -14074,7 +14120,7 @@ ], "crawled": "https://drafts.csswg.org/css-grid-2/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:25:31 GMT" + "lastModified": "Mon, 28 Mar 2022 17:14:17 GMT" }, "generator": "bikeshed", "date": "14 March 2022", @@ -14127,7 +14173,7 @@ ], "crawled": "https://drafts.csswg.org/css-highlight-api-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:25:36 GMT" + "lastModified": "Mon, 28 Mar 2022 17:14:22 GMT" }, "generator": "bikeshed", "date": "2 February 2022", @@ -14188,7 +14234,7 @@ ], "crawled": "https://drafts.csswg.org/css-images-3/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:25:41 GMT" + "lastModified": "Mon, 28 Mar 2022 17:14:27 GMT" }, "generator": "bikeshed", "date": "15 July 2021", @@ -14248,7 +14294,7 @@ ], "crawled": "https://drafts.csswg.org/css-images-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:25:46 GMT" + "lastModified": "Mon, 28 Mar 2022 17:14:32 GMT" }, "generator": "bikeshed", "date": "25 March 2022", @@ -14309,7 +14355,7 @@ ], "crawled": "https://drafts.csswg.org/css-inline-3/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:25:53 GMT" + "lastModified": "Mon, 28 Mar 2022 17:14:38 GMT" }, "generator": "bikeshed", "date": "17 May 2021", @@ -14368,7 +14414,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-layout-api-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:18:53 GMT" + "lastModified": "Mon, 28 Mar 2022 17:53:56 GMT" }, "generator": "bikeshed", "date": "16 December 2021", @@ -14423,7 +14469,7 @@ ], "crawled": "https://drafts.csswg.org/css-line-grid/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:25:55 GMT" + "lastModified": "Mon, 28 Mar 2022 17:14:40 GMT" }, "generator": "bikeshed", "date": "18 September 2020", @@ -14482,7 +14528,7 @@ ], "crawled": "https://drafts.csswg.org/css-lists-3/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:25:59 GMT" + "lastModified": "Mon, 28 Mar 2022 17:14:46 GMT" }, "generator": "bikeshed", "date": "24 February 2022", @@ -14541,7 +14587,7 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:26:03 GMT" + "lastModified": "Mon, 28 Mar 2022 17:14:51 GMT" }, "generator": "bikeshed", "date": "4 August 2021", @@ -14600,7 +14646,7 @@ ], "crawled": "https://drafts.fxtf.org/css-masking-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:15:49 GMT" + "lastModified": "Mon, 28 Mar 2022 17:51:47 GMT" }, "generator": "bikeshed", "date": "24 February 2022", @@ -14663,7 +14709,7 @@ ], "crawled": "https://drafts.csswg.org/css-multicol/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:26:50 GMT" + "lastModified": "Mon, 28 Mar 2022 17:15:05 GMT" }, "generator": "bikeshed", "date": "8 October 2021", @@ -14722,7 +14768,7 @@ ], "crawled": "https://drafts.csswg.org/css-namespaces/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:26:52 GMT" + "lastModified": "Mon, 28 Mar 2022 17:15:08 GMT" }, "generator": "bikeshed", "date": "18 August 2020", @@ -14775,7 +14821,7 @@ ], "crawled": "https://drafts.csswg.org/css-nav-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:26:57 GMT" + "lastModified": "Mon, 28 Mar 2022 17:15:13 GMT" }, "generator": "bikeshed", "date": "17 May 2021", @@ -14830,7 +14876,7 @@ ], "crawled": "https://drafts.csswg.org/css-nesting/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:27:00 GMT" + "lastModified": "Mon, 28 Mar 2022 17:15:16 GMT" }, "generator": "bikeshed", "date": "4 January 2022", @@ -14891,7 +14937,7 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-3/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:27:04 GMT" + "lastModified": "Mon, 28 Mar 2022 17:15:21 GMT" }, "generator": "bikeshed", "date": "28 February 2022", @@ -14951,7 +14997,7 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:27:08 GMT" + "lastModified": "Mon, 28 Mar 2022 17:15:24 GMT" }, "generator": "bikeshed", "date": "5 August 2021", @@ -15010,7 +15056,7 @@ ], "crawled": "https://drafts.csswg.org/css-overscroll-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:27:10 GMT" + "lastModified": "Mon, 28 Mar 2022 17:15:26 GMT" }, "generator": "bikeshed", "date": "8 February 2021", @@ -15070,7 +15116,7 @@ ], "crawled": "https://drafts.csswg.org/css-page-3/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:27:14 GMT" + "lastModified": "Mon, 28 Mar 2022 17:15:30 GMT" }, "generator": "bikeshed", "date": "15 July 2021", @@ -15123,7 +15169,7 @@ ], "crawled": "https://drafts.csswg.org/css-page-floats/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:27:17 GMT" + "lastModified": "Mon, 28 Mar 2022 17:15:33 GMT" }, "generator": "bikeshed", "date": "5 October 2021", @@ -15182,7 +15228,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-paint-api-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:18:58 GMT" + "lastModified": "Mon, 28 Mar 2022 17:54:00 GMT" }, "generator": "bikeshed", "date": "15 December 2020", @@ -15243,7 +15289,7 @@ ], "crawled": "https://drafts.csswg.org/css-position/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:27:22 GMT" + "lastModified": "Mon, 28 Mar 2022 17:15:37 GMT" }, "generator": "bikeshed", "date": "9 March 2022", @@ -15306,7 +15352,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-properties-values-api-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:19:12 GMT" + "lastModified": "Mon, 28 Mar 2022 17:54:06 GMT" }, "generator": "bikeshed", "date": "26 February 2021", @@ -15367,7 +15413,7 @@ ], "crawled": "https://drafts.csswg.org/css-pseudo-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:27:31 GMT" + "lastModified": "Mon, 28 Mar 2022 17:15:47 GMT" }, "generator": "bikeshed", "date": "30 January 2022", @@ -15421,7 +15467,7 @@ ], "crawled": "https://drafts.csswg.org/css-regions/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:27:35 GMT" + "lastModified": "Mon, 28 Mar 2022 17:15:50 GMT" }, "generator": "bikeshed", "date": "17 May 2021", @@ -15476,7 +15522,7 @@ ], "crawled": "https://drafts.csswg.org/css-rhythm/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:27:37 GMT" + "lastModified": "Mon, 28 Mar 2022 17:15:52 GMT" }, "generator": "bikeshed", "date": "21 February 2021", @@ -15535,7 +15581,7 @@ ], "crawled": "https://drafts.csswg.org/css-round-display/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:27:40 GMT" + "lastModified": "Mon, 28 Mar 2022 17:15:55 GMT" }, "generator": "bikeshed", "date": "21 February 2021", @@ -15594,7 +15640,7 @@ ], "crawled": "https://drafts.csswg.org/css-ruby-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:27:48 GMT" + "lastModified": "Mon, 28 Mar 2022 17:16:03 GMT" }, "generator": "bikeshed", "date": "2 February 2022", @@ -15653,7 +15699,7 @@ ], "crawled": "https://drafts.csswg.org/css-scoping/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:27:51 GMT" + "lastModified": "Mon, 28 Mar 2022 17:16:06 GMT" }, "generator": "bikeshed", "date": "17 May 2021", @@ -15711,7 +15757,7 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-anchoring/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:27:55 GMT" + "lastModified": "Mon, 28 Mar 2022 17:16:10 GMT" }, "generator": "bikeshed", "date": "22 December 2020", @@ -15771,7 +15817,7 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:28:00 GMT" + "lastModified": "Mon, 28 Mar 2022 17:16:14 GMT" }, "generator": "bikeshed", "date": "28 December 2021", @@ -15830,7 +15876,7 @@ ], "crawled": "https://drafts.csswg.org/css-scrollbars/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:28:04 GMT" + "lastModified": "Mon, 28 Mar 2022 17:16:20 GMT" }, "generator": "bikeshed", "date": "7 December 2021", @@ -15889,7 +15935,7 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:28:06 GMT" + "lastModified": "Mon, 28 Mar 2022 17:16:22 GMT" }, "generator": "bikeshed", "date": "15 September 2020", @@ -15951,7 +15997,7 @@ ], "crawled": "https://drafts.csswg.org/css-shapes/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:28:09 GMT" + "lastModified": "Mon, 28 Mar 2022 17:16:25 GMT" }, "generator": "bikeshed", "date": "7 March 2022", @@ -16011,7 +16057,7 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-3/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:28:18 GMT" + "lastModified": "Mon, 28 Mar 2022 17:16:33 GMT" }, "generator": "bikeshed", "date": "9 March 2022", @@ -16071,7 +16117,7 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:28:21 GMT" + "lastModified": "Mon, 28 Mar 2022 17:16:36 GMT" }, "generator": "bikeshed", "date": "21 February 2022", @@ -16130,7 +16176,7 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:28:27 GMT" + "lastModified": "Mon, 28 Mar 2022 17:16:42 GMT" }, "generator": "bikeshed", "date": "18 June 2021", @@ -16246,7 +16292,7 @@ ], "crawled": "https://drafts.csswg.org/css-syntax/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:28:35 GMT" + "lastModified": "Mon, 28 Mar 2022 17:16:50 GMT" }, "generator": "bikeshed", "date": "23 March 2022", @@ -16305,7 +16351,7 @@ ], "crawled": "https://drafts.csswg.org/css-tables-3/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:28:41 GMT" + "lastModified": "Mon, 28 Mar 2022 17:16:56 GMT" }, "generator": "bikeshed", "date": "17 May 2021", @@ -16365,7 +16411,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:28:55 GMT" + "lastModified": "Mon, 28 Mar 2022 17:17:10 GMT" }, "generator": "bikeshed", "date": "1 March 2022", @@ -16425,7 +16471,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:29:12 GMT" + "lastModified": "Mon, 28 Mar 2022 17:17:26 GMT" }, "generator": "bikeshed", "date": "10 March 2022", @@ -16485,7 +16531,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-3/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:29:15 GMT" + "lastModified": "Mon, 28 Mar 2022 17:17:29 GMT" }, "generator": "bikeshed", "date": "18 March 2022", @@ -16545,7 +16591,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:29:19 GMT" + "lastModified": "Mon, 28 Mar 2022 17:17:33 GMT" }, "generator": "bikeshed", "date": "18 March 2022", @@ -16605,7 +16651,7 @@ ], "crawled": "https://drafts.csswg.org/css-transforms/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:29:23 GMT" + "lastModified": "Mon, 28 Mar 2022 17:17:37 GMT" }, "generator": "bikeshed", "date": "16 February 2022", @@ -16665,7 +16711,7 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:29:27 GMT" + "lastModified": "Mon, 28 Mar 2022 17:17:41 GMT" }, "generator": "bikeshed", "date": "16 February 2022", @@ -16725,7 +16771,7 @@ ], "crawled": "https://drafts.csswg.org/css-transitions/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:29:29 GMT" + "lastModified": "Mon, 28 Mar 2022 17:17:43 GMT" }, "generator": "bikeshed", "date": "8 February 2021", @@ -16791,7 +16837,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-typed-om-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:19:40 GMT" + "lastModified": "Mon, 28 Mar 2022 17:54:30 GMT" }, "generator": "bikeshed", "date": "14 March 2022", @@ -16851,7 +16897,7 @@ ], "crawled": "https://drafts.csswg.org/css-ui-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:29:40 GMT" + "lastModified": "Mon, 28 Mar 2022 17:17:54 GMT" }, "generator": "bikeshed", "date": "19 January 2022", @@ -16913,7 +16959,7 @@ ], "crawled": "https://drafts.csswg.org/css-values-3/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:29:46 GMT" + "lastModified": "Mon, 28 Mar 2022 17:18:00 GMT" }, "generator": "bikeshed", "date": "15 October 2021", @@ -16973,7 +17019,7 @@ ], "crawled": "https://drafts.csswg.org/css-values-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:29:55 GMT" + "lastModified": "Mon, 28 Mar 2022 17:18:09 GMT" }, "generator": "bikeshed", "date": "24 March 2022", @@ -17032,7 +17078,7 @@ ], "crawled": "https://drafts.csswg.org/css-variables/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:30:01 GMT" + "lastModified": "Mon, 28 Mar 2022 17:18:15 GMT" }, "generator": "bikeshed", "date": "10 March 2022", @@ -17091,7 +17137,7 @@ ], "crawled": "https://drafts.csswg.org/css-will-change/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:30:04 GMT" + "lastModified": "Mon, 28 Mar 2022 17:18:17 GMT" }, "generator": "bikeshed", "date": "10 February 2022", @@ -17150,7 +17196,7 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:30:21 GMT" + "lastModified": "Mon, 28 Mar 2022 17:18:28 GMT" }, "generator": "bikeshed", "date": "31 January 2022", @@ -17239,7 +17285,7 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:30:42 GMT" + "lastModified": "Mon, 28 Mar 2022 17:18:42 GMT" }, "generator": "bikeshed", "date": "24 February 2022", @@ -17327,7 +17373,7 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:30:42 GMT" + "lastModified": "Mon, 28 Mar 2022 17:18:42 GMT" }, "generator": "bikeshed", "date": "24 February 2022", @@ -17386,7 +17432,7 @@ ], "crawled": "https://drafts.csswg.org/css-exclusions/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:24:18 GMT" + "lastModified": "Mon, 28 Mar 2022 17:13:05 GMT" }, "generator": "bikeshed", "date": "27 July 2021", @@ -17445,7 +17491,7 @@ ], "crawled": "https://drafts.csswg.org/cssom/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:30:54 GMT" + "lastModified": "Mon, 28 Mar 2022 17:18:54 GMT" }, "generator": "bikeshed", "date": "17 March 2022", @@ -17506,7 +17552,7 @@ ], "crawled": "https://drafts.csswg.org/cssom-view/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:31:08 GMT" + "lastModified": "Mon, 28 Mar 2022 17:19:02 GMT" }, "generator": "bikeshed", "date": "28 March 2022", @@ -18029,7 +18075,7 @@ ], "crawled": "https://drafts.fxtf.org/fill-stroke/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:15:57 GMT" + "lastModified": "Mon, 28 Mar 2022 17:51:53 GMT" }, "generator": "bikeshed", "date": "4 April 2017", @@ -18089,7 +18135,7 @@ ], "crawled": "https://drafts.fxtf.org/filter-effects-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:16:29 GMT" + "lastModified": "Mon, 28 Mar 2022 17:52:19 GMT" }, "generator": "bikeshed", "date": "21 February 2022", @@ -18438,7 +18484,7 @@ ], "crawled": "https://drafts.fxtf.org/geometry/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:16:39 GMT" + "lastModified": "Mon, 28 Mar 2022 17:52:32 GMT" }, "generator": "bikeshed", "date": "10 February 2022", @@ -18931,10 +18977,10 @@ ], "crawled": "https://w3c.github.io/IFT/Overview.html", "crawlCacheInfo": { - "lastModified": "Wed, 16 Mar 2022 16:56:04 GMT" + "lastModified": "Mon, 28 Mar 2022 16:04:48 GMT" }, "generator": "bikeshed", - "date": "16 March 2022", + "date": "25 March 2022", "links": "links/IFT.json", "refs": "refs/IFT.json", "dfns": "dfns/IFT.json", @@ -19802,7 +19848,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-4/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:31:17 GMT" + "lastModified": "Mon, 28 Mar 2022 17:19:11 GMT" }, "generator": "bikeshed", "date": "10 March 2022", @@ -19862,7 +19908,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-5/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:31:24 GMT" + "lastModified": "Mon, 28 Mar 2022 17:19:17 GMT" }, "generator": "bikeshed", "date": "10 February 2022", @@ -20243,7 +20289,7 @@ ], "crawled": "https://drafts.fxtf.org/motion-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:16:45 GMT" + "lastModified": "Mon, 28 Mar 2022 17:52:39 GMT" }, "generator": "bikeshed", "date": "23 February 2022", @@ -21818,7 +21864,7 @@ ], "crawled": "https://drafts.csswg.org/resize-observer/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:31:26 GMT" + "lastModified": "Mon, 28 Mar 2022 17:19:20 GMT" }, "generator": "bikeshed", "date": "11 November 2020", @@ -22343,7 +22389,7 @@ ], "crawled": "https://drafts.csswg.org/selectors/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:31:42 GMT" + "lastModified": "Mon, 28 Mar 2022 17:19:35 GMT" }, "generator": "bikeshed", "date": "4 March 2022", @@ -22396,7 +22442,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-nonelement/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:31:44 GMT" + "lastModified": "Mon, 28 Mar 2022 17:19:36 GMT" }, "generator": "bikeshed", "date": "6 February 2021", @@ -23848,7 +23894,7 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 12:31:54 GMT" + "lastModified": "Mon, 28 Mar 2022 17:19:47 GMT" }, "generator": "bikeshed", "date": "16 March 2022", @@ -24263,10 +24309,10 @@ ], "crawled": "https://gpuweb.github.io/gpuweb/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 04:14:40 GMT" + "lastModified": "Mon, 28 Mar 2022 18:13:58 GMT" }, "generator": "bikeshed", - "date": "26 March 2022", + "date": "28 March 2022", "links": "links/webgpu.json", "refs": "refs/webgpu.json", "idl": "idl/webgpu.idl", @@ -25444,10 +25490,10 @@ ], "crawled": "https://gpuweb.github.io/gpuweb/wgsl/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Mar 2022 04:14:40 GMT" + "lastModified": "Mon, 28 Mar 2022 18:13:58 GMT" }, "generator": "bikeshed", - "date": "26 March 2022", + "date": "28 March 2022", "links": "links/WGSL.json", "refs": "refs/WGSL.json", "dfns": "dfns/WGSL.json", diff --git a/ed/links/autoplay.json b/ed/links/autoplay-detection.json similarity index 100% rename from ed/links/autoplay.json rename to ed/links/autoplay-detection.json diff --git a/ed/links/fs.json b/ed/links/fs.json new file mode 100644 index 000000000000..b573140939cf --- /dev/null +++ b/ed/links/fs.json @@ -0,0 +1,121 @@ +{ + "spec": { + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" + }, + "links": { + "https://github.com/whatwg/fs/issues/new": [], + "https://w3c.github.io/permissions/": [ + "dom-permissionstate", + "dom-permissionstate-denied", + "dom-permissionstate-granted" + ], + "https://infra.spec.whatwg.org/": [ + "string", + "byte-sequence", + "ordered-set", + "list-contain", + "list-iterate", + "list-append", + "list-prepend", + "implementation-defined", + "set-append", + "list-is-empty", + "list-remove", + "javascript-string-convert", + "byte-sequence-length", + "assert", + "map-exists" + ], + "https://w3c.github.io/FileAPI/": [ + "UnixEpoch", + "dfn-file", + "snapshot-state", + "dfn-name", + "dfn-lastModified", + "dfn-type", + "dfn-Blob", + "readOperation" + ], + "https://webidl.spec.whatwg.org/": [ + "a-new-promise", + "resolve", + "upon-fulfillment", + "wait-for-all", + "Exposed", + "SecureContext", + "idl-USVString", + "idl-promise", + "idl-boolean", + "datacloneerror", + "this", + "notallowederror", + "reject", + "idl-undefined", + "idl-sequence", + "asynchronous-iterator-initialization-steps", + "dfn-get-the-next-iteration-result", + "exceptiondef-typeerror", + "typemismatcherror", + "notfounderror", + "invalidmodificationerror", + "idl-unsigned-long-long", + "BufferSource", + "new", + "aborterror", + "a-promise-rejected-with", + "dfn-get-buffer-source-copy", + "quotaexceedederror", + "securityerror", + "a-promise-resolved-with" + ], + "https://html.spec.whatwg.org/": [ + "in-parallel", + "serializable", + "serializable-objects", + "serialization-steps", + "relevant-settings-object", + "concept-settings-object-origin", + "deserialization-steps", + "same-origin", + "concept-relevant-realm", + "current-settings-object" + ], + "https://streams.spec.whatwg.org/": [ + "writablestream", + "default-writer-write", + "readablestream", + "ws-get-writer", + "writablestreamdefaultwriter", + "writablestream-set-up", + "writablestream-set-up-writealgorithm", + "writablestream-set-up-closealgorithm", + "writablestream-set-up-highwatermark", + "writablestream-set-up-sizealgorithm", + "writablestream-get-a-writer", + "writablestreamdefaultwriter-write-a-chunk", + "writablestreamdefaultwriter-release" + ], + "https://tc39.es/ecma262/": [ + "realm" + ], + "https://encoding.spec.whatwg.org/": [ + "utf-8-encode" + ], + "https://storage.spec.whatwg.org/": [ + "storage-quota", + "storage-endpoint", + "storage-endpoint-identifier", + "storage-endpoint-types", + "storage-endpoint-quota", + "storagemanager", + "obtain-a-local-storage-bottle-map" + ], + "https://www.google.com/": [], + "https://wicg.github.io/file-system-access/": [], + "https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document": [], + "https://creativecommons.org/licenses/by/4.0/": [], + "https://opensource.org/licenses/BSD-3-Clause": [], + "https://tc39.es/ecma262/multipage/": [] + } +} \ No newline at end of file diff --git a/ed/refs/autoplay.json b/ed/refs/autoplay-detection.json similarity index 100% rename from ed/refs/autoplay.json rename to ed/refs/autoplay-detection.json diff --git a/ed/refs/fs.json b/ed/refs/fs.json new file mode 100644 index 000000000000..7d89a4b6e330 --- /dev/null +++ b/ed/refs/fs.json @@ -0,0 +1,47 @@ +{ + "spec": { + "title": "File System Standard", + "url": "https://fs.spec.whatwg.org/" + }, + "refs": { + "normative": [ + { + "name": "ECMASCRIPT", + "url": "https://tc39.es/ecma262/multipage/" + }, + { + "name": "ENCODING", + "url": "https://encoding.spec.whatwg.org/" + }, + { + "name": "FILE-API", + "url": "https://w3c.github.io/FileAPI/" + }, + { + "name": "HTML", + "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "name": "INFRA", + "url": "https://infra.spec.whatwg.org/" + }, + { + "name": "PERMISSIONS", + "url": "https://w3c.github.io/permissions/" + }, + { + "name": "STORAGE", + "url": "https://storage.spec.whatwg.org/" + }, + { + "name": "STREAMS", + "url": "https://streams.spec.whatwg.org/" + }, + { + "name": "WEBIDL", + "url": "https://webidl.spec.whatwg.org/" + } + ], + "informative": [] + } +} \ No newline at end of file diff --git a/packages/idl/package.json b/packages/idl/package.json index a2467d96445f..357db80eddef 100644 --- a/packages/idl/package.json +++ b/packages/idl/package.json @@ -1,7 +1,7 @@ { "name": "@webref/idl", "description": "Web IDL definitions of the web platform", - "version": "3.5.1", + "version": "3.6.0", "repository": { "type": "git", "url": "https://github.com/w3c/webref.git"