Skip to content

Commit f76e5a1

Browse files
committed
oops
1 parent c44fadd commit f76e5a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/svelte/messages/compile-errors/template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ HTML restricts where certain elements can appear. In case of a violation the bro
194194
- `<option><div>option a</div></option>` will result in `<option>option a</option>` (the `<div>` is removed)
195195
- `<table><tr><td>cell</td></tr></table>` will result in `<table><tbody><tr><td>cell</td></tr></tbody></table>` (a `<tbody>` is auto-inserted)
196196

197-
Svelte throws a compiler error when it detects that it will generate the HTML in such a way that it will always be repaired and result in the runtime code not finding the nodes at the expected locations.
198-
199197
## render_tag_invalid_call_expression
200198

201199
> Calling a snippet function using apply, bind or call is not allowed

0 commit comments

Comments
 (0)