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

--- Comment #6 from Gabriel Wicke <[email protected]> ---
I tried ignoring figure and figcaption elements in the ParagraphWrapper:
        var isBlockToken = Util.isBlockToken(token) &&
            token.name !== 'figure' &&
            token.name !== 'figcaption';

This wraps the entire line into a single paragraph, but the treebuilder (sadly
not our own, but FF's) then breaks it into <p>foo </p><figure></figure>
bar<p></p>.

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