diff --git a/Overview.html b/Overview.html index 2f1cf9f..c2a7ce4 100644 --- a/Overview.html +++ b/Overview.html @@ -9,7 +9,7 @@

Fullscreen API

-

Living Standard — Last Updated 21 July 2016

+

Living Standard — Last Updated 12 August 2016

@@ -104,25 +104,6 @@

3 Model

elements have an associated iframe fullscreen flag. Unless stated otherwise it is unset. -

All documents -have an associated fullscreen enabled flag. Unless stated otherwise it is -unset. - -

HTML defines the exact conditions under which the -fullscreen enabled flag is set. A -document from a -top-level browsing context will have it set. For a -nested browsing context it is only set if the -iframe element that is responsible for creating the -nested browsing context has its -allowfullscreen attribute set. That attribute is -defined by HTML as well. -[HTML] - -

All documents have an associated fullscreen element. The fullscreen element is the topmost element in the @@ -256,10 +237,9 @@

4 API

  • element is in a document. -

  • element's - node document's - fullscreen enabled flag is set. - +

  • element's node document + is allowed to use the feature indicated by + attribute name allowfullscreen.

  • element's node document's @@ -371,10 +351,10 @@

    4 API

    The fullscreenEnabled -attribute's getter must return true if the context object has its -fullscreen enabled flag set and fullscreen is supported, and -false otherwise. - +attribute's getter must return true if the context object is +allowed to use the feature indicated by +attribute name allowfullscreen and fullscreen is supported, +and false otherwise.

    The fullscreenElement attribute's getter must return context object's diff --git a/Overview.src.html b/Overview.src.html index 4f938a3..1f83cc9 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -89,25 +89,6 @@

    Model

    elements have an associated iframe fullscreen flag. Unless stated otherwise it is unset. -

    All documents -have an associated fullscreen enabled flag. Unless stated otherwise it is -unset. - -

    HTML defines the exact conditions under which the -fullscreen enabled flag is set. A -document from a -top-level browsing context will have it set. For a -nested browsing context it is only set if the -iframe element that is responsible for creating the -nested browsing context has its -allowfullscreen attribute set. That attribute is -defined by HTML as well. -HTML - -

    All documents have an associated fullscreen element. The fullscreen element is the topmost element in the @@ -241,10 +222,9 @@

    API

  • element is in a document. -

  • element's - node document's - fullscreen enabled flag is set. - +

  • element's node document + is allowed to use the feature indicated by + attribute name allowfullscreen.

  • element's node document's @@ -356,10 +336,10 @@

    API

    The fullscreenEnabled -attribute's getter must return true if the context object has its -fullscreen enabled flag set and fullscreen is supported, and -false otherwise. - +attribute's getter must return true if the context object is +allowed to use the feature indicated by +attribute name allowfullscreen and fullscreen is supported, +and false otherwise.

    The fullscreenElement attribute's getter must return context object's