https://bugzilla.wikimedia.org/show_bug.cgi?id=37838
Gabriel Wicke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|JS/serialiser |Data Model AssignedTo|[email protected] |[email protected] Product|Parsoid |VisualEditor --- Comment #7 from Gabriel Wicke <[email protected]> 2012-08-06 23:07:04 UTC --- <nowiki> is invalid HTML. The DOM representation of nowiki is <span typeof="mw:Nowiki">, which round-trips ok. Not sure if the VE handles this properly right now. <nowiki> in a DOM text node (<nowiki> when entered in the HTML -> wikitext test form) properly serializes to <nowiki>. Please test round-trip stuff on http://parsoid.wmflabs.org/ if possible ;) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
