https://bugzilla.wikimedia.org/show_bug.cgi?id=53568
Gabriel Wicke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Parsoid: Attributes are |Automatically switch from |dropped when added to a |wikitext to HTML syntax in |list item that was |serializer when attributes |originally wikitext-style |were added to elements --- Comment #1 from Gabriel Wicke <[email protected]> --- Timo indicated on IRC that lists and list items will be first, but other elements will follow. We should try to use this first case to develop the general infrastructure. We will need to convert an entire list to HTML syntax if an attribute is set on either the list or any list item. Mixed templated / non-templated list items are discussed in bug 53368. We protect the entire list if any list item's bullets are template-generated. That means that we (thankfully!) won't have to consider that case here. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
