-
Notifications
You must be signed in to change notification settings - Fork 17
/
index.html
367 lines (337 loc) · 13.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<!DOCTYPE html>
<meta charset="utf-8">
<title>Ethical Web Principles</title>
<script class="remove" src="https://www.w3.org/Tools/respec/respec-w3c">
</script>
<script class="remove">
var respecConfig = {
specStatus: "ED",
editors: [
{
name: "Daniel Appelquist",
company: "Invited Expert",
w3cid: 35086,
},
{
name: "Hadley Beeman",
company: "Invited Expert",
w3cid: 47320,
},
{
name: "Amy Guy",
url: "https://rhiaro.co.uk",
company: "Digital Bazaar",
w3cid: 69000,
},
],
group: "tag",
wgPublicList: "www-tag",
github: "w3ctag/ethical-web-principles",
format: "markdown",
shortName: "ethical-web-principles",
latestVersion: "https://www.w3.org/TR/ethical-web-principles/",
localBiblio: {
"UDHR" : {
title: "Universal Declaration of Human Rights",
href: "https://www.un.org/en/universal-declaration-human-rights/",
publisher: "United Nations",
},
},
};
</script>
<body class="informative">
<section id="abstract">
The web should be a platform that helps people
and provides a positive social benefit.
As we continue to evolve the web platform,
we must therefore consider the consequences of our work.
The following document sets out ethical principles
that will drive the W3C's continuing work in this direction.
</section>
<section id="sotd">
This document is a draft Technical Architecture Group (TAG) Finding.
It does not contain any normative content.
This document reflects the consensus of the TAG at the time of publication.
It will continue to evolve and the TAG will issue updates as often as needed.
</section>
## Introduction {#intro}
The web should empower an equitable, informed, and interconnected society.
It has been, and should continue to be, designed
to enable communication and knowledge-sharing for everyone.
In order for the web to continue to be beneficial to society,
we need to consider the ethical implications of our work
when we build web technologies, applications, and sites.
The web is made up of a number of technologies and technical standards.
HTML, CSS, and JavaScript are often thought of as the web's core set of technologies
but there are many other technologies, standards,
languages and APIs that come together to form the "web platform."
We strive to maintain a strong ethical framework as a differentiator for the web platform,
for example an emphasis on
[internationalization](https://www.w3.org/International/),
[accessibility](https://www.w3.org/WAI/),
[privacy](https://www.w3.org/Privacy/), and
[security](https://www.w3.org/Security/).
Web technologies are also released for use under a
[royalty-free license](https://www.w3.org/Consortium/Patent-Policy/)
to enable open source implementation.
We build new web technologies in a collaborative manner
according to open processes
(for example, the <a href="https://www.w3.org/Consortium/Process/">W3C process</a>),
and in inclusive environments adhering to codes of conduct
(such as the W3C <a href="https://www.w3.org/policies/code-of-conduct/">Code of Conduct</a>).
These are often cited as some of the strengths of the web.
Despite this, in the 30 years since the development of the web began,
it has become clear that the web platform can often be used in ways that subvert its original mission
or even be used to cause harm.
The architecture of the web is designed with
the notion of different classes of application that retrieve and process content,
and represent the needs of the application's users.
This includes web browsers,
web-hosted applications such as search engines,
and software that acts on web resources.
This lends itself well towards empowering people
by allowing them to choose the browser, search engine, or other application
that best meets their needs
(for example, with strong privacy protections).
The web should also support human rights, dignity, and personal agency.
We need to put internationally recognized human rights at the core of the web platform [[?UDHR]].
We can reinforce this approach by promoting ethical thinking across the web industry.
The principles in this document are deliberately unordered,
and many are interconnected with each other.
They are intended to be read together, rather than each in isolation, and to collectively support
a web that is beneficial for society.
When the effects of upholding one principle
may diminish the efficacy of another principle, the benefits and tradeoffs
need to be carefully balanced.
It is important to consider the context in which the technology
is being applied, the expected audience(s) for the technology,
who the technology benefits and who it may disadvantage,
and any power dynamics involved (see also the
<a data-cite="design-principles#priority-of-constituencies">priority of constituencies</a>).
<section>
### Purpose {#purpose}
This is a statement of the ethical principles of the W3C community.
Spec developers, authors, and reviewers can use it to guide their thinking.
In particular, the purpose of this document is to
inform wide review of new charters,
new specifications, and
updates to published recommendations.
Others can read this document to understand how we are informing
our design process with ethical considerations.
For actionable guidance applicable to spec editors, site authors,
and others designing and building parts of the web platform,
see the [[[Design-Principles]]], [[[security-privacy-questionnaire]]],
the [[[Privacy-Principles]]], and [TAG Findings](https://tag.w3.org/findings/).
</section>
## Principles
<section>
<h3 id="oneweb" data-export="" data-dfn-type="dfn">
There is one web
</h3>
<p>
When we are adding new web technologies and platforms,
we will build them to cross regional and national boundaries.
People in one location should be able to view web pages
from anywhere that is connected to the web.
</p>
</section>
<section>
<h3 id="noharm" data-export="" data-dfn-type="dfn">
The web does not cause harm to society
</h3>
<p>
When we are adding a feature or technology to the web,
we will work to prevent or mitigate any harm it might cause society or groups,
especially to vulnerable people.
We consider a range of threat models that account for abuse scenarios
at different scales, from societal to interpersonal.
We will prioritize potential benefits for web users over potential benefits to web developers,
content providers, user agents, advertisers, or others in the ecosystem,
in line with the
<a data-cite="design-principles#priority-of-constituencies">priority of constituencies</a>.
We commit to learning about and understanding diverse perspectives,
and will strive to reflect a respect for that diversity in the designs we produce,
so that our designs properly respect the interests and views of
all of the people who might be affected by them.
</p>
</section>
<section>
<h3 id="community" data-export="" data-dfn-type="dfn">
The web supports healthy community and debate
</h3>
<p>
We are building technologies and platforms for distributing ideas,
for virtual interaction,
and for mass collaboration on any topic.
While those tools can be used for good,
they can also be used for spreading misinformation,
revealing private personal information (doxing),
harassment, and persecution.
We will consider these risks in the work we do,
and will build web technologies and platforms
that respect individuals' rights
and provide features to empower them against dangers like these.
</p>
</section>
<section>
<h3 id="allpeople" data-export="" data-dfn-type="dfn">
The web is for all people
</h3>
<p>
People should not need a high level of technical literacy to use the web.
Web platform technologies should behave consistently and intuitively.
We will build internationalization and localization capabilities
into our specifications and websites, including support for different languages.
Our specifications and websites are well internationalized,
provide support for language and cultural adaptation, and support localization,
so that our work is accessible to all users, regardless of language, writing system,
or culture.
We will accommodate people on low bandwidth networks and with low specification equipment.
The web platform and the tools we use to create it
must be accessible to people with disabilities,
including visual, auditory, physical, speech, cognitive, language, learning, and neurological disabilities.
Anyone should be able to meaningfully participate
in the creation of specifications, user agents, and content,
and the platform should enable a fully accessible end-user experience.
</p>
</section>
<section>
<h3 id="privacy" data-export="" data-dfn-type="dfn">
The web is secure and respects people's privacy
</h3>
<p>
When we add features to the web platform,
we are making decisions that impact people's
ability to control their personal data.
This data includes their conversations,
their financial transactions
and how they live their lives.
We will start by creating web technologies
that create as few potential threats to web users as possible,
and mitigate the threats that we cannot avoid.
We will make sure people understand
what risks they are taking when they use the web.
</p>
</section>
<section>
<h3 id="expression" data-export="" data-dfn-type="dfn">
The web enables freedom of expression
</h3>
<p>
We will create web technologies and platforms that encourage free expression.
Our work should not enable state censorship, <a data-cite="RFC7258#section-1">surveillance</a>
or other practices that seek to limit this freedom.
This principle must be balanced with respect for other human rights
and does not imply that individual services on the web must therefore support all speech.
</p>
</section>
<section>
<h3 id="verify" data-export="" data-dfn-type="dfn">
The web makes it possible to verify information
</h3>
<p>
Society relies on the integrity of public information.
We have a responsibility to build web technologies
to counter attempts to mislead,
deliberate or inadvertent,
and to maintain the integrity of information for public good.
The public needs verifiable source and context information to recognize
trustworthy web publishers and content.
The concept of origin and
<a href="https://www.w3.org/2001/tag/doc/distributed-content/">its relationship with information sources</a>
are core to the web's security model.
</p>
</section>
<section>
<h3 id="control" data-export="" data-dfn-type="dfn">
The web enhances individuals' control and power
</h3>
<p>
We recognize that web technologies can be used
to manipulate and deceive people, complicate isolation, and encourage addictive behaviors.
We seek to mitigate against these potential abuses
and <a href="https://en.wikipedia.org/wiki/Dark_pattern">patterns</a>
when creating new technologies and platforms,
and avoid introducing technologies that increase the chance of
people being harmed in this way.
We aim to reduce centralization in web architecture,
minimizing single points of failure and single points of control.
We will also build web technologies for individual developers
as well as for developers at large companies and organizations.
The web should enable do-it-yourself developers.
</p>
</section>
<section>
<h3 id="sustainable" data-export="" data-dfn-type="dfn">
The web is an environmentally sustainable platform
</h3>
<p>
Web technologies may have overall positive environmental impacts
as well as negative impacts.
These can change over time and vary geographically as
both web and environmental technologies develop.
We will endeavor not to do further harm to the environment
when we introduce new technologies to the web and keep in mind
that people most affected by the environmental consequences of new technologies
may not be those who benefit from the features introduced.
This includes, but is not limited to,
lowering carbon emissions by minimizing data storage and processing requirements, as well as reducing electronic waste by
maximizing the lifespan of physical devices through backwards compatibility.
</p>
</section>
<section>
<h3 id="transparent" data-export="" data-dfn-type="dfn">
The web is transparent
</h3>
<p>
The web was built on a "view source" principle,
currently realized through robust developer tools built into many browsers.
We will always make sure it is possible
to determine how a web application was built
and how the code works.
Furthermore, we will always make sure it is possible
to audit and inspect web applications and underlying software
for security, privacy, or other considerations.
</p>
</section>
<section>
<h3 id="multi" data-export="" data-dfn-type="dfn">
The web is multi-browser, multi-OS, and multi-device
</h3>
<p>
We will not create web technologies that encourage the creation of websites
that work only in one browser,
or only on particular hardware.
We expect that content provided by accessing a URL
<a data-cite="mobile-bp#tc">should yield a thematically consistent experience</a>
when someone is accessing it from different devices.
The existence of multiple interoperable implementations
enables competition, and thus a variety of choices
for web users.
</p>
</section>
<section>
<h3 id="render" data-export="" data-dfn-type="dfn">
The web can be consumed in any way that people choose
</h3>
<p>
People must be able to change web pages according to their needs.
For example, people should be able to install style sheets,
assistive browser extensions,
and blockers of unwanted content or scripts.
We will build features and write specifications
that respect people's agency,
and will create user agents to represent those preferences on the web user's behalf.
</p>
</section>
<section class="appendix">
<h2>Acknowlegements</h2>
<p>
The TAG would like to thank the following people for their help, input, and feedback
during the conceptualization and ongoing development of this document:
Tantek Çelik (Mozilla),
Oluwatomisin Niyi-Awosusi,
Joanna J. Bryson (Professor of Ethics and Technology, Centre for Digital Governance, Hertie School),
Wendy Seltzer.
</p>
</section>