-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
[Block] ListAffects the List BlockAffects the List Block[Status] DuplicateUsed to indicate that a current issue matches an existing one and can be closedUsed to indicate that a current issue matches an existing one and can be closed[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Description
What problem does this address?
The only type of ordered list is numbered.
- But not this
- or this
- Or even this
- or this!!
- bet you didn't think this was possible
- and yet the difference is a single character HTML attribute
- foobar
All it takes is a type attribute:
<ol type="a">
<li>Foo</li>
<li>bar</li>
</ol>Which is passed to the tag but it's used to determine if a ul or an ol should be used.
What is your proposed solution?
Add an extra button to the toolbar for ordered lists with a 1/A/a/I selector.
There's already a sidebar inspector option for the starting number, and I would register a block style but sadly unless I want unordered graphics or images this isn't a CSS thing, it's a HTML markup thing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[Block] ListAffects the List BlockAffects the List Block[Status] DuplicateUsed to indicate that a current issue matches an existing one and can be closedUsed to indicate that a current issue matches an existing one and can be closed[Type] EnhancementA suggestion for improvement.A suggestion for improvement.