Skip to content

Commit

Permalink
Editorial: Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewest authored Jul 19, 2021
1 parent ba72eae commit 7e2d1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ Note that frames loaded from local schemes will generally inherit policies appli
which created them, and may end up in-process with that document if the stars align unfortunately.
Developers are encouraged to explicitly shift these documents to opaque origins, either by using
`data:` URLs directly, or by applying a <{iframe/sandbox}> attribute to frames created using
`<iframe srcdoc="...">`. `blob:` URLs, and so on.
`<iframe srcdoc="...">`, `blob:` URLs, and so on.

Likewise, user agents are encouraged to take <{iframe/sandbox}> attributes into account when
allocating processes for framed documents, and to align the process boundary with the origin
Expand Down

0 comments on commit 7e2d1d4

Please sign in to comment.