mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Update WHATWG links to use HTTPS
Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ```
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// http://www.whatwg.org/html/#htmlinputelement
|
||||
// https://www.whatwg.org/html/#htmlinputelement
|
||||
interface HTMLInputElement : HTMLElement {
|
||||
// attribute DOMString accept;
|
||||
// attribute DOMString alt;
|
||||
@@ -69,7 +69,7 @@ interface HTMLInputElement : HTMLElement {
|
||||
// also has obsolete members
|
||||
};
|
||||
|
||||
// http://www.whatwg.org/html/#HTMLInputElement-partial
|
||||
// https://www.whatwg.org/html/#HTMLInputElement-partial
|
||||
partial interface HTMLInputElement {
|
||||
// attribute DOMString align;
|
||||
// attribute DOMString useMap;
|
||||
|
||||
Reference in New Issue
Block a user