Skip to content

Commit 9e894b4

Browse files
committed
Add Criteria section to the Design Principles README
Resolves: #572
1 parent 636ff69 commit 9e894b4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,22 @@ With those dependencies, simply invoke `make` to build the document.
1414

1515
Contributions are welcome to anyone who follows [our code of conduct](https://www.w3.org/Consortium/cepc/).
1616

17+
When proposing new principles or updating existing ones, please take the [criteria](#criteria) into consideration.
1718
The editors will merge PRs after they have TAG consensus and will attempt to document that consensus
1819
by linking to the meeting minutes. If you notice a change that seems to have been merged without
1920
consensus, please comment on its PR or file an issue, and we'll either quickly find better evidence
2021
or back out the change until we can discuss it more fully.
22+
23+
24+
## Criteria
25+
26+
The following criteria serves as a guide to help evaluate new and existing principles:
27+
28+
* Grounded in substantive patterns observed in specs, implementations, or web content.
29+
* Supported by qualitative or quantitative evidence.
30+
* Applicable across multiple technologies or use cases over time.
31+
* Based on definitions from open standards communities.
32+
* Expresses a clear value or priority e.g., prefer simplicity, preserve individual/user's agency.
33+
* Logically consistent and compatible with other design principles and related guidelines (privacy, ethics, questionnaires, etc.).
34+
* Reflect general agreement within the TAG and broader community.
35+
* Address objections with sustained discussion or further refinement if needed.

0 commit comments

Comments
 (0)