From cb47ea303ca9233bfc0572b9aba5bb1d0c99da62 Mon Sep 17 00:00:00 2001 From: Nemo bis Date: Mon, 5 May 2014 17:34:31 +0200 Subject: [PATCH] Update html5 specs link in comment Change-Id: I415d11f1dfff92e44d29637e8a3a5fd408994c9a --- includes/htmlform/HTMLHiddenField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/htmlform/HTMLHiddenField.php b/includes/htmlform/HTMLHiddenField.php index 003ccfe0f6..6ea95ed144 100644 --- a/includes/htmlform/HTMLHiddenField.php +++ b/includes/htmlform/HTMLHiddenField.php @@ -5,7 +5,7 @@ class HTMLHiddenField extends HTMLFormField { parent::__construct( $params ); # Per HTML5 spec, hidden fields cannot be 'required' - # http://dev.w3.org/html5/spec/states-of-the-type-attribute.html#hidden-state + # http://www.w3.org/TR/html5/forms.html#hidden-state-%28type=hidden%29 unset( $this->mParams['required'] ); } -- 2.20.1