Opened 13 years ago
Closed 13 years ago
Last modified 13 years ago
For instance, trying to add this following doesn't work.
<ol> <li start="5"></li> </ol>
Sorry the start attribute goes on the ol. I seem to get intermittent success. Going to close.
This doesn't work for me in trunk when switching from Text to Visual mode and back:
<ol start="5"> <li></li> </ol>
Looks like TinyMCE strips empty lists or list items. This, however, does work:
<ol start="5"> <li>test</li> </ol>
Sorry the start attribute goes on the ol. I seem to get intermittent success. Going to close.