https://bugzilla.wikimedia.org/show_bug.cgi?id=40585
--- Comment #7 from Richard Guk <[email protected]> 2012-11-26 06:57:48 UTC --- (In reply to comment #6) > The change would just allow attributes like "any", and as far as I tested the > problem with UI message displayed on a different section is still present. > Maybe a separate bug should be submitted for this, and/or report upstream. In > any case it's best not to merge Gerrit change #23995 for now because it would > only make this bug worse. Fair enough. But as a higher priority, valid non-integer input should not be blocked, so a more modest fix is still needed. The key issue with stripping "any" is that it is unexpectedly making the default HTML5 validation *more* restrictive than intended. So, even if the complete validation is still stripped out to avoid multi-tab UI confusion, step='any' needs to be permitted by Html.php as a special less-restrictive-than-nothing case. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
