privacycg / storage-access

The Storage Access API
https://privacycg.github.io/storage-access/
199 stars 27 forks source link

opener browsing context check #38

Closed annevk closed 4 years ago

annevk commented 4 years ago

If doc’s browsing context's opener browsing context is not its top-level browsing context, reject p.

I don't understand how this would work as most child browsing contexts wouldn't have an opener browsing context. Does this mean "is not a top-level browsing context" or something else?

hober commented 4 years ago

It was supposed to be "parent browsing context". Fixed in #48.