@@ -1136,7 +1136,7 @@ The following are the arithmetic operations you can perform on dimensions:
1136
1136
3. If all of the [=list/items=] in |values| are {{CSSUnitValue}} s
1137
1137
and have the same {{CSSUnitValue/unit}} ,
1138
1138
return a new {{CSSUnitValue}}
1139
- whose {{CSSUnitValue/unit}} internal slot is set to |this|’s {{CSSUnitValue/ unit}} internal slot ,
1139
+ whose {{CSSUnitValue/unit}} internal slot is set to that unit,
1140
1140
and {{CSSUnitValue/value}} internal slot is set to the sum of
1141
1141
the {{CSSUnitValue/value}} internal slots
1142
1142
of the [=list/items=] in |values|.
@@ -1284,7 +1284,7 @@ The following are the arithmetic operations you can perform on dimensions:
1284
1284
3. If all of the [=list/items=] in |values| are {{CSSUnitValue}} s
1285
1285
and have the same {{CSSUnitValue/unit}} ,
1286
1286
return a new {{CSSUnitValue}}
1287
- whose {{CSSUnitValue/unit}} internal slot is set to |this|’s {{CSSUnitValue/ unit}} internal slot ,
1287
+ whose {{CSSUnitValue/unit}} internal slot is set to that unit,
1288
1288
and {{CSSUnitValue/value}} internal slot is set to the minimum of
1289
1289
the {{CSSUnitValue/value}} internal slots
1290
1290
of the [=list/items=] in |values|.
@@ -1315,7 +1315,7 @@ The following are the arithmetic operations you can perform on dimensions:
1315
1315
3. If all of the [=list/items=] in |values| are {{CSSUnitValue}} s
1316
1316
and have the same {{CSSUnitValue/unit}} ,
1317
1317
return a new {{CSSUnitValue}}
1318
- whose {{CSSUnitValue/unit}} internal slot is set to |this|’s {{CSSUnitValue/ unit}} internal slot ,
1318
+ whose {{CSSUnitValue/unit}} internal slot is set to that unit,
1319
1319
and {{CSSUnitValue/value}} internal slot is set to the maximum of
1320
1320
the {{CSSUnitValue/value}} internal slots
1321
1321
of the [=list/items=] in |values|.
0 commit comments