Skip to content

Commit c7985ef

Browse files
authored
Merge pull request #440 from w3c/cleanup_images
Cleanup images and use https to link to valid icons
2 parents 44e734d + 37d787d commit c7985ef

31 files changed

Lines changed: 42 additions & 58 deletions

BUGS.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ <h1 class="center">CSS Validator Issue Tracking</h1>
3333
</ul>
3434

3535
<hr class="large" />
36-
<a class="right" href="http://validator.w3.org/">
37-
<img src="http://www.w3.org/Icons/valid-xhtml10"
36+
<a class="right" href="https://validator.w3.org/">
37+
<img src="https://www.w3.org/Icons/valid-xhtml10"
3838
alt="Valid XHTML 1.0!" border="0" width="88" height="31" /></a>
3939
<a class="right" href="http://jigsaw.w3.org/css-validator">
40-
<img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss"
40+
<img style="border:0;width:88px;height:31px" src="https://jigsaw.w3.org/css-validator/images/vcss"
4141
alt="Valid CSS!" /></a>
4242

4343
<address><a

autotest/AutoTestContentHandler.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,14 +239,14 @@ public void endElement(String nameSpaceURI, String localName, String rawName)
239239

240240
if (element == TESTSUITE) {
241241
print(" <p id=\"valid\">");
242-
print(" <a href=\"http://validator.w3.org/check?uri=referer\">");
242+
print(" <a href=\"https://validator.w3.org/check?uri=referer\">");
243243
print(" <img style=\"border:0;width:88px;height:31px\"");
244-
print(" src=\"http://www.w3.org/Icons/valid-xhtml10\"");
244+
print(" src=\"https://www.w3.org/Icons/valid-xhtml10\"");
245245
print(" alt=\"Valid XHTML 1.0!\" height=\"31\" width=\"88\" />");
246246
print(" </a>");
247-
print(" <a href=\"http://jigsaw.w3.org/css-validator/check/referer\">");
247+
print(" <a href=\"https://jigsaw.w3.org/css-validator/check/referer\">");
248248
print(" <img style=\"border:0;width:88px;height:31px\"");
249-
print(" src=\"http://jigsaw.w3.org/css-validator/images/vcss\"");
249+
print(" src=\"https://jigsaw.w3.org/css-validator/images/vcss\"");
250250
print(" alt=\"Valid CSS!\" />");
251251
print(" </a>");
252252
print(" </p>");

autotest/results/bugs.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -962,14 +962,14 @@ <h3><a href="http://www.w3.org/Bugs/Public/attachment.cgi?id=611">http://www.w3.
962962
</dl>
963963
</div>
964964
<p id="valid">
965-
<a href="http://validator.w3.org/check?uri=referer">
965+
<a href="https://validator.w3.org/check?uri=referer">
966966
<img style="border:0;width:88px;height:31px"
967-
src="http://www.w3.org/Icons/valid-xhtml10"
967+
src="https://www.w3.org/Icons/valid-xhtml10"
968968
alt="Valid XHTML 1.0!" height="31" width="88" />
969969
</a>
970-
<a href="http://jigsaw.w3.org/css-validator/check/referer">
970+
<a href="https://jigsaw.w3.org/css-validator/check/referer">
971971
<img style="border:0;width:88px;height:31px"
972-
src="http://jigsaw.w3.org/css-validator/images/vcss"
972+
src="https://jigsaw.w3.org/css-validator/images/vcss"
973973
alt="Valid CSS!" />
974974
</a>
975975
</p>

autotest/results/general.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,14 +1398,14 @@ <h3><a href="testsuite/general/selectors/multipleattributes-058.css">testsuite/g
13981398
</dl>
13991399
</div>
14001400
<p id="valid">
1401-
<a href="http://validator.w3.org/check?uri=referer">
1401+
<a href="https://validator.w3.org/check?uri=referer">
14021402
<img style="border:0;width:88px;height:31px"
1403-
src="http://www.w3.org/Icons/valid-xhtml10"
1403+
src="https://www.w3.org/Icons/valid-xhtml10"
14041404
alt="Valid XHTML 1.0!" height="31" width="88" />
14051405
</a>
1406-
<a href="http://jigsaw.w3.org/css-validator/check/referer">
1406+
<a href="https://jigsaw.w3.org/css-validator/check/referer">
14071407
<img style="border:0;width:88px;height:31px"
1408-
src="http://jigsaw.w3.org/css-validator/images/vcss"
1408+
src="https://jigsaw.w3.org/css-validator/images/vcss"
14091409
alt="Valid CSS!" />
14101410
</a>
14111411
</p>

autotest/results/propertiesCSS1.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,14 @@ <h3><a href="testsuite/properties/css1/too-many-values/classification.css">tests
183183
</dl>
184184
</div>
185185
<p id="valid">
186-
<a href="http://validator.w3.org/check?uri=referer">
186+
<a href="https://validator.w3.org/check?uri=referer">
187187
<img style="border:0;width:88px;height:31px"
188-
src="http://www.w3.org/Icons/valid-xhtml10"
188+
src="https://www.w3.org/Icons/valid-xhtml10"
189189
alt="Valid XHTML 1.0!" height="31" width="88" />
190190
</a>
191-
<a href="http://jigsaw.w3.org/css-validator/check/referer">
191+
<a href="https://jigsaw.w3.org/css-validator/check/referer">
192192
<img style="border:0;width:88px;height:31px"
193-
src="http://jigsaw.w3.org/css-validator/images/vcss"
193+
src="https://jigsaw.w3.org/css-validator/images/vcss"
194194
alt="Valid CSS!" />
195195
</a>
196196
</p>

autotest/results/propertiesCSS2.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -665,14 +665,14 @@ <h3><a href="testsuite/properties/too-many-values/visual-effects.css">testsuite/
665665
</dl>
666666
</div>
667667
<p id="valid">
668-
<a href="http://validator.w3.org/check?uri=referer">
668+
<a href="https://validator.w3.org/check?uri=referer">
669669
<img style="border:0;width:88px;height:31px"
670-
src="http://www.w3.org/Icons/valid-xhtml10"
670+
src="https://www.w3.org/Icons/valid-xhtml10"
671671
alt="Valid XHTML 1.0!" height="31" width="88" />
672672
</a>
673-
<a href="http://jigsaw.w3.org/css-validator/check/referer">
673+
<a href="https://jigsaw.w3.org/css-validator/check/referer">
674674
<img style="border:0;width:88px;height:31px"
675-
src="http://jigsaw.w3.org/css-validator/images/vcss"
675+
src="https://jigsaw.w3.org/css-validator/images/vcss"
676676
alt="Valid CSS!" />
677677
</a>
678678
</p>

autotest/results/propertiesCSS3.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ <h3><a href="testsuite/properties/css3/propertiesCSS3.css">testsuite/properties/
4747
</dl>
4848
</div>
4949
<p id="valid">
50-
<a href="http://validator.w3.org/check?uri=referer">
50+
<a href="https://validator.w3.org/check?uri=referer">
5151
<img style="border:0;width:88px;height:31px"
52-
src="http://www.w3.org/Icons/valid-xhtml10"
52+
src="https://www.w3.org/Icons/valid-xhtml10"
5353
alt="Valid XHTML 1.0!" height="31" width="88" />
5454
</a>
55-
<a href="http://jigsaw.w3.org/css-validator/check/referer">
55+
<a href="https://jigsaw.w3.org/css-validator/check/referer">
5656
<img style="border:0;width:88px;height:31px"
57-
src="http://jigsaw.w3.org/css-validator/images/vcss"
57+
src="https://jigsaw.w3.org/css-validator/images/vcss"
5858
alt="Valid CSS!" />
5959
</a>
6060
</p>

images/CSS.gif

-10 KB
Binary file not shown.

images/css_validation_service.png

-7.72 KB
Binary file not shown.

images/footer.png

-52 KB
Binary file not shown.

0 commit comments

Comments
 (0)