List block: Apply ordered/unordered conversion to nested lists#71206
List block: Apply ordered/unordered conversion to nested lists#71206Sukhendu2002 wants to merge 1 commit intoWordPress:trunkfrom
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
There was a problem hiding this comment.
Thanks for the PR!
When converting a List block between unordered and ordered, nested lists didn’t follow and required manual selection.
Personally, I think this is the correct behavior. I imagine that many users would like to control the list type by hierarchy.
For example, Google Docs converts list types by level:
Let's hear what others think: @aaronrobertshaw @carolinan
|
I am not sure what the users expects here. Some users might find it logical that a nested block inherits the setting from the parent block, UNTIL the nested block is changed manually. |

What?
Part of: #41769
When converting a List block between unordered and ordered, nested lists didn’t follow and required manual selection. This PR propagates the conversion to all nested core/list descendants.
Testing Instructions