From ac4f5142e1310893288e5264ab3a148ce88f4a7c Mon Sep 17 00:00:00 2001 From: Travis Leithead Date: Thu, 8 Aug 2019 19:28:11 -0700 Subject: [PATCH] Add references to JSON, CSS Modules (#828) And links to the explainers hosted in the proposals folder. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2126a0a2..cd9f8ca1 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Web Components are a new browser feature that provides a standard component mode - CSS changes - The CSS WG works on [CSS Scoping](https://drafts.csswg.org/css-scoping/) and [CSS Shadow Parts](https://drafts.csswg.org/css-shadow-parts/), which help dealing with shadow trees with various selectors. Various other parts of CSS and its object model are also impacted by shadow trees and directly worked on in the various CSS specificaions. - [Issues against the CSS WG repository](https://github.com/w3c/csswg-drafts/labels/topic%3A%20shadow). -- HTML Modules - - Successor to the abandoned *[HTML Imports](https://w3c.github.io/webcomponents/spec/imports/)*, allows HTML markup to be requested by a component. Spec work is being incubated upstream in whatwg/html (see [PR](https://github.com/whatwg/html/pull/4505)). For new issues, please file against whatwg/html or here in w3c/webcomponents. See also the [HTML Modules explainer](proposals/html-modules-explainer.md), [initial proposal](proposals/html-modules-proposal.md), and [earlier design ideas](proposals/HTML-Imports-and-ES-Modules.md). +- JSON, [CSS](proposals/css-modules-v1-explainer.md), [HTML](proposals/html-modules-explainer.md) Modules + - Successor to the abandoned *[HTML Imports](https://w3c.github.io/webcomponents/spec/imports/)*, allows JSON, CSS, and HTML markup to be requested by a component. HTML Modules Spec work is being incubated upstream in whatwg/html (see [PR](https://github.com/whatwg/html/pull/4505)). For new issues, please file against whatwg/html or here in w3c/webcomponents. See also the [HTML Modules explainer](proposals/html-modules-explainer.md), [initial proposal](proposals/html-modules-proposal.md), and [earlier design ideas](proposals/HTML-Imports-and-ES-Modules.md). - [Issues raised in HTML Standard](https://github.com/whatwg/html/labels/topic%3A%20html%20modules) - [Issues raised in this repository](https://github.com/w3c/webcomponents/labels/modules). Includes related issues for other potential module-types, such as CSS and JSON. - [Old issue tracker](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues?q=is%3Aissue+label%3A%22HTML+Modules%22) includes a few issues filed when the feature was first proposed. Please avoid filing new issues there.