mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: update punctuation (#43451)
Update punctuation per review. PR Close #43451
This commit is contained in:
parent
6fe6ca8812
commit
76683a4e2a
1 changed files with 2 additions and 2 deletions
|
|
@ -159,9 +159,9 @@ Angular previously supported an integration with the [Web Tracing Framework (WTF
|
|||
|
||||
|
||||
{@a deep-component-style-selector}
|
||||
### `/deep/`, `>>>` and `:ng-deep` component style selectors
|
||||
### `/deep/`, `>>>`, and `::ng-deep` component style selectors
|
||||
|
||||
The shadow-dom-piercing descendant combinator is deprecated and support is being [removed from major browsers and tools](https://developers.google.com/web/updates/2017/10/remove-shadow-piercing). As such, in v4 we deprecated support in Angular for all 3 of `/deep/`, `>>>` and `::ng-deep`. Until removal, `::ng-deep` is preferred for broader compatibility with the tools.
|
||||
The shadow-dom-piercing descendant combinator is deprecated and support is being [removed from major browsers and tools](https://developers.google.com/web/updates/2017/10/remove-shadow-piercing). As such, in v4 we deprecated support in Angular for all three of `/deep/`, `>>>`, and `::ng-deep`. Until removal, `::ng-deep` is preferred for broader compatibility with the tools.
|
||||
|
||||
For more information, see [/deep/, >>>, and ::ng-deep](guide/component-styles#deprecated-deep--and-ng-deep "Component Styles guide, Deprecated deep and ngdeep")
|
||||
in the Component Styles guide.
|
||||
|
|
|
|||
Loading…
Reference in a new issue