Ordered lists not ordered as set
A
Andrew Manteuffel
Hello,
There are some style rules that appear to be overriding the specific numbering assigned to ordered lists. On this page <https://evcaa.d.umn.edu/student-academic-integrity> you can see an example of this... Under the heading "Instructor Obligations" there is an ordered list specified to use lower case letters with a nested ordered list specified to be decimal numbers but the CSS overrides the decimal numbering to be lower-alpha. Further nested ordered lists (at least to three levels) are also overridden by the CSS.
Could the CSS be adjusted to respect the type="" attribute of the ol tag?
The specificity of an ol tag with a type attribute can surely be leveraged to keep the ordering as intended by the content editor while using the existing CSS to style nested ordered lists with unspecified types style as intended by the Folwell design system.
I did not look into the unordered lists to see if this same behavior is present with them...
Andy