From 9ae1a68dfd82c05826605ed03f328c2305885ed2 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Fri, 7 Feb 2025 01:34:49 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 18.3.1. --- tr/algorithms/CSP3.json | 20 +-- tr/algorithms/accname-1.2.json | 2 +- tr/algorithms/appmanifest.json | 228 ++++++++++++++++---------------- tr/dfns/rdf12-semantics.json | 61 +++------ tr/dfns/sparql12-query.json | 27 ++-- tr/headings/sparql12-query.json | 2 +- tr/ids/CSP3.json | 39 +++--- tr/ids/appmanifest.json | 28 ++-- tr/ids/rdf12-semantics.json | 47 +++++-- tr/ids/sparql12-query.json | 37 ++++-- tr/ids/sparql12-update.json | 7 +- tr/index.json | 42 +++--- tr/links/accname-1.2.json | 1 + tr/links/appmanifest.json | 82 ++++-------- tr/links/rdf12-semantics.json | 8 ++ tr/links/sparql12-query.json | 12 +- tr/links/sparql12-update.json | 1 + tr/refs/sparql12-query.json | 8 +- 18 files changed, 328 insertions(+), 324 deletions(-) diff --git a/tr/algorithms/CSP3.json b/tr/algorithms/CSP3.json index 7d495fbc1ecb..bf1084a8e724 100644 --- a/tr/algorithms/CSP3.json +++ b/tr/algorithms/CSP3.json @@ -436,7 +436,7 @@ "rationale": "for", "steps": [ { - "html": "For each policy of navigation request’s client’s global object’s CSP list:", + "html": "For each policy of navigation request’s policy container’s CSP list:", "rationale": "for", "steps": [ { @@ -450,7 +450,7 @@ "html": "

If directive’s inline check returns \"Allowed\" when executed upon null,\n \"navigation\" and navigation request’s current URL,\n skip to the next directive.

" }, { - "html": "

Otherwise, let violation be the result of executing § 2.4.1 Create a violation object for global, policy, and directive on navigation request’s client’s global object, policy, and directive-name.

" + "html": "

Otherwise, let violation be the result of executing § 2.4.1 Create a violation object for global, policy, and directive on navigation request’s client’s global object, policy, and directive-name.

" }, { "html": "

Set violation’s resource to navigation\n request’s URL.

" @@ -507,7 +507,7 @@ ] }, { - "html": "For each policy of navigation request’s policy container’s CSP list:", + "html": "For each policy of navigation request’s policy container’s CSP list:", "rationale": "for", "steps": [ { @@ -518,7 +518,7 @@ "html": "

If directive’s navigation response check returns \"Allowed\" when executed upon navigation request, type, navigation response, target, \"source\", and policy skip to the next directive.

" }, { - "html": "

Otherwise, let violation be the result of executing § 2.4.1 Create a violation object for global, policy, and directive on navigation request’s client’s global object, policy, and directive’s name.

" + "html": "

Otherwise, let violation be the result of executing § 2.4.1 Create a violation object for global, policy, and directive on navigation request’s client’s global object, policy, and directive’s name.

" }, { "html": "

Set violation’s resource to navigation\n request’s URL.

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

Let result be \"Allowed\".

" }, { - "html": "For each policy of global’s CSP list:", + "html": "For each policy of global’s CSP list:", "rationale": "for", "steps": [ { @@ -573,7 +573,7 @@ "html": "

Let result be \"Allowed\".

" }, { - "html": "For each policy of global’s CSP list:", + "html": "For each policy of global’s CSP list:", "rationale": "for", "steps": [ { @@ -687,7 +687,7 @@ "html": "

Let global be realm’s global object.

" }, { - "html": "For each policy of global’s CSP list:", + "html": "For each policy of global’s CSP list:", "rationale": "let", "steps": [ { @@ -744,7 +744,7 @@ "html": "

Let result be \"Allowed\".

" }, { - "html": "For each policy of global’s CSP list:", + "html": "For each policy of global’s CSP list:", "rationale": "let", "steps": [ { @@ -894,7 +894,7 @@ "html": "

If endpoint is not a valid URL, skip the remaining substeps.

" }, { - "html": "

Let request be a new request, initialized as follows:

\n
\n
method\n
\n

\"POST\"

\n
url\n
\n

violation’s url

\n
origin\n
\n

violation’s global object’s relevant settings\n object’s origin

\n
window\n
\n

\"no-window\"

\n
client\n
\n

violation’s global object’s relevant\n settings object

\n
destination\n
\n

\"report\"

\n
initiator\n
\n

\"\"

\n
credentials mode\n
\n

\"same-origin\"

\n
keepalive\n
\n

\"true\"

\n
header list\n
\n

A header list containing a single header whose name is\n \"Content-Type\", and value is \"application/csp-report\"

\n
body\n
\n

The result of executing § 5.3 Obtain the deprecated serialization of violation on violation

\n
redirect mode\n
\n

\"error\"

\n
" + "html": "

Let request be a new request, initialized as follows:

\n
\n
method\n
\n

\"POST\"

\n
url\n
\n

violation’s url

\n
origin\n
\n

violation’s global object’s relevant settings\n object’s origin

\n
window\n
\n

\"no-window\"

\n
client\n
\n

violation’s global object’s relevant\n settings object

\n
destination\n
\n

\"report\"

\n
initiator\n
\n

\"\"

\n
credentials mode\n
\n

\"same-origin\"

\n
keepalive\n
\n

\"true\"

\n
header list\n
\n

A header list containing a single header whose name is\n \"Content-Type\", and value is \"application/csp-report\"

\n
body\n
\n

The result of executing § 5.3 Obtain the deprecated serialization of violation on violation

\n
redirect mode\n
\n

\"error\"

\n
" }, { "html": "

Fetch request. The result will be ignored.

" @@ -1599,7 +1599,7 @@ "rationale": "for", "steps": [ { - "html": "For each policy of document’s global object’s csp list:", + "html": "For each policy of document’s global object’s csp list:", "rationale": "let", "steps": [ { diff --git a/tr/algorithms/accname-1.2.json b/tr/algorithms/accname-1.2.json index 9085cb68153f..c2f90ef820c1 100644 --- a/tr/algorithms/accname-1.2.json +++ b/tr/algorithms/accname-1.2.json @@ -145,7 +145,7 @@ ] }, { - "html": "Text Node: Otherwise, if the current node is a Text Node, return its textual\n contents." + "html": "Text Node: Otherwise, if the current node is a text node, return\n its textual contents." }, { "html": "Recursive Name From Content: Otherwise, if the current node is a descendant of an\n element whose or is being computed, and contains descendants, proceed to\n Name From Content Reset." diff --git a/tr/algorithms/appmanifest.json b/tr/algorithms/appmanifest.json index 8af0aff8557d..758df8ba18e3 100644 --- a/tr/algorithms/appmanifest.json +++ b/tr/algorithms/appmanifest.json @@ -7,23 +7,23 @@ { "name": "process the dir member", "href": "https://www.w3.org/TR/appmanifest/#dfn-process-the-dir-member", - "html": "To process the dir member, given ordered map\n json and ordered map manifest:", + "html": "To process the dir member, given ordered map\n json and ordered map manifest:", "rationale": ".algorithm", "steps": [ { "html": "Set manifest[\"dir\"] to \"auto\"." }, { - "html": "If json[\"dir\"] doesn't exist or if json[\"dir\"] is not\n a string, return." + "html": "If json[\"dir\"] doesn't exist or if json[\"dir\"] is not\n a string, return." }, { - "html": "Strip leading and trailing ASCII whitespace from\n json[\"dir\"]." + "html": "Strip leading and trailing ASCII whitespace from\n json[\"dir\"]." }, { - "html": "ASCII lowercase json[\"dir\"]." + "html": "ASCII lowercase json[\"dir\"]." }, { - "html": "If text-direction list doesn't contain\n json[\"dir\"], return." + "html": "If text-direction list doesn't contain\n json[\"dir\"], return." }, { "html": "Set manifest[\"dir\"] to json[\"dir\"]." @@ -33,43 +33,43 @@ { "name": "process the lang member", "href": "https://www.w3.org/TR/appmanifest/#dfn-process-the-lang-member", - "html": "To process the lang member, given ordered map\n json and ordered map manifest:", + "html": "To process the lang member, given ordered map\n json and ordered map manifest:", "rationale": ".algorithm", "steps": [ { - "html": "If json[\"lang\"] doesn't exist or if json[\"lang\"] is\n not a string, return." + "html": "If json[\"lang\"] doesn't exist or if json[\"lang\"] is\n not a string, return." }, { - "html": "Strip leading and trailing ASCII whitespace from\n json[\"lang\"]." + "html": "Strip leading and trailing ASCII whitespace from\n json[\"lang\"]." }, { "html": "If calling IsStructurallyValidLanguageTag\n with json[\"lang\"] returns false, return." }, { - "html": "Set manifest[\"lang\"] to the result of calling the\n CanonicalizeUnicodeLocaleId\n abstract operation with json[\"lang\"]." + "html": "Set manifest[\"lang\"] to the result of calling the\n CanonicalizeUnicodeLocaleId\n abstract operation with json[\"lang\"]." } ] }, { "name": "process the scope member", "href": "https://www.w3.org/TR/appmanifest/#dfn-process-the-scope-member", - "html": "To process the scope member, given ordered map\n json and ordered map manifest:", + "html": "To process the scope member, given ordered map\n json and ordered map manifest:", "rationale": ".algorithm", "steps": [ { - "html": "Set manifest[\"scope\"] to the result of parsing\n \".\" with manifest[\"start_url\"] as the base URL." + "html": "Set manifest[\"scope\"] to the result of parsing\n \".\" with manifest[\"start_url\"] as the base URL." }, { "html": "If json[\"scope\"] is the empty string, then return." }, { - "html": "Let scope be the result of parsing\n json[\"scope\"] with manifest URL as the base URL." + "html": "Let scope be the result of parsing\n json[\"scope\"] with manifest URL as the base URL." }, { "html": "If scope is failure, return." }, { - "html": "Set scope's query and fragment to null." + "html": "Set scope's query and fragment to null." }, { "html": "If manifest[\"start_url\"] is not within scope of\n scope, return." @@ -82,23 +82,23 @@ { "name": "process the display member", "href": "https://www.w3.org/TR/appmanifest/#dfn-process-the-display-member", - "html": "To process the display member, given ordered map\n json and ordered map manifest:", + "html": "To process the display member, given ordered map\n json and ordered map manifest:", "rationale": ".algorithm", "steps": [ { "html": "Set manifest[\"display\"] to \"browser\"." }, { - "html": "If json[\"display\"] doesn't exist or json[\"display\"]\n is not a a string, return." + "html": "If json[\"display\"] doesn't exist or json[\"display\"]\n is not a a string, return." }, { - "html": "Strip leading and trailing ASCII whitespace from\n json[\"display\"]." + "html": "Strip leading and trailing ASCII whitespace from\n json[\"display\"]." }, { - "html": "ASCII lowercase json[\"display\"]." + "html": "ASCII lowercase json[\"display\"]." }, { - "html": "If display modes list doesn't contain\n json[\"display\"], return." + "html": "If display modes list doesn't contain\n json[\"display\"], return." }, { "html": "Set manifest[\"display\"] to json[\"display\"]." @@ -108,20 +108,20 @@ { "name": "process the orientation member", "href": "https://www.w3.org/TR/appmanifest/#dfn-process-the-orientation-member", - "html": "To process the orientation member, given ordered map\n json and ordered map manifest:", + "html": "To process the orientation member, given ordered map\n json and ordered map manifest:", "rationale": ".algorithm", "steps": [ { - "html": "If json[\"orientation\"] doesn't exist or\n json[\"orientation\"] is not a string, return." + "html": "If json[\"orientation\"] doesn't exist or\n json[\"orientation\"] is not a string, return." }, { - "html": "Strip leading and trailing ASCII whitespace from\n json[\"orientation\"]." + "html": "Strip leading and trailing ASCII whitespace from\n json[\"orientation\"]." }, { - "html": "ASCII lowercase json[\"orientation\"]." + "html": "ASCII lowercase json[\"orientation\"]." }, { - "html": "If json[\"orientation\"] doesn't contain any of the\n orientation values, return." + "html": "If json[\"orientation\"] doesn't contain any of the\n orientation values, return." }, { "html": "Set manifest[\"orientation\"] to json[\"orientation\"]." @@ -131,26 +131,26 @@ { "name": "process the start_url member", "href": "https://www.w3.org/TR/appmanifest/#dfn-process-the-start_url-member", - "html": "To process the start_url member, given ordered map\n json, ordered map manifest, URL\n manifest URL, and URL document URL:", + "html": "To process the start_url member, given ordered map\n json, ordered map manifest, URL\n manifest URL, and URL document URL:", "rationale": ".algorithm", "steps": [ { "html": "Set manifest[\"start_url\"] to document URL." }, { - "html": "If json[\"start_url\"] doesn't exist or\n json[\"start_url\"] is not a string, return." + "html": "If json[\"start_url\"] doesn't exist or\n json[\"start_url\"] is not a string, return." }, { - "html": "If the type of json[\"start_url\"] is not string, or if\n json[\"start_url\"] is the empty string, return." + "html": "If the type of json[\"start_url\"] is not string, or if\n json[\"start_url\"] is the empty string, return." }, { - "html": "Let start URL be the result of parsing\n json[\"start_url\"], using manifest URL as the base URL." + "html": "Let start URL be the result of parsing\n json[\"start_url\"], using manifest URL as the base URL." }, { "html": "If start URL is failure, return." }, { - "html": "If start URL is not same origin as document URL,\n return." + "html": "If start URL is not same origin as document URL,\n return." }, { "html": "Otherwise, set manifest[\"start_url\"] to start URL." @@ -160,32 +160,32 @@ { "name": "process the id member", "href": "https://www.w3.org/TR/appmanifest/#dfn-process-the-id-member", - "html": "To process the id member, given ordered map\n json, ordered map manifest:", + "html": "To process the id member, given ordered map\n json, ordered map manifest:", "rationale": ".algorithm", "steps": [ { "html": "Set manifest[\"id\"] to manifest[\"start_url\"]." }, { - "html": "If the type of json[\"id\"] is not string, return." + "html": "If the type of json[\"id\"] is not string, return." }, { "html": "If json[\"id\"] is the empty string, return." }, { - "html": "Let base origin be manifest[\"start_url\"]'s origin." + "html": "Let base origin be manifest[\"start_url\"]'s origin." }, { - "html": "Let id be the result of parsing json[\"id\"]\n with base origin as the base URL." + "html": "Let id be the result of parsing json[\"id\"]\n with base origin as the base URL." }, { "html": "If id is failure, return." }, { - "html": "If id is not same origin as manifest[\"start_url\"],\n return." + "html": "If id is not same origin as manifest[\"start_url\"],\n return." }, { - "html": "Set id's fragment to null." + "html": "Set id's fragment to null." }, { "html": "Set manifest[\"id\"] to id." @@ -195,20 +195,20 @@ { "name": "process the shortcuts member", "href": "https://www.w3.org/TR/appmanifest/#dfn-process-the-shortcuts-member", - "html": "To process the shortcuts member, given ordered map\n json, ordered map manifest, and\n URL manifest URL:", + "html": "To process the shortcuts member, given ordered map\n json, ordered map manifest, and\n URL manifest URL:", "rationale": ".algorithm", "steps": [ { - "html": "Let processedShortcuts be a new list." + "html": "Let processedShortcuts be a new list." }, { - "html": "Set manifest[\"shortcuts\"] to processedShortcuts." + "html": "Set manifest[\"shortcuts\"] to processedShortcuts." }, { - "html": "If json[\"shortcuts\"] doesn't exist or\n json[\"shortcuts\"] is not a list, return." + "html": "If json[\"shortcuts\"] doesn't exist or\n json[\"shortcuts\"] is not a list, return." }, { - "html": "For each entry of json[\"shortcuts\"]:", + "html": "For each entry of json[\"shortcuts\"]:", "rationale": "let", "steps": [ { @@ -218,7 +218,7 @@ "html": "If shortcut is failure, continue." }, { - "html": "Append shortcut to processedShortcuts." + "html": "Append shortcut to processedShortcuts." } ] } @@ -227,112 +227,112 @@ { "name": "process a *_localized text member", "href": "https://www.w3.org/TR/appmanifest/#dfn-process-a-_localized-text-member", - "html": "To process a *_localized text member, given ordered map json, ordered map map,\n string member, and text-direction\n defaultDirection:", + "html": "To process a *_localized text member, given ordered map json, ordered map map,\n string member, and text-direction\n defaultDirection:", "rationale": ".algorithm", "steps": [ { - "html": "If member does not exist in json, return." + "html": "If member does not exist in json, return." }, { "html": "Let languageMap be json[member]." }, { - "html": "If languageMap is not an ordered map, return." + "html": "If languageMap is not an ordered map, return." }, { - "html": "Let languageTags be the keys of\n languageMap." + "html": "Let languageTags be the keys of\n languageMap." }, { - "html": "Set map[member] to a new ordered map." + "html": "Set map[member] to a new ordered map." }, { - "html": "For each languageTag of languageTags, run\n process a localized text object, passing\n languageMap[languageTag], languageTag, map, member, and\n defaultDirection." + "html": "For each languageTag of languageTags, run\n process a localized text object, passing\n languageMap[languageTag], languageTag, map, member, and\n defaultDirection." } ] }, { "name": "process a localized text object", "href": "https://www.w3.org/TR/appmanifest/#dfn-process-a-localized-text-object", - "html": "To process a localized text object, given string or\n ordered map localizedValue, string\n defaultLanguageTag, ordered map map,\n string member, and text-direction\n defaultDirection:", + "html": "To process a localized text object, given string or\n ordered map localizedValue, string\n defaultLanguageTag, ordered map map,\n string member, and text-direction\n defaultDirection:", "rationale": ".algorithm", "steps": [ { - "html": "Let normalizedValue be an ordered map." + "html": "Let normalizedValue be an ordered map." }, { - "html": "If localizedValue is a string, strip leading and trailing ASCII whitespace from localizedValue and\n set normalizedValue[\"value\"] to localizedValue." + "html": "If localizedValue is a string, strip leading and trailing ASCII whitespace from localizedValue and\n set normalizedValue[\"value\"] to localizedValue." }, { - "html": "If localizedValue is an ordered map:", + "html": "If localizedValue is an ordered map:", "rationale": "if", "steps": [ { - "html": "If \"value\" exists in localizedValue and\n localizedValue[\"value\"] is a string, strip leading and trailing ASCII whitespace from localizedValue[\"value\"] and\n set normalizedValue[\"value\"] to\n localizedValue[\"value\"]." + "html": "If \"value\" exists in localizedValue and\n localizedValue[\"value\"] is a string, strip leading and trailing ASCII whitespace from localizedValue[\"value\"] and\n set normalizedValue[\"value\"] to\n localizedValue[\"value\"]." }, { - "html": "If \"lang\" exists in localizedValue and\n localizedValue[\"lang\"] is a string, strip leading and trailing ASCII whitespace from localizedValue[\"lang\"] and\n set normalizedValue[\"lang\"] to\n localizedValue[\"lang\"]." + "html": "If \"lang\" exists in localizedValue and\n localizedValue[\"lang\"] is a string, strip leading and trailing ASCII whitespace from localizedValue[\"lang\"] and\n set normalizedValue[\"lang\"] to\n localizedValue[\"lang\"]." }, { - "html": "If \"dir\" exists in localizedValue and\n localizedValue[\"dir\"] is a string:", + "html": "If \"dir\" exists in localizedValue and\n localizedValue[\"dir\"] is a string:", "rationale": "strip", "steps": [ { - "html": "Strip leading and trailing ASCII whitespace from\n localizedValue[\"dir\"]." + "html": "Strip leading and trailing ASCII whitespace from\n localizedValue[\"dir\"]." }, { - "html": "If text-direction list contains\n localizedValue[\"dir\"], set\n normalizedValue[\"dir\"] to localizedValue[\"dir\"]." + "html": "If text-direction list contains\n localizedValue[\"dir\"], set\n normalizedValue[\"dir\"] to localizedValue[\"dir\"]." } ] } ] }, { - "html": "If \"value\" does not exist in normalizedValue, return." + "html": "If \"value\" does not exist in normalizedValue, return." }, { - "html": "If \"lang\" does not exist in normalizedValue,\n set normalizedValue[\"lang\"] to defaultLanguageTag." + "html": "If \"lang\" does not exist in normalizedValue,\n set normalizedValue[\"lang\"] to defaultLanguageTag." }, { - "html": "If \"dir\" does not exist in normalizedValue,\n set normalizedValue[\"dir\"] to defaultDirection." + "html": "If \"dir\" does not exist in normalizedValue,\n set normalizedValue[\"dir\"] to defaultDirection." }, { "html": "If calling IsStructurallyValidLanguageTag\n with normalizedValue[\"lang\"] or calling IsStructurallyValidLanguageTag\n with defaultLanguageTag returns false, return." }, { - "html": "Set map[member][defaultLanguageTag] to\n normalizedValue." + "html": "Set map[member][defaultLanguageTag] to\n normalizedValue." } ] }, { "name": "process a *_localized image resource member", "href": "https://www.w3.org/TR/appmanifest/#dfn-process-a-_localized-image-resource-member", - "html": "To process a *_localized image resource member, given\n ordered map json, ordered map map, string member, and URL manifest URL:", + "html": "To process a *_localized image resource member, given\n ordered map json, ordered map map, string member, and URL manifest URL:", "rationale": ".algorithm", "steps": [ { - "html": "If member does not exist in json, return." + "html": "If member does not exist in json, return." }, { "html": "Let languageMap be json[member]." }, { - "html": "If languageMap is not an ordered map, return." + "html": "If languageMap is not an ordered map, return." }, { - "html": "Let languageTags be the keys of\n languageMap." + "html": "Let languageTags be the keys of\n languageMap." }, { - "html": "Set map[member] to a new ordered map." + "html": "Set map[member] to a new ordered map." }, { - "html": "For each languageTag of languageTags:", + "html": "For each languageTag of languageTags:", "rationale": "if", "steps": [ { - "html": "If calling IsStructurallyValidLanguageTag\n with languageTag returns false, continue." + "html": "If calling IsStructurallyValidLanguageTag\n with languageTag returns false, continue." }, { - "html": "Run process image resources, passing\n languageMap[languageTag] as the list of image resources, map[member], manifest URL, and languageTag\n as the member." + "html": "Run process image resources, passing\n languageMap[languageTag] as the list of image resources, map[member], manifest URL, and languageTag\n as the member." } ] } @@ -341,23 +341,23 @@ { "name": "Document/processed manifest", "href": "https://www.w3.org/TR/appmanifest/#dfn-processed-manifest", - "html": "The steps for processing a manifest are given by the following\n algorithm. The algorithm takes a URL document URL, a\n URL manifest URL, and a byte sequence bodyBytes.", + "html": "The steps for processing a manifest are given by the following\n algorithm. The algorithm takes a URL document URL, a\n URL manifest URL, and a byte sequence bodyBytes.", "rationale": ".algorithm", "steps": [ { - "html": "Let json be the result of parse JSON bytes to an Infra value passing bodyBytes." + "html": "Let json be the result of parse JSON bytes to an Infra value passing bodyBytes." }, { - "html": "If the json is a parsing exception, or json is not an\n ordered map:", + "html": "If the json is a parsing exception, or json is not an\n ordered map:", "rationale": "set", "steps": [ { - "html": "Set json to an empty ordered map." + "html": "Set json to an empty ordered map." } ] }, { - "html": "Let manifest be an empty ordered map." + "html": "Let manifest be an empty ordered map." }, { "html": "Process the dir member passing json and manifest." @@ -384,7 +384,7 @@ "html": "Process the id member passing json and manifest." }, { - "html": "If the document's processed manifest is not\n null, and document's processed manifest's id is\n not equal to manifest[\"id\"], return." + "html": "If the document's processed manifest is not\n null, and document's processed manifest's id is\n not equal to manifest[\"id\"], return." }, { "html": "Process the scope member passing json, manifest, and\n manifest URL." @@ -414,33 +414,33 @@ "html": "Processing extension-point: process\n any proprietary and/or other supported members at this point in the\n algorithm." }, { - "html": "Let document's \n processed manifest be manifest." + "html": "Let document's \n processed manifest be manifest." } ] }, { "name": "process a color member", "href": "https://www.w3.org/TR/appmanifest/#dfn-process-a-color-member", - "html": "To process a color member, using ordered map\n json, ordered map map, and\n string member:", + "html": "To process a color member, using ordered map\n json, ordered map map, and\n string member:", "rationale": ".algorithm", "steps": [ { - "html": "If json[member] doesn't exist or json[member] is\n not a string, return." + "html": "If json[member] doesn't exist or json[member] is\n not a string, return." }, { - "html": "Strip leading and trailing ASCII whitespace from\n json[member]." + "html": "Strip leading and trailing ASCII whitespace from\n json[member]." }, { - "html": "Let color be the result of parsing the value of\n json[member] as a CSS color." + "html": "Let color be the result of parsing the value of\n json[member] as a CSS color." }, { "html": "If color is failure, return." }, { - "html": "If color can be converted to sRGB using solely\n information the user agent inherently knows, then convert color\n to sRGB." + "html": "If color can be converted to sRGB using solely\n information the user agent inherently knows, then convert color\n to sRGB." }, { - "html": "If color is not sRGB color, return." + "html": "If color is not sRGB color, return." }, { "html": "Set map[member] to color." @@ -450,14 +450,14 @@ { "name": "process a text member", "href": "https://www.w3.org/TR/appmanifest/#dfn-process-a-text-member", - "html": "To process a text member, given ordered map\n json, ordered map map, and\n string member:", + "html": "To process a text member, given ordered map\n json, ordered map map, and\n string member:", "rationale": ".algorithm", "steps": [ { - "html": "If json[member] doesn't exists or json[member]\n is not a string, return." + "html": "If json[member] doesn't exists or json[member]\n is not a string, return." }, { - "html": "Strip leading and trailing ASCII whitespace from\n json[member]." + "html": "Strip leading and trailing ASCII whitespace from\n json[member]." }, { "html": "Set map[member] to the value of json[member]." @@ -467,38 +467,38 @@ { "name": "determine the purpose of an image", "href": "https://www.w3.org/TR/appmanifest/#dfn-determine-the-purpose-of-an-image", - "html": "To determine the purpose of an image, given ordered map json:", + "html": "To determine the purpose of an image, given ordered map json:", "rationale": ".algorithm", "steps": [ { - "html": "If json[\"purpose\"] doesn't exist or if\n json[\"purpose\"] is not a string:", + "html": "If json[\"purpose\"] doesn't exist or if\n json[\"purpose\"] is not a string:", "rationale": "return", "steps": [ { - "html": "Return set « \"any\" »." + "html": "Return set « \"any\" »." } ] }, { - "html": "Let keywords be the result of split on ASCII whitespace json[\"purpose\"]." + "html": "Let keywords be the result of split on ASCII whitespace json[\"purpose\"]." }, { - "html": "Let purposes be new set." + "html": "Let purposes be new set." }, { - "html": "For each keyword of keywords:", + "html": "For each keyword of keywords:", "rationale": "if", "steps": [ { - "html": "If icon purposes list doesn't contain keyword,\n then continue." + "html": "If icon purposes list doesn't contain keyword,\n then continue." }, { - "html": "Otherwise, append keyword to purposes." + "html": "Otherwise, append keyword to purposes." } ] }, { - "html": "If purposes is empty, then return failure." + "html": "If purposes is empty, then return failure." }, { "html": "Return purposes." @@ -508,39 +508,39 @@ { "name": "process image resources", "href": "https://www.w3.org/TR/appmanifest/#dfn-process-image-resources", - "html": "To process image resources, given list images,\n ordered map map, manifest URL and string\n member:", + "html": "To process image resources, given list images,\n ordered map map, manifest URL and string\n member:", "rationale": ".algorithm", "steps": [ { - "html": "Let imageResources be a new\n list." + "html": "Let imageResources be a new\n list." }, { "html": "Set map[member] to imageResources." }, { - "html": "If images is not list, return." + "html": "If images is not list, return." }, { - "html": "For each potential image of\n images:", + "html": "For each potential image of\n images:", "rationale": "let", "steps": [ { - "html": "Let image be the result of running process an image resource from JSON given potential image and manifest\n URL." + "html": "Let image be the result of running process an image resource from JSON given potential image and manifest\n URL." }, { - "html": "If image is failure, continue." + "html": "If image is failure, continue." }, { "html": "Let purposes be determine the purpose of an image\n passing potential image." }, { - "html": "If purposes is failure, continue." + "html": "If purposes is failure, continue." }, { "html": "Set image[\"purpose\"] to purposes." }, { - "html": "Append image to imageResources." + "html": "Append image to imageResources." } ] } @@ -549,14 +549,14 @@ { "name": "process a shortcut", "href": "https://www.w3.org/TR/appmanifest/#dfn-process-a-shortcut", - "html": "To process a shortcut, given ordered map item, URL manifest URL, URL scope, and\n text-direction defaultDirection:", + "html": "To process a shortcut, given ordered map item, URL manifest URL, URL scope, and\n text-direction defaultDirection:", "rationale": ".algorithm", "steps": [ { - "html": "Return failure if it's the case that:\n " + "html": "Return failure if it's the case that:\n " }, { - "html": "Let url be the result of parsing\n item[\"url\"] with manifest URL as the base URL." + "html": "Let url be the result of parsing\n item[\"url\"] with manifest URL as the base URL." }, { "html": "If url is failure, return failure." @@ -571,13 +571,13 @@ "html": "Process a *_localized text member passing item,\n shortcut, \"name_localized\", and defaultDirection." }, { - "html": "If \"short_name\" exists in item, and\n item[\"short_name\"] is a string, set\n shortcut[\"short_name\"] to item[\"short_name\"]." + "html": "If \"short_name\" exists in item, and\n item[\"short_name\"] is a string, set\n shortcut[\"short_name\"] to item[\"short_name\"]." }, { "html": "Process a *_localized text member passing item,\n shortcut, \"short_name_localized\", and defaultDirection." }, { - "html": "If \"description\" exists in item, and\n item[\"description\"] is a string, set\n shortcut[\"description\"] to item[\"description\"]." + "html": "If \"description\" exists in item, and\n item[\"description\"] is a string, set\n shortcut[\"description\"] to item[\"description\"]." }, { "html": "Process a *_localized text member passing item,\n shortcut, \"description_localized\", and defaultDirection." @@ -605,20 +605,20 @@ { "name": "create a new application context", "href": "https://www.w3.org/TR/appmanifest/#dfn-create-a-new-application-context", - "html": "The steps to create a new application\n context is given by the following algorithm. The algorithm\n takes a processed manifest manifest, an optional URL target URL, an optional POST resource POST resource and returns an application context.", + "html": "The steps to create a new application\n context is given by the following algorithm. The algorithm\n takes a processed manifest manifest, an optional URL target URL, an optional POST resource POST resource and returns an application context.", "rationale": ".algorithm", "steps": [ { "html": "If target URL was not given, set target URL to start URL." }, { - "html": "Let traversable be the result of running the steps to create a fresh top-level traversable with target URL and POST\n resource." + "html": "Let traversable be the result of running the steps to create a fresh top-level traversable with target URL and POST\n resource." }, { "html": "Let browsing context be the traversable's active browsing context." }, { - "html": "Apply manifest to browsing context." + "html": "Apply manifest to browsing context." }, { "html": "Return browsing context." @@ -628,20 +628,20 @@ { "name": "URL/within scope", "href": "https://www.w3.org/TR/appmanifest/#dfn-within-scope", - "html": "A URL target is said to be within scope of URL scope if the\n following algorithm returns true:", + "html": "A URL target is said to be within scope of URL scope if the\n following algorithm returns true:", "rationale": ".algorithm", "steps": [ { - "html": "If target and scope are not same origin, return false." + "html": "If target and scope are not same origin, return false." }, { - "html": "Let scopePath be the concatenation of\n scopes's path using U+002F (/) as the separator." + "html": "Let scopePath be the concatenation of\n scopes's path using U+002F (/) as the separator." }, { - "html": "Let targetPath be the concatenation of\n target's path using U+002F (/) as the separator." + "html": "Let targetPath be the concatenation of\n target's path using U+002F (/) as the separator." }, { - "html": "Return a boolean indicating whether targetPath starts with\n scopePath." + "html": "Return a boolean indicating whether targetPath starts with\n scopePath." } ] }, @@ -658,7 +658,7 @@ "html": "If the user agent supports manifest[\"display\"], then return\n manifest[\"display\"]." }, { - "html": "For each fallback_mode of the fallback chain of\n manifest[\"display\"]:", + "html": "For each fallback_mode of the fallback chain of\n manifest[\"display\"]:", "rationale": "if", "steps": [ { diff --git a/tr/dfns/rdf12-semantics.json b/tr/dfns/rdf12-semantics.json index 7514bd95e380..489256e0ff47 100644 --- a/tr/dfns/rdf12-semantics.json +++ b/tr/dfns/rdf12-semantics.json @@ -388,9 +388,10 @@ "definedIn": "prose" }, { - "id": "dfn-merge", - "href": "https://www.w3.org/TR/rdf12-semantics/#dfn-merge", + "id": "dfn-rdf-graph-merge", + "href": "https://www.w3.org/TR/rdf12-semantics/#dfn-rdf-graph-merge", "linkingText": [ + "RDF graph merge", "merge" ], "localLinkingText": [], @@ -638,44 +639,6 @@ }, "definedIn": "prose" }, - { - "id": "dfn-value-space", - "href": "https://www.w3.org/TR/rdf12-semantics/#dfn-value-space", - "linkingText": [ - "value space" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "datatypes", - "href": "https://www.w3.org/TR/rdf12-semantics/#datatypes", - "title": "Literals and datatypes", - "number": "7" - }, - "definedIn": "prose" - }, - { - "id": "dfn-ill-typed", - "href": "https://www.w3.org/TR/rdf12-semantics/#dfn-ill-typed", - "linkingText": [ - "ill-typed" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "datatypes", - "href": "https://www.w3.org/TR/rdf12-semantics/#datatypes", - "title": "Literals and datatypes", - "number": "7" - }, - "definedIn": "prose" - }, { "id": "dfn-d-interpretation", "href": "https://www.w3.org/TR/rdf12-semantics/#dfn-d-interpretation", @@ -1266,6 +1229,24 @@ }, "definedIn": "table" }, + { + "id": "dfn-rdf-dataset-merge", + "href": "https://www.w3.org/TR/rdf12-semantics/#dfn-rdf-dataset-merge", + "linkingText": [ + "RDF dataset merge" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "rdf_datasets", + "href": "https://www.w3.org/TR/rdf12-semantics/#rdf_datasets", + "title": "10. RDF Datasets" + }, + "definedIn": "table" + }, { "id": "dfn-grdfd1", "href": "https://www.w3.org/TR/rdf12-semantics/#dfn-grdfd1", diff --git a/tr/dfns/sparql12-query.json b/tr/dfns/sparql12-query.json index 0261ab2cab73..c17ab0a4340d 100644 --- a/tr/dfns/sparql12-query.json +++ b/tr/dfns/sparql12-query.json @@ -63,11 +63,10 @@ "definedIn": "prose" }, { - "id": "dfn-sparqlrequeststring", - "href": "https://www.w3.org/TR/sparql12-query/#dfn-sparqlrequeststring", + "id": "dfn-sparql-string", + "href": "https://www.w3.org/TR/sparql12-query/#dfn-sparql-string", "linkingText": [ - "SPARQLRequestString", - "SPARQL Request String" + "SPARQL string" ], "localLinkingText": [], "type": "dfn", @@ -77,17 +76,16 @@ "heading": { "id": "queryString", "href": "https://www.w3.org/TR/sparql12-query/#queryString", - "title": "SPARQL Request String", + "title": "SPARQL String", "number": "19.1" }, "definedIn": "prose" }, { - "id": "dfn-sparqlquerystring", - "href": "https://www.w3.org/TR/sparql12-query/#dfn-sparqlquerystring", + "id": "dfn-sparql-query-string", + "href": "https://www.w3.org/TR/sparql12-query/#dfn-sparql-query-string", "linkingText": [ - "SPARQLQueryString", - "SPARQL Query String" + "SPARQL query string" ], "localLinkingText": [], "type": "dfn", @@ -97,17 +95,16 @@ "heading": { "id": "queryString", "href": "https://www.w3.org/TR/sparql12-query/#queryString", - "title": "SPARQL Request String", + "title": "SPARQL String", "number": "19.1" }, "definedIn": "prose" }, { - "id": "dfn-sparqlupdatestring", - "href": "https://www.w3.org/TR/sparql12-query/#dfn-sparqlupdatestring", + "id": "dfn-sparql-update-string", + "href": "https://www.w3.org/TR/sparql12-query/#dfn-sparql-update-string", "linkingText": [ - "SPARQLUpdateString", - "SPARQL Update String" + "SPARQL update string" ], "localLinkingText": [], "type": "dfn", @@ -117,7 +114,7 @@ "heading": { "id": "queryString", "href": "https://www.w3.org/TR/sparql12-query/#queryString", - "title": "SPARQL Request String", + "title": "SPARQL String", "number": "19.1" }, "definedIn": "prose" diff --git a/tr/headings/sparql12-query.json b/tr/headings/sparql12-query.json index 437cebcef4c2..3e1a9790acdb 100644 --- a/tr/headings/sparql12-query.json +++ b/tr/headings/sparql12-query.json @@ -1708,7 +1708,7 @@ "id": "queryString", "href": "https://www.w3.org/TR/sparql12-query/#queryString", "level": 3, - "title": "SPARQL Request String", + "title": "SPARQL String", "number": "19.1" }, { diff --git a/tr/ids/CSP3.json b/tr/ids/CSP3.json index b7bf9a0cff6d..0a684b36090e 100644 --- a/tr/ids/CSP3.json +++ b/tr/ids/CSP3.json @@ -600,14 +600,13 @@ "https://www.w3.org/TR/CSP3/#ref-for-concept-request-current-url%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-url-scheme", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request-client%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-concept-settings-object-global%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request-policy-container%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-policy-container-csp-list%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-directive-inline-check%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-current-url%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request-client%E2%91%A3", - "https://www.w3.org/TR/CSP3/#ref-for-concept-settings-object-global%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request-client%E2%91%A2", + "https://www.w3.org/TR/CSP3/#ref-for-concept-settings-object-global%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-url%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%93%AA", @@ -627,13 +626,13 @@ "https://www.w3.org/TR/CSP3/#ref-for-concept-response-url%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request-policy-container%E2%91%A6", - "https://www.w3.org/TR/CSP3/#ref-for-policy-container-csp-list%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request-policy-container%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-policy-container-csp-list%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-frame-ancestors%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-directive-navigation-response-check%E2%91%A0", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request-client%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-concept-settings-object-global%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request-client%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-concept-settings-object-global%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-violation-resource%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-url%E2%91%A3", @@ -642,7 +641,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-run-global-object-csp-initialization%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-directive-initialization%E2%91%A0", "https://www.w3.org/TR/CSP3/#webrtc-integration", @@ -650,7 +649,7 @@ "https://www.w3.org/TR/CSP3/#should-block-rtc-connection", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/CSP3/#ref-for-directive-webrtc-pre-connect-check", "https://www.w3.org/TR/CSP3/#ref-for-iteration-continue%E2%91%A1", @@ -659,7 +658,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/CSP3/#ecma-integration", "https://www.w3.org/TR/CSP3/#ref-for-sec-hostensurecancompilestrings", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A6", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A5", "https://www.w3.org/TR/CSP3/#can-compile-strings", "https://www.w3.org/TR/CSP3/#ref-for-can-compile-strings", "https://www.w3.org/TR/CSP3/#ref-for-realm", @@ -681,7 +680,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-exceptiondef-evalerror%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-realm-global", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A7", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A1", @@ -703,14 +702,14 @@ "https://www.w3.org/TR/CSP3/#ref-for-policy-disposition%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#wasm-integration", "https://www.w3.org/TR/CSP3/#ref-for-host-ensure-can-compile-wasm-bytes", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A8", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A7", "https://www.w3.org/TR/CSP3/#can-compile-wasm-bytes", "https://www.w3.org/TR/CSP3/#ref-for-can-compile-wasm-bytes", "https://www.w3.org/TR/CSP3/#ref-for-realm%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-exceptiondef-compileerror", "https://www.w3.org/TR/CSP3/#ref-for-concept-realm-global%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A8", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A0%E2%91%A4", @@ -960,7 +959,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-relevant-settings-object", "https://www.w3.org/TR/CSP3/#ref-for-concept-settings-object-origin%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-window", - "https://www.w3.org/TR/CSP3/#ref-for-concept-request-client%E2%91%A5", + "https://www.w3.org/TR/CSP3/#ref-for-concept-request-client%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-violation-global-object%E2%91%A6", "https://www.w3.org/TR/CSP3/#ref-for-relevant-settings-object%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-concept-request-destination%E2%91%A2", @@ -1485,7 +1484,7 @@ "https://www.w3.org/TR/CSP3/#ref-for-attr-base-href%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-list-iterate%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/CSP3/#ref-for-global-object%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/CSP3/#ref-for-directives%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-directive-name%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/CSP3/#ref-for-policy-directive-set%E2%91%A0%E2%91%A2", @@ -1944,13 +1943,13 @@ "https://www.w3.org/TR/CSP3/#security-inherit-csp", "https://www.w3.org/TR/CSP3/#ref-for-local-scheme%E2%91%A1", "https://www.w3.org/TR/CSP3/#example-d8547a52", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/CSP3/#ref-for-document%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/CSP3/#ref-for-global-object-csp-list%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/CSP3/#example-46761516", "https://www.w3.org/TR/CSP3/#authoring-considerations", "https://www.w3.org/TR/CSP3/#multiple-policies", diff --git a/tr/ids/appmanifest.json b/tr/ids/appmanifest.json index a910b21768a0..7fc58d248731 100644 --- a/tr/ids/appmanifest.json +++ b/tr/ids/appmanifest.json @@ -864,17 +864,19 @@ "https://www.w3.org/TR/appmanifest/#dfn-installed", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-top-level-browsing-context-10", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-apply-8", + "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-2", "https://www.w3.org/TR/appmanifest/#dfn-installed-web-application", - "https://www.w3.org/TR/appmanifest/#ref-for-index-term-top-level-browsing-context-11", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-apply-9", + "https://www.w3.org/TR/appmanifest/#ref-for-index-term-top-level-browsing-context-11", + "https://www.w3.org/TR/appmanifest/#ref-for-dfn-apply-10", "https://www.w3.org/TR/appmanifest/#issue-container-generatedID-32", "https://www.w3.org/TR/appmanifest/#h-note-31", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-launching-a-web-application-2", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-apply-10", + "https://www.w3.org/TR/appmanifest/#ref-for-dfn-apply-11", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-top-level-browsing-context-12", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-start-url-7", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-4", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-2", + "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-3", "https://www.w3.org/TR/appmanifest/#application-s-name", "https://www.w3.org/TR/appmanifest/#x4-1-application-s-name", "https://www.w3.org/TR/appmanifest/#dfn-application-s-name", @@ -902,7 +904,7 @@ "https://www.w3.org/TR/appmanifest/#ref-for-dfn-processed-manifest-3", "https://www.w3.org/TR/appmanifest/#issue-container-generatedID-33", "https://www.w3.org/TR/appmanifest/#h-note-32", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-3", + "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-4", "https://www.w3.org/TR/appmanifest/#dfn-launching-a-web-application", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-processed-manifest-4", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-url-12", @@ -922,12 +924,12 @@ "https://www.w3.org/TR/appmanifest/#ref-for-dfn-start-url-8", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-create-a-fresh-top-level-traversable-1", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-active-browsing-context-1", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-apply-11", + "https://www.w3.org/TR/appmanifest/#ref-for-dfn-apply-12", "https://www.w3.org/TR/appmanifest/#privacy-and-security-considerations", "https://www.w3.org/TR/appmanifest/#installation-sec", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-4", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-start-url-9", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-5", + "https://www.w3.org/TR/appmanifest/#ref-for-dfn-start-url-9", + "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-6", "https://www.w3.org/TR/appmanifest/#uninstallation", "https://www.w3.org/TR/appmanifest/#x4-4-uninstallation", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-web-application-2", @@ -938,7 +940,7 @@ "https://www.w3.org/TR/appmanifest/#ref-for-dfn-processed-manifest-6", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-application-context-8", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-navigated-6", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-apply-12", + "https://www.w3.org/TR/appmanifest/#ref-for-dfn-apply-13", "https://www.w3.org/TR/appmanifest/#issue-container-generatedID-35", "https://www.w3.org/TR/appmanifest/#h-note-34", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-scope-8", @@ -983,7 +985,7 @@ "https://www.w3.org/TR/appmanifest/#ref-for-index-term-url-17", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-navigation-scope-4", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-manifest-28", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-apply-13", + "https://www.w3.org/TR/appmanifest/#ref-for-dfn-apply-14", "https://www.w3.org/TR/appmanifest/#ref-for-index-term-top-level-browsing-context-13", "https://www.w3.org/TR/appmanifest/#security-considerations", "https://www.w3.org/TR/appmanifest/#navigation-scope-security-considerations", @@ -1005,7 +1007,7 @@ "https://www.w3.org/TR/appmanifest/#ref-for-dfn-deep-link-5", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-web-application-4", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-web-application-5", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-6", + "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-7", "https://www.w3.org/TR/appmanifest/#display-modes", "https://www.w3.org/TR/appmanifest/#x6-display-modes", "https://www.w3.org/TR/appmanifest/#dfn-display-mode", @@ -1023,7 +1025,7 @@ "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-7", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-8", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-fullscreen-3", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-apply-14", + "https://www.w3.org/TR/appmanifest/#ref-for-dfn-apply-15", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-9", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-application-context-15", "https://www.w3.org/TR/appmanifest/#dfn-default-display-mode", @@ -1084,9 +1086,9 @@ "https://www.w3.org/TR/appmanifest/#x7-privacy-and-security-considerations", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-web-application-6", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-manifest-29", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-7", - "https://www.w3.org/TR/appmanifest/#ref-for-dfn-start-url-10", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-8", + "https://www.w3.org/TR/appmanifest/#ref-for-dfn-start-url-10", + "https://www.w3.org/TR/appmanifest/#ref-for-dfn-installed-9", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-url-2", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-url-3", "https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-mode-18", diff --git a/tr/ids/rdf12-semantics.json b/tr/ids/rdf12-semantics.json index 78f5167d4885..1d8810ef181c 100644 --- a/tr/ids/rdf12-semantics.json +++ b/tr/ids/rdf12-semantics.json @@ -131,7 +131,7 @@ "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-standardize-1", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-subgraph-2", "https://www.w3.org/TR/rdf12-semantics/#dfn-merging", - "https://www.w3.org/TR/rdf12-semantics/#dfn-merge", + "https://www.w3.org/TR/rdf12-semantics/#dfn-rdf-graph-merge", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-subgraph-3", "https://www.w3.org/TR/rdf12-semantics/#simple", "https://www.w3.org/TR/rdf12-semantics/#x5-simple-interpretations", @@ -180,7 +180,7 @@ "https://www.w3.org/TR/rdf12-semantics/#simple_entailment_properties", "https://www.w3.org/TR/rdf12-semantics/#x5-3-properties-of-simple-entailment-informative", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-satisfiable-1", - "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-ill-typed-1", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-ill-typed-1", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-d-unsatisfiability-1", "https://www.w3.org/TR/rdf12-semantics/#dfn-interpolation", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-simply-entail-3", @@ -222,6 +222,7 @@ "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-section-5-1", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-identify-7", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-rdf-langstring-2", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-directional-language-tagged-strings-1", "https://www.w3.org/TR/rdf12-semantics/#dfn-lexical-to-value-mapping", "https://www.w3.org/TR/rdf12-semantics/#dfn-lexical-to-value-mapping-0", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-lexical-to-value-mapping-1", @@ -230,15 +231,18 @@ "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-denotes-2", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-lexical-form-1", "https://www.w3.org/TR/rdf12-semantics/#dfn-value-space", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-value-space-1", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-lexical-to-value-mapping-2", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-denotes-3", "https://www.w3.org/TR/rdf12-semantics/#dfn-ill-typed", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-ill-typed-2", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-recognize-2", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-lexical-form-2", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-lexical-to-value-mapping-3", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-recognize-3", - "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-rdf-langstring-3", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-xsd-string-1", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-rdf-langstring-3", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-rdf-dirlangstring-1", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-section-5-2", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-recognize-4", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-recognize-5", @@ -246,8 +250,10 @@ "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-denotes-4", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-datatype-map-4", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-rdf-langstring-4", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-rdf-dirlangstring-0-1", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-l2v-1", - "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-value-space-1", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-value-space-2", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-value-space-3", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-recognize-7", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-recognize-8", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-recognize-9", @@ -257,13 +263,14 @@ "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-identify-8", "https://www.w3.org/TR/rdf12-semantics/#dfn-d-interpretation", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-simply-entail-12", - "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-ill-typed-2", - "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-ill-typed-3", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-ill-typed-3", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-ill-typed-4", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-d-unsatisfiability-2", - "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-ill-typed-4", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-ill-typed-5", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-d-unsatisfiability-3", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-rdf-langstring-5", - "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-ill-typed-5", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-rdf-dirlangstring-0-2", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-ill-typed-6", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-xsd-string-2", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-char-production-1", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-d-unsatisfiability-4", @@ -293,7 +300,7 @@ "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-d-entails-5", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-d-entails-6", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-discussion-1", - "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-ill-typed-6", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-ill-typed-7", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-d-unsatisfiability-6", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-unsatisfiable-3", "https://www.w3.org/TR/rdf12-semantics/#rdf_d_interpretations", @@ -303,14 +310,16 @@ "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-d-interpretation-2", "https://www.w3.org/TR/rdf12-semantics/#rdfsemcond1", "https://www.w3.org/TR/rdf12-semantics/#rdfsemcond3", - "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-value-space-2", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-value-space-4", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-satisfies-4", "https://www.w3.org/TR/rdf12-semantics/#RDF_axiomatic_triples", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-rdf-langstring-6", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-directional-language-tagged-strings-2", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-xsd-string-3", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-recognize-14", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-rdf-xmlliteral-1", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-rdf-html-1", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-rdf-json-1", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-recognize-15", "https://www.w3.org/TR/rdf12-semantics/#rdf_entail", "https://www.w3.org/TR/rdf12-semantics/#x8-1-rdf-entailment", @@ -328,11 +337,11 @@ "https://www.w3.org/TR/rdf12-semantics/#x8-1-1-patterns-of-rdf-entailment-informative", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-recognize-16", "https://www.w3.org/TR/rdf12-semantics/#dfn-rdfd1", - "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-ill-typed-7", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-ill-typed-8", "https://www.w3.org/TR/rdf12-semantics/#dfn-rdfd1a", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-appears-in-1", "https://www.w3.org/TR/rdf12-semantics/#dfn-rdfd2", - "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-value-space-3", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-value-space-5", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-unsatisfiable-4", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-rdf-unsatisfiable-1", "https://www.w3.org/TR/rdf12-semantics/#rdfs_interpretations", @@ -345,7 +354,7 @@ "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-satisfies-6", "https://www.w3.org/TR/rdf12-semantics/#rdfs_semantic_conditions", "https://www.w3.org/TR/rdf12-semantics/#rdfssemcond1", - "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-value-space-4", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-value-space-6", "https://www.w3.org/TR/rdf12-semantics/#rdfssemcond2", "https://www.w3.org/TR/rdf12-semantics/#rdfssemcond3", "https://www.w3.org/TR/rdf12-semantics/#rdfssemcond4", @@ -360,7 +369,7 @@ "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-rdf-interpretation-5", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-rdf-interpretation-6", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-recognize-17", - "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-value-space-5", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-value-space-7", "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-denotes-5", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-recognize-18", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-class-2", @@ -405,6 +414,10 @@ "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-denotes-7", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-semantic-extension-13", "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-entailment-regime-1", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-rdf-dataset-4", + "https://www.w3.org/TR/rdf12-semantics/#dfn-rdf-dataset-merge", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-rdf-graph-merge-1", + "https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-rdf-graph-merge-2", "https://www.w3.org/TR/rdf12-semantics/#appendices-0", "https://www.w3.org/TR/rdf12-semantics/#appendices", "https://www.w3.org/TR/rdf12-semantics/#entailment_rules", @@ -505,12 +518,14 @@ "https://www.w3.org/TR/rdf12-semantics/#index-term-blank-node", "https://www.w3.org/TR/rdf12-semantics/#index-term-blank-node-identifiers", "https://www.w3.org/TR/rdf12-semantics/#index-term-denotes", + "https://www.w3.org/TR/rdf12-semantics/#index-term-directional-language-tagged-strings", "https://www.w3.org/TR/rdf12-semantics/#index-term-entail", "https://www.w3.org/TR/rdf12-semantics/#index-term-equivalent", "https://www.w3.org/TR/rdf12-semantics/#index-term-generalized-rdf-datasets", "https://www.w3.org/TR/rdf12-semantics/#index-term-generalized-rdf-graphs", "https://www.w3.org/TR/rdf12-semantics/#index-term-generalized-rdf-triples", "https://www.w3.org/TR/rdf12-semantics/#index-term-generalized-rdf-triples-graphs-and-datasets", + "https://www.w3.org/TR/rdf12-semantics/#index-term-ill-typed", "https://www.w3.org/TR/rdf12-semantics/#index-term-inconsistent", "https://www.w3.org/TR/rdf12-semantics/#index-term-iri", "https://www.w3.org/TR/rdf12-semantics/#index-term-isomorphic", @@ -525,7 +540,10 @@ "https://www.w3.org/TR/rdf12-semantics/#index-term-rdf-source", "https://www.w3.org/TR/rdf12-semantics/#index-term-rdf-triple", "https://www.w3.org/TR/rdf12-semantics/#index-term-rdf-vocabularies", + "https://www.w3.org/TR/rdf12-semantics/#index-term-rdf-dirlangstring", + "https://www.w3.org/TR/rdf12-semantics/#index-term-rdf-dirlangstring-0", "https://www.w3.org/TR/rdf12-semantics/#index-term-rdf-html", + "https://www.w3.org/TR/rdf12-semantics/#index-term-rdf-json", "https://www.w3.org/TR/rdf12-semantics/#index-term-rdf-langstring", "https://www.w3.org/TR/rdf12-semantics/#index-term-rdf-xmlliteral", "https://www.w3.org/TR/rdf12-semantics/#index-term-referent", @@ -534,6 +552,7 @@ "https://www.w3.org/TR/rdf12-semantics/#index-term-strings", "https://www.w3.org/TR/rdf12-semantics/#index-term-subject", "https://www.w3.org/TR/rdf12-semantics/#index-term-symmetric-rdf-triples", + "https://www.w3.org/TR/rdf12-semantics/#index-term-value-space", "https://www.w3.org/TR/rdf12-semantics/#index-term-discussion", "https://www.w3.org/TR/rdf12-semantics/#index-term-char-production", "https://www.w3.org/TR/rdf12-semantics/#index-term-xsd-string", diff --git a/tr/ids/sparql12-query.json b/tr/ids/sparql12-query.json index 8e4c0d41d080..9f30df9d6694 100644 --- a/tr/ids/sparql12-query.json +++ b/tr/ids/sparql12-query.json @@ -675,6 +675,7 @@ "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-integer-2", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-datetime-2", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-xsd-string-2", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-iri-0-1", "https://www.w3.org/TR/sparql12-query/#extensionFunctions", "https://www.w3.org/TR/sparql12-query/#x17-6-extensible-value-testing", "https://www.w3.org/TR/sparql12-query/#sparqlDefinition", @@ -874,15 +875,28 @@ "https://www.w3.org/TR/sparql12-query/#grammar", "https://www.w3.org/TR/sparql12-query/#x19-sparql-grammar", "https://www.w3.org/TR/sparql12-query/#queryString", - "https://www.w3.org/TR/sparql12-query/#x19-1-sparql-request-string", - "https://www.w3.org/TR/sparql12-query/#dfn-sparqlrequeststring", - "https://www.w3.org/TR/sparql12-query/#ref-for-dfn-sparqlquerystring-1", - "https://www.w3.org/TR/sparql12-query/#ref-for-dfn-sparqlupdatestring-1", - "https://www.w3.org/TR/sparql12-query/#dfn-sparqlquerystring", - "https://www.w3.org/TR/sparql12-query/#dfn-sparqlupdatestring", + "https://www.w3.org/TR/sparql12-query/#x19-1-sparql-string", + "https://www.w3.org/TR/sparql12-query/#defn_SPARQLRequestString", + "https://www.w3.org/TR/sparql12-query/#dfn-sparql-string", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-rdf-string-1", + "https://www.w3.org/TR/sparql12-query/#issue-container-generatedID-3", + "https://www.w3.org/TR/sparql12-query/#h-note-4", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-rdf-string-2", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-unicode-code-points-1", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-unicode-scalar-values-1", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-surrogate-code-points-1", + "https://www.w3.org/TR/sparql12-query/#defn_SPARQLQueryString", + "https://www.w3.org/TR/sparql12-query/#dfn-sparql-query-string", + "https://www.w3.org/TR/sparql12-query/#ref-for-dfn-sparql-string-1", + "https://www.w3.org/TR/sparql12-query/#defn_SPARQLUpdateString", + "https://www.w3.org/TR/sparql12-query/#dfn-sparql-update-string", + "https://www.w3.org/TR/sparql12-query/#ref-for-dfn-sparql-string-2", "https://www.w3.org/TR/sparql12-query/#codepointEscape", "https://www.w3.org/TR/sparql12-query/#x19-2-codepoint-escape-sequences", + "https://www.w3.org/TR/sparql12-query/#ref-for-dfn-sparql-string-3", "https://www.w3.org/TR/sparql12-query/#table68", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-surrogate-code-points-2", + "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-surrogate-code-points-3", "https://www.w3.org/TR/sparql12-query/#HEX", "https://www.w3.org/TR/sparql12-query/#whitespace", "https://www.w3.org/TR/sparql12-query/#x19-3-white-space", @@ -894,7 +908,7 @@ "https://www.w3.org/TR/sparql12-query/#x19-6-blank-nodes-and-blank-node-identifiers", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-sparql-update-request-1", "https://www.w3.org/TR/sparql12-query/#ref-for-index-term-blank-node-identifier-4", - "https://www.w3.org/TR/sparql12-query/#ref-for-dfn-sparqlrequeststring-1", + "https://www.w3.org/TR/sparql12-query/#ref-for-dfn-sparql-string-4", "https://www.w3.org/TR/sparql12-query/#grammarEscapes", "https://www.w3.org/TR/sparql12-query/#x19-7-escape-sequences-in-strings", "https://www.w3.org/TR/sparql12-query/#sparqlGrammar", @@ -1095,7 +1109,7 @@ "https://www.w3.org/TR/sparql12-query/#x20-conformance", "https://www.w3.org/TR/sparql12-query/#conformance-0", "https://www.w3.org/TR/sparql12-query/#x20-1-conformance", - "https://www.w3.org/TR/sparql12-query/#ref-for-dfn-sparqlquerystring-2", + "https://www.w3.org/TR/sparql12-query/#ref-for-dfn-sparql-query-string-1", "https://www.w3.org/TR/sparql12-query/#mediaType", "https://www.w3.org/TR/sparql12-query/#x21-internet-media-type-file-extension-and-macintosh-file-type", "https://www.w3.org/TR/sparql12-query/#mime", @@ -1119,11 +1133,15 @@ "https://www.w3.org/TR/sparql12-query/#e-2-terms-defined-by-reference", "https://www.w3.org/TR/sparql12-query/#index-term-curie", "https://www.w3.org/TR/sparql12-query/#index-term-base-direction", + "https://www.w3.org/TR/sparql12-query/#index-term-surrogate-code-points", + "https://www.w3.org/TR/sparql12-query/#index-term-unicode-code-points", + "https://www.w3.org/TR/sparql12-query/#index-term-unicode-scalar-values", "https://www.w3.org/TR/sparql12-query/#index-term-base-direction-0", "https://www.w3.org/TR/sparql12-query/#index-term-blank-node", "https://www.w3.org/TR/sparql12-query/#index-term-blank-node-identifier", "https://www.w3.org/TR/sparql12-query/#index-term-datatype-iri", "https://www.w3.org/TR/sparql12-query/#index-term-iri", + "https://www.w3.org/TR/sparql12-query/#index-term-iri-0", "https://www.w3.org/TR/sparql12-query/#index-term-iri-equality", "https://www.w3.org/TR/sparql12-query/#index-term-language-tag", "https://www.w3.org/TR/sparql12-query/#index-term-lexical-form", @@ -1134,6 +1152,7 @@ "https://www.w3.org/TR/sparql12-query/#index-term-part-of-sparql-and-rdf-concrete-serializations", "https://www.w3.org/TR/sparql12-query/#index-term-predicate", "https://www.w3.org/TR/sparql12-query/#index-term-rdf-dataset", + "https://www.w3.org/TR/sparql12-query/#index-term-rdf-string", "https://www.w3.org/TR/sparql12-query/#index-term-rdf-term", "https://www.w3.org/TR/sparql12-query/#index-term-rdf-terms", "https://www.w3.org/TR/sparql12-query/#index-term-rdf-triple", @@ -1236,8 +1255,8 @@ "https://www.w3.org/TR/sparql12-query/#f-1-normative-references", "https://www.w3.org/TR/sparql12-query/#bib-bcp47", "https://www.w3.org/TR/sparql12-query/#bib-cbd", - "https://www.w3.org/TR/sparql12-query/#bib-charmod", "https://www.w3.org/TR/sparql12-query/#bib-curie", + "https://www.w3.org/TR/sparql12-query/#bib-i18n-glossary", "https://www.w3.org/TR/sparql12-query/#bib-rdf-dawg-uc", "https://www.w3.org/TR/sparql12-query/#bib-rdf-sparql-xmlres", "https://www.w3.org/TR/sparql12-query/#bib-rdf12-concepts", diff --git a/tr/ids/sparql12-update.json b/tr/ids/sparql12-update.json index d64290555a19..55f79d7d5976 100644 --- a/tr/ids/sparql12-update.json +++ b/tr/ids/sparql12-update.json @@ -274,13 +274,15 @@ "https://www.w3.org/TR/sparql12-update/#x5-conformance", "https://www.w3.org/TR/sparql12-update/#conformance-0", "https://www.w3.org/TR/sparql12-update/#x5-1-conformance", + "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-sparql-update-string-1", + "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-sparql-grammar-1", "https://www.w3.org/TR/sparql12-update/#security-original", "https://www.w3.org/TR/sparql12-update/#x6-security-considerations", "https://www.w3.org/TR/sparql12-update/#mediaType", "https://www.w3.org/TR/sparql12-update/#x7-internet-media-type-file-extension-and-macintosh-file-type", "https://www.w3.org/TR/sparql12-update/#grammar", "https://www.w3.org/TR/sparql12-update/#x8-sparql-1-2-update-grammar", - "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-sparql-1-2-query-grammar-1", + "https://www.w3.org/TR/sparql12-update/#ref-for-index-term-sparql-grammar-2", "https://www.w3.org/TR/sparql12-update/#changes-1-1", "https://www.w3.org/TR/sparql12-update/#a-changes-between-sparql-1-1-update-and-sparql-1-2-update", "https://www.w3.org/TR/sparql12-update/#privacy", @@ -317,8 +319,9 @@ "https://www.w3.org/TR/sparql12-update/#index-term-remarks-on-scoping-of-blank-nodes-within-requests-in-the-sparql-grammar", "https://www.w3.org/TR/sparql12-update/#index-term-solution-mapping", "https://www.w3.org/TR/sparql12-update/#index-term-sparql-1-2-query", - "https://www.w3.org/TR/sparql12-update/#index-term-sparql-1-2-query-grammar", + "https://www.w3.org/TR/sparql12-update/#index-term-sparql-grammar", "https://www.w3.org/TR/sparql12-update/#index-term-sparql-query-processing-service", + "https://www.w3.org/TR/sparql12-update/#index-term-sparql-update-string", "https://www.w3.org/TR/sparql12-update/#index-term-syntax-for-iris", "https://www.w3.org/TR/sparql12-update/#index-term-templates-with-blank-nodes", "https://www.w3.org/TR/sparql12-update/#index-term-treatment-of-blank-nodes-in-bgp-matching-for-sparql-1-2-query", diff --git a/tr/index.json b/tr/index.json index 9f741ace0be0..2a25608bad73 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2025-02-06T01:35:07.885Z", + "date": "2025-02-07T01:34:40.155Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -726,7 +726,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "6 February 2025", + "date": "7 February 2025", "links": "links/av1-spec.json", "cddl": [] }, @@ -847,11 +847,11 @@ ], "crawled": "https://www.w3.org/TR/accname-1.2/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Dec 2024 17:51:40 GMT" + "lastModified": "Thu, 06 Feb 2025 18:22:55 GMT" }, "generator": "respec", - "date": "11 December 2024", - "revision": "801bdb84aa45df641d379213e3773a474ffab28e", + "date": "06 February 2025", + "revision": "92b4e8d31b97850d16bf7abf9961a41c4afb1c3c", "algorithms": "algorithms/accname-1.2.json", "links": "links/accname-1.2.json", "refs": "refs/accname-1.2.json", @@ -976,11 +976,11 @@ ], "crawled": "https://www.w3.org/TR/appmanifest/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 12:10:09 GMT" + "lastModified": "Fri, 07 Feb 2025 00:29:32 GMT" }, "generator": "respec", - "date": "07 November 2024", - "revision": "ec8a23b832f106517a6e03cadc8b5efee923b0cb", + "date": "07 February 2025", + "revision": "2d9f7609b01f7a8ae56f285d23e228bbc456c103", "algorithms": "algorithms/appmanifest.json", "links": "links/appmanifest.json", "refs": "refs/appmanifest.json", @@ -2106,11 +2106,11 @@ ], "crawled": "https://www.w3.org/TR/CSP3/", "crawlCacheInfo": { - "lastModified": "Thu, 23 Jan 2025 16:16:10 GMT" + "lastModified": "Thu, 06 Feb 2025 07:17:38 GMT" }, "generator": "bikeshed", - "date": "23 January 2025", - "revision": "b6358ec9683f46f609cef678a33799baf85e001e", + "date": "6 February 2025", + "revision": "535ad800cbf72e69e8f80b3a4905752748947e29", "algorithms": "algorithms/CSP3.json", "links": "links/CSP3.json", "refs": "refs/CSP3.json", @@ -10245,7 +10245,7 @@ ], "crawled": "https://www.w3.org/TR/eme-stream-mp4/", "crawlCacheInfo": { - "lastModified": "Fri, 12 Jul 2024 12:26:25 GMT" + "lastModified": "Fri, 12 Jul 2024 12:39:25 GMT" }, "generator": "respec", "date": "18 July 2024", @@ -16158,11 +16158,11 @@ ], "crawled": "https://www.w3.org/TR/rdf12-semantics/", "crawlCacheInfo": { - "lastModified": "Tue, 04 Feb 2025 15:19:48 GMT" + "lastModified": "Thu, 06 Feb 2025 17:58:18 GMT" }, "generator": "respec", - "date": "04 February 2025", - "revision": "bda33c02d7955d8dde1a02da8512156bfd0eb738", + "date": "06 February 2025", + "revision": "53b171f34304222e6ef784d8977c924755a72e20", "links": "links/rdf12-semantics.json", "refs": "refs/rdf12-semantics.json", "dfns": "dfns/rdf12-semantics.json", @@ -17732,11 +17732,11 @@ ], "crawled": "https://www.w3.org/TR/sparql12-query/", "crawlCacheInfo": { - "lastModified": "Thu, 30 Jan 2025 18:24:10 GMT" + "lastModified": "Thu, 06 Feb 2025 11:15:50 GMT" }, "generator": "respec", - "date": "30 January 2025", - "revision": "d4c07b3e93b97912d74fd88c1c498c92eae13e52", + "date": "06 February 2025", + "revision": "610778fc7ae96bc7d73784046d6d864ad5b35037", "algorithms": "algorithms/sparql12-query.json", "links": "links/sparql12-query.json", "refs": "refs/sparql12-query.json", @@ -18009,11 +18009,11 @@ ], "crawled": "https://www.w3.org/TR/sparql12-update/", "crawlCacheInfo": { - "lastModified": "Thu, 19 Dec 2024 21:22:34 GMT" + "lastModified": "Thu, 06 Feb 2025 11:20:22 GMT" }, "generator": "respec", - "date": "19 December 2024", - "revision": "08d5590e719d545ba9a79440b9753a687077791a", + "date": "06 February 2025", + "revision": "1d1dcfbb72a915f9f29e1128bcda77182379be67", "links": "links/sparql12-update.json", "refs": "refs/sparql12-update.json", "headings": "headings/sparql12-update.json", diff --git a/tr/links/accname-1.2.json b/tr/links/accname-1.2.json index de339fc042c9..1a3d9726c002 100644 --- a/tr/links/accname-1.2.json +++ b/tr/links/accname-1.2.json @@ -121,6 +121,7 @@ "anchors": [ "concept-element", "concept-attribute", + "exclusive-text-node", "concept-node", "concept-shadow-root", "concept-slot", diff --git a/tr/links/appmanifest.json b/tr/links/appmanifest.json index 1dbc11a1551e..34da509c642c 100644 --- a/tr/links/appmanifest.json +++ b/tr/links/appmanifest.json @@ -20,11 +20,7 @@ "https://developer.mozilla.org/en-US/docs/Web/Manifest/theme_color": {}, "https://dom.spec.whatwg.org/": {}, "https://en.wikipedia.org/wiki/Geotargeting": {}, - "https://fetch.spec.whatwg.org/": { - "anchors": [ - "http-origin" - ] - }, + "https://fetch.spec.whatwg.org/": {}, "https://fullscreen.spec.whatwg.org/": {}, "https://github.com/SchemaStore/schemastore": {}, "https://github.com/SchemaStore/schemastore/issues/": {}, @@ -105,43 +101,12 @@ "nav-bc" ] }, - "https://html.spec.whatwg.org/multipage/browsers.html": { - "anchors": [ - "same-origin", - "concept-origin" - ] - }, - "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { - "anchors": [ - "navigate" - ] - }, - "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html": { - "anchors": [ - "unordered-set-of-unique-space-separated-tokens" - ] - }, - "https://html.spec.whatwg.org/multipage/document-sequences.html": { - "anchors": [ - "top-level-browsing-context" - ] - }, "https://httpwg.org/specs/rfc9110.html": {}, - "https://infra.spec.whatwg.org/": { - "anchors": [ - "string", - "user-agent" - ] - }, + "https://infra.spec.whatwg.org/": {}, "https://json.schemastore.org/web-manifest": {}, "https://lists.w3.org/Archives/Public/public-webapps/": {}, "https://lists.w3.org/Archives/Public/www-tag/2014Jan/0139.html": {}, - "https://mimesniff.spec.whatwg.org/": { - "anchors": [ - "mime-type", - "computed-mime-type" - ] - }, + "https://mimesniff.spec.whatwg.org/": {}, "https://schemastore.org/json/": {}, "https://tc39.es/ecma402/": { "anchors": [ @@ -149,11 +114,7 @@ "sec-canonicalizeunicodelocaleid" ] }, - "https://url.spec.whatwg.org/": { - "anchors": [ - "concept-url" - ] - }, + "https://url.spec.whatwg.org/": {}, "https://w3c-webmob.github.io/installable-webapps/": {}, "https://webidl.spec.whatwg.org/": {}, "https://wicg.github.io/web-share-target/": {}, @@ -188,18 +149,9 @@ "https://www.w3.org/TR/i18n-glossary/": {}, "https://www.w3.org/TR/image-resource/": {}, "https://www.w3.org/TR/manifest-app-info/": {}, - "https://www.w3.org/TR/mediaqueries-5/": { - "anchors": [ - "descdef-media-prefers-color-scheme", - "descdef-media-display-mode" - ] - }, + "https://www.w3.org/TR/mediaqueries-5/": {}, "https://www.w3.org/TR/permissions/": {}, - "https://www.w3.org/TR/screen-orientation/": { - "anchors": [ - "dfn-default-screen-orientation" - ] - }, + "https://www.w3.org/TR/screen-orientation/": {}, "https://www.w3.org/TR/service-workers/": { "anchors": [ "scope-match-algorithm" @@ -231,6 +183,7 @@ "anchors": [ "concept-fetch", "cors-request", + "http-origin", "concept-request-credentials-mode", "cors-protocol" ] @@ -247,10 +200,15 @@ "post-resource" ] }, + "https://html.spec.whatwg.org/multipage/common-microsyntaxes.html": { + "anchors": [ + "unordered-set-of-unique-space-separated-tokens" + ] + }, "https://html.spec.whatwg.org/multipage/document-sequences.html": { "anchors": [ - "browsing-context", "top-level-browsing-context", + "browsing-context", "create-a-fresh-top-level-traversable", "nav-document" ] @@ -281,6 +239,7 @@ "ascii-lowercase", "list-contain", "map-set", + "user-agent", "list-iterate", "list-append", "map-getting-the-keys", @@ -292,14 +251,14 @@ "set-append", "list-is-empty", "string-concatenate", - "boolean", - "user-agent" + "boolean" ] }, "https://mimesniff.spec.whatwg.org/": { "anchors": [ "mime-type", - "json-mime-type" + "json-mime-type", + "computed-mime-type" ] }, "https://url.spec.whatwg.org/": { @@ -341,6 +300,12 @@ "dfn-process-an-image-resource-from-json" ] }, + "https://www.w3.org/TR/mediaqueries-5/": { + "anchors": [ + "descdef-media-prefers-color-scheme", + "descdef-media-display-mode" + ] + }, "https://www.w3.org/TR/permissions/": { "anchors": [ "dfn-express-permission" @@ -348,6 +313,7 @@ }, "https://www.w3.org/TR/screen-orientation/": { "anchors": [ + "dfn-default-screen-orientation", "dom-orientationlocktype" ] } diff --git a/tr/links/rdf12-semantics.json b/tr/links/rdf12-semantics.json index 39879a1606b5..84eba5551fa1 100644 --- a/tr/links/rdf12-semantics.json +++ b/tr/links/rdf12-semantics.json @@ -54,11 +54,17 @@ "dfn-inconsistent", "section-skolemization", "section-Datatypes", + "dfn-directional-language-tagged%20string", "dfn-lexical-to-value-mapping", "dfn-rdf-string", "dfn-lexical-form", + "dfn-value-space", + "dfn-ill-typed", + "dfn-dir-lang-string", + "dfn-directional-language-tagged-string", "section-XMLLiteral", "section-html", + "section-json", "section-generalized-rdf" ] }, @@ -121,9 +127,11 @@ "dfn-rdf-triple", "dfn-blank-node", "dfn-rdf-source", + "dfn-ill-typed", "dfn-equivalence", "dfn-denote", "dfn-lexical-to-value-mapping", + "dfn-value-space", "dfn-symmetric-rdf-triple" ] } diff --git a/tr/links/sparql12-query.json b/tr/links/sparql12-query.json index 9c1c98ce250c..6ae537d7c37b 100644 --- a/tr/links/sparql12-query.json +++ b/tr/links/sparql12-query.json @@ -63,8 +63,14 @@ }, "https://www.w3.org/Submission/CBD/": {}, "https://www.w3.org/TR/": {}, - "https://www.w3.org/TR/charmod/": {}, "https://www.w3.org/TR/curie/": {}, + "https://www.w3.org/TR/i18n-glossary/": { + "anchors": [ + "dfn-code-point", + "dfn-scalar-value", + "dfn-surrogate" + ] + }, "https://www.w3.org/TR/rdf-dawg-uc/": {}, "https://www.w3.org/TR/rdf-sparql-XMLres/": {}, "https://www.w3.org/TR/rdf12-concepts/": { @@ -90,7 +96,9 @@ "dfn-subject", "dfn-predicate", "dfn-object", - "dfn-rdf-terms" + "iri", + "dfn-rdf-terms", + "dfn-rdf-string" ] }, "https://www.w3.org/TR/rdf12-semantics/": { diff --git a/tr/links/sparql12-update.json b/tr/links/sparql12-update.json index 2d3e858d2a82..a52cb1e89a3e 100644 --- a/tr/links/sparql12-update.json +++ b/tr/links/sparql12-update.json @@ -61,6 +61,7 @@ "sparqlAlgebraEval", "BGPsparqlBNodes", "rUsingClause", + "dfn-sparql-update-string", "grammar" ] }, diff --git a/tr/refs/sparql12-query.json b/tr/refs/sparql12-query.json index 4931f133d2d0..f8588f839dd5 100644 --- a/tr/refs/sparql12-query.json +++ b/tr/refs/sparql12-query.json @@ -13,14 +13,14 @@ "name": "CBD", "url": "https://www.w3.org/Submission/CBD/" }, - { - "name": "CHARMOD", - "url": "https://www.w3.org/TR/charmod/" - }, { "name": "CURIE", "url": "https://www.w3.org/TR/curie/" }, + { + "name": "I18N-GLOSSARY", + "url": "https://www.w3.org/TR/i18n-glossary/" + }, { "name": "RDF-DAWG-UC", "url": "https://www.w3.org/TR/rdf-dawg-uc/"