├── .github └── ISSUE_TEMPLATE │ ├── 6.3.05-publishing-first-public-working-draft.md │ ├── 6.3.07-candidate-recommendation.md │ ├── 6.3.08.1-candidate-recommendation-snapshot.md │ ├── 6.3.09.1-new-recommendation.md │ ├── 6.3.09.3-recommendation.md │ ├── 6.3.10.4-incorporating-amendments.md │ ├── 6.3.12.4-1-obsolete-recommendation.md │ ├── 6.3.12.4-2-supersede-recommendation.md │ ├── 6.4.2-publishing-notes.md │ ├── 6.4.3.01-request-review-w3c-statement.md │ ├── 6.4.3.02-elevating-group-notes-to-w3c-statement.md │ ├── 6.4.4-revising-w3c-statement.md │ ├── 6.5.2-1-draft-registry.md │ ├── 6.5.2-2-candidate-registry.md │ ├── 6.5.2-3-candidate-registry-snapshot.md │ ├── 6.5.2-4-registry.md │ └── 6.5.2-5-registry-update.md ├── README.md └── w3c.json /.github/ISSUE_TEMPLATE/6.3.05-publishing-first-public-working-draft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.3.05-publishing-first-public-working-draft.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6.3.07-candidate-recommendation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.3.07-candidate-recommendation.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6.3.08.1-candidate-recommendation-snapshot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.3.08.1-candidate-recommendation-snapshot.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6.3.09.1-new-recommendation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.3.09.1-new-recommendation.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6.3.09.3-recommendation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.3.09.3-recommendation.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6.3.10.4-incorporating-amendments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.3.10.4-incorporating-amendments.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6.3.12.4-1-obsolete-recommendation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.3.12.4-1-obsolete-recommendation.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6.3.12.4-2-supersede-recommendation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.3.12.4-2-supersede-recommendation.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6.4.2-publishing-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.4.2-publishing-notes.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6.4.3.01-request-review-w3c-statement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.4.3.01-request-review-w3c-statement.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6.4.3.02-elevating-group-notes-to-w3c-statement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.4.3.02-elevating-group-notes-to-w3c-statement.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6.4.4-revising-w3c-statement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.4.4-revising-w3c-statement.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6.5.2-1-draft-registry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.5.2-1-draft-registry.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6.5.2-2-candidate-registry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.5.2-2-candidate-registry.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6.5.2-3-candidate-registry-snapshot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.5.2-3-candidate-registry-snapshot.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6.5.2-4-registry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.5.2-4-registry.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6.5.2-5-registry-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/.github/ISSUE_TEMPLATE/6.5.2-5-registry-update.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/README.md -------------------------------------------------------------------------------- /w3c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/transitions/HEAD/w3c.json --------------------------------------------------------------------------------