translate-html icon indicating copy to clipboard operation
translate-html copied to clipboard

doctype is broken after translating

Open dingedi opened this issue 1 year ago • 3 comments

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">

is broken in

html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd"

image

it is an example for this doctype but in general as soon as there is a complex doctype it breaks everything

dingedi avatar May 02 '23 18:05 dingedi