What will the following CSS code snippet do?
ol { list-style-type: upper-roman; }
It will use uppercase Roman numerals for the list numbers.
It will use lowercase Roman numerals for the list numbers.
It will not affect the ordered list.
It will use Arabic numerals for the list numbers.