diff --git a/index.bs b/index.bs
index 12091df0..9218b882 100644
--- a/index.bs
+++ b/index.bs
@@ -46,6 +46,22 @@ url: https://dom.spec.whatwg.org/#ref-for-concept-getelementsbytagname; type: in
Principles behind design of Web APIs
+Priority of constituencies
+
+In case of conflict,
+consider users over authors over implementors over specifiers over theoretical purity.
+In other words costs or difficulties to the user
+should be given more weight than costs to authors;
+which in turn should be given more weight than costs to implementors;
+which should be given more weight than costs to authors of the specification itself,
+which should be given more weight than those proposing changes for theoretical reasons alone.
+Of course, it is preferred to make things better for multiple constituencies at once.
+
+See also
+
+* The web should not cause harm to society
+* The Internet is for End Users
+
It should be safe to visit a web page
Hyperlinks, links from one page to another, are one of the foundations of the Web.