docs(ivy): update SVG status (#23899)

PR Close #23899
This commit is contained in:
Ben Lesh 2018-05-30 17:17:07 -07:00 committed by Victor Berchet
parent e994b11105
commit 1915e47d11
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S
| `{{ ['literal', exp ] }}` | ✅ | ✅ | ✅ |
| `{{ { a: 'literal', b: exp } }}` | ✅ | ✅ | ✅ |
| `{{ exp \| pipe: arg }}` | ✅ | ✅ | ✅ |
| `<svg:g svg:p>` | ❌ | ❌ | ❌ |
| `<svg:g svg:p>` | ✅ | ✅ | ❌ |
| `<img src=[userData]>` sanitization | ❌ | ❌ | ❌ |
| `<div (nocd.click)>` | ❌ | ❌ | ❌ |
| `<div (bubble.click)>` | ❌ | ❌ | ❌ |