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

--- Comment #10 from [email protected] ---
For on the way in, meta tags are not an issue since.  So, it can already be
applied if we fix the stack space issue.

> var dpp = require('./mediawiki.DOMPostProcessor.js'), d = 
> require('./domino.js')
undefined
> var doc = d.createDocument('<i>foo</i><i>bar</i>')
undefined
> dpp.normalizeDocument(doc)
undefined
> doc.outerHTML
'<html><head></head><body><i>foobar</i></body></html>'

-- 
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

Reply via email to