https://bugzilla.wikimedia.org/show_bug.cgi?id=54438
--- Comment #3 from [email protected] --- Can be verified on a simple test case: [subbu@earth lib] echo "<time>foo</time>" | node parse --fetchConfig false <body data-parsoid='{"dsr":[0,17,0,0]}'><p data-parsoid='{"dsr":[0,16,0,0]}'><time>foo</time></p> </body> The sanitizer in Parsoid is the culprit -- it uses a list of whitelisted html tags to accept in wikitext and <time> is not one of them. Maybe our port of PHP sanitizer has a bug or we need to update our port. To be investigated. -- 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
