Skip to content

Commit

Permalink
update stylesheet and annotation urls to https
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Linss committed Jul 22, 2015
1 parent 7c88918 commit c892090
Show file tree
Hide file tree
Showing 146 changed files with 158 additions and 158 deletions.
2 changes: 1 addition & 1 deletion css-2007/Overview.html
Expand Up @@ -5,7 +5,7 @@
<head>
<title>Cascading Style Sheets (CSS) Snapshot 2007</title>
<!-- <link rel="stylesheet" type="text/css" href="default.css"> -->
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
type="text/css">

<body>
Expand Down
2 changes: 1 addition & 1 deletion css-2007/Overview.src.html
Expand Up @@ -5,7 +5,7 @@
<meta charset=utf8>
<title>Cascading Style Sheets (CSS) Snapshot 2007</title>
<!-- <link rel="stylesheet" type="text/css" href="default.css"> -->
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/W3C-ED.css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion css-2010/Overview.html
Expand Up @@ -5,7 +5,7 @@
<head>
<title>Cascading Style Sheets (CSS) Snapshot 2010</title>
<link href=default.css rel=stylesheet type="text/css">
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
type="text/css">

<body>
Expand Down
2 changes: 1 addition & 1 deletion css-2010/Overview.src.html
Expand Up @@ -6,7 +6,7 @@
<meta charset=utf8>
<title>Cascading Style Sheets (CSS) Snapshot 2010</title>
<link rel="stylesheet" type="text/css" href="../default.css">
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/W3C-ED.css">
</head>
<body>

Expand Down
4 changes: 2 additions & 2 deletions css-backgrounds/Overview.html
Expand Up @@ -30,10 +30,10 @@
#box-shadow-samples td { background: white; color: black; }
.css::before, .css::after, .property::before, .property::after { content: none !important;}
</style>
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
type="text/css">
<script defer=defer
src="http://test.csswg.org/harness/annotate.js#css-backgrounds-3_dev"
src="https://test.csswg.org/harness/annotate.js#css-backgrounds-3_dev"
type="text/javascript"></script>

<body>
Expand Down
4 changes: 2 additions & 2 deletions css-backgrounds/Overview.src.html
Expand Up @@ -17,9 +17,9 @@
.css::before, .css::after, .property::before, .property::after { content: none !important;}
</style>
<link rel="stylesheet" type="text/css"
href="http://www.w3.org/StyleSheets/TR/W3C-WD.css">
href="https://www.w3.org/StyleSheets/TR/W3C-WD.css">
<script defer="defer"
src="http://test.csswg.org/harness/annotate.js#css-backgrounds-3_dev"
src="https://test.csswg.org/harness/annotate.js#css-backgrounds-3_dev"
type="text/javascript"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion css-backgrounds/box-shadow.src.html
Expand Up @@ -13,7 +13,7 @@
#box-shadow-samples td { background: white; color: black; }
</style>
<link rel="stylesheet" type="text/css"
href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
href="https://www.w3.org/StyleSheets/TR/W3C-ED.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion css-box/Overview.html
Expand Up @@ -59,7 +59,7 @@
html {margin-bottom: 15em}
}
</style>
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
title=Default type="text/css">
<link href="#contents" rel=contents>
<link href="#index" rel=index><!--
Expand Down
2 changes: 1 addition & 1 deletion css-box/Overview.src.html
Expand Up @@ -54,7 +54,7 @@
html {margin-bottom: 15em}
}
</style>
<link href="http://www.w3.org/StyleSheets/TR/W3C-MO.css" rel="stylesheet"
<link href="https://www.w3.org/StyleSheets/TR/W3C-MO.css" rel="stylesheet"
title="Default" type="text/css">

<link rel=contents href="#contents">
Expand Down
4 changes: 2 additions & 2 deletions css-color-3/Overview.html
Expand Up @@ -67,10 +67,10 @@
h6 {font-size:110%}
.css::before, .css::after, .property::before, .property::after { content: none !important;}
</style>
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
type="text/css">
<script defer=defer
src="http://test.csswg.org/harness/annotate.js#css-color-3_dev"
src="https://test.csswg.org/harness/annotate.js#css-color-3_dev"
type="text/javascript"></script>

<body>
Expand Down
4 changes: 2 additions & 2 deletions css-color-3/Overview.src.html
Expand Up @@ -49,8 +49,8 @@
h6 {font-size:110%}
.css::before, .css::after, .property::before, .property::after { content: none !important;}
</style>
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
<script src='http://test.csswg.org/harness/annotate.js#css-color-3_dev' type='text/javascript' defer></script>
<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
<script src='https://test.csswg.org/harness/annotate.js#css-color-3_dev' type='text/javascript' defer></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion css-color-3/issues-lc-2008.html
Expand Up @@ -11,7 +11,7 @@
td.noreply { background: #999;}
td.nochange {background: #CCF;}
</style>
<link rel="stylesheet" type="text/css" media="screen" href="http://www.w3.org/StyleSheets/TR/base.css"></link>
<link rel="stylesheet" type="text/css" media="screen" href="https://www.w3.org/StyleSheets/TR/base.css"></link>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion css-color-correction/Overview.html
Expand Up @@ -13,7 +13,7 @@
"default.css" rather than "../default.css"
-->
<link href="../default.css" rel=stylesheet type="text/css">
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
type="text/css">

<body>
Expand Down
2 changes: 1 addition & 1 deletion css-color-correction/Overview.src.html
Expand Up @@ -11,7 +11,7 @@
-->
<link rel="stylesheet" type="text/css" href="../default.css">
<link rel="stylesheet" type="text/css"
href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
href="https://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions css-exclusions/Exclusions.src.html
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS Exclusions and Shapes Module Level 3</title>
<link rel="stylesheet" type="text/css" href="../shared/style/default.css" />
<script src='http://test.csswg.org/harness/annotate.js#CSS3-EXCLUSIONS_DEV' type='text/javascript' defer></script>
<script src='https://test.csswg.org/harness/annotate.js#CSS3-EXCLUSIONS_DEV' type='text/javascript' defer></script>


<style type="text/css">
Expand All @@ -24,7 +24,7 @@
</style>

<link rel="stylesheet" type="text/css"
href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
href="https://www.w3.org/StyleSheets/TR/W3C-ED.css">

<link rel="stylesheet" type="text/css"
href="../shared/style/issues.css">
Expand Down
4 changes: 2 additions & 2 deletions css-exclusions/Overview.src.html
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<title>CSS Exclusions Module Level 1</title>
<link rel="stylesheet" type="text/css" href="../shared/style/default.css" />
<script src='http://test.csswg.org/harness/annotate.js#css-exclusions-1_dev' type='text/javascript' defer></script>
<script src='https://test.csswg.org/harness/annotate.js#css-exclusions-1_dev' type='text/javascript' defer></script>


<style type="text/css">
Expand All @@ -26,7 +26,7 @@
<link rel="stylesheet" type="text/css"
href="../shared/style/issues.css">
<link rel="stylesheet" type="text/css"
href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
href="https://www.w3.org/StyleSheets/TR/W3C-ED.css">


<link id="st" href="../shared/style/alternate-spec-style.css" rel="stylesheet"
Expand Down
4 changes: 2 additions & 2 deletions css-fonts/Fonts.html
Expand Up @@ -105,10 +105,10 @@
#fonts ul.indexlist ul, #fonts ul.indexlist dl { font-size: inherit; }

</style>
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
type="text/css">
<script defer=defer
src="http://test.csswg.org/harness/annotate.js#CSS3-FONTS_DEV"
src="https://test.csswg.org/harness/annotate.js#CSS3-FONTS_DEV"
type="text/javascript"></script>

<body id=fonts>
Expand Down
2 changes: 1 addition & 1 deletion css-gcpm/2009-06-10.html
Expand Up @@ -5,7 +5,7 @@
<head>
<title>CSS3 module: Generated Content for Paged Media</title>
<link href="../default.css" rel=stylesheet type="text/css">
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
type="text/css">

<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion css-gcpm/2009-06-10.src.html
Expand Up @@ -42,7 +42,7 @@
*/

<link href="../default.css" rel="stylesheet" type="text/css">
<link href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css" rel=stylesheet type="text/css">
<link href="https://www.w3.org/StyleSheets/TR/W3C-[STATUS].css" rel=stylesheet type="text/css">


<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion css-grid-position/overview.src.html
Expand Up @@ -17,7 +17,7 @@
</style>

<link rel="stylesheet" type="text/css"
href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
href="https://www.w3.org/StyleSheets/TR/W3C-ED.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion css-module/Overview.html
Expand Up @@ -21,7 +21,7 @@
<link href="#index" rel=index>
<link href="../default.css" rel=stylesheet type="text/css">
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
type="text/css">
<style type="text/css">
/* delete this block when you've cleared out all the .replaceme elements */
Expand Down
2 changes: 1 addition & 1 deletion css-module/Overview.src.html
Expand Up @@ -7,7 +7,7 @@
<link rel=index href="#index">
<link rel="stylesheet" type="text/css" href="../default.css">
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/W3C-ED.css">
<style type="text/css">
/* delete this block when you've cleared out all the .replaceme elements */
.replaceme {
Expand Down
2 changes: 1 addition & 1 deletion css-namespaces/issues-2.html
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<title>CSS Namespaces Disposition of Last Call Comments</title>

<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/base.css">
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/base.css">
<style type="text/css">
table { margin: 2em; color: green; }
th { text-align: left; }
Expand Down
2 changes: 1 addition & 1 deletion css-namespaces/issues-3.html
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<title>CSS Namespaces Disposition of Candidate Recommendation Comments</title>

<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/base.css">
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/base.css">
<style type="text/css">
.a { background: lightgreen; }
.u { background: #dedede; }
Expand Down
2 changes: 1 addition & 1 deletion css-page-4/Overview.html
Expand Up @@ -16,7 +16,7 @@
<meta content=W3C name=dcterms.publisher>
<meta content="http://dev.w3.org/csswg/www-style/" name=dcterms.identifier>
<link href="../default.css" rel=stylesheet type="text/css">
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
<link href="https://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
type="text/css">
<style type="text/css">
.keyword {
Expand Down

0 comments on commit c892090

Please sign in to comment.