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

--- Comment #2 from Gabriel Wicke <[email protected]> ---
This could possibly be handled in the ListHandler by inspecting the first token
in the content between quote tokens. If this is a TagTk with .dataAttribs.stx
=== 'html', copy that token's attributes (and the stx flag) and drop the html
token. For round-tripping, the quote token source would need to be remembered
too.

An alternative implementation strategy could be DOM-based, looking for empty
list items with auto-closed end tag flag followed by a html-syntax list item.
The round-trip issues are the same, but fixing this up on the DOM might avoid
unwanted interaction with the quote balancing algorithm.

Overall this bug is not easy. We use the keyword only to mark bugs that are
pretty self-contained.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to