-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
layout: page | ||
title: Design Principles | ||
lead: We distill our experience from design reviews into design principles, which we use to guide our work. | ||
--- | ||
|
||
We recommend that API designers read the following documents before submitting a [design review](https://github.com/w3ctag/design-reviews/#readme) request: | ||
|
||
## TAG Design Principles documents | ||
|
||
- [Web Platform Design Principles](https://www.w3.org/TR/design-principles/) | ||
- [Ethical Web Principles](https://www.w3.org/TR/ethical-web-principles/) | ||
- [Privacy Principles](https://www.w3.org/TR/privacy-principles/) | ||
|
||
## Relevant TAG Findings | ||
|
||
There are also several [TAG Findings](/findings/) that are relevant to designing good Web platform features. These include: | ||
|
||
* [Writing Promise-Using Specifications](https://www.w3.org/2001/tag/doc/promises-guide) - October 2014 | ||
* [Supporting BFCached Documents](https://w3ctag.github.io/bfcache-guide/) (Draft) | ||
|
||
[Full list of TAG Findings](/findings/) |