Fomafix has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/357984 )

Change subject: Update weblinks in comments to msdn.microsoft.com
......................................................................

Update weblinks in comments to msdn.microsoft.com

Change-Id: I1c9c1b6c3c98f09d1323f93726863fbb707463af
---
M includes/Sanitizer.php
M includes/api/ApiOpenSearch.php
M tests/phpunit/includes/HtmlTest.php
3 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/84/357984/1

diff --git a/includes/Sanitizer.php b/includes/Sanitizer.php
index 5aaa3ed..0f7991a 100644
--- a/includes/Sanitizer.php
+++ b/includes/Sanitizer.php
@@ -793,7 +793,7 @@
                        }
 
                        # Strip javascript "expression" from stylesheets.
-                       # 
http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp
+                       # https://msdn.microsoft.com/en-us/library/ms537634.aspx
                        if ( $attribute == 'style' ) {
                                $value = Sanitizer::checkCss( $value );
                        }
diff --git a/includes/api/ApiOpenSearch.php b/includes/api/ApiOpenSearch.php
index dc1b4e7..0e52b33 100644
--- a/includes/api/ApiOpenSearch.php
+++ b/includes/api/ApiOpenSearch.php
@@ -233,7 +233,7 @@
                                break;
 
                        case 'xml':
-                               // 
http://msdn.microsoft.com/en-us/library/cc891508%28v=vs.85%29.aspx
+                               // 
https://msdn.microsoft.com/en-us/library/cc891508(v=vs.85).aspx
                                $imageKeys = [
                                        'source' => true,
                                        'alt' => true,
diff --git a/tests/phpunit/includes/HtmlTest.php 
b/tests/phpunit/includes/HtmlTest.php
index 115a8cf..f3d4916 100644
--- a/tests/phpunit/includes/HtmlTest.php
+++ b/tests/phpunit/includes/HtmlTest.php
@@ -588,7 +588,7 @@
                ];
 
                # <button> specific handling
-               # see remarks on 
http://msdn.microsoft.com/en-us/library/ie/ms535211%28v=vs.85%29.aspx
+               # see remarks on 
https://msdn.microsoft.com/library/ms535211(v=vs.85).aspx
                $cases[] = [ '<button type="submit"></button>',
                        'button', [ 'type' => 'submit' ],
                        'According to standard the default type is "submit". '

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1c9c1b6c3c98f09d1323f93726863fbb707463af
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Fomafix <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to