Update html5 specs link in comment
authorNemo bis <federicoleva@tiscali.it>
Mon, 5 May 2014 15:34:31 +0000 (17:34 +0200)
committerNemo bis <federicoleva@tiscali.it>
Mon, 5 May 2014 15:34:31 +0000 (17:34 +0200)
Change-Id: I415d11f1dfff92e44d29637e8a3a5fd408994c9a

includes/htmlform/HTMLHiddenField.php

index 003ccfe..6ea95ed 100644 (file)
@@ -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'] );
        }