You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
represent the [=computed values=] of an {{Element}},
678
680
and are accessed by calling the {{Element/computedStyleMap()}} method.
679
681
@@ -1140,7 +1142,7 @@ The following are the arithmetic operations you can perform on dimensions:
1140
1142
if |values| is « 1, 2, 3, 4 »,
1141
1143
the result must be (((1 × 2) × 3) × 4).
1142
1144
1143
-
5. Let |type| be the result of [=multiplying=] the [=types=] of every [=list/item=] in |values|.
1145
+
5. Let |type| be the result of [=CSSNumericValue/multiplying=] the [=types=] of every [=list/item=] in |values|.
1144
1146
If |type| is failure,
1145
1147
[=throw=] a {{TypeError}}.
1146
1148
@@ -1623,7 +1625,7 @@ The following are the arithmetic operations you can perform on dimensions:
1623
1625
2. Set |type|’s sole [=map/value=] to |power|.
1624
1626
3. [=list/Append=] |type| to |types|.
1625
1627
1626
-
3. Return the result of [=multiplying=] all the [=list/items=] of |types|.
1628
+
3. Return the result of [=CSSNumericValue/multiplying=] all the [=list/items=] of |types|.
1627
1629
</div>
1628
1630
1629
1631
<div algorithm>
@@ -1939,7 +1941,7 @@ are represented as {{CSSUnitValue}}s.
1939
1941
</div>
1940
1942
1941
1943
<div algorithm>
1942
-
The <dfn>[=type=] of a {{CSSUnitValue}}</dfn>
1944
+
The <dfn export>[=type=] of a {{CSSUnitValue}}</dfn>
1943
1945
is the result of [=creating a type=] from its {{CSSUnitValue/unit}} internal slot.
1944
1946
</div>
1945
1947
@@ -2145,7 +2147,7 @@ of all the "math" operations.
2145
2147
2146
2148
The <dfn constructor for="CSSMathProduct">CSSMathProduct(...|args|)</dfn> constructor
2147
2149
is defined identically to the above,
2148
-
except that in step 3 it [=multiplies=] the types instead of [=adding=],
2150
+
except that in step 3 it [=CSSNumericValue/multiplies=] the types instead of [=adding=],
2149
2151
and in the last step
2150
2152
it returns a {{CSSMathProduct}}.
2151
2153
</div>
@@ -2186,7 +2188,7 @@ of all the "math" operations.
2186
2188
</div>
2187
2189
2188
2190
<div algorithm>
2189
-
The <dfn>[=type=] of a CSSMathValue</dfn>
2191
+
The <dfn export>[=type=] of a CSSMathValue</dfn>
2190
2192
depends on its class:
2191
2193
2192
2194
<dl class=switch>
@@ -2201,7 +2203,7 @@ of all the "math" operations.
2201
2203
of the {{CSSMathClamp/min}}, {{CSSMathClamp/val}}, and {{CSSMathClamp/max}} internal slots.
2202
2204
2203
2205
: {{CSSMathProduct}}
2204
-
:: The [=type=] is the result of [=multiplying=] the [=types=]
2206
+
:: The [=type=] is the result of [=CSSNumericValue/multiplying=] the [=types=]
2205
2207
of each of the [=list/items=] in its {{CSSMathProduct/values}} internal slot.
2206
2208
2207
2209
: {{CSSMathNegate}}
@@ -2215,7 +2217,7 @@ of all the "math" operations.
2215
2217
2216
2218
The <dfn attribute for=CSSNumericArray>length</dfn> attribute of {{CSSNumericArray}} indicates how many {{CSSNumericValue}}s are contained within the {{CSSNumericArray}}.
2217
2219
2218
-
The <dfn for=CSSNumericArray>indexed getter</dfn> of {{CSSNumericArray}} retrieves the {{CSSNumericValue}} at the provided index.
2220
+
The <dfn export for=CSSNumericArray>indexed getter</dfn> of {{CSSNumericArray}} retrieves the {{CSSNumericValue}} at the provided index.
0 commit comments