File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -421,14 +421,14 @@ together with the resolved options' values.
421421
422422The function `:percent` is a selector and formatter for percent values.
423423
424- ##### Operands
424+ ##### `:percent` Operands
425425
426426The function `:percent` requires a [Number Operand](#number-operands) as its _operand_.
427427
428428When either selecting or formatting the _expression_,
429429the numeric value of the _operand_ is multiplied by 100.
430430
431- ##### Options
431+ ##### `:percent` Options
432432
433433Some options do not have default values defined in this specification.
434434The defaults for these options are implementation-dependent.
@@ -503,7 +503,7 @@ Options with the following names are however discarded if included in the _opera
503503- `roundingIncrement`
504504- `select`
505505
506- ##### Resolved Value
506+ ##### `:percent` Resolved Value
507507
508508The _resolved value_ of an _expression_ with a `:percent` _function_
509509contains an implementation-defined numerical value
@@ -513,7 +513,7 @@ The numerical value of the _resolved value_ of the _expression_
513513is the same as the numerical value of its _operand_;
514514it is not multiplied by 100.
515515
516- ##### Selection
516+ ##### Selection with `:percent`
517517
518518The _function_ `:percent` performs selection as described in [Number Selection](#number-selection) below.
519519This selection always uses the `plural` selection mode,
You can’t perform that action at this time.
0 commit comments