From 6e09129e4c74a4dffdadd5163064642064b48c2c Mon Sep 17 00:00:00 2001 From: Abraham Williams <4braham@gmail.com> Date: Sat, 21 Mar 2020 09:51:32 -0500 Subject: [PATCH] docs(elements): Edge supports Web Components (#36182) PR Close #36182 --- aio/content/guide/elements.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/aio/content/guide/elements.md b/aio/content/guide/elements.md index 97e4366132..0c409a9085 100644 --- a/aio/content/guide/elements.md +++ b/aio/content/guide/elements.md @@ -2,7 +2,7 @@ _Angular elements_ are Angular components packaged as _custom elements_ (also called Web Components), a web standard for defining new HTML elements in a framework-agnostic way. -[Custom elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) are a Web Platform feature currently supported by Chrome, Firefox, Opera, and Safari, and available in other browsers through polyfills (see [Browser Support](#browser-support)). +[Custom elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) are a Web Platform feature currently supported by Chrome, Edge (Chromium-based), Firefox, Opera, and Safari, and available in other browsers through polyfills (see [Browser Support](#browser-support)). A custom element extends HTML by allowing you to define a tag whose content is created and controlled by JavaScript code. The browser maintains a `CustomElementRegistry` of defined custom elements, which maps an instantiable JavaScript class to an HTML tag. @@ -82,7 +82,7 @@ For more information, see Web Component documentation for [Creating custom event ## Browser support for custom elements -The recently-developed [custom elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) Web Platform feature is currently supported natively in a number of browsers. Support is pending or planned in other browsers. +The recently-developed [custom elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) Web Platform feature is currently supported natively in a number of browsers. @@ -94,11 +94,7 @@ The recently-developed [custom elements](https://developer.mozilla.org/en-US/doc - - - - - + @@ -106,10 +102,12 @@ The recently-developed [custom elements](https://developer.mozilla.org/en-US/doc - - + + + + + +
Supported natively.
OperaSupported natively.
SafariEdge (Chromium-based) Supported natively.
Supported natively.
EdgeWorking on an implementation.
- -
OperaSupported natively.
SafariSupported natively.