https://bugzilla.wikimedia.org/show_bug.cgi?id=23769
Richard Guk <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Richard Guk <[email protected]> 2012-09-28 16:27:20 UTC --- This fix in Html::expandAttributes() causes the step attribute to be silently dropped. But the current W3C standard states that a missing step implies step="1", which is more restrictive than the step="any" correctly supplied by HTMLForm::getInputHTML() when the internal type == 'float'. So an input element with type="number" causes validation error in Chrome when non-integer values specified, even though the input type is internally specified as a float. Raised as bug 40585. -- 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
