Skip to content

Commit 7e2d1d4

Browse files
authored
Editorial: Typo.
1 parent ba72eae commit 7e2d1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ Note that frames loaded from local schemes will generally inherit policies appli
588588
which created them, and may end up in-process with that document if the stars align unfortunately.
589589
Developers are encouraged to explicitly shift these documents to opaque origins, either by using
590590
`data:` URLs directly, or by applying a <{iframe/sandbox}> attribute to frames created using
591-
`<iframe srcdoc="...">`. `blob:` URLs, and so on.
591+
`<iframe srcdoc="...">`, `blob:` URLs, and so on.
592592

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

0 commit comments

Comments
 (0)