Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/131483

Change subject: Update html5 specs link in comment
......................................................................

Update html5 specs link in comment

Change-Id: I415d11f1dfff92e44d29637e8a3a5fd408994c9a
---
M includes/htmlform/HTMLHiddenField.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/83/131483/1

diff --git a/includes/htmlform/HTMLHiddenField.php 
b/includes/htmlform/HTMLHiddenField.php
index 003ccfe..6ea95ed 100644
--- a/includes/htmlform/HTMLHiddenField.php
+++ b/includes/htmlform/HTMLHiddenField.php
@@ -5,7 +5,7 @@
                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'] );
        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/131483
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I415d11f1dfff92e44d29637e8a3a5fd408994c9a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nemo bis <federicol...@tiscali.it>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to