You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.
When I'm pressing tab the new list element inherits the parent list data, so If im having custom style like:
"list-style-type: circle" and start="10" the child list will have same data as parent!
Is there any way to prevent that behaviour?
The text was updated successfully, but these errors were encountered:
maxmax1992
changed the title
Block.data inheritance on child list elements
Block.data inheritance on 'ul' or 'ol' list elements
Aug 10, 2017
Soreine
changed the title
Block.data inheritance on 'ul' or 'ol' list elements
Prevent data inheritance on sub-list creation
Nov 7, 2017
Maybe this should come as an option. It seemed to be a safe assumption to copy the parent list's style data. But it might be wrong for other data indeed.
Another idea, would be to just disable the copy behavior, and let userland "normalize" lists afterward anyway they want.
When I'm pressing tab the new list element inherits the parent list data, so If im having custom style like:
"list-style-type: circle" and start="10" the child list will have same data as parent!
Is there any way to prevent that behaviour?
The text was updated successfully, but these errors were encountered: