Revert "docs(ivy): update SVG status (#23899)"
This reverts commit 1915e47d11
.
This commit is contained in:
parent
355e0b0587
commit
8ac74da016
|
@ -150,7 +150,7 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S
|
||||||
| `{{ ['literal', exp ] }}` | ✅ | ✅ | ✅ |
|
| `{{ ['literal', exp ] }}` | ✅ | ✅ | ✅ |
|
||||||
| `{{ { a: 'literal', b: exp } }}` | ✅ | ✅ | ✅ |
|
| `{{ { a: 'literal', b: exp } }}` | ✅ | ✅ | ✅ |
|
||||||
| `{{ exp \| pipe: arg }}` | ✅ | ✅ | ✅ |
|
| `{{ exp \| pipe: arg }}` | ✅ | ✅ | ✅ |
|
||||||
| `<svg:g svg:p>` | ✅ | ✅ | ❌ |
|
| `<svg:g svg:p>` | ❌ | ❌ | ❌ |
|
||||||
| `<img src=[userData]>` sanitization | ❌ | ❌ | ❌ |
|
| `<img src=[userData]>` sanitization | ❌ | ❌ | ❌ |
|
||||||
| `<div (nocd.click)>` | ❌ | ❌ | ❌ |
|
| `<div (nocd.click)>` | ❌ | ❌ | ❌ |
|
||||||
| `<div (bubble.click)>` | ❌ | ❌ | ❌ |
|
| `<div (bubble.click)>` | ❌ | ❌ | ❌ |
|
||||||
|
|
Loading…
Reference in New Issue