You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<emu-tableid="table-foo"><tableclass="real-table"><thead><tr><th>Foo</th></tr></thead><tr><dt>Bar</dt><!---------- note the accidental substitution of dt for td --></tr></table></emu-table>
emu-format makes this into
<!DOCTYPE html><emu-tableid="table-foo"><dt>Bar</dt><!----------------- note the insertion of this extra dt element --><tableclass="real-table"><thead><tr><th>Foo</th></tr></thead><tr><dt>Bar</dt></tr></table></emu-table>
Of course, garbage in, garbage out, but this might be a symptom of a correct table getting mangled in some circumstances. Feel free to close if not.
The text was updated successfully, but these errors were encountered:
Test case:
emu-format makes this into
Of course, garbage in, garbage out, but this might be a symptom of a correct table getting mangled in some circumstances. Feel free to close if not.
The text was updated successfully, but these errors were encountered: