https://bugzilla.wikimedia.org/show_bug.cgi?id=51119

--- Comment #12 from Gabriel Wicke <gwi...@wikimedia.org> ---
A deeper investigation revealed additional issues:

1) Completely templated list items currently always break up lists in Parsoid.
Test case: echo -ne '*foo\n{{:User:GWicke/li|bar}}\n*baz' | node parse

2) This covers up another bug in the template encapsulation code.
Template-affected lists are only marked as such because the list handler starts
a new list for each templated list item. This (correctly) places the meta
element we use to track template-affected content outside the <ul> triggered by
the template-generated list item. Once 1) is fixed, we will have to fix this up
with a special rule in the encapsulation code that marks the parent list as
template-affected if one of its wikitext-syntax items is template-generated.
The meta element will end up between list items, so a propagation rule should
be sufficient.

None of this will do much for the ease of editing. I realize that fixing up a
lot of pages to use explicit bullets in the page will create a lot of work for
bots, but at the same time I don't see a sane alternative that provides a good
editing experience.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to