Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intro: add paragraph about balancing principles, for #62 #64

Merged
merged 3 commits into from
Dec 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,28 @@
(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 need to put internationally recognized human rights at the core of the web platform [[?UDHR]].
And we need to promote ethical thinking across the web industry
to reinforce this approach.

The principles in this document are deliberately unordered,
and many are interconnected with each other.
While all of the principles together aim to provide pillars that collectively support
a web that is beneficial for society, there are cases where upholding one principle
may diminish the efficacy of another principle.
Thus in applying these principles, there are benefits and tradeoffs
that may need to be carefully balanced. When faced with principles
which appear to be in conflict with one another,
it is important to consider the context in which a particular 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>).


The purpose of this document is
to inform TAG review of new specifications
and candidate additions to published recommendations,
and to inform other documents such as the
[[[Design-Principles]]], [[[security-privacy-questionnaire]]]
or other similar checklists and sets of principles used by specification authors and editors.
Expand Down