├── .github └── workflows │ └── auto-publish.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── css-route-matching └── index.bs ├── patching-explainer.md ├── route-matching-explainer.md ├── snap-to-activate-explainer.md └── w3c.json /.github/workflows/auto-publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/declarative-partial-updates/HEAD/.github/workflows/auto-publish.yml -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/declarative-partial-updates/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/declarative-partial-updates/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/declarative-partial-updates/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/declarative-partial-updates/HEAD/README.md -------------------------------------------------------------------------------- /css-route-matching/index.bs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/declarative-partial-updates/HEAD/css-route-matching/index.bs -------------------------------------------------------------------------------- /patching-explainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/declarative-partial-updates/HEAD/patching-explainer.md -------------------------------------------------------------------------------- /route-matching-explainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/declarative-partial-updates/HEAD/route-matching-explainer.md -------------------------------------------------------------------------------- /snap-to-activate-explainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/declarative-partial-updates/HEAD/snap-to-activate-explainer.md -------------------------------------------------------------------------------- /w3c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WICG/declarative-partial-updates/HEAD/w3c.json --------------------------------------------------------------------------------