Open vpzomtrrfrt opened 3 years ago
From my reading of the spec, self-closing tags are only allowed for void elements of foreign elements. Not sure if there's any case where it's actually required, so for now I've changed it to only use self-closing tags for known void elements.
Should resolve #42
From my reading of the spec, self-closing tags are only allowed for void elements of foreign elements. Not sure if there's any case where it's actually required, so for now I've changed it to only use self-closing tags for known void elements.
Should resolve #42