diff --git a/tr/css/css-values.json b/tr/css/css-values.json index c5350f54a4a0..8053ab3abfe1 100644 --- a/tr/css/css-values.json +++ b/tr/css/css-values.json @@ -7,26 +7,6 @@ "atrules": [], "selectors": [], "values": [ - { - "name": "mix()", - "prose": "Interpolation of two values can be represented by the mix() functional notation, whose syntax is defined as follows:", - "type": "function", - "value": "mix( ';' ? ';' ? )", - "values": [ - { - "name": "", - "prose": "Represents the interpolation progress between the two values.", - "type": "value", - "value": "" - }, - { - "name": "", - "prose": "The first represents the value at the “start” (0%) of the interpolation range, interpreted as a value for the property this function is used in. The second represents the value at the “end” (100%) of the interpolation range, interpreted the same. Either value can be omitted, to refer to an empty value (this is valid in custom properties, such as --foo:;). The separating ; cannot be omitted; for example, a mix() with an empty starting value would be written like mix(50%;;bar).", - "type": "value", - "value": "" - } - ] - }, { "name": "", "prose": "CSS identifiers, generically denoted by , consist of a sequence of characters conforming to the grammar. [CSS-SYNTAX-3] Identifiers cannot be quoted; otherwise they would be interpreted as strings. CSS properties accept two classes of identifiers: pre-defined keywords and author-defined identifiers.", @@ -492,31 +472,31 @@ "values": [ { "name": "e", - "prose": "e is the base of the natural logarithm, approximately equal to 2.7182818284590452354.", + "prose": "the base of the natural logarithm, approximately equal to 2.7182818284590452354.", "type": "value", "value": "e" }, { "name": "pi", - "prose": "pi is the ratio of a circle’s circumference to its diameter, approximately equal to 3.1415926535897932.", + "prose": "the ratio of a circle’s circumference to its diameter, approximately equal to 3.1415926535897932.", "type": "value", "value": "pi" }, { "name": "infinity", - "prose": "When a calculation or a subtree of a calculation becomes infinite or NaN, representing it with a numeric value is no longer possible. To aid in serialization of these degenerate values, the additional math constants infinity (with the value +∞), -infinity (with the value −∞), and NaN (with the value NaN) are defined.", + "prose": "the value positive infinity (+∞)", "type": "value", "value": "infinity" }, { "name": "-infinity", - "prose": "When a calculation or a subtree of a calculation becomes infinite or NaN, representing it with a numeric value is no longer possible. To aid in serialization of these degenerate values, the additional math constants infinity (with the value +∞), -infinity (with the value −∞), and NaN (with the value NaN) are defined.", + "prose": "the value negative infinity (−∞)", "type": "value", "value": "-infinity" }, { "name": "NaN", - "prose": "When a calculation or a subtree of a calculation becomes infinite or NaN, representing it with a numeric value is no longer possible. To aid in serialization of these degenerate values, the additional math constants infinity (with the value +∞), -infinity (with the value −∞), and NaN (with the value NaN) are defined.", + "prose": "the value NaN", "type": "value", "value": "NaN" } @@ -536,7 +516,7 @@ }, { "name": "clamp()", - "prose": "The clamp() function takes three calculations—a minimum value, a central value, and a maximum value—and represents its central calculation, clamped according to its min and max calculations, favoring the min calculation if it conflicts with the max. (That is, given clamp(MIN, VAL, MAX), it represents exactly the same value as max(MIN, min(VAL, MAX))).", + "prose": "The clamp() function takes three calculations—​a minimum value, a central value, and a maximum value—​and represents its central calculation, clamped according to its min and max calculations, favoring the min calculation if it conflicts with the max. (That is, given clamp(MIN, VAL, MAX), it represents exactly the same value as max(MIN, min(VAL, MAX))).", "type": "function", "value": "clamp( #{3} )" }, @@ -670,10 +650,10 @@ { "name": "", "type": "type", - "value": " | | | | ( )" + "value": " | | | | ( )" }, { - "name": "", + "name": "", "type": "type", "value": "e | pi | infinity | -infinity | NaN" }, diff --git a/tr/dfns/accelerometer.json b/tr/dfns/accelerometer.json index 60aa9d1bf54f..2de9f8b08777 100644 --- a/tr/dfns/accelerometer.json +++ b/tr/dfns/accelerometer.json @@ -4,6 +4,25 @@ "url": "https://www.w3.org/TR/accelerometer/" }, "dfns": [ + { + "id": "accelerometer-feature", + "href": "https://www.w3.org/TR/accelerometer/#accelerometer-feature", + "linkingText": [ + "accelerometer-feature" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "permissions-policy-integration", + "href": "https://www.w3.org/TR/accelerometer/#permissions-policy-integration", + "title": "Permissions Policy integration", + "number": "5" + }, + "definedIn": "prose" + }, { "id": "accelerometer-sensor-type", "href": "https://www.w3.org/TR/accelerometer/#accelerometer-sensor-type", @@ -16,10 +35,10 @@ "access": "private", "informative": false, "heading": { - "id": "model", - "href": "https://www.w3.org/TR/accelerometer/#model", - "title": "Model", - "number": "5" + "id": "accelerometer-model", + "href": "https://www.w3.org/TR/accelerometer/#accelerometer-model", + "title": "Accelerometer", + "number": "6.1" }, "definedIn": "prose" }, @@ -35,10 +54,9 @@ "access": "public", "informative": false, "heading": { - "id": "model", - "href": "https://www.w3.org/TR/accelerometer/#model", - "title": "Model", - "number": "5" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, "definedIn": "prose" }, @@ -54,10 +72,28 @@ "access": "private", "informative": false, "heading": { - "id": "model", - "href": "https://www.w3.org/TR/accelerometer/#model", - "title": "Model", - "number": "5" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" + }, + "definedIn": "prose" + }, + { + "id": "linear-acceleration-sensor-sensor-type", + "href": "https://www.w3.org/TR/accelerometer/#linear-acceleration-sensor-sensor-type", + "linkingText": [ + "Linear Acceleration Sensor" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "linear-acceleration-sensor-model", + "href": "https://www.w3.org/TR/accelerometer/#linear-acceleration-sensor-model", + "title": "Linear Acceleration Sensor", + "number": "6.2" }, "definedIn": "prose" }, @@ -73,10 +109,28 @@ "access": "private", "informative": false, "heading": { - "id": "model", - "href": "https://www.w3.org/TR/accelerometer/#model", - "title": "Model", - "number": "5" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" + }, + "definedIn": "prose" + }, + { + "id": "gravity-sensor-sensor-type", + "href": "https://www.w3.org/TR/accelerometer/#gravity-sensor-sensor-type", + "linkingText": [ + "Gravity Sensor" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "gravity-sensor-model", + "href": "https://www.w3.org/TR/accelerometer/#gravity-sensor-model", + "title": "Gravity Sensor", + "number": "6.3" }, "definedIn": "prose" }, @@ -92,10 +146,9 @@ "access": "private", "informative": false, "heading": { - "id": "model", - "href": "https://www.w3.org/TR/accelerometer/#model", - "title": "Model", - "number": "5" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, "definedIn": "prose" }, @@ -114,7 +167,7 @@ "id": "reference-frame", "href": "https://www.w3.org/TR/accelerometer/#reference-frame", "title": "Reference Frame", - "number": "5.1" + "number": "6.4" }, "definedIn": "prose" }, @@ -130,10 +183,9 @@ "access": "public", "informative": false, "heading": { - "id": "reference-frame", - "href": "https://www.w3.org/TR/accelerometer/#reference-frame", - "title": "Reference Frame", - "number": "5.1" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, "definedIn": "prose" }, @@ -152,31 +204,7 @@ "id": "accelerometer-interface", "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", "title": "The Accelerometer Interface", - "number": "6.1" - }, - "definedIn": "pre" - }, - { - "id": "dom-accelerometer-accelerometer", - "href": "https://www.w3.org/TR/accelerometer/#dom-accelerometer-accelerometer", - "linkingText": [ - "Accelerometer(options)", - "constructor(options)", - "Accelerometer()", - "constructor()" - ], - "localLinkingText": [], - "type": "constructor", - "for": [ - "Accelerometer" - ], - "access": "public", - "informative": false, - "heading": { - "id": "accelerometer-interface", - "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", - "title": "The Accelerometer Interface", - "number": "6.1" + "number": "7.1" }, "definedIn": "pre" }, @@ -197,10 +225,9 @@ "access": "public", "informative": false, "heading": { - "id": "accelerometer-interface", - "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", - "title": "The Accelerometer Interface", - "number": "6.1" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, "definedIn": "pre" }, @@ -218,10 +245,9 @@ "access": "public", "informative": false, "heading": { - "id": "accelerometer-interface", - "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", - "title": "The Accelerometer Interface", - "number": "6.1" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, "definedIn": "pre" }, @@ -239,10 +265,9 @@ "access": "public", "informative": false, "heading": { - "id": "accelerometer-interface", - "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", - "title": "The Accelerometer Interface", - "number": "6.1" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, "definedIn": "pre" }, @@ -260,10 +285,9 @@ "access": "public", "informative": false, "heading": { - "id": "accelerometer-interface", - "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", - "title": "The Accelerometer Interface", - "number": "6.1" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, "definedIn": "pre" }, @@ -279,10 +303,9 @@ "access": "public", "informative": false, "heading": { - "id": "accelerometer-interface", - "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", - "title": "The Accelerometer Interface", - "number": "6.1" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, "definedIn": "pre" }, @@ -300,10 +323,9 @@ "access": "public", "informative": false, "heading": { - "id": "accelerometer-interface", - "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", - "title": "The Accelerometer Interface", - "number": "6.1" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, "definedIn": "pre" }, @@ -321,10 +343,9 @@ "access": "public", "informative": false, "heading": { - "id": "accelerometer-interface", - "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", - "title": "The Accelerometer Interface", - "number": "6.1" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, "definedIn": "pre" }, @@ -340,10 +361,9 @@ "access": "public", "informative": false, "heading": { - "id": "accelerometer-interface", - "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", - "title": "The Accelerometer Interface", - "number": "6.1" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, "definedIn": "pre" }, @@ -361,53 +381,51 @@ "access": "public", "informative": false, "heading": { - "id": "accelerometer-interface", - "href": "https://www.w3.org/TR/accelerometer/#accelerometer-interface", - "title": "The Accelerometer Interface", - "number": "6.1" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, "definedIn": "pre" }, { - "id": "linearaccelerationsensor", - "href": "https://www.w3.org/TR/accelerometer/#linearaccelerationsensor", + "id": "dom-accelerometer-accelerometer", + "href": "https://www.w3.org/TR/accelerometer/#dom-accelerometer-accelerometer", "linkingText": [ - "LinearAccelerationSensor" + "Accelerometer(options)", + "constructor(options)", + "Accelerometer()", + "constructor()" ], "localLinkingText": [], - "type": "interface", - "for": [], + "type": "constructor", + "for": [ + "Accelerometer" + ], "access": "public", "informative": false, "heading": { - "id": "linearaccelerationsensor-interface", - "href": "https://www.w3.org/TR/accelerometer/#linearaccelerationsensor-interface", - "title": "The LinearAccelerationSensor Interface", - "number": "6.2" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, - "definedIn": "pre" + "definedIn": "prose" }, { - "id": "dom-linearaccelerationsensor-linearaccelerationsensor", - "href": "https://www.w3.org/TR/accelerometer/#dom-linearaccelerationsensor-linearaccelerationsensor", + "id": "linearaccelerationsensor", + "href": "https://www.w3.org/TR/accelerometer/#linearaccelerationsensor", "linkingText": [ - "LinearAccelerationSensor(options)", - "constructor(options)", - "LinearAccelerationSensor()", - "constructor()" - ], - "localLinkingText": [], - "type": "constructor", - "for": [ "LinearAccelerationSensor" ], + "localLinkingText": [], + "type": "interface", + "for": [], "access": "public", "informative": false, "heading": { "id": "linearaccelerationsensor-interface", "href": "https://www.w3.org/TR/accelerometer/#linearaccelerationsensor-interface", "title": "The LinearAccelerationSensor Interface", - "number": "6.2" + "number": "7.2" }, "definedIn": "pre" }, @@ -428,53 +446,51 @@ "access": "public", "informative": false, "heading": { - "id": "linearaccelerationsensor-interface", - "href": "https://www.w3.org/TR/accelerometer/#linearaccelerationsensor-interface", - "title": "The LinearAccelerationSensor Interface", - "number": "6.2" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, "definedIn": "pre" }, { - "id": "gravitysensor", - "href": "https://www.w3.org/TR/accelerometer/#gravitysensor", + "id": "dom-linearaccelerationsensor-linearaccelerationsensor", + "href": "https://www.w3.org/TR/accelerometer/#dom-linearaccelerationsensor-linearaccelerationsensor", "linkingText": [ - "GravitySensor" + "LinearAccelerationSensor(options)", + "constructor(options)", + "LinearAccelerationSensor()", + "constructor()" ], "localLinkingText": [], - "type": "interface", - "for": [], + "type": "constructor", + "for": [ + "LinearAccelerationSensor" + ], "access": "public", "informative": false, "heading": { - "id": "gravitysensor-interface", - "href": "https://www.w3.org/TR/accelerometer/#gravitysensor-interface", - "title": "The GravitySensor Interface", - "number": "6.3" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, - "definedIn": "pre" + "definedIn": "prose" }, { - "id": "dom-gravitysensor-gravitysensor", - "href": "https://www.w3.org/TR/accelerometer/#dom-gravitysensor-gravitysensor", + "id": "gravitysensor", + "href": "https://www.w3.org/TR/accelerometer/#gravitysensor", "linkingText": [ - "GravitySensor(options)", - "constructor(options)", - "GravitySensor()", - "constructor()" - ], - "localLinkingText": [], - "type": "constructor", - "for": [ "GravitySensor" ], + "localLinkingText": [], + "type": "interface", + "for": [], "access": "public", "informative": false, "heading": { "id": "gravitysensor-interface", "href": "https://www.w3.org/TR/accelerometer/#gravitysensor-interface", "title": "The GravitySensor Interface", - "number": "6.3" + "number": "7.3" }, "definedIn": "pre" }, @@ -495,151 +511,53 @@ "access": "public", "informative": false, "heading": { - "id": "gravitysensor-interface", - "href": "https://www.w3.org/TR/accelerometer/#gravitysensor-interface", - "title": "The GravitySensor Interface", - "number": "6.3" - }, - "definedIn": "pre" - }, - { - "id": "construct-an-accelerometer-object", - "href": "https://www.w3.org/TR/accelerometer/#construct-an-accelerometer-object", - "linkingText": [ - "Construct an accelerometer object" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "construct-an-accelerometer-object", - "href": "https://www.w3.org/TR/accelerometer/#construct-an-accelerometer-object", - "title": "Construct an accelerometer object", - "number": "7.1" - }, - "definedIn": "heading" - }, - { - "id": "dictdef-accelerometerreadingvalues", - "href": "https://www.w3.org/TR/accelerometer/#dictdef-accelerometerreadingvalues", - "linkingText": [ - "AccelerometerReadingValues" - ], - "localLinkingText": [], - "type": "dictionary", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "mock-accelerometer-type", - "href": "https://www.w3.org/TR/accelerometer/#mock-accelerometer-type", - "title": "Mock Sensor Type", - "number": "8.1" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, "definedIn": "pre" }, { - "id": "dom-accelerometerreadingvalues-x", - "href": "https://www.w3.org/TR/accelerometer/#dom-accelerometerreadingvalues-x", - "linkingText": [ - "x" - ], - "localLinkingText": [], - "type": "dict-member", - "for": [ - "AccelerometerReadingValues" - ], - "access": "public", - "informative": false, - "heading": { - "id": "mock-accelerometer-type", - "href": "https://www.w3.org/TR/accelerometer/#mock-accelerometer-type", - "title": "Mock Sensor Type", - "number": "8.1" - }, - "definedIn": "pre" - }, - { - "id": "dom-accelerometerreadingvalues-y", - "href": "https://www.w3.org/TR/accelerometer/#dom-accelerometerreadingvalues-y", - "linkingText": [ - "y" - ], - "localLinkingText": [], - "type": "dict-member", - "for": [ - "AccelerometerReadingValues" - ], - "access": "public", - "informative": false, - "heading": { - "id": "mock-accelerometer-type", - "href": "https://www.w3.org/TR/accelerometer/#mock-accelerometer-type", - "title": "Mock Sensor Type", - "number": "8.1" - }, - "definedIn": "pre" - }, - { - "id": "dom-accelerometerreadingvalues-z", - "href": "https://www.w3.org/TR/accelerometer/#dom-accelerometerreadingvalues-z", + "id": "dom-gravitysensor-gravitysensor", + "href": "https://www.w3.org/TR/accelerometer/#dom-gravitysensor-gravitysensor", "linkingText": [ - "z" + "GravitySensor(options)", + "constructor(options)", + "GravitySensor()", + "constructor()" ], "localLinkingText": [], - "type": "dict-member", + "type": "constructor", "for": [ - "AccelerometerReadingValues" - ], - "access": "public", - "informative": false, - "heading": { - "id": "mock-accelerometer-type", - "href": "https://www.w3.org/TR/accelerometer/#mock-accelerometer-type", - "title": "Mock Sensor Type", - "number": "8.1" - }, - "definedIn": "pre" - }, - { - "id": "dictdef-linearaccelerationreadingvalues", - "href": "https://www.w3.org/TR/accelerometer/#dictdef-linearaccelerationreadingvalues", - "linkingText": [ - "LinearAccelerationReadingValues" + "GravitySensor" ], - "localLinkingText": [], - "type": "dictionary", - "for": [], "access": "public", "informative": false, "heading": { - "id": "mock-accelerometer-type", - "href": "https://www.w3.org/TR/accelerometer/#mock-accelerometer-type", - "title": "Mock Sensor Type", - "number": "8.1" + "id": "title", + "href": "https://www.w3.org/TR/accelerometer/#title", + "title": "Accelerometer" }, - "definedIn": "pre" + "definedIn": "prose" }, { - "id": "dictdef-gravityreadingvalues", - "href": "https://www.w3.org/TR/accelerometer/#dictdef-gravityreadingvalues", + "id": "construct-an-accelerometer-object", + "href": "https://www.w3.org/TR/accelerometer/#construct-an-accelerometer-object", "linkingText": [ - "GravityReadingValues" + "Construct an accelerometer object" ], "localLinkingText": [], - "type": "dictionary", + "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { - "id": "mock-accelerometer-type", - "href": "https://www.w3.org/TR/accelerometer/#mock-accelerometer-type", - "title": "Mock Sensor Type", + "id": "construct-an-accelerometer-object", + "href": "https://www.w3.org/TR/accelerometer/#construct-an-accelerometer-object", + "title": "Construct an accelerometer object", "number": "8.1" }, - "definedIn": "pre" + "definedIn": "heading" } ] } \ No newline at end of file diff --git a/tr/dfns/audiobooks.json b/tr/dfns/audiobooks.json index 12e8e12cf47b..622c3126808e 100644 --- a/tr/dfns/audiobooks.json +++ b/tr/dfns/audiobooks.json @@ -13,7 +13,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": true, "heading": { "id": "abstract", @@ -32,7 +32,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { "id": "audio-terminology", @@ -51,7 +51,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { "id": "audio-pep", @@ -70,7 +70,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { "id": "audio-type", @@ -89,7 +89,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { "id": "audio-creators", @@ -108,7 +108,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { "id": "audio-duration", @@ -127,7 +127,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { "id": "audio-readingorder", @@ -146,7 +146,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "public", + "access": "private", "informative": false, "heading": { "id": "audio-resourcelist", diff --git a/tr/dfns/compute-pressure.json b/tr/dfns/compute-pressure.json index 9a32dd1815ff..425a10bcf47f 100644 --- a/tr/dfns/compute-pressure.json +++ b/tr/dfns/compute-pressure.json @@ -1369,7 +1369,7 @@ "id": "break-calibration", "href": "https://www.w3.org/TR/compute-pressure/#break-calibration", "title": "Break calibration", - "number": "11.2.4" + "number": "11.2.6" }, "definedIn": "prose" }, diff --git a/tr/dfns/css-values-4.json b/tr/dfns/css-values-4.json index bdf60fc56dcc..92cccceef006 100644 --- a/tr/dfns/css-values-4.json +++ b/tr/dfns/css-values-4.json @@ -75,9 +75,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "component-combinators", + "href": "https://www.w3.org/TR/css-values-4/#component-combinators", + "title": "Component Value Combinators", + "number": "2.2" }, "definedIn": "prose" }, @@ -93,9 +94,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "component-combinators", + "href": "https://www.w3.org/TR/css-values-4/#component-combinators", + "title": "Component Value Combinators", + "number": "2.2" }, "definedIn": "prose" }, @@ -130,9 +132,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "component-multipliers", + "href": "https://www.w3.org/TR/css-values-4/#component-multipliers", + "title": "Component Value Multipliers", + "number": "2.3" }, "definedIn": "prose" }, @@ -148,9 +151,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "component-multipliers", + "href": "https://www.w3.org/TR/css-values-4/#component-multipliers", + "title": "Component Value Multipliers", + "number": "2.3" }, "definedIn": "prose" }, @@ -166,9 +170,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "component-multipliers", + "href": "https://www.w3.org/TR/css-values-4/#component-multipliers", + "title": "Component Value Multipliers", + "number": "2.3" }, "definedIn": "prose" }, @@ -184,9 +189,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "component-multipliers", + "href": "https://www.w3.org/TR/css-values-4/#component-multipliers", + "title": "Component Value Multipliers", + "number": "2.3" }, "definedIn": "prose" }, @@ -202,9 +208,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "component-multipliers", + "href": "https://www.w3.org/TR/css-values-4/#component-multipliers", + "title": "Component Value Multipliers", + "number": "2.3" }, "definedIn": "prose" }, @@ -220,9 +227,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "component-multipliers", + "href": "https://www.w3.org/TR/css-values-4/#component-multipliers", + "title": "Component Value Multipliers", + "number": "2.3" }, "definedIn": "prose" }, @@ -283,31 +291,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" - }, - "definedIn": "dt" - }, - { - "id": "accumulation", - "href": "https://www.w3.org/TR/css-values-4/#accumulation", - "linkingText": [ - "value accumulation", - "accumulation procedure" - ], - "localLinkingText": [ - "accumulate", - "accumulation" - ], - "type": "dfn", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "combining-values", + "href": "https://www.w3.org/TR/css-values-4/#combining-values", + "title": "Combining Values: Interpolation, Addition, and Accumulation", + "number": "3" }, "definedIn": "dt" }, @@ -323,48 +310,33 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" - }, - "definedIn": "prose" - }, - { - "id": "funcdef-mix", - "href": "https://www.w3.org/TR/css-values-4/#funcdef-mix", - "linkingText": [ - "mix()" - ], - "localLinkingText": [], - "type": "function", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "interpolate", - "href": "https://www.w3.org/TR/css-values-4/#interpolate", - "title": "Representing Interpolated Values: the mix() notation", - "number": "3.1" + "id": "combining-values", + "href": "https://www.w3.org/TR/css-values-4/#combining-values", + "title": "Combining Values: Interpolation, Addition, and Accumulation", + "number": "3" }, "definedIn": "prose" }, { - "id": "valdef-mix-percentage", - "href": "https://www.w3.org/TR/css-values-4/#valdef-mix-percentage", + "id": "accumulation", + "href": "https://www.w3.org/TR/css-values-4/#accumulation", "linkingText": [ - "" + "value accumulation", + "accumulation procedure" ], - "localLinkingText": [], - "type": "value", - "for": [ - "mix()" + "localLinkingText": [ + "accumulate", + "accumulation" ], + "type": "dfn", + "for": [], "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "combining-values", + "href": "https://www.w3.org/TR/css-values-4/#combining-values", + "title": "Combining Values: Interpolation, Addition, and Accumulation", + "number": "3" }, "definedIn": "dt" }, @@ -425,9 +397,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "textual-values", + "href": "https://www.w3.org/TR/css-values-4/#textual-values", + "title": "Textual Data Types", + "number": "4" }, "definedIn": "prose" }, @@ -559,9 +532,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "urls", + "href": "https://www.w3.org/TR/css-values-4/#urls", + "title": "Resource Locators: the type", + "number": "4.5" }, "definedIn": "prose" }, @@ -577,9 +551,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "urls", + "href": "https://www.w3.org/TR/css-values-4/#urls", + "title": "Resource Locators: the type", + "number": "4.5" }, "definedIn": "pre" }, @@ -651,7 +626,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "url-processing", @@ -732,9 +707,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "integers", + "href": "https://www.w3.org/TR/css-values-4/#integers", + "title": "Integers: the type", + "number": "5.2" }, "definedIn": "prose" }, @@ -752,9 +728,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "integers", + "href": "https://www.w3.org/TR/css-values-4/#integers", + "title": "Integers: the type", + "number": "5.2" }, "definedIn": "prose" }, @@ -789,9 +766,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "numbers", + "href": "https://www.w3.org/TR/css-values-4/#numbers", + "title": "Real Numbers: the type", + "number": "5.3" }, "definedIn": "prose" }, @@ -807,9 +785,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "numbers", + "href": "https://www.w3.org/TR/css-values-4/#numbers", + "title": "Real Numbers: the type", + "number": "5.3" }, "definedIn": "prose" }, @@ -844,9 +823,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "dimensions", + "href": "https://www.w3.org/TR/css-values-4/#dimensions", + "title": "Numbers with Units: dimension values", + "number": "5.4" }, "definedIn": "prose" }, @@ -885,9 +865,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "compat", + "href": "https://www.w3.org/TR/css-values-4/#compat", + "title": "Compatible Units", + "number": "5.4.1" }, "definedIn": "prose" }, @@ -922,9 +903,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "percentages", + "href": "https://www.w3.org/TR/css-values-4/#percentages", + "title": "Percentages: the type", + "number": "5.5" }, "definedIn": "prose" }, @@ -959,9 +941,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "mixed-percentages", + "href": "https://www.w3.org/TR/css-values-4/#mixed-percentages", + "title": "Mixing Percentages and Dimensions", + "number": "5.6" }, "definedIn": "dt" }, @@ -977,9 +960,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "mixed-percentages", + "href": "https://www.w3.org/TR/css-values-4/#mixed-percentages", + "title": "Mixing Percentages and Dimensions", + "number": "5.6" }, "definedIn": "dt" }, @@ -995,9 +979,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "mixed-percentages", + "href": "https://www.w3.org/TR/css-values-4/#mixed-percentages", + "title": "Mixing Percentages and Dimensions", + "number": "5.6" }, "definedIn": "dt" }, @@ -1032,9 +1017,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "ratios", + "href": "https://www.w3.org/TR/css-values-4/#ratios", + "title": "Ratios: the type", + "number": "5.7" }, "definedIn": "prose" }, @@ -1050,9 +1036,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "ratios", + "href": "https://www.w3.org/TR/css-values-4/#ratios", + "title": "Ratios: the type", + "number": "5.7" }, "definedIn": "prose" }, @@ -1087,9 +1074,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "lengths", + "href": "https://www.w3.org/TR/css-values-4/#lengths", + "title": "Distance Units: the type", + "number": "6" }, "definedIn": "prose" }, @@ -1105,9 +1093,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "lengths", + "href": "https://www.w3.org/TR/css-values-4/#lengths", + "title": "Distance Units: the type", + "number": "6" }, "definedIn": "prose" }, @@ -1124,9 +1113,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "lengths", + "href": "https://www.w3.org/TR/css-values-4/#lengths", + "title": "Distance Units: the type", + "number": "6" }, "definedIn": "prose" }, @@ -1178,12 +1168,13 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "font-relative-lengths", + "href": "https://www.w3.org/TR/css-values-4/#font-relative-lengths", + "title": "Font-relative Lengths: the em, rem, ex, rex, cap, rcap, ch, rch, ic, ric, lh, rlh units", + "number": "6.1.1" }, "definedIn": "prose" }, @@ -1196,12 +1187,13 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "font-relative-lengths", + "href": "https://www.w3.org/TR/css-values-4/#font-relative-lengths", + "title": "Font-relative Lengths: the em, rem, ex, rex, cap, rcap, ch, rch, ic, ric, lh, rlh units", + "number": "6.1.1" }, "definedIn": "prose" }, @@ -1219,9 +1211,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "font-relative-lengths", + "href": "https://www.w3.org/TR/css-values-4/#font-relative-lengths", + "title": "Font-relative Lengths: the em, rem, ex, rex, cap, rcap, ch, rch, ic, ric, lh, rlh units", + "number": "6.1.1" }, "definedIn": "dt" }, @@ -1239,9 +1232,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "font-relative-lengths", + "href": "https://www.w3.org/TR/css-values-4/#font-relative-lengths", + "title": "Font-relative Lengths: the em, rem, ex, rex, cap, rcap, ch, rch, ic, ric, lh, rlh units", + "number": "6.1.1" }, "definedIn": "dt" }, @@ -1259,9 +1253,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "font-relative-lengths", + "href": "https://www.w3.org/TR/css-values-4/#font-relative-lengths", + "title": "Font-relative Lengths: the em, rem, ex, rex, cap, rcap, ch, rch, ic, ric, lh, rlh units", + "number": "6.1.1" }, "definedIn": "dt" }, @@ -1279,9 +1274,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "font-relative-lengths", + "href": "https://www.w3.org/TR/css-values-4/#font-relative-lengths", + "title": "Font-relative Lengths: the em, rem, ex, rex, cap, rcap, ch, rch, ic, ric, lh, rlh units", + "number": "6.1.1" }, "definedIn": "dt" }, @@ -1299,9 +1295,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "font-relative-lengths", + "href": "https://www.w3.org/TR/css-values-4/#font-relative-lengths", + "title": "Font-relative Lengths: the em, rem, ex, rex, cap, rcap, ch, rch, ic, ric, lh, rlh units", + "number": "6.1.1" }, "definedIn": "dt" }, @@ -1319,9 +1316,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "font-relative-lengths", + "href": "https://www.w3.org/TR/css-values-4/#font-relative-lengths", + "title": "Font-relative Lengths: the em, rem, ex, rex, cap, rcap, ch, rch, ic, ric, lh, rlh units", + "number": "6.1.1" }, "definedIn": "dt" }, @@ -1339,9 +1337,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "font-relative-lengths", + "href": "https://www.w3.org/TR/css-values-4/#font-relative-lengths", + "title": "Font-relative Lengths: the em, rem, ex, rex, cap, rcap, ch, rch, ic, ric, lh, rlh units", + "number": "6.1.1" }, "definedIn": "dt" }, @@ -1359,9 +1358,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "font-relative-lengths", + "href": "https://www.w3.org/TR/css-values-4/#font-relative-lengths", + "title": "Font-relative Lengths: the em, rem, ex, rex, cap, rcap, ch, rch, ic, ric, lh, rlh units", + "number": "6.1.1" }, "definedIn": "prose" }, @@ -1379,9 +1379,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "font-relative-lengths", + "href": "https://www.w3.org/TR/css-values-4/#font-relative-lengths", + "title": "Font-relative Lengths: the em, rem, ex, rex, cap, rcap, ch, rch, ic, ric, lh, rlh units", + "number": "6.1.1" }, "definedIn": "dt" }, @@ -1399,9 +1400,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "font-relative-lengths", + "href": "https://www.w3.org/TR/css-values-4/#font-relative-lengths", + "title": "Font-relative Lengths: the em, rem, ex, rex, cap, rcap, ch, rch, ic, ric, lh, rlh units", + "number": "6.1.1" }, "definedIn": "dt" }, @@ -1419,9 +1421,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "font-relative-lengths", + "href": "https://www.w3.org/TR/css-values-4/#font-relative-lengths", + "title": "Font-relative Lengths: the em, rem, ex, rex, cap, rcap, ch, rch, ic, ric, lh, rlh units", + "number": "6.1.1" }, "definedIn": "dt" }, @@ -1439,9 +1442,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "font-relative-lengths", + "href": "https://www.w3.org/TR/css-values-4/#font-relative-lengths", + "title": "Font-relative Lengths: the em, rem, ex, rex, cap, rcap, ch, rch, ic, ric, lh, rlh units", + "number": "6.1.1" }, "definedIn": "dt" }, @@ -1459,9 +1463,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "font-relative-lengths", + "href": "https://www.w3.org/TR/css-values-4/#font-relative-lengths", + "title": "Font-relative Lengths: the em, rem, ex, rex, cap, rcap, ch, rch, ic, ric, lh, rlh units", + "number": "6.1.1" }, "definedIn": "dt" }, @@ -1534,9 +1539,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-variants", + "href": "https://www.w3.org/TR/css-values-4/#viewport-variants", + "title": "The Large, Small, and Dynamic Viewport Sizes", + "number": "6.1.2.1" }, "definedIn": "prose" }, @@ -1552,9 +1558,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-variants", + "href": "https://www.w3.org/TR/css-values-4/#viewport-variants", + "title": "The Large, Small, and Dynamic Viewport Sizes", + "number": "6.1.2.1" }, "definedIn": "prose" }, @@ -1570,9 +1577,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-variants", + "href": "https://www.w3.org/TR/css-values-4/#viewport-variants", + "title": "The Large, Small, and Dynamic Viewport Sizes", + "number": "6.1.2.1" }, "definedIn": "prose" }, @@ -1588,9 +1596,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-variants", + "href": "https://www.w3.org/TR/css-values-4/#viewport-variants", + "title": "The Large, Small, and Dynamic Viewport Sizes", + "number": "6.1.2.1" }, "definedIn": "prose" }, @@ -1606,9 +1615,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-variants", + "href": "https://www.w3.org/TR/css-values-4/#viewport-variants", + "title": "The Large, Small, and Dynamic Viewport Sizes", + "number": "6.1.2.1" }, "definedIn": "prose" }, @@ -1624,9 +1634,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-variants", + "href": "https://www.w3.org/TR/css-values-4/#viewport-variants", + "title": "The Large, Small, and Dynamic Viewport Sizes", + "number": "6.1.2.1" }, "definedIn": "prose" }, @@ -1665,9 +1676,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -1685,11 +1697,12 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" - }, - "definedIn": "dt" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" + }, + "definedIn": "dt" }, { "id": "dvw", @@ -1705,9 +1718,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -1725,9 +1739,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -1745,9 +1760,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -1765,9 +1781,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -1785,9 +1802,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -1805,9 +1823,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -1825,9 +1844,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -1845,9 +1865,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -1865,9 +1886,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -1885,9 +1907,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -1905,9 +1928,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -1925,9 +1949,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -1945,9 +1970,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -1965,9 +1991,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -1985,9 +2012,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -2005,9 +2033,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -2025,9 +2054,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -2045,9 +2075,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -2065,9 +2096,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -2085,9 +2117,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -2105,9 +2138,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "viewport-relative-units", + "href": "https://www.w3.org/TR/css-values-4/#viewport-relative-units", + "title": "The Various Viewport-relative Units", + "number": "6.1.2.2" }, "definedIn": "dt" }, @@ -2143,9 +2177,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "absolute-lengths", + "href": "https://www.w3.org/TR/css-values-4/#absolute-lengths", + "title": "Absolute Lengths: the cm, mm, Q, in, pt, pc, px units", + "number": "6.2" }, "definedIn": "prose" }, @@ -2162,9 +2197,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "absolute-lengths", + "href": "https://www.w3.org/TR/css-values-4/#absolute-lengths", + "title": "Absolute Lengths: the cm, mm, Q, in, pt, pc, px units", + "number": "6.2" }, "definedIn": "prose" }, @@ -2182,9 +2218,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "absolute-lengths", + "href": "https://www.w3.org/TR/css-values-4/#absolute-lengths", + "title": "Absolute Lengths: the cm, mm, Q, in, pt, pc, px units", + "number": "6.2" }, "definedIn": "table" }, @@ -2202,9 +2239,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "absolute-lengths", + "href": "https://www.w3.org/TR/css-values-4/#absolute-lengths", + "title": "Absolute Lengths: the cm, mm, Q, in, pt, pc, px units", + "number": "6.2" }, "definedIn": "table" }, @@ -2222,9 +2260,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "absolute-lengths", + "href": "https://www.w3.org/TR/css-values-4/#absolute-lengths", + "title": "Absolute Lengths: the cm, mm, Q, in, pt, pc, px units", + "number": "6.2" }, "definedIn": "table" }, @@ -2242,9 +2281,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "absolute-lengths", + "href": "https://www.w3.org/TR/css-values-4/#absolute-lengths", + "title": "Absolute Lengths: the cm, mm, Q, in, pt, pc, px units", + "number": "6.2" }, "definedIn": "table" }, @@ -2262,9 +2302,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "absolute-lengths", + "href": "https://www.w3.org/TR/css-values-4/#absolute-lengths", + "title": "Absolute Lengths: the cm, mm, Q, in, pt, pc, px units", + "number": "6.2" }, "definedIn": "table" }, @@ -2282,9 +2323,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "absolute-lengths", + "href": "https://www.w3.org/TR/css-values-4/#absolute-lengths", + "title": "Absolute Lengths: the cm, mm, Q, in, pt, pc, px units", + "number": "6.2" }, "definedIn": "table" }, @@ -2302,9 +2344,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "absolute-lengths", + "href": "https://www.w3.org/TR/css-values-4/#absolute-lengths", + "title": "Absolute Lengths: the cm, mm, Q, in, pt, pc, px units", + "number": "6.2" }, "definedIn": "table" }, @@ -2321,9 +2364,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "absolute-lengths", + "href": "https://www.w3.org/TR/css-values-4/#absolute-lengths", + "title": "Absolute Lengths: the cm, mm, Q, in, pt, pc, px units", + "number": "6.2" }, "definedIn": "prose" }, @@ -2339,9 +2383,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "absolute-lengths", + "href": "https://www.w3.org/TR/css-values-4/#absolute-lengths", + "title": "Absolute Lengths: the cm, mm, Q, in, pt, pc, px units", + "number": "6.2" }, "definedIn": "prose" }, @@ -2357,9 +2402,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "absolute-lengths", + "href": "https://www.w3.org/TR/css-values-4/#absolute-lengths", + "title": "Absolute Lengths: the cm, mm, Q, in, pt, pc, px units", + "number": "6.2" }, "definedIn": "prose" }, @@ -2396,9 +2442,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "angles", + "href": "https://www.w3.org/TR/css-values-4/#angles", + "title": "Angle Units: the type and deg, grad, rad, turn units", + "number": "7.1" }, "definedIn": "dt" }, @@ -2416,9 +2463,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "angles", + "href": "https://www.w3.org/TR/css-values-4/#angles", + "title": "Angle Units: the type and deg, grad, rad, turn units", + "number": "7.1" }, "definedIn": "dt" }, @@ -2436,9 +2484,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "angles", + "href": "https://www.w3.org/TR/css-values-4/#angles", + "title": "Angle Units: the type and deg, grad, rad, turn units", + "number": "7.1" }, "definedIn": "dt" }, @@ -2456,9 +2505,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "angles", + "href": "https://www.w3.org/TR/css-values-4/#angles", + "title": "Angle Units: the type and deg, grad, rad, turn units", + "number": "7.1" }, "definedIn": "dt" }, @@ -2474,9 +2524,10 @@ "access": "public", "informative": true, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "angles", + "href": "https://www.w3.org/TR/css-values-4/#angles", + "title": "Angle Units: the type and deg, grad, rad, turn units", + "number": "7.1" }, "definedIn": "note" }, @@ -2513,9 +2564,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://www.w3.org/TR/css-values-4/#title", - "title": "CSS Values and Units Module Level 4" + "id": "time", + "href": "https://www.w3.org/TR/css-values-4/#time", + "title": "Duration Units: the