Skip to content

Commit e9aea36

Browse files
chore(doc) mention table template incompatibility
long overdue: aurelia/templating#565
1 parent 6481696 commit e9aea36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

current/en-us/5. templating/1. basics.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@ In some cases, especially when creating table rows out of Aurelia custom element
219219

220220
The `as-element` attribute tells Aurelia that we want the content of the table row to be exactly what our `hello-row` template wraps. The way different browsers render tables means this may be necessary sometimes.
221221

222+
> Warn
223+
> Internet explorer does not allow `<template>` elements inside `<table>` or `<select>`
224+
225+
222226
## The View Resource Pipeline
223227

224228
The basic idea behind the View Resource Pipeline is that we're not limited to HTML or JavaScript. A basic example would be pulling in Bootstrap:

0 commit comments

Comments
 (0)