https://bugzilla.wikimedia.org/show_bug.cgi?id=49690
--- Comment #3 from [email protected] --- This amounts to accepting <span title=""foo"">bar</span> as a valid span-tag. Ugh! The PHP parser seems to accept this quite fine. Parsoid would have to perform the same magic. See http://en.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&oldid=560521020 Hover over the two foos and see the difference. PHP parser drops the title attribute 'bar' on the first foo since it is ofcourse a bug. Seems like a reasonable fix the Fix templat -- but I assume Fix is used in a lot of places and fixing the callers would be a lot of work ... so, we may need some ugly hack in Parsoid to support this. -- 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
