Skip to content

Commit

Permalink
Making removing an element less destructive. https://www.w3.org/Bugs/…
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Jul 28, 2014
1 parent a567c6c commit 3b2ad1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Overview.html
Expand Up @@ -191,8 +191,9 @@ <h2 id="model"><span class="secno">3 </span>Model</h2>
<p>If an <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-element" title="concept-element">element</a>
at the top of a <a href="#fullscreen-element-stack">fullscreen element stack</a> is
<a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#node-is-removed" title="node is removed">removed</a> from a
<a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-document" title="concept-document">document</a>,
<a href="#fully-exit-fullscreen">fully exit fullscreen</a>.
<a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-document" title="concept-document">document</a>, act as if the
<a href="#dom-document-exitfullscreen"><code title="dom-Document-exitFullscreen">exitFullscreen()</code></a> method
was invoked on that <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-document" title="concept-document">document</a>.
<!-- XXX reference DOM mutation -->


Expand Down
5 changes: 3 additions & 2 deletions Overview.src.html
Expand Up @@ -177,8 +177,9 @@ <h2>Model</h2>
<p>If an <span data-anolis-spec=dom title=concept-element>element</span>
at the top of a <span>fullscreen element stack</span> is
<span data-anolis-spec=dom title="node is removed">removed</span> from a
<span data-anolis-spec=dom title=concept-document>document</span>,
<span>fully exit fullscreen</span>.
<span data-anolis-spec=dom title=concept-document>document</span>, act as if the
<code title=dom-Document-exitFullscreen>exitFullscreen()</code> method
was invoked on that <span data-anolis-spec=dom title=concept-document>document</span>.
<!-- XXX reference DOM mutation -->


Expand Down

0 comments on commit 3b2ad1f

Please sign in to comment.