Discussion:
HTMLFormFiller and HTML5 new input types
Lukasz Michalski
2012-03-21 12:20:44 UTC
Permalink
Hi,

It seems that genshi HTMLFormFiller does not support new html5 input types:

http://www.w3schools.com/html5/html5_form_input_types.asp

I need to add at least 'number' to

http://genshi.edgewall.org/browser/trunk/genshi/filters/html.py#L117

and make a patch. Should I add all new types mentioned above too?

Regards,
Łukasz
--
You received this message because you are subscribed to the Google Groups "Genshi" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to genshi+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/genshi?hl=en.
Lukasz Michalski
2012-03-23 15:36:47 UTC
Permalink
Post by Lukasz Michalski
Hi,
http://www.w3schools.com/html5/html5_form_input_types.asp
I need to add at least 'number' to
http://genshi.edgewall.org/browser/trunk/genshi/filters/html.py#L117
and make a patch. Should I add all new types mentioned above too?
Regards,
Łukasz
Added ticket with patch against 0.6:

http://genshi.edgewall.org/ticket/518

Should apply clean to trunk, too.

Regards,
Łukasz
--
You received this message because you are subscribed to the Google Groups "Genshi" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to genshi+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/genshi?hl=en.
Lukasz Michalski
2012-05-16 08:10:02 UTC
Permalink
Post by Lukasz Michalski
http://genshi.edgewall.org/ticket/518
Should apply clean to trunk, too.
Regards,
Łukasz
Hi,

What else can I do to make this patch to be applied?

Regards,
Łukasz
--
You received this message because you are subscribed to the Google Groups "Genshi" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to genshi+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/genshi?hl=en.
Loading...