
[PATCH] Add support for new HTML5 input types
Reported by Gaius Centus Novus | August 12th, 2010 @ 04:29 PM
HTML5 declared a number of
new input types#Form_elements_and_attributes). The current
implementation of Webrat::Scope#fill_in
ignores these
new types. Please add support for all of the new
<input>
<type>
values.
I have added an implementation that supports all new types,
though offers no special behavior for any. (They are all
functionally equivalent to text
<input>
s.) The relevant
branch and
relevant commit.
Comments and changes to this ticket
-
Gaius Centus Novus August 12th, 2010 @ 04:30 PM
That Wikipedia link should be to http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(HTML5)#F..., but the URL breaks Markdown formatting.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby Acceptance Testing for Web applications.