Skip to content

Commit

Permalink
Fix escaping that doesn't work in <xmp>
Browse files Browse the repository at this point in the history
Broken by w3c#117
  • Loading branch information
foolip authored Apr 13, 2019
1 parent b0fa7ef commit 1e7c394
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 @@ -219,7 +219,7 @@ if any such underlying storage exists.
Further normative definition of <a>snapshot state</a> can be found for {{File}}s.

<xmp class="idl">
[Constructor(optional sequence&lt;BlobPart> blobParts,
[Constructor(optional sequence<BlobPart> blobParts,
optional BlobPropertyBag options),
Exposed=(Window,Worker), Serializable]
interface Blob {
Expand Down

0 comments on commit 1e7c394

Please sign in to comment.