Anomie has uploaded a new change for review. Change subject: (bug 42082) Don't strip type="submit" from <button>, breaks old IE ......................................................................
(bug 42082) Don't strip type="submit" from <button>, breaks old IE Although HTML defines the default value for the 'type' attribute of the <button> tag, IE7 (and IE8 in compatability mode) use a different default. Which breaks pretty much anything that uses this tag. Change-Id: I2150aa46611fa6485da56bdf3984ce0f665f5a28 --- M RELEASE-NOTES-1.21 M includes/Html.php M tests/phpunit/includes/HtmlTest.php 3 files changed, 8 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/87/33287/1 -- To view, visit https://gerrit.wikimedia.org/r/33287 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2150aa46611fa6485da56bdf3984ce0f665f5a28 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Anomie <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
