[fullscreen] An editorial nit in "fullscreen element ready check" (#4)

The third line:

> element's node document's top layer contains no elements whose fullscreen flag is or its top element is an inclusive ancestor of element, which has its fullscreen flag set. 

should probably be

> element's node document's top layer contains no elements whose fullscreen flag is **set** or its top element is an inclusive ancestor of element, which has its fullscreen flag set. 



---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/4

Received on Tuesday, 7 July 2015 07:50:26 UTC