diff --git a/ed/algorithms/IFT.json b/ed/algorithms/IFT.json index f9b8c54091ac..e9e6eaba135d 100644 --- a/ed/algorithms/IFT.json +++ b/ed/algorithms/IFT.json @@ -33,7 +33,7 @@ "html": "

Set extended font subset to font subset.

" }, { - "html": "

Load the 'IFT ' and 'IFTX' (if present) mapping tables from extended font subset. Both\ntables are formatted as a § 5.2 Patch Map Table. Check that they are valid according to the requirements in § 5.2 Patch Map Table. If\neither table is not valid, invoke Handle errors. If extended font subset does not have an 'IFT ' table, then it is\nnot an incremental font and cannot be extended, return extended font subset.

" + "html": "

Load the 'IFT ' and 'IFTX' (if present) mapping tables from extended font subset. Both\ntables are formatted as a § 5.2 Patch Map Table. Check that they are valid according to the requirements in § 5.2 Patch Map Table. If\neither table is not valid, invoke Handle errors. If extended font subset does not have an 'IFT ' table, then it is\nnot an incremental font and cannot be extended, return extended font subset.

" }, { "html": "

For each of tables 'IFT ' and 'IFTX' (if present): convert the table into a list of entries by\ninvoking Interpret Format 1 Patch Map or Interpret Format 2 Patch Map. Concatenate the returned entry lists into a single list, entry list.

" @@ -51,7 +51,7 @@ "html": "

Pick one entry from entry list with the following procedure:

\n " }, { - "html": "

Load patch file by invoking Load patch file with the original font subset URI as the original font URI and\nthe entry patch URI as the patch URI. The total number of patches that a client can load and apply during a single execution\nof this algorithm is limited to:

\n \n

Can be loaded and applied during a single invocation of this algorithm. If either count has been exceeded this is an error invoke Handle errors.

" + "html": "

Load patch file by invoking Load patch file with the initial font subset URI as the initial font URI and\nthe entry patch URI as the patch URI. The total number of patches that a client can load and apply during a single execution\nof this algorithm is limited to:

\n \n

Can be loaded and applied during a single invocation of this algorithm. If either count has been exceeded this is an error invoke Handle errors.

" }, { "html": "

Apply patch file using the appropriate application algorithm (matching the patches format in entry) from § 6 Font Patch Formats to apply the patch file using the patch URI and the compatibility id from entry to extended font subset.

" @@ -78,7 +78,7 @@ "rationale": "perform", "steps": [ { - "html": "

Perform reference resolution on Patch URI using Original Font URI as the base URI to\n produce the target URI.

" + "html": "

Perform reference resolution on Patch URI using Initial Font URI as the base URI to\n produce the target URI.

" }, { "html": "

Retrieve the contents of target URI using the fetching capabilities of the implementing user agent. For web browsers, [fetch] should be used. When using [fetch] a request for patches should use the same CORS settings as the initial request for\n the IFT font. This means that for a font loaded via CSS the patch request would follow: CSS Fonts 4 § 4.8.2 Font fetching requirements.

" diff --git a/ed/algorithms/geometry-1.json b/ed/algorithms/geometry-1.json index 730b504baa1d..9e54214b70db 100644 --- a/ed/algorithms/geometry-1.json +++ b/ed/algorithms/geometry-1.json @@ -71,7 +71,7 @@ "html": "

Let w be point’s w perspective.

" }, { - "html": "

Let pointVector be a new column vector with the elements being x, y, z, and w, respectively.

\n \n \n \n \n \n \n \n x\n \n \n \n \n y\n \n \n \n \n z\n \n \n \n \n w\n \n \n \n \n \n \n " + "html": "

Let pointVector be a new column vector with the elements being x, y, z, and w, respectively.

\n " }, { "html": "

Set pointVector to pointVector pre-multiplied by matrix.

" diff --git a/ed/algorithms/mediacapture-streams.json b/ed/algorithms/mediacapture-streams.json index c3038ee52e86..2b5521aa34d4 100644 --- a/ed/algorithms/mediacapture-streams.json +++ b/ed/algorithms/mediacapture-streams.json @@ -157,7 +157,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let track be a new object of type source's MediaStreamTrack source type.

\n

Initialize track with the following internal slots:

\n " + "html": "

Let track be a new object of type source's MediaStreamTrack source type.

\n

Initialize track with the following internal slots:

\n " }, { "html": "

If mediaDevicesToTieSourceTo is not null,\n tie track source to MediaDevices with source and mediaDevicesToTieSourceTo.

" diff --git a/ed/dfns/mediacapture-streams.json b/ed/dfns/mediacapture-streams.json index b579ffca5f48..535395814ebc 100644 --- a/ed/dfns/mediacapture-streams.json +++ b/ed/dfns/mediacapture-streams.json @@ -958,6 +958,27 @@ }, "definedIn": "prose" }, + { + "id": "dfn-restrictable", + "href": "https://w3c.github.io/mediacapture-main/#dfn-restrictable", + "linkingText": [ + "[[Restrictable]]" + ], + "localLinkingText": [], + "type": "attribute", + "for": [ + "MediaStreamTrack" + ], + "access": "public", + "informative": false, + "heading": { + "id": "mediastreamtrack", + "href": "https://w3c.github.io/mediacapture-main/#mediastreamtrack", + "title": "MediaStreamTrack", + "number": "4.3" + }, + "definedIn": "prose" + }, { "id": "dfn-initialize-the-underlying-source", "href": "https://w3c.github.io/mediacapture-main/#dfn-initialize-the-underlying-source", diff --git a/ed/headings/mathml4.json b/ed/headings/mathml4.json index b4eb92f43ab0..fb976031fa2a 100644 --- a/ed/headings/mathml4.json +++ b/ed/headings/mathml4.json @@ -1219,117 +1219,89 @@ "title": "Attributes", "number": "3.5.2.2" }, - { - "id": "labeled-row-in-table-or-matrix-mlabeledtr", - "href": "https://w3c.github.io/mathml/#labeled-row-in-table-or-matrix-mlabeledtr", - "level": 4, - "title": "Labeled Row in Table or Matrix ", - "number": "3.5.3" - }, - { - "id": "description-24", - "href": "https://w3c.github.io/mathml/#description-24", - "level": 5, - "title": "Description", - "number": "3.5.3.1" - }, - { - "id": "attributes-25", - "href": "https://w3c.github.io/mathml/#attributes-25", - "level": 5, - "title": "Attributes", - "number": "3.5.3.2" - }, { "id": "equation-numbering", "href": "https://w3c.github.io/mathml/#equation-numbering", "level": 5, "title": "Equation Numbering", - "number": "3.5.3.3" - }, - { - "id": "example-1", - "href": "https://w3c.github.io/mathml/#example-1", - "level": 5, - "title": "Example", - "number": "3.5.3.4" + "number": "3.5.2.3" }, { "id": "entry-in-table-or-matrix-mtd", "href": "https://w3c.github.io/mathml/#entry-in-table-or-matrix-mtd", "level": 4, "title": "Entry in Table or Matrix ", - "number": "3.5.4" + "number": "3.5.3" }, { - "id": "description-25", - "href": "https://w3c.github.io/mathml/#description-25", + "id": "description-24", + "href": "https://w3c.github.io/mathml/#description-24", "level": 5, "title": "Description", - "number": "3.5.4.1" + "number": "3.5.3.1" }, { - "id": "attributes-26", - "href": "https://w3c.github.io/mathml/#attributes-26", + "id": "attributes-25", + "href": "https://w3c.github.io/mathml/#attributes-25", "level": 5, "title": "Attributes", - "number": "3.5.4.2" + "number": "3.5.3.2" }, { "id": "alignment-markers-maligngroup-malignmark", "href": "https://w3c.github.io/mathml/#alignment-markers-maligngroup-malignmark", "level": 4, "title": "Alignment Markers , ", - "number": "3.5.5" + "number": "3.5.4" }, { "id": "removal-notice", "href": "https://w3c.github.io/mathml/#removal-notice", "level": 5, "title": "Removal Notice", - "number": "3.5.5.1" + "number": "3.5.4.1" }, { - "id": "description-26", - "href": "https://w3c.github.io/mathml/#description-26", + "id": "description-25", + "href": "https://w3c.github.io/mathml/#description-25", "level": 5, "title": "Description", - "number": "3.5.5.2" + "number": "3.5.4.2" }, { "id": "specifying-alignment-groups", "href": "https://w3c.github.io/mathml/#specifying-alignment-groups", "level": 5, "title": "Specifying alignment groups", - "number": "3.5.5.3" + "number": "3.5.4.3" }, { "id": "table-cells-that-are-not-divided-into-alignment-groups", "href": "https://w3c.github.io/mathml/#table-cells-that-are-not-divided-into-alignment-groups", "level": 5, "title": "Table cells that are not divided into alignment groups", - "number": "3.5.5.4" + "number": "3.5.4.4" }, { "id": "specifying-alignment-points-using-malignmark", "href": "https://w3c.github.io/mathml/#specifying-alignment-points-using-malignmark", "level": 5, "title": "Specifying alignment points using ", - "number": "3.5.5.5" + "number": "3.5.4.5" }, { "id": "mathml-representation-of-an-alignment-example", "href": "https://w3c.github.io/mathml/#mathml-representation-of-an-alignment-example", "level": 5, "title": "MathML representation of an alignment example", - "number": "3.5.5.6" + "number": "3.5.4.6" }, { "id": "a-simple-alignment-algorithm", "href": "https://w3c.github.io/mathml/#a-simple-alignment-algorithm", "level": 5, "title": "A simple alignment algorithm", - "number": "3.5.5.7" + "number": "3.5.4.7" }, { "id": "elementary-math", @@ -1346,15 +1318,15 @@ "number": "3.6.1" }, { - "id": "description-27", - "href": "https://w3c.github.io/mathml/#description-27", + "id": "description-26", + "href": "https://w3c.github.io/mathml/#description-26", "level": 5, "title": "Description", "number": "3.6.1.1" }, { - "id": "attributes-27", - "href": "https://w3c.github.io/mathml/#attributes-27", + "id": "attributes-26", + "href": "https://w3c.github.io/mathml/#attributes-26", "level": 5, "title": "Attributes", "number": "3.6.1.2" @@ -1367,15 +1339,15 @@ "number": "3.6.2" }, { - "id": "description-28", - "href": "https://w3c.github.io/mathml/#description-28", + "id": "description-27", + "href": "https://w3c.github.io/mathml/#description-27", "level": 5, "title": "Description", "number": "3.6.2.1" }, { - "id": "attributes-28", - "href": "https://w3c.github.io/mathml/#attributes-28", + "id": "attributes-27", + "href": "https://w3c.github.io/mathml/#attributes-27", "level": 5, "title": "Attributes", "number": "3.6.2.2" @@ -1388,15 +1360,15 @@ "number": "3.6.3" }, { - "id": "description-29", - "href": "https://w3c.github.io/mathml/#description-29", + "id": "description-28", + "href": "https://w3c.github.io/mathml/#description-28", "level": 5, "title": "Description", "number": "3.6.3.1" }, { - "id": "attributes-29", - "href": "https://w3c.github.io/mathml/#attributes-29", + "id": "attributes-28", + "href": "https://w3c.github.io/mathml/#attributes-28", "level": 5, "title": "Attributes", "number": "3.6.3.2" @@ -1409,15 +1381,15 @@ "number": "3.6.4" }, { - "id": "description-30", - "href": "https://w3c.github.io/mathml/#description-30", + "id": "description-29", + "href": "https://w3c.github.io/mathml/#description-29", "level": 5, "title": "Description", "number": "3.6.4.1" }, { - "id": "attributes-30", - "href": "https://w3c.github.io/mathml/#attributes-30", + "id": "attributes-29", + "href": "https://w3c.github.io/mathml/#attributes-29", "level": 5, "title": "Attributes", "number": "3.6.4.2" @@ -1430,15 +1402,15 @@ "number": "3.6.5" }, { - "id": "description-31", - "href": "https://w3c.github.io/mathml/#description-31", + "id": "description-30", + "href": "https://w3c.github.io/mathml/#description-30", "level": 5, "title": "Description", "number": "3.6.5.1" }, { - "id": "attributes-31", - "href": "https://w3c.github.io/mathml/#attributes-31", + "id": "attributes-30", + "href": "https://w3c.github.io/mathml/#attributes-30", "level": 5, "title": "Attributes", "number": "3.6.5.2" @@ -1451,15 +1423,15 @@ "number": "3.6.6" }, { - "id": "description-32", - "href": "https://w3c.github.io/mathml/#description-32", + "id": "description-31", + "href": "https://w3c.github.io/mathml/#description-31", "level": 5, "title": "Description", "number": "3.6.6.1" }, { - "id": "attributes-32", - "href": "https://w3c.github.io/mathml/#attributes-32", + "id": "attributes-31", + "href": "https://w3c.github.io/mathml/#attributes-31", "level": 5, "title": "Attributes", "number": "3.6.6.2" @@ -1472,15 +1444,15 @@ "number": "3.6.7" }, { - "id": "description-33", - "href": "https://w3c.github.io/mathml/#description-33", + "id": "description-32", + "href": "https://w3c.github.io/mathml/#description-32", "level": 5, "title": "Description", "number": "3.6.7.1" }, { - "id": "attributes-33", - "href": "https://w3c.github.io/mathml/#attributes-33", + "id": "attributes-32", + "href": "https://w3c.github.io/mathml/#attributes-32", "level": 5, "title": "Attributes", "number": "3.6.7.2" @@ -1535,8 +1507,8 @@ "number": "3.7.1" }, { - "id": "attributes-34", - "href": "https://w3c.github.io/mathml/#attributes-34", + "id": "attributes-33", + "href": "https://w3c.github.io/mathml/#attributes-33", "level": 5, "title": "Attributes", "number": "3.7.1.1" @@ -1899,15 +1871,15 @@ "number": "4.3.5.1" }, { - "id": "example-2", - "href": "https://w3c.github.io/mathml/#example-2", + "id": "example-1", + "href": "https://w3c.github.io/mathml/#example-1", "level": 6, "title": "Example", "number": "4.3.5.1.1" }, { - "id": "example-3", - "href": "https://w3c.github.io/mathml/#example-3", + "id": "example-2", + "href": "https://w3c.github.io/mathml/#example-2", "level": 6, "title": "Example", "number": "4.3.5.1.2" @@ -2018,8 +1990,8 @@ "number": "4.3.5.8.1" }, { - "id": "example-4", - "href": "https://w3c.github.io/mathml/#example-4", + "id": "example-3", + "href": "https://w3c.github.io/mathml/#example-3", "level": 6, "title": "Example", "number": "4.3.5.8.2" @@ -2200,8 +2172,8 @@ "number": "4.3.7.1" }, { - "id": "example-5", - "href": "https://w3c.github.io/mathml/#example-5", + "id": "example-4", + "href": "https://w3c.github.io/mathml/#example-4", "level": 6, "title": "Example", "number": "4.3.7.1.1" @@ -2256,8 +2228,8 @@ "number": "4.3.7.5" }, { - "id": "example-6", - "href": "https://w3c.github.io/mathml/#example-6", + "id": "example-5", + "href": "https://w3c.github.io/mathml/#example-5", "level": 6, "title": "Example", "number": "4.3.7.5.1" @@ -2347,8 +2319,8 @@ "number": "4.3.8.1.1" }, { - "id": "example-7", - "href": "https://w3c.github.io/mathml/#example-7", + "id": "example-6", + "href": "https://w3c.github.io/mathml/#example-6", "level": 6, "title": "Example", "number": "4.3.8.1.2" @@ -2368,8 +2340,8 @@ "number": "4.3.8.2.1" }, { - "id": "example-8", - "href": "https://w3c.github.io/mathml/#example-8", + "id": "example-7", + "href": "https://w3c.github.io/mathml/#example-7", "level": 6, "title": "Example", "number": "4.3.8.2.2" @@ -2473,8 +2445,8 @@ "number": "4.3.10.3" }, { - "id": "example-9", - "href": "https://w3c.github.io/mathml/#example-9", + "id": "example-8", + "href": "https://w3c.github.io/mathml/#example-8", "level": 6, "title": "Example", "number": "4.3.10.3.1" @@ -2501,8 +2473,8 @@ "number": "4.3.10.5" }, { - "id": "example-10", - "href": "https://w3c.github.io/mathml/#example-10", + "id": "example-9", + "href": "https://w3c.github.io/mathml/#example-9", "level": 6, "title": "Example", "number": "4.3.10.5.1" @@ -2620,8 +2592,8 @@ "number": "6.5" }, { - "id": "description-34", - "href": "https://w3c.github.io/mathml/#description-34", + "id": "description-33", + "href": "https://w3c.github.io/mathml/#description-33", "level": 4, "title": "Description", "number": "6.5.1" @@ -2634,15 +2606,15 @@ "number": "6.6" }, { - "id": "description-35", - "href": "https://w3c.github.io/mathml/#description-35", + "id": "description-34", + "href": "https://w3c.github.io/mathml/#description-34", "level": 4, "title": "Description", "number": "6.6.1" }, { - "id": "attributes-35", - "href": "https://w3c.github.io/mathml/#attributes-35", + "id": "attributes-34", + "href": "https://w3c.github.io/mathml/#attributes-34", "level": 4, "title": "Attributes", "number": "6.6.2" @@ -2655,15 +2627,15 @@ "number": "6.7" }, { - "id": "description-36", - "href": "https://w3c.github.io/mathml/#description-36", + "id": "description-35", + "href": "https://w3c.github.io/mathml/#description-35", "level": 4, "title": "Description", "number": "6.7.1" }, { - "id": "attributes-36", - "href": "https://w3c.github.io/mathml/#attributes-36", + "id": "attributes-35", + "href": "https://w3c.github.io/mathml/#attributes-35", "level": 4, "title": "Attributes", "number": "6.7.2" diff --git a/ed/ids/IFT.json b/ed/ids/IFT.json index 14d7be70bddb..7756226bbfa9 100644 --- a/ed/ids/IFT.json +++ b/ed/ids/IFT.json @@ -58,22 +58,22 @@ "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A1", "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A4", "https://w3c.github.io/IFT/Overview.html#font-patch-invalidations", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A5", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A6", "https://w3c.github.io/IFT/Overview.html#full-invalidation", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A7", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A5", "https://w3c.github.io/IFT/Overview.html#partial-invalidation", "https://w3c.github.io/IFT/Overview.html#no-invalidation", "https://w3c.github.io/IFT/Overview.html#default-layout-features", "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset-definition%E2%91%A2", "https://w3c.github.io/IFT/Overview.html#extend-font-subset", - "https://w3c.github.io/IFT/Overview.html#abstract-opdef-extend-an-incremental-font-subset", "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A2", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A8", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset-definition%E2%91%A3", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A6", + "https://w3c.github.io/IFT/Overview.html#abstract-opdef-extend-an-incremental-font-subset", "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A3", - "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-handle-errors", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A7", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset-definition%E2%91%A3", "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A4", + "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-handle-errors", + "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A5", "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-interpret-format-1-patch-map", "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-interpret-format-2-patch-map", "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-check-entry-intersection", @@ -96,13 +96,13 @@ "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-load-patch-file%E2%91%A0", "https://w3c.github.io/IFT/Overview.html#fully-expanding-a-font", "https://w3c.github.io/IFT/Overview.html#abstract-opdef-fully-expand-a-font-subset", - "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A5", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%93%AA", + "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A6", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A8", "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-extend-an-incremental-font-subset", "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-check-entry-intersection%E2%91%A0", "https://w3c.github.io/IFT/Overview.html#caching-incremental-fonts", "https://w3c.github.io/IFT/Overview.html#font-format-extensions", - "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A6", + "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A7", "https://w3c.github.io/IFT/Overview.html#ref-for-patch-map%E2%91%A0", "https://w3c.github.io/IFT/Overview.html#ift-and-compression", "https://w3c.github.io/IFT/Overview.html#patch-map-table", @@ -156,7 +156,7 @@ "https://w3c.github.io/IFT/Overview.html#ref-for-patch-map-entries%E2%91%A3", "https://w3c.github.io/IFT/Overview.html#abstract-opdef-interpret-format-1-patch-map", "https://w3c.github.io/IFT/Overview.html#ref-for-format-1-patch-map", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A0", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%93%AA", "https://w3c.github.io/IFT/Overview.html#ref-for-patch-map-entries%E2%91%A4", "https://w3c.github.io/IFT/Overview.html#ref-for-format-1-patch-map-format", "https://w3c.github.io/IFT/Overview.html#ref-for-glyph-map-entryindex", @@ -340,18 +340,18 @@ "https://w3c.github.io/IFT/Overview.html#uri-templates", "https://w3c.github.io/IFT/Overview.html#example-73881657", "https://w3c.github.io/IFT/Overview.html#font-patch-formats", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A1", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A0", "https://w3c.github.io/IFT/Overview.html#font-patch-formats-summary", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A2", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A1", "https://w3c.github.io/IFT/Overview.html#ref-for-full-invalidation%E2%91%A2", "https://w3c.github.io/IFT/Overview.html#ref-for-partial-invalidation%E2%91%A2", "https://w3c.github.io/IFT/Overview.html#ref-for-no-invalidation%E2%91%A0", "https://w3c.github.io/IFT/Overview.html#table-keyed", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A3", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A2", "https://w3c.github.io/IFT/Overview.html#table-keyed-patch", "https://w3c.github.io/IFT/Overview.html#table-keyed-patch-format", "https://w3c.github.io/IFT/Overview.html#table-keyed-patch-compatibilityid", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A4", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A3", "https://w3c.github.io/IFT/Overview.html#table-keyed-patch-patches", "https://w3c.github.io/IFT/Overview.html#ref-for-tablepatch", "https://w3c.github.io/IFT/Overview.html#ref-for-table-keyed-patch-patches", @@ -363,11 +363,11 @@ "https://w3c.github.io/IFT/Overview.html#tablepatch-brotlistream", "https://w3c.github.io/IFT/Overview.html#apply-table-keyed", "https://w3c.github.io/IFT/Overview.html#ref-for-patch-application-algorithm", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A5", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A4", "https://w3c.github.io/IFT/Overview.html#abstract-opdef-apply-table-keyed-patch", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A6", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A5", "https://w3c.github.io/IFT/Overview.html#ref-for-table-keyed-patch", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A7", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A6", "https://w3c.github.io/IFT/Overview.html#ref-for-table-keyed-patch-format", "https://w3c.github.io/IFT/Overview.html#ref-for-table-keyed-patch-compatibilityid", "https://w3c.github.io/IFT/Overview.html#ref-for-table-keyed-patch-patches%E2%91%A0", @@ -393,7 +393,7 @@ "https://w3c.github.io/IFT/Overview.html#glyph-keyed-patch-flags", "https://w3c.github.io/IFT/Overview.html#ref-for-glyphpatches-glyphids", "https://w3c.github.io/IFT/Overview.html#glyph-keyed-patch-compatibilityid", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A8", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A7", "https://w3c.github.io/IFT/Overview.html#ref-for-glyph-keyed-patch-brotlistream", "https://w3c.github.io/IFT/Overview.html#glyph-keyed-patch-brotlistream", "https://w3c.github.io/IFT/Overview.html#ref-for-glyphpatches", @@ -412,11 +412,11 @@ "https://w3c.github.io/IFT/Overview.html#ref-for-glyphpatches-glyphdataoffsets", "https://w3c.github.io/IFT/Overview.html#apply-glyph-keyed", "https://w3c.github.io/IFT/Overview.html#ref-for-patch-application-algorithm%E2%91%A0", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A1%E2%93%AA", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A0%E2%91%A8", "https://w3c.github.io/IFT/Overview.html#abstract-opdef-apply-glyph-keyed-patch", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A1%E2%91%A0", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A1%E2%93%AA", "https://w3c.github.io/IFT/Overview.html#ref-for-glyph-keyed-patch", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A1%E2%91%A1", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A1%E2%91%A0", "https://w3c.github.io/IFT/Overview.html#ref-for-glyph-keyed-patch-format", "https://w3c.github.io/IFT/Overview.html#ref-for-glyph-keyed-patch-compatibilityid", "https://w3c.github.io/IFT/Overview.html#ref-for-glyph-keyed-patch-brotlistream%E2%91%A0", @@ -431,30 +431,30 @@ "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-remove-entries-from-format-1-patch-map", "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-remove-entries-from-format-2-patch-map", "https://w3c.github.io/IFT/Overview.html#encoding", - "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A7", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-patch%E2%91%A1", "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A8", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-patch%E2%91%A1", + "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A0%E2%93%AA", "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset-definition%E2%91%A0%E2%93%AA", "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-extend-an-incremental-font-subset%E2%91%A1", - "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A0%E2%93%AA", - "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-extend-an-incremental-font-subset%E2%91%A2", "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A0%E2%91%A0", + "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-extend-an-incremental-font-subset%E2%91%A2", + "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A0%E2%91%A1", "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-fully-expand-a-font-subset%E2%91%A0", "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-fully-expand-a-font-subset%E2%91%A1", - "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A0%E2%91%A1", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A1%E2%91%A2", - "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-extend-an-incremental-font-subset%E2%91%A3", "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A0%E2%91%A2", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A1%E2%91%A1", + "https://w3c.github.io/IFT/Overview.html#ref-for-abstract-opdef-extend-an-incremental-font-subset%E2%91%A3", "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A0%E2%91%A3", - "https://w3c.github.io/IFT/Overview.html#encoding-considerations", "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A0%E2%91%A4", + "https://w3c.github.io/IFT/Overview.html#encoding-considerations", + "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A0%E2%91%A5", "https://w3c.github.io/IFT/Overview.html#ref-for-partial-invalidation%E2%91%A3", "https://w3c.github.io/IFT/Overview.html#ref-for-partial-invalidation%E2%91%A4", - "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A0%E2%91%A5", + "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A0%E2%91%A6", "https://w3c.github.io/IFT/Overview.html#ref-for-no-invalidation%E2%91%A1", "https://w3c.github.io/IFT/Overview.html#ref-for-partial-invalidation%E2%91%A5", - "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A0%E2%91%A6", - "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A1%E2%91%A3", + "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A0%E2%91%A7", + "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset%E2%91%A1%E2%91%A2", "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset-definition%E2%91%A0%E2%91%A0", "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset-definition%E2%91%A0%E2%91%A1", "https://w3c.github.io/IFT/Overview.html#glyph-closure", @@ -463,8 +463,8 @@ "https://w3c.github.io/IFT/Overview.html#ref-for-glyph-closure", "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset-definition%E2%91%A0%E2%91%A4", "https://w3c.github.io/IFT/Overview.html#ref-for-font-subset-definition%E2%91%A0%E2%91%A5", - "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A0%E2%91%A7", "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A0%E2%91%A8", + "https://w3c.github.io/IFT/Overview.html#ref-for-incremental-font%E2%91%A1%E2%93%AA", "https://w3c.github.io/IFT/Overview.html#priv", "https://w3c.github.io/IFT/Overview.html#content-inference-from-character-set", "https://w3c.github.io/IFT/Overview.html#per-origin", diff --git a/ed/ids/filter-effects-1.json b/ed/ids/filter-effects-1.json index 09470b4a0141..5dd005c2dbd2 100644 --- a/ed/ids/filter-effects-1.json +++ b/ed/ids/filter-effects-1.json @@ -4,6 +4,92 @@ "url": "https://drafts.fxtf.org/filter-effects-1/" }, "ids": [ + "https://drafts.fxtf.org/filter-effects-1/#MathJax_SVG_Hidden", + "https://drafts.fxtf.org/filter-effects-1/#MathJax_SVG_glyphs", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-5B", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-52", + "https://drafts.fxtf.org/filter-effects-1/#MJMAINI-27", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-47", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-42", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-41", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-31", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-5D", + "https://drafts.fxtf.org/filter-effects-1/#MJSZ4-23A1", + "https://drafts.fxtf.org/filter-effects-1/#MJSZ4-23A3", + "https://drafts.fxtf.org/filter-effects-1/#MJSZ4-23A2", + "https://drafts.fxtf.org/filter-effects-1/#MJSZ4-23A4", + "https://drafts.fxtf.org/filter-effects-1/#MJSZ4-23A6", + "https://drafts.fxtf.org/filter-effects-1/#MJSZ4-23A5", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-3D", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-61", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-30", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-32", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-33", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-34", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-22C5", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-2E", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-2B", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-37", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-38", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-73", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-35", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-2212", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-39", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-63", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-6F", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-28", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-68", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-75", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-65", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-6F", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-74", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-76", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-6C", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-29", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-69", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-6E", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-36", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-6C", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-72", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-58", + "https://drafts.fxtf.org/filter-effects-1/#MJMAINI-2C", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-59", + "https://drafts.fxtf.org/filter-effects-1/#MJSZ1-2211", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-64", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-65", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-59", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-69", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-58", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-6A", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-75", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-78", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-74", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-61", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-67", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-79", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-72", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-67", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-6B", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-4D", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-78", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-2C", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-76", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-62", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-70", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-68", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-43", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-6D", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-4D", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-6E", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-6D", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-4E", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-4E", + "https://drafts.fxtf.org/filter-effects-1/#MJMAIN-2026", + "https://drafts.fxtf.org/filter-effects-1/#MJMAINI-31", + "https://drafts.fxtf.org/filter-effects-1/#MJMAINI-32", + "https://drafts.fxtf.org/filter-effects-1/#MJMATHI-7A", + "https://drafts.fxtf.org/filter-effects-1/#MJSZ2-221A", + "https://drafts.fxtf.org/filter-effects-1/#MathJax_Message", "https://drafts.fxtf.org/filter-effects-1/#toc-nav", "https://drafts.fxtf.org/filter-effects-1/#toc-jump", "https://drafts.fxtf.org/filter-effects-1/#toc-toggle", @@ -959,6 +1045,8 @@ "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-filter-primitive-in%E2%91%A5", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-fecolormatrix-type", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-fecolormatrix-values", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-1-Frame", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-1", "https://drafts.fxtf.org/filter-effects-1/#element-attrdef-fecolormatrix-type", "https://drafts.fxtf.org/filter-effects-1/#infopanel-for-element-attrdef-fecolormatrix-type", "https://drafts.fxtf.org/filter-effects-1/#infopaneltitle-for-element-attrdef-fecolormatrix-type", @@ -999,10 +1087,20 @@ "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-fecolormatrix-values%E2%91%A1", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-fecolormatrix-values%E2%91%A2", "https://drafts.fxtf.org/filter-effects-1/#ref-for-attr-valuedef-type-saturate", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-2-Frame", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-2", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-fecolormatrix-values%E2%91%A3", "https://drafts.fxtf.org/filter-effects-1/#ref-for-attr-valuedef-type-huerotate", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-3-Frame", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-3", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-4-Frame", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-4", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-5-Frame", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-5", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-fecolormatrix-values%E2%91%A4", "https://drafts.fxtf.org/filter-effects-1/#ref-for-attr-valuedef-type-luminancetoalpha", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-6-Frame", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-6", "https://drafts.fxtf.org/filter-effects-1/#ref-for-TermInitialValue%E2%91%A1%E2%91%A2", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-fecolormatrix-values%E2%91%A5", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-fecolormatrix-values%E2%91%A6", @@ -1527,15 +1625,23 @@ "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-feconvolvematrix-kernelunitlength", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-feconvolvematrix-preservealpha", "https://drafts.fxtf.org/filter-effects-1/#feConvolveMatrixElementFormula", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-7-Frame", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-7", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-order%E2%91%A0", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-feconvolvematrix-targetx%E2%91%A0", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-feconvolvematrix-targety%E2%91%A0", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-feconvolvematrix-kernelmatrix%E2%91%A0", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-feconvolvematrix-divisor%E2%91%A0", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-feconvolvematrix-bias%E2%91%A0", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-8-Frame", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-8", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-9-Frame", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-9", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-feconvolvematrix-divisor%E2%91%A1", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-feconvolvematrix-targetx%E2%91%A1", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-feconvolvematrix-targety%E2%91%A1", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-10-Frame", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-10", "https://drafts.fxtf.org/filter-effects-1/#ref-for-elementdef-feconvolvematrix%E2%91%A3", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-feconvolvematrix-kernelunitlength%E2%91%A0", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-feconvolvematrix-kernelunitlength%E2%91%A1", @@ -1604,10 +1710,18 @@ "https://drafts.fxtf.org/filter-effects-1/#ref-for-attr-valuedef-fegaussianblur-edgemode-duplicate", "https://drafts.fxtf.org/filter-effects-1/#ref-for-attr-valuedef-fegaussianblur-edgemode-wrap", "https://drafts.fxtf.org/filter-effects-1/#ref-for-attr-valuedef-feguassianblur-edgemode-mirror", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-11-Frame", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-11", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-12-Frame", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-12", "https://drafts.fxtf.org/filter-effects-1/#ref-for-attr-valuedef-fegaussianblur-edgemode-wrap%E2%91%A0", "https://drafts.fxtf.org/filter-effects-1/#ref-for-attr-valuedef-fegaussianblur-edgemode-wrap%E2%91%A1", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-13-Frame", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-13", "https://drafts.fxtf.org/filter-effects-1/#ref-for-attr-valuedef-feguassianblur-edgemode-mirror%E2%91%A0", "https://drafts.fxtf.org/filter-effects-1/#ref-for-attr-valuedef-feguassianblur-edgemode-mirror%E2%91%A1", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-14-Frame", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-14", "https://drafts.fxtf.org/filter-effects-1/#ref-for-TermInitialValue%E2%91%A2%E2%91%A7", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-feconvolvematrix-edgemode%E2%91%A0", "https://drafts.fxtf.org/filter-effects-1/#element-attrdef-feconvolvematrix-kernelunitlength", @@ -1718,6 +1832,8 @@ "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-fediffuselighting-kernelunitlength%E2%91%A2", "https://drafts.fxtf.org/filter-effects-1/#ref-for-propdef-image-rendering%E2%91%A7", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-fediffuselighting-kernelunitlength%E2%91%A3", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-15-Frame", + "https://drafts.fxtf.org/filter-effects-1/#MathJax-Element-15", "https://drafts.fxtf.org/filter-effects-1/#SurfaceNormalCalculations", "https://drafts.fxtf.org/filter-effects-1/#ref-for-element-attrdef-fediffuselighting-kernelunitlength%E2%91%A4", "https://drafts.fxtf.org/filter-effects-1/#ref-for-light-source%E2%91%A2", diff --git a/ed/ids/geometry-1.json b/ed/ids/geometry-1.json index 6cad1703e22b..120b319a590d 100644 --- a/ed/ids/geometry-1.json +++ b/ed/ids/geometry-1.json @@ -4,6 +4,26 @@ "url": "https://drafts.fxtf.org/geometry-1/" }, "ids": [ + "https://drafts.fxtf.org/geometry-1/#MathJax_SVG_Hidden", + "https://drafts.fxtf.org/geometry-1/#MathJax_SVG_glyphs", + "https://drafts.fxtf.org/geometry-1/#MJMAIN-5B", + "https://drafts.fxtf.org/geometry-1/#MJMATHI-78", + "https://drafts.fxtf.org/geometry-1/#MJMATHI-79", + "https://drafts.fxtf.org/geometry-1/#MJMATHI-7A", + "https://drafts.fxtf.org/geometry-1/#MJMATHI-77", + "https://drafts.fxtf.org/geometry-1/#MJMAIN-5D", + "https://drafts.fxtf.org/geometry-1/#MJSZ4-23A1", + "https://drafts.fxtf.org/geometry-1/#MJSZ4-23A3", + "https://drafts.fxtf.org/geometry-1/#MJSZ4-23A2", + "https://drafts.fxtf.org/geometry-1/#MJSZ4-23A4", + "https://drafts.fxtf.org/geometry-1/#MJSZ4-23A6", + "https://drafts.fxtf.org/geometry-1/#MJSZ4-23A5", + "https://drafts.fxtf.org/geometry-1/#MJMATHI-6D", + "https://drafts.fxtf.org/geometry-1/#MJMAIN-31", + "https://drafts.fxtf.org/geometry-1/#MJMAIN-32", + "https://drafts.fxtf.org/geometry-1/#MJMAIN-33", + "https://drafts.fxtf.org/geometry-1/#MJMAIN-34", + "https://drafts.fxtf.org/geometry-1/#MathJax_Message", "https://drafts.fxtf.org/geometry-1/#toc-nav", "https://drafts.fxtf.org/geometry-1/#toc-jump", "https://drafts.fxtf.org/geometry-1/#toc-toggle", @@ -265,6 +285,8 @@ "https://drafts.fxtf.org/geometry-1/#ref-for-point-y-coordinate%E2%91%A5", "https://drafts.fxtf.org/geometry-1/#ref-for-point-z-coordinate%E2%91%A3", "https://drafts.fxtf.org/geometry-1/#ref-for-point-w-perspective%E2%91%A3", + "https://drafts.fxtf.org/geometry-1/#MathJax-Element-1-Frame", + "https://drafts.fxtf.org/geometry-1/#MathJax-Element-1", "https://drafts.fxtf.org/geometry-1/#ref-for-pre-multiply", "https://drafts.fxtf.org/geometry-1/#ref-for-dompoint%E2%91%A0%E2%91%A2", "https://drafts.fxtf.org/geometry-1/#ref-for-point-x-coordinate%E2%91%A6", @@ -833,6 +855,8 @@ "https://drafts.fxtf.org/geometry-1/#infopaneltitle-for-matrix", "https://drafts.fxtf.org/geometry-1/#infopanel-for-matrix", "https://drafts.fxtf.org/geometry-1/#infopaneltitle-for-matrix", + "https://drafts.fxtf.org/geometry-1/#MathJax-Element-2-Frame", + "https://drafts.fxtf.org/geometry-1/#MathJax-Element-2", "https://drafts.fxtf.org/geometry-1/#4x4-abstract-matrix", "https://drafts.fxtf.org/geometry-1/#infopanel-for-4x4-abstract-matrix", "https://drafts.fxtf.org/geometry-1/#infopaneltitle-for-4x4-abstract-matrix", diff --git a/ed/ids/mathml4.json b/ed/ids/mathml4.json index 5c8cd2a0c3dd..55332cd7bef3 100644 --- a/ed/ids/mathml4.json +++ b/ed/ids/mathml4.json @@ -464,21 +464,13 @@ "https://w3c.github.io/mathml/#presm_mtr_desc", "https://w3c.github.io/mathml/#attributes-24", "https://w3c.github.io/mathml/#presm_mtr_att", - "https://w3c.github.io/mathml/#labeled-row-in-table-or-matrix-mlabeledtr", - "https://w3c.github.io/mathml/#presm_mlabeledtr", - "https://w3c.github.io/mathml/#description-24", - "https://w3c.github.io/mathml/#presm_mlabeledtr_desc", - "https://w3c.github.io/mathml/#attributes-25", - "https://w3c.github.io/mathml/#presm_mlabeledtr_att", "https://w3c.github.io/mathml/#equation-numbering", "https://w3c.github.io/mathml/#presm_eqno", - "https://w3c.github.io/mathml/#example-1", - "https://w3c.github.io/mathml/#presm_eqno_ex", "https://w3c.github.io/mathml/#entry-in-table-or-matrix-mtd", "https://w3c.github.io/mathml/#presm_mtd", - "https://w3c.github.io/mathml/#description-25", + "https://w3c.github.io/mathml/#description-24", "https://w3c.github.io/mathml/#presm_mtd_desc", - "https://w3c.github.io/mathml/#attributes-26", + "https://w3c.github.io/mathml/#attributes-25", "https://w3c.github.io/mathml/#presm_mtdatts", "https://w3c.github.io/mathml/#ref-for-dfn-positive-integer-1", "https://w3c.github.io/mathml/#ref-for-dfn-positive-integer-2", @@ -488,7 +480,7 @@ "https://w3c.github.io/mathml/#h-note-1", "https://w3c.github.io/mathml/#removal-notice", "https://w3c.github.io/mathml/#presm_malignmark_notice", - "https://w3c.github.io/mathml/#description-26", + "https://w3c.github.io/mathml/#description-25", "https://w3c.github.io/mathml/#presm_malign_desc", "https://w3c.github.io/mathml/#specifying-alignment-groups", "https://w3c.github.io/mathml/#presm_specify_align_group", @@ -514,50 +506,50 @@ "https://w3c.github.io/mathml/#presm_elementary", "https://w3c.github.io/mathml/#stacks-of-characters-mstack", "https://w3c.github.io/mathml/#presm_mstack", - "https://w3c.github.io/mathml/#description-27", + "https://w3c.github.io/mathml/#description-26", "https://w3c.github.io/mathml/#presm_elementary_desc", - "https://w3c.github.io/mathml/#attributes-27", + "https://w3c.github.io/mathml/#attributes-26", "https://w3c.github.io/mathml/#presm_elementary_att", "https://w3c.github.io/mathml/#long-division-mlongdiv", "https://w3c.github.io/mathml/#presm_mlongdiv", - "https://w3c.github.io/mathml/#description-28", + "https://w3c.github.io/mathml/#description-27", "https://w3c.github.io/mathml/#presm_mlongdiv_desc", - "https://w3c.github.io/mathml/#attributes-28", + "https://w3c.github.io/mathml/#attributes-27", "https://w3c.github.io/mathml/#presm_mlongdiv_attrs", "https://w3c.github.io/mathml/#group-rows-with-similar-positions-msgroup", "https://w3c.github.io/mathml/#presm_msgroup", - "https://w3c.github.io/mathml/#description-29", + "https://w3c.github.io/mathml/#description-28", "https://w3c.github.io/mathml/#presm_msgroup_desc", - "https://w3c.github.io/mathml/#attributes-29", + "https://w3c.github.io/mathml/#attributes-28", "https://w3c.github.io/mathml/#presm_msgroup_att", "https://w3c.github.io/mathml/#ref-for-dfn-integer-1", "https://w3c.github.io/mathml/#ref-for-dfn-integer-2", "https://w3c.github.io/mathml/#rows-in-elementary-math-msrow", "https://w3c.github.io/mathml/#presm_msrow", - "https://w3c.github.io/mathml/#description-30", + "https://w3c.github.io/mathml/#description-29", "https://w3c.github.io/mathml/#presm_msrow_desc", - "https://w3c.github.io/mathml/#attributes-30", + "https://w3c.github.io/mathml/#attributes-29", "https://w3c.github.io/mathml/#presm_msrow_att", "https://w3c.github.io/mathml/#ref-for-dfn-integer-3", "https://w3c.github.io/mathml/#carries-borrows-and-crossouts-mscarries", "https://w3c.github.io/mathml/#presm_mscarries", - "https://w3c.github.io/mathml/#description-31", + "https://w3c.github.io/mathml/#description-30", "https://w3c.github.io/mathml/#presm_mscarries_desc", - "https://w3c.github.io/mathml/#attributes-31", + "https://w3c.github.io/mathml/#attributes-30", "https://w3c.github.io/mathml/#presm_mscarries_att", "https://w3c.github.io/mathml/#ref-for-dfn-integer-4", "https://w3c.github.io/mathml/#ref-for-dfn-number-2", "https://w3c.github.io/mathml/#a-single-carry-mscarry", "https://w3c.github.io/mathml/#presm_mscarry", - "https://w3c.github.io/mathml/#description-32", + "https://w3c.github.io/mathml/#description-31", "https://w3c.github.io/mathml/#presm_mscarry_desc", - "https://w3c.github.io/mathml/#attributes-32", + "https://w3c.github.io/mathml/#attributes-31", "https://w3c.github.io/mathml/#presm_mscarry_att", "https://w3c.github.io/mathml/#horizontal-line-msline", "https://w3c.github.io/mathml/#presm_msline", - "https://w3c.github.io/mathml/#description-33", + "https://w3c.github.io/mathml/#description-32", "https://w3c.github.io/mathml/#presm_msline_desc", - "https://w3c.github.io/mathml/#attributes-33", + "https://w3c.github.io/mathml/#attributes-32", "https://w3c.github.io/mathml/#presm_msline_att", "https://w3c.github.io/mathml/#ref-for-dfn-integer-5", "https://w3c.github.io/mathml/#elementary-math-examples", @@ -574,7 +566,7 @@ "https://w3c.github.io/mathml/#presm_enliven", "https://w3c.github.io/mathml/#bind-action-to-sub-expression", "https://w3c.github.io/mathml/#presm_maction", - "https://w3c.github.io/mathml/#attributes-34", + "https://w3c.github.io/mathml/#attributes-33", "https://w3c.github.io/mathml/#presm_maction_att", "https://w3c.github.io/mathml/#ref-for-dfn-string-12", "https://w3c.github.io/mathml/#ref-for-dfn-positive-integer-3", @@ -778,9 +770,9 @@ "https://w3c.github.io/mathml/#contm_times", "https://w3c.github.io/mathml/#contm_gcd", "https://w3c.github.io/mathml/#contm_lcm", - "https://w3c.github.io/mathml/#example-2", + "https://w3c.github.io/mathml/#example-1", "https://w3c.github.io/mathml/#arith1.plus.ex1", - "https://w3c.github.io/mathml/#example-3", + "https://w3c.github.io/mathml/#example-2", "https://w3c.github.io/mathml/#arith1.gcd.ex1", "https://w3c.github.io/mathml/#n-ary-sum-sum", "https://w3c.github.io/mathml/#contm_sum_sec", @@ -825,7 +817,7 @@ "https://w3c.github.io/mathml/#contm_matrixrow", "https://w3c.github.io/mathml/#examples-24", "https://w3c.github.io/mathml/#linalg2.vector.ex1", - "https://w3c.github.io/mathml/#example-4", + "https://w3c.github.io/mathml/#example-3", "https://w3c.github.io/mathml/#linalg6.matrix.ex1", "https://w3c.github.io/mathml/#n-ary-set-theoretic-constructors-set-list", "https://w3c.github.io/mathml/#contm_nary_construct_set", @@ -916,7 +908,7 @@ "https://w3c.github.io/mathml/#unary-logical-operators-not", "https://w3c.github.io/mathml/#contm_unary_logical", "https://w3c.github.io/mathml/#contm_not", - "https://w3c.github.io/mathml/#example-5", + "https://w3c.github.io/mathml/#example-4", "https://w3c.github.io/mathml/#logic1.not.ex1", "https://w3c.github.io/mathml/#unary-arithmetic-operators-factorial-abs-conjugate-arg-real-imaginary-floor-ceiling-exp-minus-root", "https://w3c.github.io/mathml/#contm_unary_arith", @@ -952,7 +944,7 @@ "https://w3c.github.io/mathml/#unary-set-operators-card", "https://w3c.github.io/mathml/#contm_unary_set", "https://w3c.github.io/mathml/#contm_card", - "https://w3c.github.io/mathml/#example-6", + "https://w3c.github.io/mathml/#example-5", "https://w3c.github.io/mathml/#set1.size.ex1", "https://w3c.github.io/mathml/#unary-elementary-operators-sin-cos-tan-sec-csc-cot-sinh-cosh-tanh-sech-csch-coth-arcsin-arccos-arctan-arccosh-arccot-arccoth-arccsc-arccsch-arcsec-arcsech-arcsinh-arctanh", "https://w3c.github.io/mathml/#contm_unary_elementary", @@ -1011,14 +1003,14 @@ "https://w3c.github.io/mathml/#contm_int", "https://w3c.github.io/mathml/#examples-43", "https://w3c.github.io/mathml/#calculus1.int.ex1", - "https://w3c.github.io/mathml/#example-7", + "https://w3c.github.io/mathml/#example-6", "https://w3c.github.io/mathml/#calculus1.defint.ex2", "https://w3c.github.io/mathml/#differentiation-diff", "https://w3c.github.io/mathml/#contm_diff_sec", "https://w3c.github.io/mathml/#contm_diff", "https://w3c.github.io/mathml/#examples-44", "https://w3c.github.io/mathml/#calculus1.diff.ex1", - "https://w3c.github.io/mathml/#example-8", + "https://w3c.github.io/mathml/#example-7", "https://w3c.github.io/mathml/#calculus1.diff.ex3", "https://w3c.github.io/mathml/#partial-differentiation-partialdiff", "https://w3c.github.io/mathml/#contm_partialdiff_sec", @@ -1068,7 +1060,7 @@ "https://w3c.github.io/mathml/#interval-interval", "https://w3c.github.io/mathml/#contm_interval_sec", "https://w3c.github.io/mathml/#contm_interval_constructor", - "https://w3c.github.io/mathml/#example-9", + "https://w3c.github.io/mathml/#example-8", "https://w3c.github.io/mathml/#interval1.interval.ex1", "https://w3c.github.io/mathml/#limits-limit", "https://w3c.github.io/mathml/#contm_limit_sec", @@ -1084,7 +1076,7 @@ "https://w3c.github.io/mathml/#ref-for-contm_piecewise-1", "https://w3c.github.io/mathml/#ref-for-contm_piece-1", "https://w3c.github.io/mathml/#ref-for-contm_otherwise-1", - "https://w3c.github.io/mathml/#example-10", + "https://w3c.github.io/mathml/#example-9", "https://w3c.github.io/mathml/#piece1.piecewise.ex1", "https://w3c.github.io/mathml/#annotating-mathml-intent", "https://w3c.github.io/mathml/#mixing_intent", @@ -1179,22 +1171,22 @@ "https://w3c.github.io/mathml/#mixing_annotation_references", "https://w3c.github.io/mathml/#the-semantics-element", "https://w3c.github.io/mathml/#mixing_elements_semantics", - "https://w3c.github.io/mathml/#description-34", + "https://w3c.github.io/mathml/#description-33", "https://w3c.github.io/mathml/#mixing_semantics_description", "https://w3c.github.io/mathml/#the-annotation-element", "https://w3c.github.io/mathml/#mixing_elements_annotation", - "https://w3c.github.io/mathml/#description-35", + "https://w3c.github.io/mathml/#description-34", "https://w3c.github.io/mathml/#mixing_annotation_description", - "https://w3c.github.io/mathml/#attributes-35", + "https://w3c.github.io/mathml/#attributes-34", "https://w3c.github.io/mathml/#mixing_annotation_attributes", "https://w3c.github.io/mathml/#ref-for-dfn-string-13", "https://w3c.github.io/mathml/#ref-for-dfn-string-14", "https://w3c.github.io/mathml/#ref-for-dfn-string-15", "https://w3c.github.io/mathml/#the-annotation-xml-element", "https://w3c.github.io/mathml/#mixing_elements_annotation_xml", - "https://w3c.github.io/mathml/#description-36", + "https://w3c.github.io/mathml/#description-35", "https://w3c.github.io/mathml/#mixing_annotation_xml_description", - "https://w3c.github.io/mathml/#attributes-36", + "https://w3c.github.io/mathml/#attributes-35", "https://w3c.github.io/mathml/#mixing_annotation_xml_attributes", "https://w3c.github.io/mathml/#ref-for-dfn-string-16", "https://w3c.github.io/mathml/#ref-for-dfn-string-17", diff --git a/ed/ids/mediacapture-streams.json b/ed/ids/mediacapture-streams.json index 85a130ec4c92..9cc17ffada2f 100644 --- a/ed/ids/mediacapture-streams.json +++ b/ed/ids/mediacapture-streams.json @@ -311,6 +311,7 @@ "https://w3c.github.io/mediacapture-main/#ref-for-dfn-constraints-1", "https://w3c.github.io/mediacapture-main/#ref-for-dfn-settings-0-1", "https://w3c.github.io/mediacapture-main/#ref-for-dom-constrainablepattern-5", + "https://w3c.github.io/mediacapture-main/#dfn-restrictable", "https://w3c.github.io/mediacapture-main/#ref-for-dfn-tie-track-source-to-mediadevices-1", "https://w3c.github.io/mediacapture-main/#ref-for-dfn-mediastreamtrack-source-specific-construction-steps-1", "https://w3c.github.io/mediacapture-main/#dfn-initialize-the-underlying-source", diff --git a/ed/ids/webrtc.json b/ed/ids/webrtc.json index 82da2147d214..1092829a8245 100644 --- a/ed/ids/webrtc.json +++ b/ed/ids/webrtc.json @@ -3164,6 +3164,7 @@ "https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcrtpcontributingsource-rtptimestamp-1", "https://w3c.github.io/webrtc-pc/#dictionary-rtcrtpcontributingsource-members", "https://w3c.github.io/webrtc-pc/#dom-rtcrtpcontributingsource-timestamp", + "https://w3c.github.io/webrtc-pc/#stats-timestamp", "https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcrtpcontributingsource-timestamp-4", "https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcrtpreceiver-35", "https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcrtpcontributingsource-timestamp-5", @@ -4862,7 +4863,6 @@ "https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcstats-13", "https://w3c.github.io/webrtc-pc/#dom-rtcstats-timestamp", "https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcstats-timestamp-3", - "https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcstats-timestamp-4", "https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcstats-14", "https://w3c.github.io/webrtc-pc/#dom-rtcstats-type", "https://w3c.github.io/webrtc-pc/#ref-for-dom-rtcstats-type-3", diff --git a/ed/index.json b/ed/index.json index 97caa71ba0c6..66307dffab6a 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-10-03T12:58:59.800Z", + "date": "2024-10-03T18:42:48.197Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -671,7 +671,7 @@ }, "stats": { "crawled": 640, - "errors": 14 + "errors": 1 }, "crawler": "reffy-17.2.5", "results": [ @@ -1493,8 +1493,7 @@ "links": "links/css-typed-om-2.json", "refs": "refs/css-typed-om-2.json", "headings": "headings/css-typed-om-2.json", - "ids": "ids/css-typed-om-2.json", - "error": "Error: Loading https://drafts.css-houdini.org/css-typed-om-2/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)" + "ids": "ids/css-typed-om-2.json" }, { "url": "https://drafts.css-houdini.org/font-metrics-api-1/", @@ -1544,8 +1543,7 @@ "idl": "idl/font-metrics-api.idl", "dfns": "dfns/font-metrics-api-1.json", "headings": "headings/font-metrics-api-1.json", - "ids": "ids/font-metrics-api-1.json", - "error": "Error: Loading https://drafts.css-houdini.org/font-metrics-api-1/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 16)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" + "ids": "ids/font-metrics-api-1.json" }, { "url": "https://drafts.csswg.org/css-backgrounds-4/", @@ -2963,8 +2961,7 @@ "css": "css/filter-effects-2.json", "dfns": "dfns/filter-effects-2.json", "headings": "headings/filter-effects-2.json", - "ids": "ids/filter-effects-2.json", - "error": "Error: Loading https://drafts.fxtf.org/filter-effects-2/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 40)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" + "ids": "ids/filter-effects-2.json" }, { "url": "https://encoding.spec.whatwg.org/", @@ -8048,7 +8045,7 @@ ], "crawled": "https://tc39.es/proposal-temporal/", "crawlCacheInfo": { - "lastModified": "Thu, 03 Oct 2024 09:44:08 GMT" + "lastModified": "Thu, 03 Oct 2024 17:26:06 GMT" }, "date": "3 October 2024", "links": "links/tc39-temporal.json", @@ -8910,10 +8907,10 @@ ], "crawled": "https://w3c.github.io/web-nfc/", "crawlCacheInfo": { - "lastModified": "Thu, 05 Sep 2024 09:30:34 GMT" + "lastModified": "Thu, 03 Oct 2024 11:43:56 GMT" }, "generator": "respec", - "date": "05 September 2024", + "date": "03 October 2024", "algorithms": "algorithms/web-nfc.json", "links": "links/web-nfc.json", "refs": "refs/web-nfc.json", @@ -8921,8 +8918,7 @@ "idl": "idl/web-nfc.idl", "dfns": "dfns/web-nfc.json", "headings": "headings/web-nfc.json", - "ids": "ids/web-nfc.json", - "error": "Error: Respec generation took too long\nisReady (pptr:evaluate;processSpecification%20(file%3A%2F%2F%2Fhome%2Frunner%2Fwork%2Fwebref%2Fwebref%2Fnode_modules%2Freffy%2Fsrc%2Flib%2Futil.js%3A590%3A20):20:27)\nisReady (pptr:evaluate;processSpecification%20(file%3A%2F%2F%2Fhome%2Frunner%2Fwork%2Fwebref%2Fwebref%2Fnode_modules%2Freffy%2Fsrc%2Flib%2Futil.js%3A590%3A20):30:27)\nasync isReady (pptr:evaluate;processSpecification%20(file%3A%2F%2F%2Fhome%2Frunner%2Fwork%2Fwebref%2Fwebref%2Fnode_modules%2Freffy%2Fsrc%2Flib%2Futil.js%3A590%3A20):30:21)\nasync isReady (pptr:evaluate;processSpecification%20(file%3A%2F%2F%2Fhome%2Frunner%2Fwork%2Fwebref%2Fwebref%2Fnode_modules%2Freffy%2Fsrc%2Flib%2Futil.js%3A590%3A20):30:21)\nasync isReady (pptr:evaluate;processSpecification%20(file%3A%2F%2F%2Fhome%2Frunner%2Fwork%2Fwebref%2Fwebref%2Fnode_modules%2Freffy%2Fsrc%2Flib%2Futil.js%3A590%3A20):30:21)\nasync isReady (pptr:evaluate;processSpecification%20(file%3A%2F%2F%2Fhome%2Frunner%2Fwork%2Fwebref%2Fwebref%2Fnode_modules%2Freffy%2Fsrc%2Flib%2Futil.js%3A590%3A20):30:21)\nasync isReady (pptr:evaluate;processSpecification%20(file%3A%2F%2F%2Fhome%2Frunner%2Fwork%2Fwebref%2Fwebref%2Fnode_modules%2Freffy%2Fsrc%2Flib%2Futil.js%3A590%3A20):30:21)\nasync isReady (pptr:evaluate;processSpecification%20(file%3A%2F%2F%2Fhome%2Frunner%2Fwork%2Fwebref%2Fwebref%2Fnode_modules%2Freffy%2Fsrc%2Flib%2Futil.js%3A590%3A20):30:21)\n at isReady (evaluate at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:590:20), :29:26)\n at #evaluate (file:///home/runner/work/webref/webref/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ExecutionContext.js:383:19)\n at async ExecutionContext.evaluate (file:///home/runner/work/webref/webref/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ExecutionContext.js:270:16)\n at async IsolatedWorld.evaluate (file:///home/runner/work/webref/webref/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/IsolatedWorld.js:96:16)\n at async CdpFrame.evaluate (file:///home/runner/work/webref/webref/node_modules/puppeteer-core/lib/esm/puppeteer/api/Frame.js:336:20)\n at async CdpPage.evaluate (file:///home/runner/work/webref/webref/node_modules/puppeteer-core/lib/esm/puppeteer/api/Page.js:801:20)\n at async processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:590:9)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)" + "ids": "ids/web-nfc.json" }, { "url": "https://w3c.github.io/web-share-target/", @@ -17940,8 +17936,7 @@ "idl": "idl/css-animation-worklet.idl", "dfns": "dfns/css-animation-worklet-1.json", "headings": "headings/css-animation-worklet-1.json", - "ids": "ids/css-animation-worklet-1.json", - "error": "Error: Loading https://drafts.css-houdini.org/css-animationworklet-1/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 325)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" + "ids": "ids/css-animation-worklet-1.json" }, { "url": "https://www.w3.org/TR/css-animations-1/", @@ -18881,7 +18876,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Wed, 02 Oct 2024 20:00:21 GMT" + "lastModified": "Wed, 02 Oct 2024 20:00:22 GMT" }, "generator": "bikeshed", "date": "19 September 2024", @@ -20528,8 +20523,7 @@ "css": "css/css-layout-api.json", "dfns": "dfns/css-layout-api-1.json", "headings": "headings/css-layout-api-1.json", - "ids": "ids/css-layout-api-1.json", - "error": "Error: Loading https://drafts.css-houdini.org/css-layout-api-1/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 363)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" + "ids": "ids/css-layout-api-1.json" }, { "url": "https://www.w3.org/TR/css-line-grid-1/", @@ -21452,8 +21446,7 @@ "css": "css/css-paint-api.json", "dfns": "dfns/css-paint-api-1.json", "headings": "headings/css-paint-api-1.json", - "ids": "ids/css-paint-api-1.json", - "error": "Error: Loading https://drafts.css-houdini.org/css-paint-api-1/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 377)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" + "ids": "ids/css-paint-api-1.json" }, { "url": "https://www.w3.org/TR/css-position-3/", @@ -21587,8 +21580,7 @@ "css": "css/css-properties-values-api.json", "dfns": "dfns/css-properties-values-api-1.json", "headings": "headings/css-properties-values-api-1.json", - "ids": "ids/css-properties-values-api-1.json", - "error": "Error: Loading https://drafts.css-houdini.org/css-properties-values-api-1/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 379)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" + "ids": "ids/css-properties-values-api-1.json" }, { "url": "https://www.w3.org/TR/css-pseudo-4/", @@ -22314,7 +22306,7 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts-1/", "crawlCacheInfo": { - "lastModified": "Wed, 02 Oct 2024 20:00:21 GMT" + "lastModified": "Wed, 02 Oct 2024 20:00:22 GMT" }, "generator": "bikeshed", "date": "20 March 2024", @@ -22520,7 +22512,7 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Wed, 02 Oct 2024 20:00:21 GMT" + "lastModified": "Wed, 02 Oct 2024 20:00:22 GMT" }, "generator": "bikeshed", "date": "25 July 2024", @@ -23194,7 +23186,7 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Wed, 02 Oct 2024 20:00:21 GMT" + "lastModified": "Wed, 02 Oct 2024 20:00:22 GMT" }, "generator": "bikeshed", "date": "3 April 2024", @@ -23410,8 +23402,7 @@ "idl": "idl/css-typed-om.idl", "dfns": "dfns/css-typed-om-1.json", "headings": "headings/css-typed-om-1.json", - "ids": "ids/css-typed-om-1.json", - "error": "Error: Loading https://drafts.css-houdini.org/css-typed-om-1/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 406)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" + "ids": "ids/css-typed-om-1.json" }, { "url": "https://www.w3.org/TR/css-ui-3/", @@ -24622,7 +24613,7 @@ ], "crawled": "https://drafts.csswg.org/cssom-view-1/", "crawlCacheInfo": { - "lastModified": "Wed, 02 Oct 2024 20:00:21 GMT" + "lastModified": "Wed, 02 Oct 2024 20:00:22 GMT" }, "generator": "bikeshed", "date": "21 June 2024", @@ -25934,8 +25925,7 @@ "css": "css/fill-stroke.json", "dfns": "dfns/fill-stroke-3.json", "headings": "headings/fill-stroke-3.json", - "ids": "ids/fill-stroke-3.json", - "error": "Error: Loading https://drafts.fxtf.org/fill-stroke-3/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 445)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" + "ids": "ids/fill-stroke-3.json" }, { "url": "https://www.w3.org/TR/filter-effects-1/", @@ -26002,8 +25992,7 @@ "dfns": "dfns/filter-effects-1.json", "elements": "elements/filter-effects-1.json", "headings": "headings/filter-effects-1.json", - "ids": "ids/filter-effects-1.json", - "error": "Error: Loading https://drafts.fxtf.org/filter-effects-1/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 446)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" + "ids": "ids/filter-effects-1.json" }, { "url": "https://www.w3.org/TR/fingerprinting-guidance/", @@ -26378,8 +26367,7 @@ "idl": "idl/geometry.idl", "dfns": "dfns/geometry-1.json", "headings": "headings/geometry-1.json", - "ids": "ids/geometry-1.json", - "error": "Error: Loading https://drafts.fxtf.org/geometry-1/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 452)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" + "ids": "ids/geometry-1.json" }, { "url": "https://www.w3.org/TR/graphics-aam-1.0/", @@ -26971,11 +26959,11 @@ ], "crawled": "https://w3c.github.io/IFT/Overview.html", "crawlCacheInfo": { - "lastModified": "Wed, 02 Oct 2024 17:29:56 GMT" + "lastModified": "Thu, 03 Oct 2024 18:30:11 GMT" }, "generator": "bikeshed", "date": "9 July 2024", - "revision": "ff2fe5a903cd8707b1dcb43216b487c4e7c7cf84", + "revision": "dae2dc1472f2280bfb926fefc6cd933eaa04f2bc", "algorithms": "algorithms/IFT.json", "links": "links/IFT.json", "refs": "refs/IFT.json", @@ -27818,10 +27806,10 @@ ], "crawled": "https://w3c.github.io/mathml/", "crawlCacheInfo": { - "lastModified": "Sat, 28 Sep 2024 16:13:17 GMT" + "lastModified": "Thu, 03 Oct 2024 18:04:12 GMT" }, "generator": "respec", - "date": "28 September 2024", + "date": "03 October 2024", "algorithms": "algorithms/mathml4.json", "links": "links/mathml4.json", "refs": "refs/mathml4.json", @@ -28131,10 +28119,10 @@ ], "crawled": "https://w3c.github.io/mediacapture-main/", "crawlCacheInfo": { - "lastModified": "Mon, 16 Sep 2024 09:07:10 GMT" + "lastModified": "Thu, 03 Oct 2024 14:22:10 GMT" }, "generator": "respec", - "date": "16 September 2024", + "date": "03 October 2024", "algorithms": "algorithms/mediacapture-streams.json", "links": "links/mediacapture-streams.json", "refs": "refs/mediacapture-streams.json", @@ -28882,8 +28870,7 @@ "css": "css/motion.json", "dfns": "dfns/motion-1.json", "headings": "headings/motion-1.json", - "ids": "ids/motion-1.json", - "error": "Error: Loading https://drafts.fxtf.org/motion-1/ triggered HTTP status 504\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 493)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)" + "ids": "ids/motion-1.json" }, { "url": "https://www.w3.org/TR/mse-byte-stream-format-isobmff/", @@ -31721,7 +31708,7 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Wed, 02 Oct 2024 20:00:21 GMT" + "lastModified": "Wed, 02 Oct 2024 20:00:22 GMT" }, "generator": "bikeshed", "date": "31 January 2024", @@ -36323,10 +36310,10 @@ ], "crawled": "https://w3c.github.io/webrtc-pc/", "crawlCacheInfo": { - "lastModified": "Thu, 19 Sep 2024 14:40:05 GMT" + "lastModified": "Thu, 03 Oct 2024 14:30:18 GMT" }, "generator": "respec", - "date": "19 September 2024", + "date": "03 October 2024", "algorithms": "algorithms/webrtc.json", "links": "links/webrtc.json", "refs": "refs/webrtc.json", diff --git a/ed/links/webrtc.json b/ed/links/webrtc.json index 92ed2577a756..3ebcd96c249f 100644 --- a/ed/links/webrtc.json +++ b/ed/links/webrtc.json @@ -71,6 +71,7 @@ "https://github.com/w3c/webrtc-pc/pull/2975": {}, "https://github.com/w3c/webrtc-pc/pull/2985": {}, "https://github.com/w3c/webrtc-pc/pull/2988": {}, + "https://github.com/w3c/webrtc-pc/pull/3005": {}, "https://github.com/web-platform-tests/wpt/pull/21025": {}, "https://github.com/web-platform-tests/wpt/pull/34912": {}, "https://github.com/web-platform-tests/wpt/pull/35703": {}, @@ -95,6 +96,7 @@ "https://github.com/web-platform-tests/wpt/pull/46655": {}, "https://github.com/web-platform-tests/wpt/pull/47663": {}, "https://github.com/web-platform-tests/wpt/pull/47707": {}, + "https://github.com/web-platform-tests/wpt/pull/48361": {}, "https://github.com/web-platform-tests/wpt/tree/master/webrtc": {}, "https://github.com/web-platform-tests/wpt/tree/master/webrtc/RTCCertificate-postMessage.html": {}, "https://github.com/web-platform-tests/wpt/tree/master/webrtc/RTCCertificate.html": {},