https://bugzilla.wikimedia.org/show_bug.cgi?id=69219
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Normal Component|General |tokenizer Summary|Parsoid: Definition list |The ":" char in a |items with times in them |definition list should be |are parsed "incorrectly" |parsed differently in a | |bold-italics context --- Comment #2 from [email protected] --- Thankfully, this is not related to time, but more related to context-sensitive tokenization of the ":" char in a dt-dl list. ;a:b ;''a:b'' The behavior require a bit more testing. Ideally, this is reasonably well-behaved that it can be fixed in the tokenizer without requiring a DOM transformation fixup. -- 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
