From c44fadd94586bbbb65ec809d80d077a1a52b6b16 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 19 Sep 2024 12:51:57 -0400 Subject: [PATCH] oops code vercel-isr-server-route/ --- packages/svelte/messages/compile-errors/template.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/svelte/messages/compile-errors/template.md b/packages/svelte/messages/compile-errors/template.md index 261f65b005..d9d39a3623 100644 --- a/packages/svelte/messages/compile-errors/template.md +++ b/packages/svelte/messages/compile-errors/template.md @@ -194,12 +194,6 @@ HTML restricts where certain elements can appear. In case of a violation the bro - `` will result in `` (the `
` is removed) - `
cell
` will result in `
cell
` (a `` is auto-inserted) -HTML has some restrictions where certain elements can appear. For example, a `
` inside a `

` is invalid. Some violations "only" result in invalid HTML, others result in the HTML being repaired by the browser, resulting in content shifting around. Some examples: - -- `

hello

world

` will result in `

hello

world

` for example (the `
` autoclosed the `

`) -- `

option a
` will result in `` (the `
` is removed) -- `
cell
` will result in `
cell
` (a `` is auto-inserted) - 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. ## render_tag_invalid_call_expression