Skip to content

Commit

Permalink
Add detached elements to non-rendered elements. #599 (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkschulze authored and ewilligers committed Nov 23, 2018
1 parent 322b989 commit ba5345e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion master/render.html
Expand Up @@ -177,7 +177,7 @@ <h3 id="Rendered-vs-NonRendered">Rendered versus non-rendered elements</h3>
</p>

<p>
An element is <em>not rendered</em> in any of these four situations:
An element is <em>not rendered</em> in any of these five situations:
</p>
<ul>
<li><a>never-rendered element</a> types</li>
Expand All @@ -187,6 +187,7 @@ <h3 id="Rendered-vs-NonRendered">Rendered versus non-rendered elements</h3>
<li>elements with a computed style value of <code>none</code>
for the <a>'display'</a> property
</li>
<li>detached from the DOM tree</li>
<li>descendent elements of other non-rendered elements
</li>
</ul>
Expand Down

0 comments on commit ba5345e

Please sign in to comment.