-
-
Notifications
You must be signed in to change notification settings - Fork 918
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug:
I can't seem to change the list style type, even though it is listed as a supported in-line css attribute.
HTML to reproduce the issue:
<ol style="list-style-type: lower-alpha">
<li>First</li>
<li>Second</li>
<li>Third
<ol style="list-style-type: lower-roman">
<li>
Fourth
</li>
<li>
Fifth
</li>
</ol>
</li>
</ol>
<ol type="a">
<li>First</li>
<li>Second</li>
<li>Third
<ol type="i">
<li>
Fourth
</li>
<li>
Fifth
</li>
</ol>
</li>
</ol>
Expected behavior:
The first list with alpha numbers and indented list with roman numbers.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working