├── README.md
├── bs-includes
├── copyright-tag.include
├── defaults-tag.include
├── footer-tag.include
├── header-tag.include
├── logo-tag.include
└── status-tag-WD.include
├── images
└── sequence_diagram.png
├── index.bs
└── index.html
/README.md:
--------------------------------------------------------------------------------
1 | # NOTE: The Tag is no longer working on this review, and will not be maintaining the associated document
2 |
3 | # client-certificates
4 | TAG spec review on keygen and use of client certificates in the web platform
5 |
--------------------------------------------------------------------------------
/bs-includes/copyright-tag.include:
--------------------------------------------------------------------------------
1 | Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang). W3C liability, trademark and document use rules apply.
2 |
--------------------------------------------------------------------------------
/bs-includes/defaults-tag.include:
--------------------------------------------------------------------------------
1 | {
2 | "Mailing List": "www-tag@w3.org",
3 | "Mailing List Archives": "https://lists.w3.org/Archives/Public/www-tag/"
4 | }
5 |
--------------------------------------------------------------------------------
/bs-includes/footer-tag.include:
--------------------------------------------------------------------------------
1 |
2 |
3 |