OSDN Git Service

Version 0.6.176, add X.Script.
[pettanr/clientJs.git] / 0.6.x / js / 02_dom / 09_XHTMLParser.js
index 11a3aa7..6aa4f7f 100644 (file)
@@ -175,8 +175,8 @@ var X_HTMLParser_CHARS = {
                                                ( ( phase = 5 ) && ( attrName = html.substring( start, i ) ) );\r
                                        break;\r
                                case 5 : // 属性の = または次の属性または htmlタグの閉じ\r
-                                       ( whiteSpace[ chr ] & 16 ) ?// ie4 未対応の属性には cite = http:// となる\r
-                                               1 :\r
+                                       !( whiteSpace[ chr ] & 16 ) &&// ie4 未対応の属性には cite = http:// となる\r
+                                       //      1 :\r
                                        ( alphabets[ chr ] & 3 ) ?\r
                                                ( ( phase = 4 ) && ( attrs[ attrs.length ] = attrName ) && ( start = i ) ) :\r
                                        chr === '=' ?\r