Skip to content

Commit

Permalink
Editorial: Align with Web IDL specification (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
autokagami authored Jun 24, 2024
1 parent 3665f6d commit 498e365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ This method creates a {{HandwritingRecognizer}} object that satisfies the provid

<h3 id="handwriting-recognizer-object">{{HandwritingRecognizer}} object </h3>
<xmp class="idl">
[SecureContext]
[Exposed=Window, SecureContext]
interface HandwritingRecognizer {
[RaisesException]
HandwritingDrawing startDrawing(optional HandwritingHints hints = {});
Expand Down Expand Up @@ -447,7 +447,7 @@ drawing.clear();
</xmp>

<xmp class="idl">
[SecureContext]
[Exposed=Window, SecureContext]
interface HandwritingDrawing {
undefined addStroke(HandwritingStroke stroke);
undefined removeStroke(HandwritingStroke stroke);
Expand Down

0 comments on commit 498e365

Please sign in to comment.