Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta: markup type definition #8736

Merged
merged 1 commit into from
Jan 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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