In "Matching font styles", in the section describing font style matching, step 4 is described as "If no match is found, italic values less than or equal to 0 are checked in descending order until a match is found".
According to the OpenType spec, valid numeric range for 'ital' variation axis is defined as "Values must be in the range 0 to 1."
What does it mean when the CSS spec recommends searching for italic values less than or equal to zero, and what it is we expect to accomplish in this step?