Skip to content

Commit

Permalink
Meta: export the fullscreen element concept (#151)
Browse files Browse the repository at this point in the history
Fixes #150.
  • Loading branch information
foolip authored Apr 18, 2019
1 parent d2e9d66 commit e9982b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fullscreen.bs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ unset.
<p>All <{iframe}> <a>elements</a> have an associated <dfn>iframe fullscreen flag</dfn>. Unless
stated otherwise it is unset.

<p>All <a for=/>documents</a> have an associated <dfn>fullscreen element</dfn>. The
<p>All <a for=/>documents</a> have an associated <dfn export>fullscreen element</dfn>. The
<a>fullscreen element</a> is the topmost <a>element</a> in the <a for=/>document</a>'s
<a>top layer</a> whose <a>fullscreen flag</a> is set, if any, and null otherwise.

Expand Down

0 comments on commit e9982b3

Please sign in to comment.