Update article.md
Minor: typo fix.
This commit is contained in:
parent
799d373a9b
commit
b8c2b9f2b4
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ To summarize:
|
|||
The `<template>` tag is quite unique, because:
|
||||
|
||||
- The browser checks HTML syntax inside it (as opposed to using a template string inside a script).
|
||||
- ...But still allows to use any top-level HTML tags, even those that don't make sense without proper wrappers (e.g. `<tr>`).
|
||||
- ...But still allows use of any top-level HTML tags, even those that don't make sense without proper wrappers (e.g. `<tr>`).
|
||||
- The content becomes interactive: scripts run, `<video autoplay>` plays etc, when inserted into the document.
|
||||
|
||||
The `<template>` element does not feature any iteration mechanisms, data binding or variable substitutions, but we can implement those on top of it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue