Skip to content

Commit 3f6773b

Browse files
Fix links in manual of style (#292)
I ran the link checker on the manual of style. Note that there are still some broken links as some references appear outdated, but I think those should be addressed in a more in depth review and refresh of this document. --------- Co-authored-by: Tantek Çelik <[email protected]>
1 parent 4442afe commit 3f6773b

File tree

1 file changed

+56
-53
lines changed

1 file changed

+56
-53
lines changed

manual-of-style/index.html

+56-53
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,35 @@
33
<head>
44
<meta charset="utf-8">
55
<title>W3C Manual of Style</title>
6-
<script src='https://www.w3.org/Tools/respec/respec-w3c' async class='remove'>
6+
<script src='https://www.w3.org/Tools/respec/respec-w3c.js' async class='remove'>
77
</script>
8-
<script class='remove'>
9-
var respecConfig = {
10-
specStatus: "base",
11-
editors: [{
8+
<script class='remove'>
9+
var respecConfig = {
10+
specStatus: "base",
11+
editors: [
12+
{
1213
name: "Philippe Le Hegaret",
1314
url: "https://www.w3.org/People/LeHegaret",
14-
},{
15+
},
16+
{
1517
name: "Coralie Mercier",
1618
url: "https://www.w3.org/People/Coralie",
17-
}],
18-
edDraftURI: "https://w3c.github.io/manual-of-style/",
19-
license: 'w3c-software-doc',
20-
github: "https://github.com/w3c/manual-of-style/",
21-
otherLinks: [{
22-
key: 'Mailing list',
23-
data: [{
24-
25-
href: 'https://lists.w3.org/Archives/Public/spec-prod/'
26-
}]
27-
}],
28-
xref: [ "i18n-glossary" ]
29-
};
19+
}
20+
],
21+
latestVersion: "https://www.w3.org/guide/manual-of-style/",
22+
edDraftURI: null,
23+
license: 'w3c-software-doc',
24+
github: "w3c/guide",
25+
otherLinks: [{
26+
key: 'Mailing list',
27+
data: [{
28+
29+
href: 'https://lists.w3.org/Archives/Public/spec-prod/'
30+
}]
31+
}],
32+
xref: [ "i18n-glossary" ]
33+
};
3034
</script>
31-
3235
</head>
3336

3437
<body>
@@ -43,7 +46,7 @@
4346
<section id="sotd">
4447

4548
</section>
46-
<section id="Introduction">
49+
<section id="Introduction">
4750
<h2>Introduction</h2>
4851

4952
<p>Written for editors and authors of W3C technical reports, this
@@ -85,7 +88,7 @@ <h2>Introduction</h2>
8588
platforms is far more important than using jazzy features. At some
8689
point, what we write becomes history and is preserved on the Web
8790
through the W3C <cite><a href=
88-
"/policies/uri-persistence/">Persistence
91+
"https://www.w3.org/policies/uri-persistence/">Persistence
8992
Policy</a></cite> [<cite><a href=
9093
"#ref-PERSISTENCE">PERSISTENCE</a></cite>].</p>
9194
</section>
@@ -123,11 +126,11 @@ <h2>Validation</h2>
123126
<h2>Accessibility</h2>
124127

125128
<ul>
126-
<li>Follow the <cite><a href="https://www.w3.org/WAI/intro/wcag.php">Web Content Accessibility Guidelines</a></cite>
129+
<li>Follow the <cite><a href="https://www.w3.org/WAI/standards-guidelines/wcag/">Web Content Accessibility Guidelines</a></cite>
127130
(<abbr>WCAG</abbr>). Can
128131
simpler words express your ideas? Is your text marked up with
129132
structural elements? Are alternatives provided for auditory and visual
130-
content? See also <a href="https://www.w3.org/WAI/eval/Overview.html">evaluation tools</a>.</li>
133+
content? See also <a href="https://www.w3.org/WAI/test-evaluate/">evaluation tools</a>.</li>
131134
</ul>
132135
</section>
133136
<section id="I18n">
@@ -146,7 +149,7 @@ <h3>Write for a global audience</h3>
146149
<li>Avoid idioms that are U.S.- or English-specific in favor of more neutral language.</li>
147150
<li>Choose examples that reflect a global audience. For example:
148151
<ul>
149-
<li>When creating user stories or other examples that feature people, choose example names that come from different cultures and regions. You can find suggestions <a href="https://www.w3.org/TR/international-specs#personal_name_examples">here</a> in [[INTERNATIONAL-SPECS]].</li>
152+
<li>When creating user stories or other examples that feature people, choose example names that come from different cultures and regions. You can find suggestions <a href="https://www.w3.org/TR/international-specs/#personal_name_examples">here</a> in [[INTERNATIONAL-SPECS]].</li>
150153
<li>Choose more generic terms for field names, such as "postal code" instead of (U.S.-specific) "ZIP code" or "given name" instead of "first name".</li>
151154
</ul>
152155
<li>In general, use [=locale-neutral=] representations of data values, such as dates, numbers, currency values, and so forth.</li>
@@ -156,7 +159,7 @@ <h3>Write for a global audience</h3>
156159
<li id="Dates">For time and date values, choose an unambiguous representation:
157160
<ul>
158161
<li>For date values that appear in prose, spell out the month (for example, <kbd>6 May 2003</kbd> or <kbd>September 23, 2016</kbd>). All numeric dates such as <kbd translate="no">5/6/03</kbd> or <kbd translate="no">6/5/03</kbd> are ambiguous. Some cultures will read the first example as "June 5" while other cultures will read the second example as that date.</li>
159-
<li>For date values that appear in data, use a format derived from ISO8601, such as those found in [[RFC3339]] or those found in <cite><a href="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/#date" title="Section 3.2.9 of the XML Schema Datatypes">XML Schema Part 2: Datatypes</a></cite> ([[XMLSchema-2]].</li>
162+
<li>For date values that appear in data, use a format derived from ISO8601, such as those found in [[RFC3339]] or those found in <cite><a href="https://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#date" title="Section 3.2.9 of the XML Schema Datatypes">XML Schema Part 2: Datatypes</a></cite> ([[XMLSchema-2]].</li>
160163
</ul></li>
161164
</ul>
162165
</section>
@@ -255,10 +258,10 @@ <h3>Translations</h3>
255258

256259
<li>Read the <cite>W3C Intellectual Property <abbr title=
257260
"Frequently Asked Questions list">FAQ</abbr></cite>, <cite><a href=
258-
"/copyright/intellectual-rights/#translate">Can I
261+
"https://www.w3.org/copyright/intellectual-rights/#translate">Can I
259262
translate one of your specifications into another language?</a></cite>
260263
and <cite><a href=
261-
"/copyright/intellectual-rights/#official">Can I
264+
"https://www.w3.org/copyright/intellectual-rights/#official">Can I
262265
create the "official" translation?</a></cite> ([<cite><a href=
263266
"#ref-IPRFAQ">IPRFAQ</a></cite>] sections 5.6 and 5.7).</li>
264267
</ul>
@@ -294,7 +297,7 @@ <h3>Translations</h3>
294297
<h2>The Parts of a Technical Report</h2>
295298

296299
<p id="Template">As of November 2005, <a href=
297-
"/Guide/pubrules">pubrules</a> [<cite><a href=
300+
"https://www.w3.org/pubrules/doc">pubrules</a> [<cite><a href=
298301
"#ref-PUBRULES">PUBRULES</a></cite>] includes a technical report
299302
template.</p>
300303

@@ -480,7 +483,7 @@ <h3>Entries on an errata
480483
conformance of documents or software</li>
481484

482485
<li>Any normative corrections; see the section on <a href=
483-
"https://www.w3.org/2023/Process-20231103/#errata">Errata
486+
"https://www.w3.org/policies/process/20231103/#errata">Errata
484487
Management</a> in the <cite>W3C Process Document</cite>
485488
([<cite><a href="#ref-PROCESS">PROCESS</a></cite>] section 6.2.4) for
486489
more information about normative corrections</li>
@@ -496,7 +499,7 @@ <h2>References</a></h2>
496499
<section id="extractor">
497500
<h3>Bibliography Extractor</h3>
498501

499-
<p>The <a href="http://www.specref.org/">SpecRef</a> tool, an Open-Source, Community-Maintained Database of
502+
<p>The <a href="https://www.specref.org/">SpecRef</a> tool, an Open-Source, Community-Maintained Database of
500503
Web Standards &amp; Related References, contains an exhaustive of references.</p>
501504

502505
<p>The <cite><a href=
@@ -644,15 +647,15 @@ <h3>References Section</h3>
644647
<h3>Normative and Informative
645648
References</h3>
646649

647-
<p>See <a href="https://www.w3.org/Guide/process/tilt/normative-references.html">Normative References</a> and considerations by the Team.</p>
650+
<p>See <a href="https://www.w3.org/guide/process/tilt/normative-references.html">Normative References</a> and considerations by the Team.</p>
648651

649652
</section>
650653
</section>
651654
<section id="Revisions">
652655
<h2>Revisions</h2>
653656

654657
<p>See the <cite><a href=
655-
"https://www.w3.org/2023/Process-20231103/#rec-modify">W3C Process
658+
"https://www.w3.org/policies/process/20231103/#rec-modify">W3C Process
656659
Document</a></cite> ([<cite><a href="#ref-PROCESS">PROCESS</a></cite>]
657660
section 6.3.11) for instructions on modifying a W3C Recommendation.</p>
658661

@@ -775,8 +778,8 @@ <h3>Spelling</h3>
775778
W3C's spell checker.</li>
776779

777780
<li>Free dictionaries are also available on the <a title=
778-
"Ispell home page at UCLA" href=
779-
"http://fmg-www.cs.ucla.edu/fmg-members/geoff/ispell.html">Ispell home
781+
"Ispell home page" href=
782+
"https://www.cs.hmc.edu/~geoff/ispell.html">Ispell home
780783
page</a> [<cite><a href="#ref-ISPELL">ISPELL</a></cite>] for UNIX and
781784
the <a title="Excalibur home page at Bucknell" href=
782785
"http://www.eg.bucknell.edu/~excalibr/excalibur.html">Excalibur home
@@ -910,8 +913,8 @@ <h3>Using Examples</h3>
910913
<li>
911914
<p>Use <abbr title="Cascading Style Sheets">CSS</abbr> with
912915
<code>div</code> elements to mark up examples, as is done in the
913-
<a href="https://www.w3.org/TR/html51/document-metadata.html#example-2ced58ee"
914-
title="Section 4.2. Document metadata">HTML 5.1</a>
916+
<a href="https://html.spec.whatwg.org/multipage/semantics.html#document-metadata"
917+
title="Section 4.2. Document metadata">HTML Living Standard</a>
915918
([<cite><a href="#ref-HTML">HTML</a></cite>], section
916919
4.2):</p>
917920
</li>
@@ -933,7 +936,7 @@ <h3>Images</h3>
933936
<li>Match image size to markup <code>width</code> and
934937
<code>height</code> (or images will be distorted).</li>
935938

936-
<li>See the <a href="https://www.w3.org/TR/WCAG20-GENERAL/">Web Content Accessibility
939+
<li>See the <a href="https://www.w3.org/TR/WCAG20-TECHS/">Web Content Accessibility
937940
Guidelines Techniques</a> for information about providing alternative
938941
text (<code>alt</code>) and long descriptions (<code>longdesc</code>)
939942
for images. Also, don't forget to spell-check your alternative
@@ -1014,7 +1017,7 @@ <h3>Large Documents</h3>
10141017
<h3>Inclusive terminology</h3>
10151018

10161019
<p>Following the <a
1017-
href="/policies/code-of-conduct/#expected-behavior">W3C Code of Conduct</a>,
1020+
href="https://www.w3.org/policies/code-of-conduct/#expected-behavior">W3C Code of Conduct</a>,
10181021
<abbr title="World Wide Web Consortium">W3C</abbr> specifications are expected to be
10191022
inclusive and facilitate diversity. As such, editors and authors are strongly encouraged
10201023
to use a neutral and inclusive language to ensure the best environment possible for the
@@ -1046,7 +1049,7 @@ <h2>Internet Media Types</h2>
10461049

10471050
<ul>
10481051
<li>For information about defining a new Internet media type (formerly known as <abbr title="Multipurpose Internet Mail Extensions">MIME</abbr> type) in your specification, see <cite><a href=
1049-
"http://www.w3.org/2002/06/registering-mediatype">How to Register an Internet Media Type for a W3C Specification</a></cite> [<cite><a href="#ref-REGISTER-1">REGISTER-1</a></cite>].</li>
1052+
"https://www.w3.org/2002/06/registering-mediatype">How to Register an Internet Media Type for a W3C Specification</a></cite> [<cite><a href="#ref-REGISTER-1">REGISTER-1</a></cite>].</li>
10501053

10511054
<li>For information about referring to existing Internet media types (registered or not), see the email message <cite><a href=
10521055
"https://lists.w3.org/Archives/Public/www-tag/2006Aug/0012">TAG Position on Use of Unregistered Media Types in W3C Recommendations</a></cite> [<cite><a href="#ref-REGISTER-2">REGISTER-2</a></cite>].</li>
@@ -1396,9 +1399,9 @@ <h2>References</h2>
13961399

13971400
<dt id="ref-EDITORS">[EDITORS]</dt>
13981401

1399-
<dd><a href="https://www.w3.org/Guide/editor/">W3C Editors Home
1402+
<dd><a href="https://www.w3.org/guide/editor/">W3C Editors Home
14001403
Page</a>, 2024. This list of resources for editors is on-line at
1401-
https://www.w3.org/Guide/editor/.</dd>
1404+
https://www.w3.org/guide/editor/.</dd>
14021405

14031406
<dt id="ref-GRM">[GRM]</dt>
14041407

@@ -1424,9 +1427,9 @@ <h2>References</h2>
14241427

14251428
<dt id="ref-M-W">[M-W]</dt>
14261429

1427-
<dd><cite><a href="http://www.m-w.com/">Merriam-Webster OnLine:
1430+
<dd><cite><a href="https://www.merriam-webster.com/">Merriam-Webster OnLine:
14281431
Collegiate Dictionary</a></cite>, 10th Edition. Merriam-Webster,
1429-
Incorporated, 2000. This book is on-line at http://www.m-w.com.</dd>
1432+
Incorporated, 2000. This book is on-line at https://www.merriam-webster.com/.</dd>
14301433

14311434
<dt id="ref-MANAGE">[MANAGE]</dt>
14321435

@@ -1452,7 +1455,7 @@ <h2>References</h2>
14521455

14531456
<dt id="ref-PROCESS">[PROCESS]</dt>
14541457

1455-
<dd><cite><a href="https://www.w3.org/2023/Process-20231103/">World
1458+
<dd><cite><a href="https://www.w3.org/policies/process/20231103/">World
14561459
Wide Web Consortium Process Document</a></cite>, Elika J. Etemad / fantasai,
14571460
Florian Rivoal, Editors.
14581461
W3C, 3 November 2023. The latest version of this document is
@@ -1468,10 +1471,10 @@ <h2>References</h2>
14681471

14691472
<dt id="ref-PUBRULES">[PUBRULES]</dt>
14701473

1471-
<dd><cite><a href="https://www.w3.org/Guide/pubrules">Technical Report
1474+
<dd><cite><a href="https://www.w3.org/pubrules/doc">Technical Report
14721475
Publication Policy</a></cite>, the W3C Team. W3C,
1473-
2000-2017. This document is on-line at
1474-
https://www.w3.org/Guide/pubrules.</dd>
1476+
2000-2025. This document is on-line at
1477+
https://www.w3.org/pubrules/doc.</dd>
14751478

14761479
<dt id="ref-REF-TITLES">[REF-TITLES]</dt>
14771480

@@ -1496,10 +1499,10 @@ <h2>References</h2>
14961499
<dt id="ref-SPEC-PROD">[SPEC-PROD]</dt>
14971500

14981501
<dd>[email protected]. W3C, 1998-2001. <a href=
1499-
"https://www.w3.org/Mail/Lists">Subscribe</a> to this public mailing
1500-
list at http://www.w3.org/Mail/Lists and view its <a href=
1502+
"https://lists.w3.org/Archives/Public/">Subscribe</a> to this public mailing
1503+
list at https://lists.w3.org/Archives/Public/ and view its <a href=
15011504
"https://lists.w3.org/Archives/Public/spec-prod/">archive</a> at
1502-
https://lists.w3.org/Archives/Public/spec-prod.</dd>
1505+
https://lists.w3.org/Archives/Public/spec-prod/.</dd>
15031506

15041507
<dt id="ref-STYLE-GUIDE">[STYLE-GUIDE]</dt>
15051508

@@ -1566,9 +1569,9 @@ <h3>External Links</h3>
15661569
<dt id="ref-ISPELL">[ISPELL]</dt>
15671570

15681571
<dd><a href=
1569-
"http://fmg-www.cs.ucla.edu/fmg-members/geoff/ispell.html">International
1572+
"https://www.cs.hmc.edu/~geoff/ispell.html">International
15701573
Ispell</a>, G. Kuenning et al. 1971-2001. The Ispell home page is
1571-
http://fmg-www.cs.ucla.edu/fmg-members/geoff/ispell.html.</dd>
1574+
https://www.cs.hmc.edu/~geoff/ispell.html.</dd>
15721575

15731576
<dt id="ref-SCHEMA-DATATYPES">[SCHEMA-DATATYPES]</dt>
15741577

0 commit comments

Comments
 (0)