For example, look at these snippets.
<ol style="list-style-type: upper-roman;">
or put them in a CSS style sheet or definition in the header.
ul.a {list-style-type: circle;}
ul.b {list-style-type: square;}
ol.c {list-style-type: upper-roman;}
ol.d {list-style-type: lower-alpha;}
This from <http://www.w3schools.com/css/css_list.asp>
I know. Picky. Picky. Change in the rules.
Best,
Bucky
I work with someone from another planet who says 80% is good enough. If this person can get it to render in IE, it's good enough. This alien doesn't use BBEdit.
I'm guessing that Bare Bones is slightly behind the moving target of HTML5 with its syntax checker. I also use http://http://validator.w3.org/ to check my syntax if there is a question. Of course, it continues to be a recommendation in progress.
Best,
Bucky
For now I will use CSS when I want to change the marker in an ordered list in HTML 5. I will also raise the Check Syntax issue with BBEdit.
--
Bill Roberts