8000 update stylesheet and annotation urls to https · simonwuelker/csswg-drafts@c892090 · GitHub
Skip to content

Commit c892090

Browse files
author
Peter Linss
committed
update stylesheet and annotation urls to https
1 parent 7c88918 commit c892090

146 files changed

Lines changed: 158 additions & 158 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css-2007/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<title>Cascading Style Sheets (CSS) Snapshot 2007</title>
77
<!-- <link rel="stylesheet" type="text/css" href="default.css"> -->
8-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
8+
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
99
type="text/css">
1010

1111
<body>

css-2007/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset=utf8>
66
<title>Cascading Style Sheets (CSS) Snapshot 2007</title>
77
<!-- <link rel="stylesheet" type="text/css" href="default.css"> -->
8-
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
8+
<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/W3C-ED.css">
99
</head>
1010
<body>
1111

css-2010/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<title>Cascading Style Sheets (CSS) Snapshot 2010</title>
77
<link href=default.css rel=stylesheet type="text/css">
8-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
8+
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
99
type="text/css">
1010

1111
<body>

css-2010/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset=utf8>
77
<title>Cascading Style Sheets (CSS) Snapshot 2010</title>
88
<link rel="stylesheet" type="text/css" href="../default.css">
9-
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
9+
<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/W3C-ED.css">
1010
</head>
1111
<body>
1212

css-backgrounds/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
#box-shadow-samples td { background: white; color: black; }
3131
.css::before, .css::after, .property::before, .property::after { content: none !important;}
3232
</style>
33-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
33+
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
3434
type="text/css">
3535
<script defer=defer
36-
src="http://test.csswg.org/harness/annotate.js#css-backgrounds-3_dev"
36+
src="https://test.csswg.org/harness/annotate.js#css-backgrounds-3_dev"
3737
type="text/javascript"></script>
3838

3939
<body>

css-backgrounds/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
.css::before, .css::after, .property::before, .property::after { content: none !important;}
1818
</style>
1919
<link rel="stylesheet" type="text/css"
20-
href="http://www.w3.org/StyleSheets/TR/W3C-WD.css">
20+
href="https://www.w3.org/StyleSheets/TR/W3C-WD.css">
2121
<script defer="defer"
22-
src="http://test.csswg.org/harness/annotate.js#css-backgrounds-3_dev"
22+
src="https://test.csswg.org/harness/annotate.js#css-backgrounds-3_dev"
2323
type="text/javascript"></script>
2424
</head>
2525

css-backgrounds/box-shadow.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#box-shadow-samples td { background: white; color: black; }
1414
</style>
1515
<link rel="stylesheet" type="text/css"
16-
href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
16+
href="https://www.w3.org/StyleSheets/TR/W3C-ED.css">
1717
</head>
1818

1919
<body>

css-box/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
html {margin-bottom: 15em}
6060
}
6161
</style>
62-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
62+
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
6363
title=Default type="text/css">
6464
<link href="#contents" rel=contents>
6565
<link href="#index" rel=index><!--

css-box/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
html {margin-bottom: 15em}
5555
}
5656
</style>
57-
<link href="http://www.w3.org/StyleSheets/TR/W3C-MO.css" rel="stylesheet"
57+
<link href="https://www.w3.org/StyleSheets/TR/W3C-MO.css" rel="stylesheet"
5858
title="Default" type="text/css">
5959

6060
<link rel=contents href="#contents">

css-color-3/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767
h6 {font-size:110%}
6868
.css::before, .css::after, .property::before, .property::after { content: none !important;}
6969
</style>
70-
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
70+
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
7171
type="text/css">
7272
<script defer=defer
73-
src="http://test.csswg.org/harness/annotate.js#css-color-3_dev"
73+
src="https://test.csswg.org/harness/annotate.js#css-color-3_dev"
7474
type="text/javascript"></script>
7575

7676
<body>

0 commit comments

Comments
 (0)