Skip to content

Commit 80f1557

Browse files
Use https for validator.w3.org URIs
1 parent 9fba28e commit 80f1557

51 files changed

Lines changed: 109 additions & 109 deletions

Some content is hidden

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

BUGS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h1 class="center">CSS Validator Issue Tracking</h1>
3333
</ul>
3434

3535
<hr class="large" />
36-
<a class="right" href="http://validator.w3.org/">
36+
<a class="right" href="https://validator.w3.org/">
3737
<img src="http://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">

autotest/AutoTestContentHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ 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\"");
244244
print(" src=\"http://www.w3.org/Icons/valid-xhtml10\"");
245245
print(" alt=\"Valid XHTML 1.0!\" height=\"31\" width=\"88\" />");

autotest/results/bugs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ <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"
967967
src="http://www.w3.org/Icons/valid-xhtml10"
968968
alt="Valid XHTML 1.0!" height="31" width="88" />

autotest/results/general.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ <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"
14031403
src="http://www.w3.org/Icons/valid-xhtml10"
14041404
alt="Valid XHTML 1.0!" height="31" width="88" />

autotest/results/propertiesCSS1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ <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"
188188
src="http://www.w3.org/Icons/valid-xhtml10"
189189
alt="Valid XHTML 1.0!" height="31" width="88" />

autotest/results/propertiesCSS2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ <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"
670670
src="http://www.w3.org/Icons/valid-xhtml10"
671671
alt="Valid XHTML 1.0!" height="31" width="88" />

autotest/results/propertiesCSS3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <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"
5252
src="http://www.w3.org/Icons/valid-xhtml10"
5353
alt="Valid XHTML 1.0!" height="31" width="88" />

org/w3c/css/servlet/CssValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public final class CssValidator extends HttpServlet {
7777
final static String opt_type = "type";
7878

7979
public final static String server_name =
80-
"Jigsaw/2.3.0 W3C_CSS_Validator_JFouffa/2.0 (See <http://validator.w3.org/services>)";
80+
"Jigsaw/2.3.0 W3C_CSS_Validator_JFouffa/2.0 (See <https://validator.w3.org/services>)";
8181

8282
final static String headers_name = "X-W3C-Validator-";
8383

org/w3c/css/util/Messages.properties.bg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ validate_by_input: Валидиране чрез директно въвежда
5454
enter_CSS: Въведете CSS, който желаете да се валидира
5555
submit_input: Изпратете въведеното за валидиране
5656
note: Пояснение
57-
note_xhtml_valid: Ако желаете да валидирате CSS style sheet, вписана в (X)HTML документ, трябва първо <a href="http://validator.w3.org/">да проверите дали използваният (X)HTML е валиден</a>
57+
note_xhtml_valid: Ако желаете да валидирате CSS style sheet, вписана в (X)HTML документ, трябва първо <a href="https://validator.w3.org/">да проверите дали използваният (X)HTML е валиден</a>
5858
# End of variables added along with Index page template
5959

6060
W3C_validator_results: Резултати на W3C CSS Validator за
@@ -88,7 +88,7 @@ no_errors_create_link_msg: Ако желаете да създадете лин
8888
на други да валидират страницата Ви, URI е:
8989
no_errors_forHTML_only_msg: само за HTML/XML документ
9090
no_errors_bookmark_msg: Или, можете просто да добавите настоящата страница към Вашите bookmarks или hotlist.
91-
note_valide_html: За да функционира според очакванията, Вашият CSS style sheet се нуждае от правилно дърво за парсване на документа. Това означава, че трябва да изпозлвате <a href="http://validator.w3.org/">валиден HTML</a>.
91+
note_valide_html: За да функционира според очакванията, Вашият CSS style sheet се нуждае от правилно дърво за парсване на документа. Това означава, че трябва да изпозлвате <a href="https://validator.w3.org/">валиден HTML</a>.
9292
top: Горе
9393
# hook_html_validator <!-- generated on the fly -->
9494
not-css1-style: /* ВНИМАВАЙТЕ ! Това не е CSS1 свойство ! */

org/w3c/css/util/Messages.properties.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
enter_CSS: Zadejte CSS, kterou chcete ověřit
5656
submit_input: Potvrďte vstup pro ověření
5757
note: Poznámka
58-
note_xhtml_valid: Pokud chcete ověřit svůj CSS styl vložený do dokumentu (X)HTML měli byste nejprve zkontrolovat <a href="http://validator.w3.org/">, že vámi použité (X)HTML je platné </a>
58+
note_xhtml_valid: Pokud chcete ověřit svůj CSS styl vložený do dokumentu (X)HTML měli byste nejprve zkontrolovat <a href="https://validator.w3.org/">, že vámi použité (X)HTML je platné </a>
5959
# Konec proměnných přidaných společně se stránkou šablony
6060

6161
W3C_validator_results:Validátor výsledků W3C CSS
@@ -83,7 +83,7 @@
8383
no_errors_create_link_msg: Chcete-li vytvořit odkaz na tuto stránku (tj. tento výsledek ověření ) znovuověření této stránky v budoucnosti nebo umožněte ostatním ověřit vaši stránku, URI je:
8484
no_errors_forHTML_only_msg: pouze pro dokument HTML/XML
8585
no_errors_bookmark_msg: Nebo stačí, když přidáte aktuální stránku do záložky nebo do oblíbených.
86-
note_valide_html: Aby tabulka stylů CSS fungovala jak chcete, musí mít správnou syntaxi. To znamená, že byste měli použít <a href="http://validator.w3.org/">valid HTML</a>.
86+
note_valide_html: Aby tabulka stylů CSS fungovala jak chcete, musí mít správnou syntaxi. To znamená, že byste měli použít <a href="https://validator.w3.org/">valid HTML</a>.
8787
top: Nahoru
8888
# hook_html_validator <!—vygenerováno v průběhu -->
8989
not-css1-style: /* POZOR ! Toto není vlastnost CSS1! */

0 commit comments

Comments
 (0)