IE9 Empty Text Node
I'm building a site under PHP and it shows up well in Chrome, Firefox, IE7,8,9. The problem is when I analyse the source code in IE9 (with IE9 standards) it is full of empty text nodes(every element has an empty node text right after closing). Is it because I'm using PHP includes? For instance index.php
include the header.php
and footer.php
... The files encoding is UTF-8 No Mark but I tried different ones...
Text nodes between elements are not empty. They just contain whitespace (typically space, line feed, and tab characters). It's perfectly fine.
链接地址: http://www.djcxy.com/p/65958.html上一篇: IE10直接写入“空文本节点”?
下一篇: IE9空文本节点