Skip to content

Commit 35c3b64

Browse files
committed
more http->https
1 parent a9d5135 commit 35c3b64

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

api.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<body>
1919
<div id="banner">
20-
<h1 id="title"><a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
20+
<h1 id="title"><a href="https://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
2121
<a href="./"><span>CSS Validation Service</span></a></h1>
2222
<p id="tagline">
2323
Check Cascading Style Sheets (CSS) and (X)HTML documents with style sheets
@@ -58,13 +58,13 @@ <h3 id="soap12format">SOAP format description</h3>
5858
switch to its SOAP 1.2 interface. Below is a sample response, as well as a
5959
description of the most important elements of the response.</p>
6060

61-
<p>A <a href="http://www.w3.org/2005/09/css-validator.wsdl">WSDL 2 description file</a> is lso available for this service.</p>
61+
<p>A <a href="https://www.w3.org/2005/09/css-validator.wsdl">WSDL 2 description file</a> is lso available for this service.</p>
6262

6363
<h4>sample SOAP 1.2 validation request</h4>
6464

6565
<p>It is a simple HTTP GET call to a URI like:</p>
6666

67-
<p><code>http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.w3.org%2F&amp;warning=0&amp;profile=css2</code></p>
67+
<p><code>https://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.w3.org%2F&amp;warning=0&amp;profile=css2</code></p>
6868

6969
<h4 id="soap12_sample">sample SOAP 1.2 validation response</h4>
7070

@@ -88,15 +88,15 @@ <h4 id="soap12_sample">sample SOAP 1.2 validation response</h4>
8888
&lt;m:warnings xml:lang="en"&gt;
8989
&lt;m:warningcount&gt;79&lt;/m:warningcount&gt;
9090
&lt;m:warninglist&gt;
91-
&lt;m:uri&gt;http://www.w3.org/StyleSheets/home.css&lt;/m:uri&gt;
91+
&lt;m:uri&gt;https://www.w3.org/StyleSheets/home.css&lt;/m:uri&gt;
9292
&lt;m:warning&gt;
9393
&lt;m:line&gt;85&lt;/m:line&gt;
9494
&lt;m:level&gt;0&lt;/m:level&gt;
9595
&lt;m:message&gt;Properties for other media might not work for usermedium&lt;/m:message&gt;
9696
&lt;/m:warning&gt;
9797
&lt;/m:warninglist&gt;
9898
&lt;m:warninglist&gt;
99-
&lt;m:uri&gt;http://www.w3.org/StyleSheets/home-import.css&lt;/m:uri&gt;
99+
&lt;m:uri&gt;https://www.w3.org/StyleSheets/home-import.css&lt;/m:uri&gt;
100100
&lt;m:warning&gt;
101101
&lt;m:line&gt;167&lt;/m:line&gt;
102102
&lt;m:level&gt;0&lt;/m:level&gt;
@@ -135,13 +135,13 @@ <h4 id="soap12response">SOAP1.2 response format reference</h4>
135135
<tr>
136136
<th id="soap12_uri">uri</th>
137137
<td>the address of the document validated. In <a
138-
href="http://www.w3.org/WAI/ER/">EARL</a> terms, this is the
138+
href="https://www.w3.org/WAI/ER/">EARL</a> terms, this is the
139139
<kbd>TestSubject</kbd>.</td>
140140
</tr>
141141
<tr>
142142
<th id="soap12_checkedby">checkedby</th>
143143
<td>Location of the service which provided the validation result. In <a
144-
href="http://www.w3.org/WAI/ER/">EARL</a> terms, this is the
144+
href="https://www.w3.org/WAI/ER/">EARL</a> terms, this is the
145145
<kbd>Assertor</kbd>.</td>
146146
</tr>
147147
<tr>
@@ -234,33 +234,33 @@ <h4 id="soap12message">SOAP1.2 atomic message (error or warning) format
234234
<div id="footer">
235235
<p id="activity_logos">
236236

237-
<a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more"><img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /></a><a href="http://www.w3.org/Style/CSS/learning" title="Learn more about Cascading Style Sheets"><img src="images/woolly-icon" alt="CSS" /></a>
237+
<a href="https://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more"><img src="https://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /></a><a href="https://www.w3.org/Style/CSS/learning" title="Learn more about Cascading Style Sheets"><img src="images/woolly-icon" alt="CSS" /></a>
238238

239239
</p>
240240

241241
<p id="support_logo">
242-
<a href="http://www.w3.org/QA/Tools/Donate">
243-
<img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
242+
<a href="https://www.w3.org/QA/Tools/Donate">
243+
<img src="https://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
244244
</a>
245245
</p>
246246

247247
<p class="copyright">
248-
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2009
249-
<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;
248+
<a rel="Copyright" href="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2009
249+
<a href="https://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;
250250

251-
(<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
252-
<a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
253-
<a href="http://www.keio.ac.jp/">Keio</a>),
251+
(<a href="https://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
252+
<a href="https://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
253+
<a href="https://www.keio.ac.jp/">Keio</a>),
254254
All Rights Reserved.
255-
W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
256-
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
257-
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
255+
W3C <a href="https://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
256+
<a href="https://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
257+
<a rel="Copyright" href="https://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
258258

259-
and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
259+
and <a rel="Copyright" href="https://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
260260

261261
rules apply. Your interactions with this site are in accordance
262-
with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
263-
<a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
262+
with our <a href="https://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
263+
<a href="https://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
264264
statements.
265265
</p>
266266

0 commit comments

Comments
 (0)