X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=parse-html.coffee;h=1ae7a24b526857e145ba8c8b6e780a18ca5a23d6;hb=a8059f4062151f2c79d6bdbaf7617e481d1879ab;hp=c16f69097c3eda16da46bf77188e303d371d0df7;hpb=9ea62d134e20c523cd312144fb5700634aeacb44;p=peach-html5-editor.git diff --git a/parse-html.coffee b/parse-html.coffee index c16f690..1ae7a24 100644 --- a/parse-html.coffee +++ b/parse-html.coffee @@ -315,9 +315,7 @@ end_tag_implied = { } el_is_special = (e) -> - return special_elements[e.name]? - # FIXME it should really be: - #return special_elements[e.name] is e.namespace + return special_elements[e.name] is e.namespace # decode_named_char_ref() #