mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This change adds support for commas in :host() arguments (e.g. `:host(:not(.foo, .bar))` as well as in nested parens when the argument is applied without parens (e.g. `:host:not(:has(.foo, .bar))`). Previously these selectors would receive an extra `[nghost]` attr, e.g. `[nghost]:not(.foo, [nghost].bar)`. I didn't file a bug for this one, but it's also blocking on an internal LSC. Like the other CSS changes, I'll run a TGP to confirm this isn't breaking. |
||
|---|---|---|
| .. | ||
| design | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| compiler.ts | ||
| index.ts | ||
| package.json | ||
| public_api.ts | ||