From ebb4188fc85926dbb1fb95d4bbc8dfeb827d7975 Mon Sep 17 00:00:00 2001 From: Joseph Orbegoso Pea Date: Tue, 31 May 2016 16:06:30 -0700 Subject: [PATCH] Any plan for Custom Elements v1 support? Just curious to know if there's Custom Elements v1 support yet, or if that is planned? (There's no issue tracker, so this is just a dummy PR) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17e32aa..0de3a69 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Custom Elements # +# Custom Elements # Custom elements are a part of the [W3C Web Components](http://w3c.github.io/webcomponents/explainer/) specification ([see spec](http://w3c.github.io/webcomponents/spec/custom/)). They allow you to define and register new HTML tags/elements in your documents. You can then use these tags as regular HTML.