diff --git a/tr/algorithms/mathml4.json b/tr/algorithms/mathml4.json
index 1a52cb9b554d..352ebf1df28d 100644
--- a/tr/algorithms/mathml4.json
+++ b/tr/algorithms/mathml4.json
@@ -40,6 +40,17 @@
}
]
},
+ {
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If an intent
\n attribute does not match the grammar 5.1 The Grammar for intent
,\n then the processor should act as if the attribute were not\n present.\n Typically this will result in a suitable fallback text being\n generated from the MathML element and its descendents. Note that\n just the erroneous attribute is ignored, other intent
attributes in the MathML\n expression should be used."
+ },
+ {
+ "html": "If a reference
such as $x
does not correspond to an arg
attribute with value x
on a\n descendent element, the processor should act as if the reference\n were replaced by the literal _dollar_x
."
+ }
+ ]
+ },
{
"html": "An application that transfers MathML markup SHOULD adhere to the following\n conventions:",
"rationale": "if",
@@ -54,7 +65,7 @@
"html": "
\n If an application is able to determine a more specific flavor, it SHOULD\n offer both the generic and specific transfer flavors, but it SHOULD only\n deliver the specific flavor if it knows that the recipient supports it.\n For an HTTP GET transfer, for example, the specific transfer types for\n content and presentation markup should only be returned if they are\n included in the HTTP Accept
header sent by the client.\n
"
},
{
- "html": "\n An application that exports the two specific transfer flavors SHOULD\n export both the content and presentation transfer flavors, as well as\n the generic flavor, which SHOULD combine the other two flavors using\n a top-level MathML semantics
element\n (see 5.2.9.1 Top-level Parallel Markup).
"
+ "html": "\n An application that exports the two specific transfer flavors SHOULD\n export both the content and presentation transfer flavors, as well as\n the generic flavor, which SHOULD combine the other two flavors using\n a top-level MathML semantics
element\n (see 6.9.1 Top-level Parallel Markup).
"
},
{
"html": "\n When an application exports a MathML fragment whose only child of the\n root element is a semantics
element, it SHOULD offer, after\n the above flavors, a transfer flavor for each annotation
or\n annotation-xml
element, provided the transfer flavor can be\n recognized and named based on the encoding
attribute value,\n and provided the annotation key is (the default)\n alternate-representation.\n The transfer content for each annotation should contain the character data\n in the specified encoding (for an annotation
element), or a\n well-formed XML fragment (for an annotation-xml
element), or\n the data that results by requesting the URL given by the src
\n attribute (for an annotation reference).
"
@@ -72,7 +83,7 @@
"html": "In a format that permits the use of XML Namespaces,\n for small amounts of data, attributes from other namespaces\n are allowed on all MathML elements.
"
},
{
- "html": "For larger amounts of data, applications may use the\n semantics
element, as described in\n 5.2 Annotation Elements.
"
+ "html": "For larger amounts of data, applications may use the\n semantics
element, as described in\n 6. Annotating MathML: semantics.
"
},
{
"html": "For authoring tools and other applications that need to\n associate particular actions with presentation MathML subtrees,\n e.g. to mark an incomplete expression to be filled in by an author,\n the maction
element may be used, as described in\n 3.7.1 Bind Action to Sub-Expression.
"
diff --git a/tr/algorithms/trusted-types.json b/tr/algorithms/trusted-types.json
index 495b94d98f76..6f0128722dac 100644
--- a/tr/algorithms/trusted-types.json
+++ b/tr/algorithms/trusted-types.json
@@ -14,7 +14,7 @@
"html": "Set localName to tagName in ASCII lowercase.
"
},
{
- "html": "If elementNs is an empty string, set elementNs to HTML namespace.
"
+ "html": "If elementNs is null or an empty string, set elementNs to HTML namespace.
"
},
{
"html": "Let interface be the element interface for localName and elementNs.
"
@@ -23,7 +23,7 @@
"html": "Let expectedType be null.
"
},
{
- "html": "Find the row in the following table, where the first column is \"*\" or interface’s name, and property is in the second column.\nIf a matching row is found, set expectedType to the value of the third column.
\n "
+ "html": "Find the row in the following table, where the first column is \"*\" or interface’s name, and property is in the second column.\nIf a matching row is found, set expectedType to the interface’s name of the value of the third column.
\n "
},
{
"html": "Return expectedType.
"
@@ -43,7 +43,7 @@
"html": "Set attribute to attribute in ASCII lowercase.
"
},
{
- "html": "If elementNs is an empty string, set elementNs to HTML namespace.
"
+ "html": "If elementNs is null or an empty string, set elementNs to HTML namespace.
"
},
{
"html": "If attrNs is an empty string, set attrNs to null.
"
@@ -58,7 +58,7 @@
"html": "Set attributeData to the result of Get Trusted Type data for attribute algorithm, with the following arguments:
\n \n - \n
interface as element
\n - \n
attribute
\n - \n
attrNs
\n
"
},
{
- "html": "If attributeData is not null, then set expectedType to the value of the third member of attributeData.
"
+ "html": "If attributeData is not null, then set expectedType to the interface’s name of the value of the fourth member of attributeData.
"
},
{
"html": "Return expectedType.
"
@@ -216,16 +216,7 @@
]
},
{
- "html": "Given an HTMLScriptElement
(script), this algorithm performs the following steps:",
- "rationale": "if",
- "steps": [
- {
- "html": "If script’s script text value is not equal to its child text content,\nset script’s script text to the result of executing Get Trusted Type compliant string, with the following arguments:
\n \n If the algorithm threw an error, rethrow the error.
"
- }
- ]
- },
- {
- "html": "Given an HTMLScriptElement
(script), this algorithm performs the following steps:",
+ "html": "Given a TrustedType
type (expectedType), a global object (global), TrustedType
or a string (input), and a string (sink), run these steps:",
"rationale": "set",
"steps": [
{
@@ -239,7 +230,7 @@
"html": "If newValue is a string, return newValue.
"
},
{
- "html": "Assert: newValue is TrustedHTML
or TrustedScript
or TrustedScriptURL
.
"
+ "html": "Assert: newValue is TrustedHTML
or TrustedScript
or TrustedScriptURL
.
"
},
{
"html": "Return value’s associated data.
"
@@ -247,13 +238,13 @@
]
},
{
- "html": "Let expectedType be the value of the third member of attributeData.
"
+ "html": "Let expectedType be the value of the fourth member of attributeData.
"
},
{
- "html": "Let sink be the value of the fourth member of attributeData.
"
+ "html": "Let sink be the value of the fifth member of attributeData.
"
},
{
- "html": "Return the result of executing Get Trusted Type compliant string with the following arguments:
\n "
+ "html": "Return the result of executing Get Trusted Type compliant string with the following arguments:
\n "
}
]
},
@@ -274,7 +265,7 @@
]
},
{
- "html": "Find the row in the following table, where element is in the first column, attributeNs is in the second column,\nand attribute is in the third column.\nIf a matching row is found, set data to that row.
\n "
+ "html": "Find the row in the following table, where element is in the first column, attributeNs is in the second column,\nand attribute is in the third column.\nIf a matching row is found, set data to that row.
\n "
},
{
"html": "Return data.
"
@@ -286,10 +277,10 @@
"rationale": "let",
"steps": [
{
- "html": "Let value be the result of calling Get Trusted Type compliant string with TrustedScript
, this's relevant global object, the given value, HTMLScriptElement innerText
, and script
.
"
+ "html": "Let value be the result of calling Get Trusted Type compliant string with TrustedScript
, this's relevant global object, the given value, HTMLScriptElement innerText
, and script
.
"
},
{
- "html": "Set this's script text value to value.
"
+ "html": "Set this's changed by trusted sink to true.
"
},
{
"html": "Run set the inner text steps with this and value.
"
@@ -310,10 +301,10 @@
"rationale": "let",
"steps": [
{
- "html": "Let value be the result of calling Get Trusted Type compliant string with TrustedScript
, this's relevant global object, the given value, HTMLScriptElement textContent
, and script
.
"
+ "html": "Let value be the result of calling Get Trusted Type compliant string with TrustedScript
, this's relevant global object, the given value, HTMLScriptElement textContent
, and script
.
"
},
{
- "html": "Set this's script text value to value.
"
+ "html": "Set this's changed by trusted sink to true.
"
},
{
"html": "Run set text content with this and value.
"
@@ -334,10 +325,10 @@
"rationale": "let",
"steps": [
{
- "html": "Let value be the result of calling Get Trusted Type compliant string with TrustedScript
, this's relevant global object, the given value, HTMLScriptElement text
, and script
."
+ "html": "Let value be the result of calling Get Trusted Type compliant string with TrustedScript
, this's relevant global object, the given value, HTMLScriptElement text
, and script
."
},
{
- "html": "Set this's script text value to the given value."
+ "html": "Set this's changed by trusted sink to true.
"
},
{
"html": "String replace all with the given value within this.
"
@@ -349,7 +340,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let value be the result of calling Get Trusted Type compliant string with TrustedScriptURL
, this's relevant global object, the given value, HTMLScriptElement src
, and script
."
+ "html": "Let value be the result of calling Get Trusted Type compliant string with TrustedScriptURL
, this's relevant global object, the given value, HTMLScriptElement src
, and script
."
},
{
"html": "Set this's src content attribute to value."
@@ -357,17 +348,26 @@
]
},
{
- "html": "Modify the The text insertion mode algorithm as follows:",
- "rationale": ".switch",
+ "html": "This document modifies the children changed steps for HTMLScriptElement
as follows:",
+ "rationale": "set",
"steps": [
{
- "operation": "switch",
- "steps": [
- {
- "case": "An end tag whose tag name is \"script\"",
- "html": "...
\n \n Set script’s script text value to its child text content.
\n \n If the active speculative HTML parser is null, then prepare the script\n element script. This might cause some script to execute, which might cause new characters to be inserted into the tokenizer, and\n might cause the tokenizer to output more tokens, resulting in a reentrant invocation of the parser.
\n ...
"
- }
- ]
+ "html": "Set this's is trusted to false.
"
+ },
+ {
+ "html": "If this's changed by trusted sink is true, set this's is trusted to true.
"
+ },
+ {
+ "html": "Set this's changed by trusted sink to false.
"
+ }
+ ]
+ },
+ {
+ "html": "This document modifies the children changed steps for SVGScriptElement
as follows:",
+ "rationale": "set",
+ "steps": [
+ {
+ "html": "Set this's is trusted to false.
"
}
]
},
@@ -388,10 +388,16 @@
"html": "If parser document is non-null and el does not have an async
attribute, then set el’s force async to true.
"
},
{
- "html": "\n Execute the Prepare the script text algorithm on el. If that algorithm threw an error, then return.
\n "
+ "html": "Let source text be el’s child text content.
"
},
{
- "html": "\n Let source text be el’s \n child text content.\n script text value.\n
"
+ "html": "If el’s is trusted is false:",
+ "rationale": "set",
+ "steps": [
+ {
+ "html": "Set source text to the result of executing Get Trusted Type compliant string, with TrustedScript
, el’s relevant global object, source text, 'HTMLScriptElement text'
,\n and 'script'
.
\n If that algorithm threw an error, then return.
"
+ }
+ ]
},
{
"html": "..."
@@ -412,7 +418,7 @@
"html": "Let encodedScriptSource be the result of removing the leading \"javascript:\"
from urlString.
"
},
{
- "html": "Let convertedScriptSource be the result of executing Process value with a default policy algorithm, with the following arguments:
\n \n If that algorithm threw an error or convertedScriptSource is not a TrustedScript
object, return \"Blocked\" and abort further steps.
"
+ "html": "Let convertedScriptSource be the result of executing Process value with a default policy algorithm, with the following arguments:
\n \n If that algorithm threw an error or convertedScriptSource is not a TrustedScript
object, return \"Blocked\" and abort further steps.
"
},
{
"html": "Set urlString to be the result of prepending \"javascript:\"
to stringified convertedScriptSource.
"
diff --git a/tr/dfns/mathml4.json b/tr/dfns/mathml4.json
index 5e566ec2b464..a209e77f833c 100644
--- a/tr/dfns/mathml4.json
+++ b/tr/dfns/mathml4.json
@@ -3163,10 +3163,10 @@
"access": "private",
"informative": false,
"heading": {
- "id": "the-intent-attribute",
- "href": "https://www.w3.org/TR/mathml4/#the-intent-attribute",
- "title": "The intent attribute",
- "number": "5.1"
+ "id": "annotating-mathml-intent",
+ "href": "https://www.w3.org/TR/mathml4/#annotating-mathml-intent",
+ "title": "Annotating MathML: intent",
+ "number": "5"
},
"definedIn": "prose"
},
@@ -3185,7 +3185,7 @@
"id": "the-grammar-for-intent",
"href": "https://www.w3.org/TR/mathml4/#the-grammar-for-intent",
"title": "The Grammar for intent",
- "number": "5.1.1"
+ "number": "5.1"
},
"definedIn": "dt"
},
@@ -3204,7 +3204,45 @@
"id": "the-grammar-for-intent",
"href": "https://www.w3.org/TR/mathml4/#the-grammar-for-intent",
"title": "The Grammar for intent",
- "number": "5.1.1"
+ "number": "5.1"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "intent_known_concept",
+ "href": "https://www.w3.org/TR/mathml4/#intent_known_concept",
+ "linkingText": [
+ "known concept"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "the-grammar-for-intent",
+ "href": "https://www.w3.org/TR/mathml4/#the-grammar-for-intent",
+ "title": "The Grammar for intent",
+ "number": "5.1"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "intent_unknown_concept",
+ "href": "https://www.w3.org/TR/mathml4/#intent_unknown_concept",
+ "linkingText": [
+ "unknown concept"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "the-grammar-for-intent",
+ "href": "https://www.w3.org/TR/mathml4/#the-grammar-for-intent",
+ "title": "The Grammar for intent",
+ "number": "5.1"
},
"definedIn": "prose"
},
@@ -3223,7 +3261,7 @@
"id": "the-grammar-for-intent",
"href": "https://www.w3.org/TR/mathml4/#the-grammar-for-intent",
"title": "The Grammar for intent",
- "number": "5.1.1"
+ "number": "5.1"
},
"definedIn": "prose"
},
@@ -3244,7 +3282,7 @@
"id": "the-grammar-for-intent",
"href": "https://www.w3.org/TR/mathml4/#the-grammar-for-intent",
"title": "The Grammar for intent",
- "number": "5.1.1"
+ "number": "5.1"
},
"definedIn": "dt"
},
@@ -3263,7 +3301,7 @@
"id": "the-grammar-for-intent",
"href": "https://www.w3.org/TR/mathml4/#the-grammar-for-intent",
"title": "The Grammar for intent",
- "number": "5.1.1"
+ "number": "5.1"
},
"definedIn": "dt"
},
@@ -3284,15 +3322,34 @@
"id": "the-grammar-for-intent",
"href": "https://www.w3.org/TR/mathml4/#the-grammar-for-intent",
"title": "The Grammar for intent",
- "number": "5.1.1"
+ "number": "5.1"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "intent_property",
+ "href": "https://www.w3.org/TR/mathml4/#intent_property",
+ "linkingText": [
+ "property"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "the-grammar-for-intent",
+ "href": "https://www.w3.org/TR/mathml4/#the-grammar-for-intent",
+ "title": "The Grammar for intent",
+ "number": "5.1"
},
"definedIn": "dt"
},
{
- "id": "intent_hint",
- "href": "https://www.w3.org/TR/mathml4/#intent_hint",
+ "id": "intent_property_list",
+ "href": "https://www.w3.org/TR/mathml4/#intent_property_list",
"linkingText": [
- "hint"
+ "self-property-list"
],
"localLinkingText": [],
"type": "dfn",
@@ -3303,7 +3360,7 @@
"id": "the-grammar-for-intent",
"href": "https://www.w3.org/TR/mathml4/#the-grammar-for-intent",
"title": "The Grammar for intent",
- "number": "5.1.1"
+ "number": "5.1"
},
"definedIn": "dt"
},
@@ -3322,7 +3379,7 @@
"id": "intent-concept-dictionaries",
"href": "https://www.w3.org/TR/mathml4/#intent-concept-dictionaries",
"title": "Intent Concept Dictionaries",
- "number": "5.1.2"
+ "number": "5.2"
},
"definedIn": "prose"
},
@@ -3341,7 +3398,7 @@
"id": "intent-concept-dictionaries",
"href": "https://www.w3.org/TR/mathml4/#intent-concept-dictionaries",
"title": "Intent Concept Dictionaries",
- "number": "5.1.2"
+ "number": "5.2"
},
"definedIn": "prose"
},
@@ -3360,7 +3417,45 @@
"id": "intent-concept-dictionaries",
"href": "https://www.w3.org/TR/mathml4/#intent-concept-dictionaries",
"title": "Intent Concept Dictionaries",
- "number": "5.1.2"
+ "number": "5.2"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "intent-core-properties",
+ "href": "https://www.w3.org/TR/mathml4/#intent-core-properties",
+ "linkingText": [
+ "Core properties"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "intent-properties",
+ "href": "https://www.w3.org/TR/mathml4/#intent-properties",
+ "title": "Intent Properties",
+ "number": "5.3"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "intent-open-properties",
+ "href": "https://www.w3.org/TR/mathml4/#intent-open-properties",
+ "linkingText": [
+ "Open properties"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "intent-properties",
+ "href": "https://www.w3.org/TR/mathml4/#intent-properties",
+ "title": "Intent Properties",
+ "number": "5.3"
},
"definedIn": "prose"
},
diff --git a/tr/dfns/trusted-types.json b/tr/dfns/trusted-types.json
index 10e8edb79a9e..b65920675c4c 100644
--- a/tr/dfns/trusted-types.json
+++ b/tr/dfns/trusted-types.json
@@ -1473,25 +1473,6 @@
},
"definedIn": "heading"
},
- {
- "id": "abstract-opdef-prepare-the-script-text",
- "href": "https://www.w3.org/TR/trusted-types/#abstract-opdef-prepare-the-script-text",
- "linkingText": [
- "Prepare the script text"
- ],
- "localLinkingText": [],
- "type": "abstract-op",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "prepare-script-text",
- "href": "https://www.w3.org/TR/trusted-types/#prepare-script-text",
- "title": "Prepare the script text",
- "number": "3.6"
- },
- "definedIn": "heading"
- },
{
"id": "abstract-opdef-get-trusted-types-compliant-attribute-value",
"href": "https://www.w3.org/TR/trusted-types/#abstract-opdef-get-trusted-types-compliant-attribute-value",
@@ -1507,7 +1488,7 @@
"id": "validate-attribute-mutation",
"href": "https://www.w3.org/TR/trusted-types/#validate-attribute-mutation",
"title": "Get Trusted Types-compliant attribute value",
- "number": "3.7"
+ "number": "3.6"
},
"definedIn": "prose"
},
@@ -1526,7 +1507,7 @@
"id": "get-trusted-type-data-for-attribute",
"href": "https://www.w3.org/TR/trusted-types/#get-trusted-type-data-for-attribute",
"title": "Get Trusted Type data for attribute",
- "number": "3.8"
+ "number": "3.7"
},
"definedIn": "prose"
},
@@ -1592,15 +1573,16 @@
"definedIn": "pre"
},
{
- "id": "htmlscriptelement-script-text",
- "href": "https://www.w3.org/TR/trusted-types/#htmlscriptelement-script-text",
+ "id": "htmlscriptelement-is-trusted",
+ "href": "https://www.w3.org/TR/trusted-types/#htmlscriptelement-is-trusted",
"linkingText": [
- "script text"
+ "is trusted"
],
"localLinkingText": [],
"type": "dfn",
"for": [
- "HTMLScriptElement"
+ "HTMLScriptElement",
+ "SVGScriptElement"
],
"access": "public",
"informative": false,
@@ -1612,6 +1594,27 @@
},
"definedIn": "dt"
},
+ {
+ "id": "htmlscriptelement-changed-by-trusted-sink",
+ "href": "https://www.w3.org/TR/trusted-types/#htmlscriptelement-changed-by-trusted-sink",
+ "linkingText": [
+ "changed by trusted sink"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [
+ "HTMLScriptElement",
+ "SVGScriptElement"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "title",
+ "href": "https://www.w3.org/TR/trusted-types/#title",
+ "title": "Trusted Types"
+ },
+ "definedIn": "dt"
+ },
{
"id": "require-trusted-types-for-directive",
"href": "https://www.w3.org/TR/trusted-types/#require-trusted-types-for-directive",
@@ -1621,7 +1624,7 @@
"localLinkingText": [],
"type": "dfn",
"for": [],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
"id": "require-trusted-types-for-csp-directive",
@@ -1659,7 +1662,7 @@
"localLinkingText": [],
"type": "dfn",
"for": [],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
"id": "trusted-types-csp-directive",
diff --git a/tr/headings/mathml4.json b/tr/headings/mathml4.json
index 3eb6fd3f2cde..c5db47492285 100644
--- a/tr/headings/mathml4.json
+++ b/tr/headings/mathml4.json
@@ -1136,10 +1136,10 @@
"number": "3.4.6.3"
},
{
- "id": "prescripts-and-tensor-indices-mmultiscripts-mprescripts-none-munder",
- "href": "https://www.w3.org/TR/mathml4/#prescripts-and-tensor-indices-mmultiscripts-mprescripts-none-munder",
+ "id": "prescripts-and-tensor-indices-mmultiscripts-mprescripts",
+ "href": "https://www.w3.org/TR/mathml4/#prescripts-and-tensor-indices-mmultiscripts-mprescripts",
"level": 4,
- "title": "Prescripts and Tensor Indices , , ",
+ "title": "Prescripts and Tensor Indices , ",
"number": "3.4.7"
},
{
@@ -1219,117 +1219,89 @@
"title": "Attributes",
"number": "3.5.2.2"
},
- {
- "id": "labeled-row-in-table-or-matrix-mlabeledtr",
- "href": "https://www.w3.org/TR/mathml4/#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://www.w3.org/TR/mathml4/#description-24",
- "level": 5,
- "title": "Description",
- "number": "3.5.3.1"
- },
- {
- "id": "attributes-25",
- "href": "https://www.w3.org/TR/mathml4/#attributes-25",
- "level": 5,
- "title": "Attributes",
- "number": "3.5.3.2"
- },
{
"id": "equation-numbering",
"href": "https://www.w3.org/TR/mathml4/#equation-numbering",
"level": 5,
"title": "Equation Numbering",
- "number": "3.5.3.3"
- },
- {
- "id": "example-1",
- "href": "https://www.w3.org/TR/mathml4/#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://www.w3.org/TR/mathml4/#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://www.w3.org/TR/mathml4/#description-25",
+ "id": "description-24",
+ "href": "https://www.w3.org/TR/mathml4/#description-24",
"level": 5,
"title": "Description",
- "number": "3.5.4.1"
+ "number": "3.5.3.1"
},
{
- "id": "attributes-26",
- "href": "https://www.w3.org/TR/mathml4/#attributes-26",
+ "id": "attributes-25",
+ "href": "https://www.w3.org/TR/mathml4/#attributes-25",
"level": 5,
"title": "Attributes",
- "number": "3.5.4.2"
+ "number": "3.5.3.2"
},
{
"id": "alignment-markers-maligngroup-malignmark",
"href": "https://www.w3.org/TR/mathml4/#alignment-markers-maligngroup-malignmark",
"level": 4,
"title": "Alignment Markers , ",
- "number": "3.5.5"
+ "number": "3.5.4"
},
{
"id": "removal-notice",
"href": "https://www.w3.org/TR/mathml4/#removal-notice",
"level": 5,
"title": "Removal Notice",
- "number": "3.5.5.1"
+ "number": "3.5.4.1"
},
{
- "id": "description-26",
- "href": "https://www.w3.org/TR/mathml4/#description-26",
+ "id": "description-25",
+ "href": "https://www.w3.org/TR/mathml4/#description-25",
"level": 5,
"title": "Description",
- "number": "3.5.5.2"
+ "number": "3.5.4.2"
},
{
"id": "specifying-alignment-groups",
"href": "https://www.w3.org/TR/mathml4/#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://www.w3.org/TR/mathml4/#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://www.w3.org/TR/mathml4/#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://www.w3.org/TR/mathml4/#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://www.w3.org/TR/mathml4/#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://www.w3.org/TR/mathml4/#description-27",
+ "id": "description-26",
+ "href": "https://www.w3.org/TR/mathml4/#description-26",
"level": 5,
"title": "Description",
"number": "3.6.1.1"
},
{
- "id": "attributes-27",
- "href": "https://www.w3.org/TR/mathml4/#attributes-27",
+ "id": "attributes-26",
+ "href": "https://www.w3.org/TR/mathml4/#attributes-26",
"level": 5,
"title": "Attributes",
"number": "3.6.1.2"
@@ -1367,15 +1339,15 @@
"number": "3.6.2"
},
{
- "id": "description-28",
- "href": "https://www.w3.org/TR/mathml4/#description-28",
+ "id": "description-27",
+ "href": "https://www.w3.org/TR/mathml4/#description-27",
"level": 5,
"title": "Description",
"number": "3.6.2.1"
},
{
- "id": "attributes-28",
- "href": "https://www.w3.org/TR/mathml4/#attributes-28",
+ "id": "attributes-27",
+ "href": "https://www.w3.org/TR/mathml4/#attributes-27",
"level": 5,
"title": "Attributes",
"number": "3.6.2.2"
@@ -1388,15 +1360,15 @@
"number": "3.6.3"
},
{
- "id": "description-29",
- "href": "https://www.w3.org/TR/mathml4/#description-29",
+ "id": "description-28",
+ "href": "https://www.w3.org/TR/mathml4/#description-28",
"level": 5,
"title": "Description",
"number": "3.6.3.1"
},
{
- "id": "attributes-29",
- "href": "https://www.w3.org/TR/mathml4/#attributes-29",
+ "id": "attributes-28",
+ "href": "https://www.w3.org/TR/mathml4/#attributes-28",
"level": 5,
"title": "Attributes",
"number": "3.6.3.2"
@@ -1409,15 +1381,15 @@
"number": "3.6.4"
},
{
- "id": "description-30",
- "href": "https://www.w3.org/TR/mathml4/#description-30",
+ "id": "description-29",
+ "href": "https://www.w3.org/TR/mathml4/#description-29",
"level": 5,
"title": "Description",
"number": "3.6.4.1"
},
{
- "id": "attributes-30",
- "href": "https://www.w3.org/TR/mathml4/#attributes-30",
+ "id": "attributes-29",
+ "href": "https://www.w3.org/TR/mathml4/#attributes-29",
"level": 5,
"title": "Attributes",
"number": "3.6.4.2"
@@ -1430,15 +1402,15 @@
"number": "3.6.5"
},
{
- "id": "description-31",
- "href": "https://www.w3.org/TR/mathml4/#description-31",
+ "id": "description-30",
+ "href": "https://www.w3.org/TR/mathml4/#description-30",
"level": 5,
"title": "Description",
"number": "3.6.5.1"
},
{
- "id": "attributes-31",
- "href": "https://www.w3.org/TR/mathml4/#attributes-31",
+ "id": "attributes-30",
+ "href": "https://www.w3.org/TR/mathml4/#attributes-30",
"level": 5,
"title": "Attributes",
"number": "3.6.5.2"
@@ -1451,15 +1423,15 @@
"number": "3.6.6"
},
{
- "id": "description-32",
- "href": "https://www.w3.org/TR/mathml4/#description-32",
+ "id": "description-31",
+ "href": "https://www.w3.org/TR/mathml4/#description-31",
"level": 5,
"title": "Description",
"number": "3.6.6.1"
},
{
- "id": "attributes-32",
- "href": "https://www.w3.org/TR/mathml4/#attributes-32",
+ "id": "attributes-31",
+ "href": "https://www.w3.org/TR/mathml4/#attributes-31",
"level": 5,
"title": "Attributes",
"number": "3.6.6.2"
@@ -1472,15 +1444,15 @@
"number": "3.6.7"
},
{
- "id": "description-33",
- "href": "https://www.w3.org/TR/mathml4/#description-33",
+ "id": "description-32",
+ "href": "https://www.w3.org/TR/mathml4/#description-32",
"level": 5,
"title": "Description",
"number": "3.6.7.1"
},
{
- "id": "attributes-33",
- "href": "https://www.w3.org/TR/mathml4/#attributes-33",
+ "id": "attributes-32",
+ "href": "https://www.w3.org/TR/mathml4/#attributes-32",
"level": 5,
"title": "Attributes",
"number": "3.6.7.2"
@@ -1535,8 +1507,8 @@
"number": "3.7.1"
},
{
- "id": "attributes-34",
- "href": "https://www.w3.org/TR/mathml4/#attributes-34",
+ "id": "attributes-33",
+ "href": "https://www.w3.org/TR/mathml4/#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://www.w3.org/TR/mathml4/#example-2",
+ "id": "example-1",
+ "href": "https://www.w3.org/TR/mathml4/#example-1",
"level": 6,
"title": "Example",
"number": "4.3.5.1.1"
},
{
- "id": "example-3",
- "href": "https://www.w3.org/TR/mathml4/#example-3",
+ "id": "example-2",
+ "href": "https://www.w3.org/TR/mathml4/#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://www.w3.org/TR/mathml4/#example-4",
+ "id": "example-3",
+ "href": "https://www.w3.org/TR/mathml4/#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://www.w3.org/TR/mathml4/#example-5",
+ "id": "example-4",
+ "href": "https://www.w3.org/TR/mathml4/#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://www.w3.org/TR/mathml4/#example-6",
+ "id": "example-5",
+ "href": "https://www.w3.org/TR/mathml4/#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://www.w3.org/TR/mathml4/#example-7",
+ "id": "example-6",
+ "href": "https://www.w3.org/TR/mathml4/#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://www.w3.org/TR/mathml4/#example-8",
+ "id": "example-7",
+ "href": "https://www.w3.org/TR/mathml4/#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://www.w3.org/TR/mathml4/#example-9",
+ "id": "example-8",
+ "href": "https://www.w3.org/TR/mathml4/#example-8",
"level": 6,
"title": "Example",
"number": "4.3.10.3.1"
@@ -2501,284 +2473,305 @@
"number": "4.3.10.5"
},
{
- "id": "example-10",
- "href": "https://www.w3.org/TR/mathml4/#example-10",
+ "id": "example-9",
+ "href": "https://www.w3.org/TR/mathml4/#example-9",
"level": 6,
"title": "Example",
"number": "4.3.10.5.1"
},
{
- "id": "annotating-mathml",
- "href": "https://www.w3.org/TR/mathml4/#annotating-mathml",
+ "id": "annotating-mathml-intent",
+ "href": "https://www.w3.org/TR/mathml4/#annotating-mathml-intent",
"level": 2,
- "title": "Annotating MathML",
+ "title": "Annotating MathML: intent",
"number": "5"
},
- {
- "id": "the-intent-attribute",
- "href": "https://www.w3.org/TR/mathml4/#the-intent-attribute",
- "level": 3,
- "title": "The intent attribute",
- "number": "5.1"
- },
{
"id": "the-grammar-for-intent",
"href": "https://www.w3.org/TR/mathml4/#the-grammar-for-intent",
- "level": 4,
+ "level": 3,
"title": "The Grammar for intent",
- "number": "5.1.1"
+ "number": "5.1"
},
{
"id": "intent-concept-dictionaries",
"href": "https://www.w3.org/TR/mathml4/#intent-concept-dictionaries",
- "level": 4,
+ "level": 3,
"title": "Intent Concept Dictionaries",
- "number": "5.1.2"
+ "number": "5.2"
},
{
- "id": "intent-examples",
- "href": "https://www.w3.org/TR/mathml4/#intent-examples",
- "level": 4,
- "title": "Intent Examples",
- "number": "5.1.3"
+ "id": "intent-properties",
+ "href": "https://www.w3.org/TR/mathml4/#intent-properties",
+ "level": 3,
+ "title": "Intent Properties",
+ "number": "5.3"
+ },
+ {
+ "id": "intent-self-references",
+ "href": "https://www.w3.org/TR/mathml4/#intent-self-references",
+ "level": 3,
+ "title": "Intent Self References",
+ "number": "5.4"
+ },
+ {
+ "id": "intent-error-handling",
+ "href": "https://www.w3.org/TR/mathml4/#intent-error-handling",
+ "level": 3,
+ "title": "Intent Error Handling",
+ "number": "5.5"
},
{
- "id": "a-warning-about-literal-and-hint",
- "href": "https://www.w3.org/TR/mathml4/#a-warning-about-literal-and-hint",
+ "id": "intent-error-recovery",
+ "href": "https://www.w3.org/TR/mathml4/#intent-error-recovery",
"level": 4,
- "title": "A Warning about literal and hint",
- "number": "5.1.4"
+ "title": "Intent Error Recovery",
+ "number": "5.5.1"
+ },
+ {
+ "id": "a-warning-about-literal-and-property",
+ "href": "https://www.w3.org/TR/mathml4/#a-warning-about-literal-and-property",
+ "level": 3,
+ "title": "A Warning about literal and property",
+ "number": "5.6"
+ },
+ {
+ "id": "intent-examples",
+ "href": "https://www.w3.org/TR/mathml4/#intent-examples",
+ "level": 3,
+ "title": "Intent Examples",
+ "number": "5.7"
},
{
"id": "tables",
"href": "https://www.w3.org/TR/mathml4/#tables",
"level": 4,
"title": "Tables",
- "number": "5.1.5"
+ "number": "5.7.1"
},
{
- "id": "annotation-elements",
- "href": "https://www.w3.org/TR/mathml4/#annotation-elements",
- "level": 3,
- "title": "Annotation Elements",
- "number": "5.2"
+ "id": "annotating-mathml-semantics",
+ "href": "https://www.w3.org/TR/mathml4/#annotating-mathml-semantics",
+ "level": 2,
+ "title": "Annotating MathML: semantics",
+ "number": "6"
},
{
"id": "annotation-keys",
"href": "https://www.w3.org/TR/mathml4/#annotation-keys",
- "level": 4,
+ "level": 3,
"title": "Annotation keys",
- "number": "5.2.1"
+ "number": "6.1"
},
{
"id": "alternate-representations",
"href": "https://www.w3.org/TR/mathml4/#alternate-representations",
- "level": 4,
+ "level": 3,
"title": "Alternate representations",
- "number": "5.2.2"
+ "number": "6.2"
},
{
"id": "content-equivalents",
"href": "https://www.w3.org/TR/mathml4/#content-equivalents",
- "level": 4,
+ "level": 3,
"title": "Content equivalents",
- "number": "5.2.3"
+ "number": "6.3"
},
{
"id": "annotation-references",
"href": "https://www.w3.org/TR/mathml4/#annotation-references",
- "level": 4,
+ "level": 3,
"title": "Annotation references",
- "number": "5.2.4"
+ "number": "6.4"
},
{
"id": "the-semantics-element",
"href": "https://www.w3.org/TR/mathml4/#the-semantics-element",
- "level": 4,
+ "level": 3,
"title": "The element",
- "number": "5.2.5"
+ "number": "6.5"
},
{
- "id": "description-34",
- "href": "https://www.w3.org/TR/mathml4/#description-34",
- "level": 5,
+ "id": "description-33",
+ "href": "https://www.w3.org/TR/mathml4/#description-33",
+ "level": 4,
"title": "Description",
- "number": "5.2.5.1"
+ "number": "6.5.1"
},
{
"id": "the-annotation-element",
"href": "https://www.w3.org/TR/mathml4/#the-annotation-element",
- "level": 4,
+ "level": 3,
"title": "The element",
- "number": "5.2.6"
+ "number": "6.6"
},
{
- "id": "description-35",
- "href": "https://www.w3.org/TR/mathml4/#description-35",
- "level": 5,
+ "id": "description-34",
+ "href": "https://www.w3.org/TR/mathml4/#description-34",
+ "level": 4,
"title": "Description",
- "number": "5.2.6.1"
+ "number": "6.6.1"
},
{
- "id": "attributes-35",
- "href": "https://www.w3.org/TR/mathml4/#attributes-35",
- "level": 5,
+ "id": "attributes-34",
+ "href": "https://www.w3.org/TR/mathml4/#attributes-34",
+ "level": 4,
"title": "Attributes",
- "number": "5.2.6.2"
+ "number": "6.6.2"
},
{
"id": "the-annotation-xml-element",
"href": "https://www.w3.org/TR/mathml4/#the-annotation-xml-element",
- "level": 4,
+ "level": 3,
"title": "The element",
- "number": "5.2.7"
+ "number": "6.7"
},
{
- "id": "description-36",
- "href": "https://www.w3.org/TR/mathml4/#description-36",
- "level": 5,
+ "id": "description-35",
+ "href": "https://www.w3.org/TR/mathml4/#description-35",
+ "level": 4,
"title": "Description",
- "number": "5.2.7.1"
+ "number": "6.7.1"
},
{
- "id": "attributes-36",
- "href": "https://www.w3.org/TR/mathml4/#attributes-36",
- "level": 5,
+ "id": "attributes-35",
+ "href": "https://www.w3.org/TR/mathml4/#attributes-35",
+ "level": 4,
"title": "Attributes",
- "number": "5.2.7.2"
+ "number": "6.7.2"
},
{
"id": "using-annotation-xml-in-html-documents",
"href": "https://www.w3.org/TR/mathml4/#using-annotation-xml-in-html-documents",
- "level": 5,
+ "level": 4,
"title": "Using annotation-xml in HTML documents",
- "number": "5.2.7.3"
+ "number": "6.7.3"
},
{
"id": "combining-presentation-and-content-markup",
"href": "https://www.w3.org/TR/mathml4/#combining-presentation-and-content-markup",
- "level": 4,
+ "level": 3,
"title": "Combining Presentation and Content Markup",
- "number": "5.2.8"
+ "number": "6.8"
},
{
"id": "presentation-markup-in-content-markup",
"href": "https://www.w3.org/TR/mathml4/#presentation-markup-in-content-markup",
- "level": 5,
+ "level": 4,
"title": "Presentation Markup in Content Markup",
- "number": "5.2.8.1"
+ "number": "6.8.1"
},
{
"id": "content-markup-in-presentation-markup",
"href": "https://www.w3.org/TR/mathml4/#content-markup-in-presentation-markup",
- "level": 5,
+ "level": 4,
"title": "Content Markup in Presentation Markup",
- "number": "5.2.8.2"
+ "number": "6.8.2"
},
{
"id": "parallel-markup",
"href": "https://www.w3.org/TR/mathml4/#parallel-markup",
- "level": 4,
+ "level": 3,
"title": "Parallel Markup",
- "number": "5.2.9"
+ "number": "6.9"
},
{
"id": "top-level-parallel-markup",
"href": "https://www.w3.org/TR/mathml4/#top-level-parallel-markup",
- "level": 5,
+ "level": 4,
"title": "Top-level Parallel Markup",
- "number": "5.2.9.1"
+ "number": "6.9.1"
},
{
"id": "parallel-markup-via-cross-references",
"href": "https://www.w3.org/TR/mathml4/#parallel-markup-via-cross-references",
- "level": 5,
+ "level": 4,
"title": "Parallel Markup via Cross-References",
- "number": "5.2.9.2"
+ "number": "6.9.2"
},
{
"id": "interactions-with-the-host-environment",
"href": "https://www.w3.org/TR/mathml4/#interactions-with-the-host-environment",
"level": 2,
"title": "Interactions with the Host Environment",
- "number": "6"
+ "number": "7"
},
{
"id": "introduction-2",
"href": "https://www.w3.org/TR/mathml4/#introduction-2",
"level": 3,
"title": "Introduction",
- "number": "6.1"
+ "number": "7.1"
},
{
"id": "invoking-mathml-processors",
"href": "https://www.w3.org/TR/mathml4/#invoking-mathml-processors",
"level": 3,
"title": "Invoking MathML Processors",
- "number": "6.2"
+ "number": "7.2"
},
{
"id": "recognizing-mathml-in-xml",
"href": "https://www.w3.org/TR/mathml4/#recognizing-mathml-in-xml",
"level": 4,
"title": "Recognizing MathML in XML",
- "number": "6.2.1"
+ "number": "7.2.1"
},
{
"id": "recognizing-mathml-in-html",
"href": "https://www.w3.org/TR/mathml4/#recognizing-mathml-in-html",
"level": 4,
"title": "Recognizing MathML in HTML",
- "number": "6.2.2"
+ "number": "7.2.2"
},
{
"id": "resource-types-for-mathml-documents",
"href": "https://www.w3.org/TR/mathml4/#resource-types-for-mathml-documents",
"level": 4,
"title": "Resource Types for MathML Documents",
- "number": "6.2.3"
+ "number": "7.2.3"
},
{
"id": "names-of-mathml-encodings",
"href": "https://www.w3.org/TR/mathml4/#names-of-mathml-encodings",
"level": 4,
"title": "Names of MathML Encodings",
- "number": "6.2.4"
+ "number": "7.2.4"
},
{
"id": "transferring-mathml",
"href": "https://www.w3.org/TR/mathml4/#transferring-mathml",
"level": 3,
"title": "Transferring MathML",
- "number": "6.3"
+ "number": "7.3"
},
{
"id": "basic-transfer-flavor-names-and-contents",
"href": "https://www.w3.org/TR/mathml4/#basic-transfer-flavor-names-and-contents",
"level": 4,
"title": "Basic Transfer Flavor Names and Contents",
- "number": "6.3.1"
+ "number": "7.3.1"
},
{
"id": "recommended-behaviors-when-transferring",
"href": "https://www.w3.org/TR/mathml4/#recommended-behaviors-when-transferring",
"level": 4,
"title": "Recommended Behaviors when Transferring",
- "number": "6.3.2"
+ "number": "7.3.2"
},
{
"id": "discussion",
"href": "https://www.w3.org/TR/mathml4/#discussion",
"level": 4,
"title": "Discussion",
- "number": "6.3.3"
+ "number": "7.3.3"
},
{
"id": "examples-52",
"href": "https://www.w3.org/TR/mathml4/#examples-52",
"level": 4,
"title": "Examples",
- "number": "6.3.4"
+ "number": "7.3.4"
},
{
"id": "world_ex1",
@@ -2809,98 +2802,98 @@
"href": "https://www.w3.org/TR/mathml4/#combining-mathml-and-other-formats",
"level": 3,
"title": "Combining MathML and Other Formats",
- "number": "6.4"
+ "number": "7.4"
},
{
"id": "mixing-mathml-and-xhtml",
"href": "https://www.w3.org/TR/mathml4/#mixing-mathml-and-xhtml",
"level": 4,
"title": "Mixing MathML and XHTML",
- "number": "6.4.1"
+ "number": "7.4.1"
},
{
"id": "mixing-mathml-and-non-xml-contexts",
"href": "https://www.w3.org/TR/mathml4/#mixing-mathml-and-non-xml-contexts",
"level": 4,
"title": "Mixing MathML and non-XML contexts",
- "number": "6.4.2"
+ "number": "7.4.2"
},
{
"id": "mixing-mathml-and-html",
"href": "https://www.w3.org/TR/mathml4/#mixing-mathml-and-html",
"level": 4,
"title": "Mixing MathML and HTML",
- "number": "6.4.3"
+ "number": "7.4.3"
},
{
"id": "linking",
"href": "https://www.w3.org/TR/mathml4/#linking",
"level": 4,
"title": "Linking",
- "number": "6.4.4"
+ "number": "7.4.4"
},
{
"id": "mathml-and-graphical-markup",
"href": "https://www.w3.org/TR/mathml4/#mathml-and-graphical-markup",
"level": 4,
"title": "MathML and Graphical Markup",
- "number": "6.4.5"
+ "number": "7.4.5"
},
{
"id": "using-css-with-mathml",
"href": "https://www.w3.org/TR/mathml4/#using-css-with-mathml",
"level": 3,
"title": "Using CSS with MathML",
- "number": "6.5"
+ "number": "7.5"
},
{
"id": "order-of-processing-attributes-versus-style-sheets",
"href": "https://www.w3.org/TR/mathml4/#order-of-processing-attributes-versus-style-sheets",
"level": 4,
"title": "Order of processing attributes versus style sheets",
- "number": "6.5.1"
+ "number": "7.5.1"
},
{
"id": "characters-entities-and-fonts",
"href": "https://www.w3.org/TR/mathml4/#characters-entities-and-fonts",
"level": 2,
"title": "Characters, Entities and Fonts",
- "number": "7"
+ "number": "8"
},
{
"id": "introduction-3",
"href": "https://www.w3.org/TR/mathml4/#introduction-3",
"level": 3,
"title": "Introduction",
- "number": "7.1"
+ "number": "8.1"
},
{
"id": "mathematical-alphanumeric-symbols",
"href": "https://www.w3.org/TR/mathml4/#mathematical-alphanumeric-symbols",
"level": 3,
"title": "Mathematical Alphanumeric Symbols",
- "number": "7.2"
+ "number": "8.2"
},
{
"id": "non-marking-characters",
"href": "https://www.w3.org/TR/mathml4/#non-marking-characters",
"level": 3,
"title": "Non-Marking Characters",
- "number": "7.3"
+ "number": "8.3"
},
{
"id": "anomalous-mathematical-characters",
"href": "https://www.w3.org/TR/mathml4/#anomalous-mathematical-characters",
"level": 3,
"title": "Anomalous Mathematical Characters",
- "number": "7.4"
+ "number": "8.4"
},
{
"id": "keyboard-characters",
"href": "https://www.w3.org/TR/mathml4/#keyboard-characters",
"level": 4,
"title": "Keyboard Characters",
- "number": "7.4.1"
+ "number": "8.4.1"
},
{
"id": "chars_hyph-minus",
@@ -2925,14 +2918,14 @@
"href": "https://www.w3.org/TR/mathml4/#pseudo-scripts",
"level": 4,
"title": "Pseudo-scripts",
- "number": "7.4.2"
+ "number": "8.4.2"
},
{
"id": "combining-characters",
"href": "https://www.w3.org/TR/mathml4/#combining-characters",
"level": 4,
"title": "Combining Characters",
- "number": "7.4.3"
+ "number": "8.4.3"
},
{
"id": "parsing-mathml",
@@ -3644,17 +3637,23 @@
"level": 4,
"title": "Changes to 4. Content Markup"
},
+ {
+ "id": "chg_mixing_intent",
+ "href": "https://www.w3.org/TR/mathml4/#chg_mixing_intent",
+ "level": 4,
+ "title": "Changes to 5. Annotating MathML: intent"
+ },
{
"id": "chg_mixing",
"href": "https://www.w3.org/TR/mathml4/#chg_mixing",
"level": 4,
- "title": "Changes to 5. Annotating MathML"
+ "title": "Changes to 6. Annotating MathML: semantics"
},
{
"id": "chg_world-interactions",
"href": "https://www.w3.org/TR/mathml4/#chg_world-interactions",
"level": 4,
- "title": "Changes to 6. Interactions with the Host Environment"
+ "title": "Changes to 7. Interactions with the Host Environment"
},
{
"id": "chg_emdia_types",
diff --git a/tr/headings/trusted-types.json b/tr/headings/trusted-types.json
index 2a3b57eadcaf..35b7b662a8ca 100644
--- a/tr/headings/trusted-types.json
+++ b/tr/headings/trusted-types.json
@@ -196,26 +196,19 @@
"title": "Process value with a default policy",
"number": "3.5"
},
- {
- "id": "prepare-script-text",
- "href": "https://www.w3.org/TR/trusted-types/#prepare-script-text",
- "level": 3,
- "title": "Prepare the script text",
- "number": "3.6"
- },
{
"id": "validate-attribute-mutation",
"href": "https://www.w3.org/TR/trusted-types/#validate-attribute-mutation",
"level": 3,
"title": "Get Trusted Types-compliant attribute value",
- "number": "3.7"
+ "number": "3.6"
},
{
"id": "get-trusted-type-data-for-attribute",
"href": "https://www.w3.org/TR/trusted-types/#get-trusted-type-data-for-attribute",
"level": 3,
"title": "Get Trusted Type data for attribute",
- "number": "3.8"
+ "number": "3.7"
},
{
"id": "integrations",
@@ -281,10 +274,10 @@
"number": "4.1.2.5"
},
{
- "id": "setting-slot-values-from-parser",
- "href": "https://www.w3.org/TR/trusted-types/#setting-slot-values-from-parser",
+ "id": "script-children-changed-steps",
+ "href": "https://www.w3.org/TR/trusted-types/#script-children-changed-steps",
"level": 5,
- "title": "Setting slot values from parser",
+ "title": "Script children changed steps",
"number": "4.1.2.6"
},
{
diff --git a/tr/ids/mathml4.json b/tr/ids/mathml4.json
index 0d10b520d8c8..83bdefb030e0 100644
--- a/tr/ids/mathml4.json
+++ b/tr/ids/mathml4.json
@@ -91,7 +91,6 @@
"https://www.w3.org/TR/mathml4/#ref-for-dfn-string-1",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-string-2",
"https://www.w3.org/TR/mathml4/#presm_presatt_intent",
- "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-3",
"https://www.w3.org/TR/mathml4/#collapsing-whitespace-in-input",
"https://www.w3.org/TR/mathml4/#fund_collapse",
"https://www.w3.org/TR/mathml4/#ref-for-contm_cs-1",
@@ -99,7 +98,7 @@
"https://www.w3.org/TR/mathml4/#interf_toplevel",
"https://www.w3.org/TR/mathml4/#attributes",
"https://www.w3.org/TR/mathml4/#interf_toplevel_atts",
- "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-4",
+ "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-3",
"https://www.w3.org/TR/mathml4/#fund_table-overflow",
"https://www.w3.org/TR/mathml4/#presentation-markup",
"https://www.w3.org/TR/mathml4/#presm",
@@ -162,12 +161,14 @@
"https://www.w3.org/TR/mathml4/#presm_tokenchars",
"https://www.w3.org/TR/mathml4/#using-images-to-represent-symbols-mglyph",
"https://www.w3.org/TR/mathml4/#presm_mglyph",
+ "https://www.w3.org/TR/mathml4/#notcore-mglyph",
+ "https://www.w3.org/TR/mathml4/#h-note-0",
"https://www.w3.org/TR/mathml4/#description",
"https://www.w3.org/TR/mathml4/#x3-2-1-1-1-description",
"https://www.w3.org/TR/mathml4/#attributes-0",
"https://www.w3.org/TR/mathml4/#x3-2-1-1-2-attributes",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-uri-1",
- "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-5",
+ "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-4",
"https://www.w3.org/TR/mathml4/#example",
"https://www.w3.org/TR/mathml4/#x3-2-1-1-3-example",
"https://www.w3.org/TR/mathml4/#mathematics-style-attributes-common-to-token-elements",
@@ -206,7 +207,7 @@
"https://www.w3.org/TR/mathml4/#ref-for-dfn-axis-1",
"https://www.w3.org/TR/mathml4/#linebreaking-attributes",
"https://www.w3.org/TR/mathml4/#presm_lbattrs",
- "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-6",
+ "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-5",
"https://www.w3.org/TR/mathml4/#indentation-attributes",
"https://www.w3.org/TR/mathml4/#presm_lbindent_attrs",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-idref-2",
@@ -272,8 +273,8 @@
"https://www.w3.org/TR/mathml4/#presm_ms_desc",
"https://www.w3.org/TR/mathml4/#attributes-6",
"https://www.w3.org/TR/mathml4/#presm_ms_att",
+ "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-6",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-string-7",
- "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-8",
"https://www.w3.org/TR/mathml4/#general-layout-schemata-0",
"https://www.w3.org/TR/mathml4/#presm_genlayout",
"https://www.w3.org/TR/mathml4/#horizontally-group-sub-expressions-mrow",
@@ -377,9 +378,9 @@
"https://www.w3.org/TR/mathml4/#presm_mfenced_desc",
"https://www.w3.org/TR/mathml4/#attributes-14",
"https://www.w3.org/TR/mathml4/#presm_mfenced_att",
+ "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-8",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-string-9",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-string-10",
- "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-11",
"https://www.w3.org/TR/mathml4/#examples-10",
"https://www.w3.org/TR/mathml4/#presm_mfenced_att_ex",
"https://www.w3.org/TR/mathml4/#enclose-expression-inside-notation-menclose",
@@ -436,7 +437,7 @@
"https://www.w3.org/TR/mathml4/#presm_munderover_att",
"https://www.w3.org/TR/mathml4/#examples-15",
"https://www.w3.org/TR/mathml4/#presm_munderover_ex",
- "https://www.w3.org/TR/mathml4/#prescripts-and-tensor-indices-mmultiscripts-mprescripts-none-munder",
+ "https://www.w3.org/TR/mathml4/#prescripts-and-tensor-indices-mmultiscripts-mprescripts",
"https://www.w3.org/TR/mathml4/#presm_mmultiscripts",
"https://www.w3.org/TR/mathml4/#description-21",
"https://www.w3.org/TR/mathml4/#presm_mmultiscripts_desc",
@@ -462,42 +463,36 @@
"https://www.w3.org/TR/mathml4/#presm_mtr_desc",
"https://www.w3.org/TR/mathml4/#attributes-24",
"https://www.w3.org/TR/mathml4/#presm_mtr_att",
- "https://www.w3.org/TR/mathml4/#labeled-row-in-table-or-matrix-mlabeledtr",
- "https://www.w3.org/TR/mathml4/#presm_mlabeledtr",
- "https://www.w3.org/TR/mathml4/#description-24",
- "https://www.w3.org/TR/mathml4/#presm_mlabeledtr_desc",
- "https://www.w3.org/TR/mathml4/#attributes-25",
- "https://www.w3.org/TR/mathml4/#presm_mlabeledtr_att",
"https://www.w3.org/TR/mathml4/#equation-numbering",
"https://www.w3.org/TR/mathml4/#presm_eqno",
- "https://www.w3.org/TR/mathml4/#example-1",
- "https://www.w3.org/TR/mathml4/#presm_eqno_ex",
"https://www.w3.org/TR/mathml4/#entry-in-table-or-matrix-mtd",
"https://www.w3.org/TR/mathml4/#presm_mtd",
- "https://www.w3.org/TR/mathml4/#description-25",
+ "https://www.w3.org/TR/mathml4/#description-24",
"https://www.w3.org/TR/mathml4/#presm_mtd_desc",
- "https://www.w3.org/TR/mathml4/#attributes-26",
+ "https://www.w3.org/TR/mathml4/#attributes-25",
"https://www.w3.org/TR/mathml4/#presm_mtdatts",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-positive-integer-1",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-positive-integer-2",
"https://www.w3.org/TR/mathml4/#alignment-markers-maligngroup-malignmark",
"https://www.w3.org/TR/mathml4/#presm_malign",
+ "https://www.w3.org/TR/mathml4/#notcore-malign",
+ "https://www.w3.org/TR/mathml4/#h-note-1",
"https://www.w3.org/TR/mathml4/#removal-notice",
"https://www.w3.org/TR/mathml4/#presm_malignmark_notice",
- "https://www.w3.org/TR/mathml4/#description-26",
+ "https://www.w3.org/TR/mathml4/#description-25",
"https://www.w3.org/TR/mathml4/#presm_malign_desc",
"https://www.w3.org/TR/mathml4/#specifying-alignment-groups",
"https://www.w3.org/TR/mathml4/#presm_specify_align_group",
"https://www.w3.org/TR/mathml4/#issue-container-generatedID-0",
- "https://www.w3.org/TR/mathml4/#h-note-0",
+ "https://www.w3.org/TR/mathml4/#h-note-2",
"https://www.w3.org/TR/mathml4/#table-cells-that-are-not-divided-into-alignment-groups",
"https://www.w3.org/TR/mathml4/#presm_no_align_group",
"https://www.w3.org/TR/mathml4/#issue-container-generatedID-1",
- "https://www.w3.org/TR/mathml4/#h-note-1",
+ "https://www.w3.org/TR/mathml4/#h-note-3",
"https://www.w3.org/TR/mathml4/#specifying-alignment-points-using-malignmark",
"https://www.w3.org/TR/mathml4/#presm_using_malignmark",
"https://www.w3.org/TR/mathml4/#issue-container-generatedID-2",
- "https://www.w3.org/TR/mathml4/#h-note-2",
+ "https://www.w3.org/TR/mathml4/#h-note-4",
"https://www.w3.org/TR/mathml4/#mathml-representation-of-an-alignment-example",
"https://www.w3.org/TR/mathml4/#presm_ex_alignment_1",
"https://www.w3.org/TR/mathml4/#issue-container-number-180",
@@ -505,55 +500,55 @@
"https://www.w3.org/TR/mathml4/#a-simple-alignment-algorithm",
"https://www.w3.org/TR/mathml4/#presm_alignment_algo",
"https://www.w3.org/TR/mathml4/#issue-container-generatedID-3",
- "https://www.w3.org/TR/mathml4/#h-note-3",
+ "https://www.w3.org/TR/mathml4/#h-note-5",
"https://www.w3.org/TR/mathml4/#elementary-math",
"https://www.w3.org/TR/mathml4/#presm_elementary",
"https://www.w3.org/TR/mathml4/#stacks-of-characters-mstack",
"https://www.w3.org/TR/mathml4/#presm_mstack",
- "https://www.w3.org/TR/mathml4/#description-27",
+ "https://www.w3.org/TR/mathml4/#description-26",
"https://www.w3.org/TR/mathml4/#presm_elementary_desc",
- "https://www.w3.org/TR/mathml4/#attributes-27",
+ "https://www.w3.org/TR/mathml4/#attributes-26",
"https://www.w3.org/TR/mathml4/#presm_elementary_att",
"https://www.w3.org/TR/mathml4/#long-division-mlongdiv",
"https://www.w3.org/TR/mathml4/#presm_mlongdiv",
- "https://www.w3.org/TR/mathml4/#description-28",
+ "https://www.w3.org/TR/mathml4/#description-27",
"https://www.w3.org/TR/mathml4/#presm_mlongdiv_desc",
- "https://www.w3.org/TR/mathml4/#attributes-28",
+ "https://www.w3.org/TR/mathml4/#attributes-27",
"https://www.w3.org/TR/mathml4/#presm_mlongdiv_attrs",
"https://www.w3.org/TR/mathml4/#group-rows-with-similar-positions-msgroup",
"https://www.w3.org/TR/mathml4/#presm_msgroup",
- "https://www.w3.org/TR/mathml4/#description-29",
+ "https://www.w3.org/TR/mathml4/#description-28",
"https://www.w3.org/TR/mathml4/#presm_msgroup_desc",
- "https://www.w3.org/TR/mathml4/#attributes-29",
+ "https://www.w3.org/TR/mathml4/#attributes-28",
"https://www.w3.org/TR/mathml4/#presm_msgroup_att",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-integer-1",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-integer-2",
"https://www.w3.org/TR/mathml4/#rows-in-elementary-math-msrow",
"https://www.w3.org/TR/mathml4/#presm_msrow",
- "https://www.w3.org/TR/mathml4/#description-30",
+ "https://www.w3.org/TR/mathml4/#description-29",
"https://www.w3.org/TR/mathml4/#presm_msrow_desc",
- "https://www.w3.org/TR/mathml4/#attributes-30",
+ "https://www.w3.org/TR/mathml4/#attributes-29",
"https://www.w3.org/TR/mathml4/#presm_msrow_att",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-integer-3",
"https://www.w3.org/TR/mathml4/#carries-borrows-and-crossouts-mscarries",
"https://www.w3.org/TR/mathml4/#presm_mscarries",
- "https://www.w3.org/TR/mathml4/#description-31",
+ "https://www.w3.org/TR/mathml4/#description-30",
"https://www.w3.org/TR/mathml4/#presm_mscarries_desc",
- "https://www.w3.org/TR/mathml4/#attributes-31",
+ "https://www.w3.org/TR/mathml4/#attributes-30",
"https://www.w3.org/TR/mathml4/#presm_mscarries_att",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-integer-4",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-number-2",
"https://www.w3.org/TR/mathml4/#a-single-carry-mscarry",
"https://www.w3.org/TR/mathml4/#presm_mscarry",
- "https://www.w3.org/TR/mathml4/#description-32",
+ "https://www.w3.org/TR/mathml4/#description-31",
"https://www.w3.org/TR/mathml4/#presm_mscarry_desc",
- "https://www.w3.org/TR/mathml4/#attributes-32",
+ "https://www.w3.org/TR/mathml4/#attributes-31",
"https://www.w3.org/TR/mathml4/#presm_mscarry_att",
"https://www.w3.org/TR/mathml4/#horizontal-line-msline",
"https://www.w3.org/TR/mathml4/#presm_msline",
- "https://www.w3.org/TR/mathml4/#description-33",
+ "https://www.w3.org/TR/mathml4/#description-32",
"https://www.w3.org/TR/mathml4/#presm_msline_desc",
- "https://www.w3.org/TR/mathml4/#attributes-33",
+ "https://www.w3.org/TR/mathml4/#attributes-32",
"https://www.w3.org/TR/mathml4/#presm_msline_att",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-integer-5",
"https://www.w3.org/TR/mathml4/#elementary-math-examples",
@@ -570,9 +565,9 @@
"https://www.w3.org/TR/mathml4/#presm_enliven",
"https://www.w3.org/TR/mathml4/#bind-action-to-sub-expression",
"https://www.w3.org/TR/mathml4/#presm_maction",
- "https://www.w3.org/TR/mathml4/#attributes-34",
+ "https://www.w3.org/TR/mathml4/#attributes-33",
"https://www.w3.org/TR/mathml4/#presm_maction_att",
- "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-12",
+ "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-11",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-positive-integer-3",
"https://www.w3.org/TR/mathml4/#semantics-and-presentation",
"https://www.w3.org/TR/mathml4/#presm_semantics",
@@ -774,9 +769,9 @@
"https://www.w3.org/TR/mathml4/#contm_times",
"https://www.w3.org/TR/mathml4/#contm_gcd",
"https://www.w3.org/TR/mathml4/#contm_lcm",
- "https://www.w3.org/TR/mathml4/#example-2",
+ "https://www.w3.org/TR/mathml4/#example-1",
"https://www.w3.org/TR/mathml4/#arith1.plus.ex1",
- "https://www.w3.org/TR/mathml4/#example-3",
+ "https://www.w3.org/TR/mathml4/#example-2",
"https://www.w3.org/TR/mathml4/#arith1.gcd.ex1",
"https://www.w3.org/TR/mathml4/#n-ary-sum-sum",
"https://www.w3.org/TR/mathml4/#contm_sum_sec",
@@ -821,7 +816,7 @@
"https://www.w3.org/TR/mathml4/#contm_matrixrow",
"https://www.w3.org/TR/mathml4/#examples-24",
"https://www.w3.org/TR/mathml4/#linalg2.vector.ex1",
- "https://www.w3.org/TR/mathml4/#example-4",
+ "https://www.w3.org/TR/mathml4/#example-3",
"https://www.w3.org/TR/mathml4/#linalg6.matrix.ex1",
"https://www.w3.org/TR/mathml4/#n-ary-set-theoretic-constructors-set-list",
"https://www.w3.org/TR/mathml4/#contm_nary_construct_set",
@@ -912,7 +907,7 @@
"https://www.w3.org/TR/mathml4/#unary-logical-operators-not",
"https://www.w3.org/TR/mathml4/#contm_unary_logical",
"https://www.w3.org/TR/mathml4/#contm_not",
- "https://www.w3.org/TR/mathml4/#example-5",
+ "https://www.w3.org/TR/mathml4/#example-4",
"https://www.w3.org/TR/mathml4/#logic1.not.ex1",
"https://www.w3.org/TR/mathml4/#unary-arithmetic-operators-factorial-abs-conjugate-arg-real-imaginary-floor-ceiling-exp-minus-root",
"https://www.w3.org/TR/mathml4/#contm_unary_arith",
@@ -948,7 +943,7 @@
"https://www.w3.org/TR/mathml4/#unary-set-operators-card",
"https://www.w3.org/TR/mathml4/#contm_unary_set",
"https://www.w3.org/TR/mathml4/#contm_card",
- "https://www.w3.org/TR/mathml4/#example-6",
+ "https://www.w3.org/TR/mathml4/#example-5",
"https://www.w3.org/TR/mathml4/#set1.size.ex1",
"https://www.w3.org/TR/mathml4/#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://www.w3.org/TR/mathml4/#contm_unary_elementary",
@@ -1007,14 +1002,14 @@
"https://www.w3.org/TR/mathml4/#contm_int",
"https://www.w3.org/TR/mathml4/#examples-43",
"https://www.w3.org/TR/mathml4/#calculus1.int.ex1",
- "https://www.w3.org/TR/mathml4/#example-7",
+ "https://www.w3.org/TR/mathml4/#example-6",
"https://www.w3.org/TR/mathml4/#calculus1.defint.ex2",
"https://www.w3.org/TR/mathml4/#differentiation-diff",
"https://www.w3.org/TR/mathml4/#contm_diff_sec",
"https://www.w3.org/TR/mathml4/#contm_diff",
"https://www.w3.org/TR/mathml4/#examples-44",
"https://www.w3.org/TR/mathml4/#calculus1.diff.ex1",
- "https://www.w3.org/TR/mathml4/#example-8",
+ "https://www.w3.org/TR/mathml4/#example-7",
"https://www.w3.org/TR/mathml4/#calculus1.diff.ex3",
"https://www.w3.org/TR/mathml4/#partial-differentiation-partialdiff",
"https://www.w3.org/TR/mathml4/#contm_partialdiff_sec",
@@ -1064,7 +1059,7 @@
"https://www.w3.org/TR/mathml4/#interval-interval",
"https://www.w3.org/TR/mathml4/#contm_interval_sec",
"https://www.w3.org/TR/mathml4/#contm_interval_constructor",
- "https://www.w3.org/TR/mathml4/#example-9",
+ "https://www.w3.org/TR/mathml4/#example-8",
"https://www.w3.org/TR/mathml4/#interval1.interval.ex1",
"https://www.w3.org/TR/mathml4/#limits-limit",
"https://www.w3.org/TR/mathml4/#contm_limit_sec",
@@ -1080,19 +1075,9 @@
"https://www.w3.org/TR/mathml4/#ref-for-contm_piecewise-1",
"https://www.w3.org/TR/mathml4/#ref-for-contm_piece-1",
"https://www.w3.org/TR/mathml4/#ref-for-contm_otherwise-1",
- "https://www.w3.org/TR/mathml4/#example-10",
+ "https://www.w3.org/TR/mathml4/#example-9",
"https://www.w3.org/TR/mathml4/#piece1.piecewise.ex1",
- "https://www.w3.org/TR/mathml4/#annotating-mathml",
- "https://www.w3.org/TR/mathml4/#mixing",
- "https://www.w3.org/TR/mathml4/#issue-container-number-257",
- "https://www.w3.org/TR/mathml4/#h-issue-2",
- "https://www.w3.org/TR/mathml4/#issue-container-number-255",
- "https://www.w3.org/TR/mathml4/#h-issue-3",
- "https://www.w3.org/TR/mathml4/#issue-container-number-254",
- "https://www.w3.org/TR/mathml4/#h-issue-4",
- "https://www.w3.org/TR/mathml4/#issue-container-number-253",
- "https://www.w3.org/TR/mathml4/#h-issue-5",
- "https://www.w3.org/TR/mathml4/#the-intent-attribute",
+ "https://www.w3.org/TR/mathml4/#annotating-mathml-intent",
"https://www.w3.org/TR/mathml4/#mixing_intent",
"https://www.w3.org/TR/mathml4/#dfn-intent",
"https://www.w3.org/TR/mathml4/#the-grammar-for-intent",
@@ -1102,12 +1087,13 @@
"https://www.w3.org/TR/mathml4/#ref-for-intent_concept-1",
"https://www.w3.org/TR/mathml4/#ref-for-intent_literal-1",
"https://www.w3.org/TR/mathml4/#intent_concept",
- "https://www.w3.org/TR/mathml4/#ref-for-intent_concept-2",
+ "https://www.w3.org/TR/mathml4/#intent_known_concept",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-intent-concept-dictionary-1",
- "https://www.w3.org/TR/mathml4/#intent_literal",
- "https://www.w3.org/TR/mathml4/#ref-for-intent_concept-3",
+ "https://www.w3.org/TR/mathml4/#intent_unknown_concept",
"https://www.w3.org/TR/mathml4/#ref-for-intent_literal-2",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-intent-concept-dictionary-2",
+ "https://www.w3.org/TR/mathml4/#intent_literal",
+ "https://www.w3.org/TR/mathml4/#ref-for-dfn-intent-concept-dictionary-3",
"https://www.w3.org/TR/mathml4/#intent_number",
"https://www.w3.org/TR/mathml4/#ref-for-intent_number-1",
"https://www.w3.org/TR/mathml4/#intent_reference",
@@ -1115,44 +1101,69 @@
"https://www.w3.org/TR/mathml4/#ref-for-intent_reference-2",
"https://www.w3.org/TR/mathml4/#intent_application",
"https://www.w3.org/TR/mathml4/#ref-for-intent_application-1",
- "https://www.w3.org/TR/mathml4/#ref-for-intent_hint-1",
- "https://www.w3.org/TR/mathml4/#intent_hint",
- "https://www.w3.org/TR/mathml4/#ref-for-intent_hint-2",
- "https://www.w3.org/TR/mathml4/#ref-for-intent_application-2",
- "https://www.w3.org/TR/mathml4/#ref-for-intent_concept-4",
- "https://www.w3.org/TR/mathml4/#ref-for-intent_literal-3",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_property-1",
+ "https://www.w3.org/TR/mathml4/#intent_property",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_property-2",
+ "https://www.w3.org/TR/mathml4/#intent_property_list",
+ "https://www.w3.org/TR/mathml4/#ref-for-dfn-intent-1",
"https://www.w3.org/TR/mathml4/#intent-concept-dictionaries",
"https://www.w3.org/TR/mathml4/#mixing_intent_dictionaries",
"https://www.w3.org/TR/mathml4/#dfn-intent-concept-dictionary",
- "https://www.w3.org/TR/mathml4/#ref-for-intent_concept-5",
- "https://www.w3.org/TR/mathml4/#ref-for-intent_hint-3",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_concept-2",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_property-3",
"https://www.w3.org/TR/mathml4/#ref-for-intent-core-1",
"https://www.w3.org/TR/mathml4/#ref-for-intent-open-1",
- "https://www.w3.org/TR/mathml4/#issue-container-number-410",
- "https://www.w3.org/TR/mathml4/#h-issue-6",
- "https://www.w3.org/TR/mathml4/#ref-for-dfn-intent-1",
+ "https://www.w3.org/TR/mathml4/#ref-for-dfn-intent-2",
"https://www.w3.org/TR/mathml4/#intent-core",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_property-4",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_concept-3",
"https://www.w3.org/TR/mathml4/#intent-open",
- "https://www.w3.org/TR/mathml4/#intent-examples",
- "https://www.w3.org/TR/mathml4/#mixing_intent_examples",
+ "https://www.w3.org/TR/mathml4/#ref-for-dfn-intent-concept-dictionary-4",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_known_concept-1",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_unknown_concept-1",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_literal-3",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_known_concept-2",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_unknown_concept-2",
+ "https://www.w3.org/TR/mathml4/#intent-properties",
+ "https://www.w3.org/TR/mathml4/#mixing_intent_properties",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_concept-4",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_property-5",
+ "https://www.w3.org/TR/mathml4/#intent-core-properties",
+ "https://www.w3.org/TR/mathml4/#intent-open-properties",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_application-2",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent-core-properties-1",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent-open-properties-1",
+ "https://www.w3.org/TR/mathml4/#intent_fixity_hint",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_application-3",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_known_concept-3",
"https://www.w3.org/TR/mathml4/#ref-for-intent_literal-4",
- "https://www.w3.org/TR/mathml4/#a-warning-about-literal-and-hint",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_unknown_concept-3",
+ "https://www.w3.org/TR/mathml4/#intent_table_properties",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_reference-3",
+ "https://www.w3.org/TR/mathml4/#intent_script_hints",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_reference-4",
+ "https://www.w3.org/TR/mathml4/#intent-self-references",
+ "https://www.w3.org/TR/mathml4/#mixing_intent_self",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_property_list-1",
+ "https://www.w3.org/TR/mathml4/#intent-error-handling",
+ "https://www.w3.org/TR/mathml4/#mixing_intent_errors",
+ "https://www.w3.org/TR/mathml4/#intent-error-recovery",
+ "https://www.w3.org/TR/mathml4/#mixing_intent_error_recovery",
+ "https://www.w3.org/TR/mathml4/#a-warning-about-literal-and-property",
"https://www.w3.org/TR/mathml4/#mixing_intent_warning",
"https://www.w3.org/TR/mathml4/#ref-for-intent_literal-5",
- "https://www.w3.org/TR/mathml4/#ref-for-intent_hint-4",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_property-6",
"https://www.w3.org/TR/mathml4/#ref-for-intent_literal-6",
- "https://www.w3.org/TR/mathml4/#ref-for-intent_hint-5",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_property-7",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_literal-7",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_unknown_concept-4",
+ "https://www.w3.org/TR/mathml4/#intent-examples",
+ "https://www.w3.org/TR/mathml4/#mixing_intent_examples",
+ "https://www.w3.org/TR/mathml4/#ref-for-intent_unknown_concept-5",
"https://www.w3.org/TR/mathml4/#tables",
"https://www.w3.org/TR/mathml4/#mixing_intent_examples_mtr",
- "https://www.w3.org/TR/mathml4/#issue-container-generatedID-4",
- "https://www.w3.org/TR/mathml4/#h-ednote",
- "https://www.w3.org/TR/mathml4/#ref-for-dfn-intent-2",
- "https://www.w3.org/TR/mathml4/#issue-container-number-337",
- "https://www.w3.org/TR/mathml4/#h-issue-7",
- "https://www.w3.org/TR/mathml4/#issue-container-number-402",
- "https://www.w3.org/TR/mathml4/#h-issue-8",
- "https://www.w3.org/TR/mathml4/#annotation-elements",
- "https://www.w3.org/TR/mathml4/#mixing_annotation_elements",
+ "https://www.w3.org/TR/mathml4/#annotating-mathml-semantics",
+ "https://www.w3.org/TR/mathml4/#mixing",
"https://www.w3.org/TR/mathml4/#annotation-keys",
"https://www.w3.org/TR/mathml4/#mixing_annotation_keys",
"https://www.w3.org/TR/mathml4/#alternate-representations",
@@ -1164,26 +1175,26 @@
"https://www.w3.org/TR/mathml4/#mixing_annotation_references",
"https://www.w3.org/TR/mathml4/#the-semantics-element",
"https://www.w3.org/TR/mathml4/#mixing_elements_semantics",
- "https://www.w3.org/TR/mathml4/#description-34",
+ "https://www.w3.org/TR/mathml4/#description-33",
"https://www.w3.org/TR/mathml4/#mixing_semantics_description",
"https://www.w3.org/TR/mathml4/#the-annotation-element",
"https://www.w3.org/TR/mathml4/#mixing_elements_annotation",
- "https://www.w3.org/TR/mathml4/#description-35",
+ "https://www.w3.org/TR/mathml4/#description-34",
"https://www.w3.org/TR/mathml4/#mixing_annotation_description",
- "https://www.w3.org/TR/mathml4/#attributes-35",
+ "https://www.w3.org/TR/mathml4/#attributes-34",
"https://www.w3.org/TR/mathml4/#mixing_annotation_attributes",
+ "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-12",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-string-13",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-string-14",
- "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-15",
"https://www.w3.org/TR/mathml4/#the-annotation-xml-element",
"https://www.w3.org/TR/mathml4/#mixing_elements_annotation_xml",
- "https://www.w3.org/TR/mathml4/#description-36",
+ "https://www.w3.org/TR/mathml4/#description-35",
"https://www.w3.org/TR/mathml4/#mixing_annotation_xml_description",
- "https://www.w3.org/TR/mathml4/#attributes-36",
+ "https://www.w3.org/TR/mathml4/#attributes-35",
"https://www.w3.org/TR/mathml4/#mixing_annotation_xml_attributes",
+ "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-15",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-string-16",
"https://www.w3.org/TR/mathml4/#ref-for-dfn-string-17",
- "https://www.w3.org/TR/mathml4/#ref-for-dfn-string-18",
"https://www.w3.org/TR/mathml4/#using-annotation-xml-in-html-documents",
"https://www.w3.org/TR/mathml4/#html_annotation_xml",
"https://www.w3.org/TR/mathml4/#combining-presentation-and-content-markup",
@@ -1215,8 +1226,6 @@
"https://www.w3.org/TR/mathml4/#html-xml3",
"https://www.w3.org/TR/mathml4/#interactions-with-the-host-environment",
"https://www.w3.org/TR/mathml4/#world-interactions",
- "https://www.w3.org/TR/mathml4/#issue-container-number-267",
- "https://www.w3.org/TR/mathml4/#h-issue-9",
"https://www.w3.org/TR/mathml4/#introduction-2",
"https://www.w3.org/TR/mathml4/#world_introduction",
"https://www.w3.org/TR/mathml4/#invoking-mathml-processors",
@@ -1267,7 +1276,7 @@
"https://www.w3.org/TR/mathml4/#characters-entities-and-fonts",
"https://www.w3.org/TR/mathml4/#chars",
"https://www.w3.org/TR/mathml4/#issue-container-number-247",
- "https://www.w3.org/TR/mathml4/#h-issue-10",
+ "https://www.w3.org/TR/mathml4/#h-issue-2",
"https://www.w3.org/TR/mathml4/#introduction-3",
"https://www.w3.org/TR/mathml4/#chars_intro",
"https://www.w3.org/TR/mathml4/#mathematical-alphanumeric-symbols",
@@ -1289,9 +1298,9 @@
"https://www.w3.org/TR/mathml4/#parsing-mathml",
"https://www.w3.org/TR/mathml4/#parsing",
"https://www.w3.org/TR/mathml4/#issue-container-number-178",
- "https://www.w3.org/TR/mathml4/#h-issue-11",
+ "https://www.w3.org/TR/mathml4/#h-issue-3",
"https://www.w3.org/TR/mathml4/#issue-container-number-361",
- "https://www.w3.org/TR/mathml4/#h-issue-12",
+ "https://www.w3.org/TR/mathml4/#h-issue-4",
"https://www.w3.org/TR/mathml4/#validating-mathml",
"https://www.w3.org/TR/mathml4/#parsing_wellformed",
"https://www.w3.org/TR/mathml4/#using-the-relaxng-schema-for-mathml",
@@ -1370,7 +1379,6 @@
"https://www.w3.org/TR/mathml4/#parsing_mstyle.generalattributes",
"https://www.w3.org/TR/mathml4/#parsing_mfenced",
"https://www.w3.org/TR/mathml4/#parsing_menclose",
- "https://www.w3.org/TR/mathml4/#parsing_mlabeledtr",
"https://www.w3.org/TR/mathml4/#parsing_mstack",
"https://www.w3.org/TR/mathml4/#parsing_mlongdiv",
"https://www.w3.org/TR/mathml4/#parsing_msgroup",
@@ -1589,9 +1597,11 @@
"https://www.w3.org/TR/mathml4/#parsing_mstyle.deprecatedattributes",
"https://www.w3.org/TR/mathml4/#parsing_math.deprecatedattributes",
"https://www.w3.org/TR/mathml4/#parsing_DeprecatedTokenAtt",
+ "https://www.w3.org/TR/mathml4/#parsing_DeprecatedMoAtt",
"https://www.w3.org/TR/mathml4/#parsing_group-alignment",
"https://www.w3.org/TR/mathml4/#parsing_group-alignment-list",
"https://www.w3.org/TR/mathml4/#parsing_group-alignment-list-list",
+ "https://www.w3.org/TR/mathml4/#parsing_mlabeledtr",
"https://www.w3.org/TR/mathml4/#using-the-mathml-dtd",
"https://www.w3.org/TR/mathml4/#parsing_usingdtd",
"https://www.w3.org/TR/mathml4/#using-the-mathml-xml-schema",
@@ -2134,6 +2144,7 @@
"https://www.w3.org/TR/mathml4/#chg_fund",
"https://www.w3.org/TR/mathml4/#chg_presm",
"https://www.w3.org/TR/mathml4/#chg_contm",
+ "https://www.w3.org/TR/mathml4/#chg_mixing_intent",
"https://www.w3.org/TR/mathml4/#chg_mixing",
"https://www.w3.org/TR/mathml4/#chg_world-interactions",
"https://www.w3.org/TR/mathml4/#chg_emdia_types",
@@ -2152,7 +2163,6 @@
"https://www.w3.org/TR/mathml4/#bib-dlmf",
"https://www.w3.org/TR/mathml4/#bib-entities",
"https://www.w3.org/TR/mathml4/#bib-html",
- "https://www.w3.org/TR/mathml4/#bib-http11",
"https://www.w3.org/TR/mathml4/#bib-ieee754",
"https://www.w3.org/TR/mathml4/#bib-infra",
"https://www.w3.org/TR/mathml4/#bib-iri",
@@ -2168,6 +2178,7 @@
"https://www.w3.org/TR/mathml4/#bib-rfc3986",
"https://www.w3.org/TR/mathml4/#bib-rfc7303",
"https://www.w3.org/TR/mathml4/#bib-rfc8174",
+ "https://www.w3.org/TR/mathml4/#bib-rfc9110",
"https://www.w3.org/TR/mathml4/#bib-svg",
"https://www.w3.org/TR/mathml4/#bib-uaag20",
"https://www.w3.org/TR/mathml4/#bib-unicode",
@@ -2177,6 +2188,7 @@
"https://www.w3.org/TR/mathml4/#bib-xmlschemas",
"https://www.w3.org/TR/mathml4/#informative-references",
"https://www.w3.org/TR/mathml4/#j-2-informative-references",
+ "https://www.w3.org/TR/mathml4/#bib-concept-lists",
"https://www.w3.org/TR/mathml4/#bib-mathml-notes",
"https://www.w3.org/TR/mathml4/#bib-mathml-types",
"https://www.w3.org/TR/mathml4/#bib-mathml1",
diff --git a/tr/ids/trusted-types.json b/tr/ids/trusted-types.json
index 11240be47277..0894e6b2b05c 100644
--- a/tr/ids/trusted-types.json
+++ b/tr/ids/trusted-types.json
@@ -540,21 +540,6 @@
"https://www.w3.org/TR/trusted-types/#ref-for-window-trusted-type-policy-factory",
"https://www.w3.org/TR/trusted-types/#ref-for-trustedtypepolicyfactory-default-policy%E2%91%A2",
"https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-policy-value%E2%91%A0",
- "https://www.w3.org/TR/trusted-types/#prepare-script-text",
- "https://www.w3.org/TR/trusted-types/#abstract-opdef-prepare-the-script-text",
- "https://www.w3.org/TR/trusted-types/#infopanel-for-abstract-opdef-prepare-the-script-text",
- "https://www.w3.org/TR/trusted-types/#infopaneltitle-for-abstract-opdef-prepare-the-script-text",
- "https://www.w3.org/TR/trusted-types/#infopanel-for-abstract-opdef-prepare-the-script-text",
- "https://www.w3.org/TR/trusted-types/#infopaneltitle-for-abstract-opdef-prepare-the-script-text",
- "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement%E2%91%A3",
- "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-script-text",
- "https://www.w3.org/TR/trusted-types/#ref-for-concept-child-text-content",
- "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-script-text%E2%91%A0",
- "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string",
- "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A3",
- "https://www.w3.org/TR/trusted-types/#ref-for-document%E2%91%A0",
- "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A0",
- "https://www.w3.org/TR/trusted-types/#ref-for-concept-child-text-content%E2%91%A0",
"https://www.w3.org/TR/trusted-types/#validate-attribute-mutation",
"https://www.w3.org/TR/trusted-types/#abstract-opdef-get-trusted-types-compliant-attribute-value",
"https://www.w3.org/TR/trusted-types/#ref-for-attr",
@@ -566,10 +551,10 @@
"https://www.w3.org/TR/trusted-types/#ref-for-assert",
"https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A8",
- "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A4",
- "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A0",
+ "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A3",
+ "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string",
"https://www.w3.org/TR/trusted-types/#ref-for-concept-node-document",
- "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A1",
+ "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A0",
"https://www.w3.org/TR/trusted-types/#get-trusted-type-data-for-attribute",
"https://www.w3.org/TR/trusted-types/#abstract-opdef-get-trusted-type-data-for-attribute",
"https://www.w3.org/TR/trusted-types/#infopanel-for-abstract-opdef-get-trusted-type-data-for-attribute",
@@ -583,17 +568,17 @@
"https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/trusted-types/#ref-for-htmliframeelement%E2%91%A0",
"https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement%E2%91%A4",
- "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A5",
+ "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement%E2%91%A3",
+ "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A4",
"https://www.w3.org/TR/trusted-types/#ref-for-InterfaceSVGScriptElement",
- "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A6",
+ "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A5",
"https://www.w3.org/TR/trusted-types/#ref-for-InterfaceSVGScriptElement%E2%91%A0",
"https://www.w3.org/TR/trusted-types/#ref-for-xlink-namespace",
- "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A7",
+ "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A6",
"https://www.w3.org/TR/trusted-types/#integrations",
"https://www.w3.org/TR/trusted-types/#ref-for-trustedhtml%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A8",
+ "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A7",
"https://www.w3.org/TR/trusted-types/#typedefdef-trustedtype",
"https://www.w3.org/TR/trusted-types/#infopanel-for-typedefdef-trustedtype",
"https://www.w3.org/TR/trusted-types/#infopaneltitle-for-typedefdef-trustedtype",
@@ -619,15 +604,15 @@
"https://www.w3.org/TR/trusted-types/#infopaneltitle-for-dom-windoworworkerglobalscope-trustedtypes",
"https://www.w3.org/TR/trusted-types/#ref-for-dom-windoworworkerglobalscope-trustedtypes%E2%91%A0",
"https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A4",
- "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A2",
+ "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A1",
"https://www.w3.org/TR/trusted-types/#enforcement-in-scripts",
- "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement%E2%91%A5",
- "https://www.w3.org/TR/trusted-types/#ref-for-concept-child-text-content%E2%91%A1",
+ "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement%E2%91%A4",
+ "https://www.w3.org/TR/trusted-types/#ref-for-concept-child-text-content",
"https://www.w3.org/TR/trusted-types/#ref-for-dom-innertext",
"https://www.w3.org/TR/trusted-types/#ref-for-dom-node-textcontent",
+ "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement%E2%91%A5",
+ "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A0",
"https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement%E2%91%A6",
- "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A1",
- "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement%E2%91%A7",
"https://www.w3.org/TR/trusted-types/#ref-for-cereactions",
"https://www.w3.org/TR/trusted-types/#ref-for-LegacyNullToEmptyString",
"https://www.w3.org/TR/trusted-types/#ref-for-idl-DOMString%E2%91%A1%E2%91%A0",
@@ -647,7 +632,7 @@
"https://www.w3.org/TR/trusted-types/#infopaneltitle-for-dom-htmlscriptelement-textcontent",
"https://www.w3.org/TR/trusted-types/#ref-for-cereactions%E2%91%A1",
"https://www.w3.org/TR/trusted-types/#ref-for-idl-USVString%E2%91%A1",
- "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A8",
"https://www.w3.org/TR/trusted-types/#dom-htmlscriptelement-src",
"https://www.w3.org/TR/trusted-types/#infopanel-for-dom-htmlscriptelement-src",
"https://www.w3.org/TR/trusted-types/#infopaneltitle-for-dom-htmlscriptelement-src",
@@ -662,22 +647,27 @@
"https://www.w3.org/TR/trusted-types/#infopanel-for-dom-htmlscriptelement-text",
"https://www.w3.org/TR/trusted-types/#infopaneltitle-for-dom-htmlscriptelement-text",
"https://www.w3.org/TR/trusted-types/#slots-with-trusted-values",
- "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement%E2%91%A8",
- "https://www.w3.org/TR/trusted-types/#htmlscriptelement-script-text",
- "https://www.w3.org/TR/trusted-types/#infopanel-for-htmlscriptelement-script-text",
- "https://www.w3.org/TR/trusted-types/#infopaneltitle-for-htmlscriptelement-script-text",
- "https://www.w3.org/TR/trusted-types/#infopanel-for-htmlscriptelement-script-text",
- "https://www.w3.org/TR/trusted-types/#infopaneltitle-for-htmlscriptelement-script-text",
- "https://www.w3.org/TR/trusted-types/#ref-for-concept-child-text-content%E2%91%A2",
+ "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement%E2%91%A7",
+ "https://www.w3.org/TR/trusted-types/#ref-for-InterfaceSVGScriptElement%E2%91%A1",
+ "https://www.w3.org/TR/trusted-types/#htmlscriptelement-is-trusted",
+ "https://www.w3.org/TR/trusted-types/#infopanel-for-htmlscriptelement-is-trusted",
+ "https://www.w3.org/TR/trusted-types/#infopaneltitle-for-htmlscriptelement-is-trusted",
+ "https://www.w3.org/TR/trusted-types/#infopanel-for-htmlscriptelement-is-trusted",
+ "https://www.w3.org/TR/trusted-types/#infopaneltitle-for-htmlscriptelement-is-trusted",
+ "https://www.w3.org/TR/trusted-types/#htmlscriptelement-changed-by-trusted-sink",
+ "https://www.w3.org/TR/trusted-types/#infopanel-for-htmlscriptelement-changed-by-trusted-sink",
+ "https://www.w3.org/TR/trusted-types/#infopaneltitle-for-htmlscriptelement-changed-by-trusted-sink",
+ "https://www.w3.org/TR/trusted-types/#infopanel-for-htmlscriptelement-changed-by-trusted-sink",
+ "https://www.w3.org/TR/trusted-types/#infopaneltitle-for-htmlscriptelement-changed-by-trusted-sink",
"https://www.w3.org/TR/trusted-types/#the-innerText-idl-attribute",
"https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-innertext",
"https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-innertext%E2%91%A0",
- "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A2",
+ "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A1",
"https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A5",
- "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A3",
+ "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A2",
"https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A6",
- "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-script-text%E2%91%A1",
+ "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-changed-by-trusted-sink",
"https://www.w3.org/TR/trusted-types/#ref-for-set-the-inner-text-steps",
"https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A7",
"https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-innertext%E2%91%A1",
@@ -686,12 +676,12 @@
"https://www.w3.org/TR/trusted-types/#the-textContent-idl-attribute",
"https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-textcontent",
"https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-textcontent%E2%91%A0",
- "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A3",
+ "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A2",
"https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A4",
+ "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A3",
"https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-script-text%E2%91%A2",
+ "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-changed-by-trusted-sink%E2%91%A0",
"https://www.w3.org/TR/trusted-types/#ref-for-set-text-content",
"https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-textcontent%E2%91%A1",
@@ -700,31 +690,39 @@
"https://www.w3.org/TR/trusted-types/#the-text-idl-attribute",
"https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-text%E2%91%A0",
"https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-text%E2%91%A1",
- "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A4",
+ "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A3",
"https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A5",
+ "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A4",
"https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-script-text%E2%91%A3",
+ "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-changed-by-trusted-sink%E2%91%A1",
"https://www.w3.org/TR/trusted-types/#ref-for-string-replace-all",
"https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/trusted-types/#the-src-idl-attribute",
"https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-src%E2%91%A0",
"https://www.w3.org/TR/trusted-types/#ref-for-dom-htmlscriptelement-src%E2%91%A1",
- "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A5",
- "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A4",
+ "https://www.w3.org/TR/trusted-types/#ref-for-trustedscripturl%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A6",
+ "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A5",
"https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/trusted-types/#ref-for-attr-script-src",
- "https://www.w3.org/TR/trusted-types/#setting-slot-values-from-parser",
- "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-script-text%E2%91%A4",
- "https://www.w3.org/TR/trusted-types/#ref-for-parsing-main-incdata",
- "https://www.w3.org/TR/trusted-types/#scriptEndTag",
- "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-script-text%E2%91%A5",
- "https://www.w3.org/TR/trusted-types/#ref-for-concept-child-text-content%E2%91%A3",
- "https://www.w3.org/TR/trusted-types/#ref-for-nestedParsing",
- "https://www.w3.org/TR/trusted-types/#issue-d247526d",
+ "https://www.w3.org/TR/trusted-types/#script-children-changed-steps",
+ "https://www.w3.org/TR/trusted-types/#ref-for-concept-node-children-changed-ext",
+ "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement%E2%91%A8",
+ "https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-is-trusted",
+ "https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-changed-by-trusted-sink%E2%91%A2",
+ "https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-is-trusted%E2%91%A0",
+ "https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-changed-by-trusted-sink%E2%91%A3",
+ "https://www.w3.org/TR/trusted-types/#issue-2142ba50",
+ "https://www.w3.org/TR/trusted-types/#ref-for-concept-node-children-changed-ext%E2%91%A0",
+ "https://www.w3.org/TR/trusted-types/#ref-for-InterfaceSVGScriptElement%E2%91%A2",
+ "https://www.w3.org/TR/trusted-types/#ref-for-this%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-is-trusted%E2%91%A1",
"https://www.w3.org/TR/trusted-types/#slot-value-verification",
"https://www.w3.org/TR/trusted-types/#ref-for-prepare-the-script-element",
"https://www.w3.org/TR/trusted-types/#script-processing-model%3Aalready-started-3",
@@ -735,9 +733,13 @@
"https://www.w3.org/TR/trusted-types/#script-processing-model%3Ascript-force-async-2",
"https://www.w3.org/TR/trusted-types/#script-processing-model%3Athe-script-element-28",
"https://www.w3.org/TR/trusted-types/#script-processing-model%3Aattr-script-async-5",
- "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-prepare-the-script-text",
"https://www.w3.org/TR/trusted-types/#script-processing-model%3Achild-text-content",
- "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-script-text%E2%91%A6",
+ "https://www.w3.org/TR/trusted-types/#ref-for-htmlscriptelement-is-trusted%E2%91%A2",
+ "https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-get-trusted-type-compliant-string%E2%91%A5",
+ "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/trusted-types/#ref-for-concept-relevant-global%E2%91%A6",
+ "https://www.w3.org/TR/trusted-types/#issue-32a7fbd5",
+ "https://www.w3.org/TR/trusted-types/#ref-for-InterfaceSVGScriptElement%E2%91%A3",
"https://www.w3.org/TR/trusted-types/#integration-with-dom",
"https://www.w3.org/TR/trusted-types/#integration-with-content-security-policy",
"https://www.w3.org/TR/trusted-types/#require-trusted-types-for-csp-directive",
@@ -773,10 +775,10 @@
"https://www.w3.org/TR/trusted-types/#ref-for-concept-url-serializer",
"https://www.w3.org/TR/trusted-types/#ref-for-concept-request-url%E2%91%A0",
"https://www.w3.org/TR/trusted-types/#ref-for-abstract-opdef-process-value-with-a-default-policy%E2%91%A0",
- "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/trusted-types/#ref-for-concept-request-client",
"https://www.w3.org/TR/trusted-types/#ref-for-concept-settings-object-global",
- "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/trusted-types/#ref-for-trustedscript%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/trusted-types/#ref-for-concept-url-parser",
"https://www.w3.org/TR/trusted-types/#ref-for-concept-request-url%E2%91%A1",
"https://www.w3.org/TR/trusted-types/#ref-for-directive-inline-check",
@@ -1003,6 +1005,11 @@
"https://www.w3.org/TR/trusted-types/#infopaneltitle-for-631f76db",
"https://www.w3.org/TR/trusted-types/#infopanel-for-631f76db",
"https://www.w3.org/TR/trusted-types/#infopaneltitle-for-631f76db",
+ "https://www.w3.org/TR/trusted-types/#29149164",
+ "https://www.w3.org/TR/trusted-types/#infopanel-for-29149164",
+ "https://www.w3.org/TR/trusted-types/#infopaneltitle-for-29149164",
+ "https://www.w3.org/TR/trusted-types/#infopanel-for-29149164",
+ "https://www.w3.org/TR/trusted-types/#infopaneltitle-for-29149164",
"https://www.w3.org/TR/trusted-types/#f20f4175",
"https://www.w3.org/TR/trusted-types/#infopanel-for-f20f4175",
"https://www.w3.org/TR/trusted-types/#infopaneltitle-for-f20f4175",
@@ -1153,11 +1160,6 @@
"https://www.w3.org/TR/trusted-types/#infopaneltitle-for-b75a7d23",
"https://www.w3.org/TR/trusted-types/#infopanel-for-b75a7d23",
"https://www.w3.org/TR/trusted-types/#infopaneltitle-for-b75a7d23",
- "https://www.w3.org/TR/trusted-types/#e7762445",
- "https://www.w3.org/TR/trusted-types/#infopanel-for-e7762445",
- "https://www.w3.org/TR/trusted-types/#infopaneltitle-for-e7762445",
- "https://www.w3.org/TR/trusted-types/#infopanel-for-e7762445",
- "https://www.w3.org/TR/trusted-types/#infopaneltitle-for-e7762445",
"https://www.w3.org/TR/trusted-types/#e99bd18e",
"https://www.w3.org/TR/trusted-types/#infopanel-for-e99bd18e",
"https://www.w3.org/TR/trusted-types/#infopaneltitle-for-e99bd18e",
@@ -1173,11 +1175,6 @@
"https://www.w3.org/TR/trusted-types/#infopaneltitle-for-ff5484a3",
"https://www.w3.org/TR/trusted-types/#infopanel-for-ff5484a3",
"https://www.w3.org/TR/trusted-types/#infopaneltitle-for-ff5484a3",
- "https://www.w3.org/TR/trusted-types/#c62c4764",
- "https://www.w3.org/TR/trusted-types/#infopanel-for-c62c4764",
- "https://www.w3.org/TR/trusted-types/#infopaneltitle-for-c62c4764",
- "https://www.w3.org/TR/trusted-types/#infopanel-for-c62c4764",
- "https://www.w3.org/TR/trusted-types/#infopaneltitle-for-c62c4764",
"https://www.w3.org/TR/trusted-types/#a3b18719",
"https://www.w3.org/TR/trusted-types/#infopanel-for-a3b18719",
"https://www.w3.org/TR/trusted-types/#infopaneltitle-for-a3b18719",
diff --git a/tr/index.json b/tr/index.json
index 676250f19898..cf9f1e0a211f 100644
--- a/tr/index.json
+++ b/tr/index.json
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
- "date": "2024-10-28T01:34:36.336Z",
+ "date": "2024-10-29T01:34:56.950Z",
"options": {
"fallback": "tr/index.json",
"output": "report",
@@ -712,7 +712,7 @@
"https://aomediacodec.github.io/av1-spec/"
],
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
- "date": "28 October 2024",
+ "date": "29 October 2024",
"links": "links/av1-spec.json"
},
{
@@ -12262,10 +12262,11 @@
],
"crawled": "https://www.w3.org/TR/mathml4/",
"crawlCacheInfo": {
- "lastModified": "Thu, 08 Sep 2022 10:37:36 GMT"
+ "lastModified": "Mon, 28 Oct 2024 22:32:05 GMT"
},
"generator": "respec",
- "date": "08 September 2022",
+ "date": "28 October 2024",
+ "revision": "0fd07a16ffcd6ca853872fc88d4086ccc04cb6b1",
"algorithms": "algorithms/mathml4.json",
"links": "links/mathml4.json",
"refs": "refs/mathml4.json",
@@ -15482,11 +15483,11 @@
],
"crawled": "https://www.w3.org/TR/rdf12-turtle/",
"crawlCacheInfo": {
- "lastModified": "Thu, 24 Oct 2024 16:43:55 GMT"
+ "lastModified": "Mon, 28 Oct 2024 17:31:26 GMT"
},
"generator": "respec",
- "date": "24 October 2024",
- "revision": "1e24486066f241a09fd5fd70a3267abd4da73f01",
+ "date": "28 October 2024",
+ "revision": "c91c04b0bd475cef2c12eb8904c0fca05e0e68b0",
"links": "links/rdf12-turtle.json",
"refs": "refs/rdf12-turtle.json",
"dfns": "dfns/rdf12-turtle.json",
@@ -17927,11 +17928,11 @@
],
"crawled": "https://www.w3.org/TR/trusted-types/",
"crawlCacheInfo": {
- "lastModified": "Tue, 10 Sep 2024 13:50:24 GMT"
+ "lastModified": "Mon, 28 Oct 2024 15:35:57 GMT"
},
"generator": "bikeshed",
- "date": "10 September 2024",
- "revision": "3b74745ed73475d7ef6e144c4f3c62bbdaee54ac",
+ "date": "28 October 2024",
+ "revision": "e8ff92bf7786916178f3a170d83a13d2a3e36196",
"algorithms": "algorithms/trusted-types.json",
"links": "links/trusted-types.json",
"refs": "refs/trusted-types.json",
diff --git a/tr/links/mathml4.json b/tr/links/mathml4.json
index bd8907f8f641..16aec7bddc9a 100644
--- a/tr/links/mathml4.json
+++ b/tr/links/mathml4.json
@@ -14,33 +14,20 @@
"http://www.unicode.org/reports/tr25/": {},
"https://datatracker.ietf.org/doc/html/bcp14": {},
"https://dlmf.nist.gov/4": {},
- "https://docs.google.com/spreadsheets/d/1EsWou1K5nxBdLPvQapdoA9h-s8lg_qjn8fJH64g9izQ/edit": {
- "anchors": [
- "gid=1358098730"
- ]
- },
"https://github.com/w3c/mathml": {},
+ "https://github.com/w3c/mathml-docs": {},
"https://github.com/w3c/mathml/issues/178": {},
"https://github.com/w3c/mathml/issues/180": {},
"https://github.com/w3c/mathml/issues/247": {},
- "https://github.com/w3c/mathml/issues/253": {},
- "https://github.com/w3c/mathml/issues/254": {},
- "https://github.com/w3c/mathml/issues/255": {},
- "https://github.com/w3c/mathml/issues/257": {},
- "https://github.com/w3c/mathml/issues/267": {},
"https://github.com/w3c/mathml/issues/284": {},
"https://github.com/w3c/mathml/issues/304": {},
- "https://github.com/w3c/mathml/issues/337": {},
"https://github.com/w3c/mathml/issues/361": {},
- "https://github.com/w3c/mathml/issues/402": {},
- "https://github.com/w3c/mathml/issues/410": {},
"https://github.com/w3c/mathml/issues/?q=is%3Aissue+is%3Aopen+label%3A%22MathML+4%22": {},
"https://github.com/w3c/mathml/issues/?q=is%3Aissue+is%3Aopen+label%3A%22compatibility%22": {},
"https://github.com/w3c/mathml/issues/?q=is%3Aissue+is%3Aopen+label%3A%22css+%2F+html5%22": {},
- "https://github.com/w3c/mathml/issues/?q=is%3Aissue+is%3Aopen+label%3A%22intent%22": {},
"https://github.com/w3c/mathml/issues/?q=is%3Aissue+is%3Aopen+label%3A%22need+specification+update%22": {},
"https://html.spec.whatwg.org/multipage/": {},
- "https://httpwg.org/specs/rfc7230.html": {},
+ "https://httpwg.org/specs/rfc9110.html": {},
"https://infra.spec.whatwg.org/": {
"anchors": [
"ascii-case-insensitive"
@@ -361,7 +348,6 @@
"dfn-mn",
"dfn-mo",
"dfn-form",
- "dfn-fence",
"dfn-lspace",
"dfn-rspace",
"dfn-stretchy",
@@ -380,7 +366,6 @@
"dfn-mrow",
"dfn-mfrac",
"dfn-linethickness",
- "dfn-length-percentage",
"dfn-msqrt",
"dfn-mroot",
"dfn-mstyle",
@@ -410,8 +395,15 @@
"dfn-columnspan"
]
},
+ "https://w3c.github.io/mathml-docs/concept-lists/": {},
+ "https://w3c.github.io/mathml-docs/intent-core-concepts/": {},
+ "https://w3c.github.io/mathml-docs/intent-core-properties": {},
+ "https://w3c.github.io/mathml-docs/intent-core-properties/": {},
+ "https://w3c.github.io/mathml-docs/intent-open-concepts": {},
+ "https://w3c.github.io/mathml-docs/intent-open-properties": {},
"https://w3c.github.io/mathml-docs/mathml-media-types/": {},
"https://w3c.github.io/mathml-docs/notes-on-mathml/": {},
+ "https://w3c.github.io/mathml-polyfills/": {},
"https://www.rfc-editor.org/rfc/rfc2045": {},
"https://www.rfc-editor.org/rfc/rfc2046": {},
"https://www.rfc-editor.org/rfc/rfc2119": {},
@@ -419,19 +411,8 @@
"https://www.rfc-editor.org/rfc/rfc3987": {},
"https://www.rfc-editor.org/rfc/rfc7303": {},
"https://www.rfc-editor.org/rfc/rfc8174": {},
- "https://www.unicode.org/reports/tr9/tr9-44.html": {},
+ "https://www.unicode.org/reports/tr9/tr9-50.html": {},
"https://www.unicode.org/versions/latest/": {},
- "https://www.w3.org/2021/Process-20211102/": {
- "anchors": [
- "recs-and-notes"
- ]
- },
- "https://www.w3.org/Consortium/Patent-Policy/": {
- "anchors": [
- "def-essential",
- "sec-Disclosure"
- ]
- },
"https://www.w3.org/Graphics/": {},
"https://www.w3.org/Math/": {},
"https://www.w3.org/Math/RelaxNG/mathml4/mathml4-content.rnc": {},
@@ -504,7 +485,18 @@
]
},
"https://www.w3.org/groups/wg/math": {},
- "https://www.w3.org/groups/wg/math/ipr": {}
+ "https://www.w3.org/groups/wg/math/ipr": {},
+ "https://www.w3.org/policies/patent-policy/": {
+ "anchors": [
+ "def-essential",
+ "sec-Disclosure"
+ ]
+ },
+ "https://www.w3.org/policies/process/20231103/": {
+ "anchors": [
+ "recs-and-notes"
+ ]
+ }
},
"autolinks": {}
}
diff --git a/tr/links/trusted-types.json b/tr/links/trusted-types.json
index 5255c2ac23f6..12576daf71da 100644
--- a/tr/links/trusted-types.json
+++ b/tr/links/trusted-types.json
@@ -126,11 +126,14 @@
"https://developer.mozilla.org/en-US/docs/Web/API/TrustedTypePolicyFactory/isScriptURL": {},
"https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/require-trusted-types-for": {},
"https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/trusted-types": {},
- "https://dom.spec.whatwg.org/": {},
+ "https://dom.spec.whatwg.org/": {
+ "anchors": [
+ "concept-child-text-content"
+ ]
+ },
"https://en.wikipedia.org/wiki/Object-capability_model": {},
"https://fetch.spec.whatwg.org/": {},
"https://github.com/google/security-research-pocs/tree/master/script-gadgets": {},
- "https://github.com/w3c/trusted-types/issues/507": {},
"https://github.com/w3c/trusted-types/issues/520": {},
"https://github.com/web-platform-tests/wpt/blob/master/trusted-types/DOMParser-parseFromString-regression.html": {},
"https://github.com/web-platform-tests/wpt/blob/master/trusted-types/DOMParser-parseFromString.html": {},
@@ -232,6 +235,7 @@
"https://github.com/whatwg/dom/pull/1268": {},
"https://html.spec.whatwg.org/": {
"anchors": [
+ "prepare-the-script-element:~:text=When%20a%20script%20element%20el%20that%20is%20not%20parser%2Dinserted%20experiences",
"already-started",
"parser-document",
"the-script-element",
@@ -264,9 +268,9 @@
"grammardef-required-ascii-whitespace"
]
},
- "https://w3c.github.io/webcomponents/spec/imports/": {},
"https://webidl.spec.whatwg.org/": {},
"https://wicg.github.io/origin-policy/": {},
+ "https://wicg.github.io/webcomponents/spec/imports/": {},
"https://wpt.fyi/results/trusted-types/DOMParser-parseFromString-regression.html": {},
"https://wpt.fyi/results/trusted-types/DOMParser-parseFromString.html": {},
"https://wpt.fyi/results/trusted-types/DOMWindowTimers-setTimeout-setInterval.html": {},
@@ -399,15 +403,16 @@
"element",
"document",
"concept-element-interface",
- "concept-child-text-content",
"attr",
"concept-attribute-local-name",
"concept-attribute-namespace",
"concept-node-document",
+ "concept-child-text-content",
"dom-node-textcontent",
"set-text-content",
"get-text-content",
- "string-replace-all"
+ "string-replace-all",
+ "concept-node-children-changed-ext"
]
},
"https://fetch.spec.whatwg.org/": {
@@ -423,8 +428,6 @@
"set-the-inner-text-steps",
"get-the-text-steps",
"attr-script-src",
- "parsing-main-incdata",
- "nestedParsing",
"prepare-the-script-element"
]
},
diff --git a/tr/refs/mathml4.json b/tr/refs/mathml4.json
index 2ddb224cf6d8..da68cf3f9afb 100644
--- a/tr/refs/mathml4.json
+++ b/tr/refs/mathml4.json
@@ -7,7 +7,7 @@
"normative": [
{
"name": "Bidi",
- "url": "https://www.unicode.org/reports/tr9/tr9-44.html"
+ "url": "https://www.unicode.org/reports/tr9/tr9-50.html"
},
{
"name": "CSS-Color-3",
@@ -33,10 +33,6 @@
"name": "HTML",
"url": "https://html.spec.whatwg.org/multipage/"
},
- {
- "name": "HTTP11",
- "url": "https://httpwg.org/specs/rfc7230.html"
- },
{
"name": "IEEE754"
},
@@ -96,6 +92,10 @@
"name": "RFC8174",
"url": "https://www.rfc-editor.org/rfc/rfc8174"
},
+ {
+ "name": "rfc9110",
+ "url": "https://httpwg.org/specs/rfc9110.html"
+ },
{
"name": "SVG",
"url": "https://www.w3.org/TR/SVG11/"
@@ -126,6 +126,10 @@
}
],
"informative": [
+ {
+ "name": "Concept-Lists",
+ "url": "https://w3c.github.io/mathml-docs/concept-lists/"
+ },
{
"name": "MathML-Notes",
"url": "https://w3c.github.io/mathml-docs/notes-on-mathml/"