Skip to content

Commit

Permalink
Meta: markup type definition
Browse files Browse the repository at this point in the history
Also, add missing parenthesis to a method definition
  • Loading branch information
dontcallmedom committed Jan 16, 2023
1 parent 0a1139c commit db535ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -62129,7 +62129,7 @@ typedef (<span>HTMLOrSVGImageElement</span> or
<span>HTMLCanvasElement</span> or
<span>ImageBitmap</span> or
<span>OffscreenCanvas</span> or
<span>VideoFrame</span>) <dfn>CanvasImageSource</dfn>;
<span>VideoFrame</span>) <dfn typedef>CanvasImageSource</dfn>;

enum <dfn enum>PredefinedColorSpace</dfn> { "<span data-x="dom-PredefinedColorSpace-srgb">srgb</span>", "<span data-x="dom-PredefinedColorSpace-display-p3">display-p3</span>" };

Expand Down Expand Up @@ -66467,7 +66467,7 @@ try {
<h6>Drawing images</h6>

<p>Objects that implement the <code>CanvasDrawImage</code> interface have the <dfn method
for="CanvasDrawImage"><code data-x="dom-context-2d-drawImage">drawImage</code></dfn> method to
for="CanvasDrawImage"><code data-x="dom-context-2d-drawImage">drawImage()</code></dfn> method to
draw images.</p>

<div w-nodev>
Expand Down

0 comments on commit db535ca

Please sign in to comment.