File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3043,9 +3043,13 @@ <h3>Algorithm</h3>
3043
3043
element from the value of < code > @preserve</ code > as < var > value</ var > .</ li >
3044
3044
< li > Initialize < var > containers</ var > to an empty < a > array</ a > . This
3045
3045
< a > array</ a > will be used to keep track of an ordered list of
3046
- preferred < a > container mapping</ a >
3047
- for a < a > term</ a > , based on what is compatible with
3048
- < var > value</ var > .</ li >
3046
+ preferred < a > container mapping</ a > for a < a > term</ a > ,
3047
+ based on what is compatible with < var > value</ var > .
3048
+ < div class ="note ">
3049
+ Algorithm steps may append the same value to < var > containers</ var > ,
3050
+ but the order in which they are added is significant for choosing the most appropriate term.
3051
+ </ div >
3052
+ </ li >
3049
3053
< li > Initialize < var > type/language</ var > to < code > @language</ code > ,
3050
3054
and < var > type/language value</ var > to < code > @null</ code > . These two
3051
3055
variables will keep track of the preferred
You can’t perform that action at this time.
0 commit comments