| Index: sky/specs/markup.md
|
| diff --git a/sky/specs/markup.md b/sky/specs/markup.md
|
| index 20d0151e77e3deeca64b518f16b190e856634898..b1cff37423c510cd7cdb534def081db9fdf077b1 100644
|
| --- a/sky/specs/markup.md
|
| +++ b/sky/specs/markup.md
|
| @@ -134,7 +134,10 @@ An element consists of the following:
|
| name is not ``template``, consisting of:
|
| 1. ``<``
|
| 2. ``/``
|
| - 3. Same sequence of characters as "tag name" above.
|
| + 3. Same sequence of characters as "tag name" above; this may
|
| + be omitted if no start tags have had their end tag omitted
|
| + since this element's start tag, unless this element's tag
|
| + name is ``script`` or ``style``.
|
| 4. ``>``
|
|
|
|
|
|
|