├── .gitattributes ├── .github └── workflows │ └── tr-publication.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── README.md └── w3c.json /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/core-aam/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/tr-publication.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/core-aam/HEAD/.github/workflows/tr-publication.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/core-aam/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/core-aam/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/core-aam/HEAD/README.md -------------------------------------------------------------------------------- /w3c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/core-aam/HEAD/w3c.json --------------------------------------------------------------------------------