Skip to content

Commit 498e365

Browse files
authored
Editorial: Align with Web IDL specification (#30)
1 parent 3665f6d commit 498e365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ This method creates a {{HandwritingRecognizer}} object that satisfies the provid
336336

337337
<h3 id="handwriting-recognizer-object">{{HandwritingRecognizer}} object </h3>
338338
<xmp class="idl">
339-
[SecureContext]
339+
[Exposed=Window, SecureContext]
340340
interface HandwritingRecognizer {
341341
[RaisesException]
342342
HandwritingDrawing startDrawing(optional HandwritingHints hints = {});
@@ -447,7 +447,7 @@ drawing.clear();
447447
</xmp>
448448

449449
<xmp class="idl">
450-
[SecureContext]
450+
[Exposed=Window, SecureContext]
451451
interface HandwritingDrawing {
452452
undefined addStroke(HandwritingStroke stroke);
453453
undefined removeStroke(HandwritingStroke stroke);

0 commit comments

Comments
 (0)