@@ -869,8 +869,8 @@ The <dfn for=CSSNumericValue>percent hint</dfn>
869869is either null or a [=base type=] other than "percent".
870870
871871<div algorithm>
872- To <dfn lt="create a type|creating a type">create a type</dfn> from a string |unit|,
873- follow the appropriate branch of the following:
872+ To <dfn lt="create a type|creating a type">create a type</dfn> from a string |unit|,
873+ follow the appropriate branch of the following:
874874
875875 <dl class=switch>
876876 : |unit| is "number"
@@ -1315,25 +1315,25 @@ of all the "math" operations.
13151315</div>
13161316
13171317<div algorithm>
1318- The <dfn>[=type=] of a CSSMathValue</dfn>
1319- depends on its class:
1320-
1321- <dl class=switch>
1322- : {{CSSMathSum}}
1323- : {{CSSMathMin}}
1324- : {{CSSMathMax}}
1325- :: The [=type=] is the result of [=adding=] the [=types=]
1326- of each of the [=list/items=] in its {{CSSMathSum/values}} internal slot.
1327-
1328- : {{CSSMathProduct}}
1329- :: The [=type=] is the result of [=multiplying=] the [=types=]
1330- of each of the [=list/items=] in its {{CSSMathProduct/values}} internal slot.
1331-
1332- : {{CSSMathNegate}}
1333- : {{CSSMathInvert}}
1334- :: The [=type=] is the same as the [=type=] of its {{CSSMathNegate/value}} internal slot,
1335- but with all [=map/values=] negated.
1336- </dl>
1318+ The <dfn>[=type=] of a CSSMathValue</dfn>
1319+ depends on its class:
1320+
1321+ <dl class=switch>
1322+ : {{CSSMathSum}}
1323+ : {{CSSMathMin}}
1324+ : {{CSSMathMax}}
1325+ :: The [=type=] is the result of [=adding=] the [=types=]
1326+ of each of the [=list/items=] in its {{CSSMathSum/values}} internal slot.
1327+
1328+ : {{CSSMathProduct}}
1329+ :: The [=type=] is the result of [=multiplying=] the [=types=]
1330+ of each of the [=list/items=] in its {{CSSMathProduct/values}} internal slot.
1331+
1332+ : {{CSSMathNegate}}
1333+ : {{CSSMathInvert}}
1334+ :: The [=type=] is the same as the [=type=] of its {{CSSMathNegate/value}} internal slot,
1335+ but with all [=map/values=] negated.
1336+ </dl>
13371337</div>
13381338
13391339
0 commit comments