From 74935beec9c530c81f66ab6e517609d649a31d27 Mon Sep 17 00:00:00 2001 From: joaquinelio Date: Fri, 19 Mar 2021 16:06:49 -0300 Subject: [PATCH] link to deprecated v0 --- 8-web-components/2-custom-elements/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8-web-components/2-custom-elements/article.md b/8-web-components/2-custom-elements/article.md index 13af80b8..123a7160 100644 --- a/8-web-components/2-custom-elements/article.md +++ b/8-web-components/2-custom-elements/article.md @@ -365,7 +365,7 @@ Our new button extends the built-in one. So it keeps the same styles and standar ## References - HTML Living Standard: . -- Compatiblity: . +- Compatiblity: . ## Summary