Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Textile. Add type to ordered lists
It would be nice, especially to the non Latin alphabet users of our community if textile had a type attribute for ordered lists.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Textile. Add type to ordered lists
The list-style-type
css property could do as well, see the MDN documentation page for a full list and examples.
ol {
list-style-type: cjk-decimal;
}
Mind you, sometimes the list-style-type
should (must) be specified in the HTML source (I am thinking legal documents for example).
If that is not enough you can create your own: developer.mozilla.org/en-US/docs/Web/CSS/CSS_counter_styles
Last edited by phiw13 (2024-11-19 05:32:57)
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
Re: Textile. Add type to ordered lists
phiw13 wrote #338287:
The
list-style-type
css property could do as well, see the MDN documentation page for a full list and examples.
ol {...
Mind you, sometimes the
list-style-type
should (must) be specified in the HTML source (I am thinking legal documents for example).If that is not enough you can create your own: developer.mozilla.org/en-US/docs/Web/CSS/CSS_counter_styles
You are absolutely right. This is a css attribute.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Pages: 1