From b0bd777ba9ff7c18a2ca9042883dcd7bf7507534 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 2 Sep 2020 08:51:09 -0700 Subject: [PATCH] docs: correct link to chrome status in component style guide (#38682) Corrects the link to the chromestatus page which errantly linked to features rather than feature (singular). Fixes #38676 PR Close #38682 --- aio/content/guide/component-styles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/component-styles.md b/aio/content/guide/component-styles.md index 03677ce0ce8c8..918d350e375b2 100644 --- a/aio/content/guide/component-styles.md +++ b/aio/content/guide/component-styles.md @@ -125,7 +125,7 @@ Emulated is the default and most commonly used view encapsulation. For more info
-The shadow-piercing descendant combinator is deprecated and [support is being removed from major browsers](https://www.chromestatus.com/features/6750456638341120) and tools. +The shadow-piercing descendant combinator is deprecated and [support is being removed from major browsers](https://www.chromestatus.com/feature/6750456638341120) and tools. As such we plan to drop support in Angular (for all 3 of `/deep/`, `>>>` and `::ng-deep`). Until then `::ng-deep` should be preferred for a broader compatibility with the tools.