OSDN Git Service

* NOP wap-input-format
authorAtsushi Konno <atkonn@gmail.com>
Mon, 8 Aug 2011 09:40:03 +0000 (18:40 +0900)
committerAtsushi Konno <atkonn@gmail.com>
Mon, 8 Aug 2011 09:40:03 +0000 (18:40 +0900)
    Because SoftBank specification is completely stupid
    and BOTHER.

src/chxj_jxhtml.c

index dc47153..652dae6 100644 (file)
@@ -2611,22 +2611,26 @@ s_jxhtml_start_input_tag(void *pdoc, Node *node)
     W_V(attr_istyle);
     W_L("\"");
 
+#if 0
     char *vv = s_jxhtml_istyle_to_wap_input_format(doc->buf.pool,attr_istyle);
     W_L(" style=\"");
     W_L("-wap-input-format:");
     W_V(vv);
     W_L(";");
     W_L("\"");
+#endif
   }
   else if(attr_type && STRCASEEQ('p','P',"password",attr_type)) {
     W_L(" istyle=\"4\"");
 
+#if 0
     char *vv = s_jxhtml_istyle_to_wap_input_format(doc->buf.pool,"4");
     W_L(" style=\"");
     W_L("-wap-input-format:");
     W_V(vv);
     W_L(";");
     W_L("\"");
+#endif
   }
   /*--------------------------------------------------------------------------*/
   /* The figure is default for the password.                                  */