Html: Unblacklist HTML5 form validation attributes
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 24 Nov 2016 15:18:24 +0000 (16:18 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Tue, 10 Jan 2017 22:53:08 +0000 (14:53 -0800)
commit86e9469e5dfc8fccc4fbdfb0861609e5b6659f5d
tree79828b531c624b3066d2b2a4e92b0bf680b7bb14
parent38cc8a697f59b6e73b967177bf7b376f010bd4ab
Html: Unblacklist HTML5 form validation attributes

We blacklisted them in 2010. Modern browsers support them fairly well,
and it doesn't seem to conflict with any of our code.

I tested this with SecurePoll poll creation form, which contains an
astonishingly wide range of form controls and validation options.

Change-Id: I08244addcf9b6eb96137895f28e7b750914fef5c
RELEASE-NOTES-1.29
includes/Html.php
tests/phpunit/includes/HtmlTest.php