Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 18.3.1.
  • Loading branch information
reffy-bot committed Feb 10, 2025
1 parent 8dc5afe commit 6e9c016
Show file tree
Hide file tree
Showing 5 changed files with 154 additions and 30 deletions.
5 changes: 4 additions & 1 deletion ed/algorithms/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -14771,7 +14771,7 @@
{
"name": "initialize a CanvasSettings output bitmap",
"href": "https://html.spec.whatwg.org/multipage/canvas.html#canvas-setting-init-bitmap",
"html": "To <dfn id=\"canvas-setting-init-bitmap\">initialize a <code>CanvasSettings</code> output\n bitmap</dfn>, given a <code id=\"the-canvas-settings:canvassettings-11\"><a href=\"https://html.spec.whatwg.org/multipage/canvas.html#canvassettings\">CanvasSettings</a></code> <var>context</var> and a\n <code id=\"the-canvas-settings:canvasrenderingcontext2dsettings\"><a href=\"https://html.spec.whatwg.org/multipage/canvas.html#canvasrenderingcontext2dsettings\">CanvasRenderingContext2DSettings</a></code> <var>settings</var>:",
"html": "To <dfn id=\"canvas-setting-init-bitmap\">initialize a <code>CanvasSettings</code> output\n bitmap</dfn>, given a <code id=\"the-canvas-settings:canvassettings-13\"><a href=\"https://html.spec.whatwg.org/multipage/canvas.html#canvassettings\">CanvasSettings</a></code> <var>context</var> and a\n <code id=\"the-canvas-settings:canvasrenderingcontext2dsettings\"><a href=\"https://html.spec.whatwg.org/multipage/canvas.html#canvasrenderingcontext2dsettings\">CanvasRenderingContext2DSettings</a></code> <var>settings</var>:",
"rationale": "set",
"steps": [
{
Expand All @@ -14783,6 +14783,9 @@
{
"html": "<p>Set <var>context</var>'s <a href=\"https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-color-space\" id=\"the-canvas-settings:concept-canvas-color-space-2\">color space</a> to\n <var>settings</var>[\"<dfn data-dfn-for=\"CanvasRenderingContext2DSettings\" id=\"dom-canvasrenderingcontext2dsettings-colorspace\" data-dfn-type=\"dict-member\"><code>colorSpace</code></dfn>\"].</p>"
},
{
"html": "<p>Set <var>context</var>'s <a href=\"https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-color-type\" id=\"the-canvas-settings:concept-canvas-color-type-2\">color type</a> to\n <var>settings</var>[\"<dfn data-dfn-for=\"CanvasRenderingContext2DSettings\" id=\"dom-canvasrenderingcontext2dsettings-colortype\" data-dfn-type=\"dict-member\"><code>colorType</code></dfn>\"].</p>"
},
{
"html": "<p>Set <var>context</var>'s <a href=\"https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequently\" id=\"the-canvas-settings:concept-canvas-will-read-frequently-3\">will read\n frequently</a> to <var>settings</var>[\"<dfn data-dfn-for=\"CanvasRenderingContext2DSettings\" id=\"dom-canvasrenderingcontext2dsettings-willreadfrequently\" data-dfn-type=\"dict-member\"><code>willReadFrequently</code></dfn>\"].</p>"
}
Expand Down
101 changes: 101 additions & 0 deletions ed/dfns/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -42505,6 +42505,25 @@
},
"definedIn": "pre"
},
{
"id": "canvascolortype",
"href": "https://html.spec.whatwg.org/multipage/canvas.html#canvascolortype",
"linkingText": [
"CanvasColorType"
],
"localLinkingText": [],
"type": "enum",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "2dcontext",
"href": "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext",
"title": "The 2D rendering context",
"number": "4.12.5.1"
},
"definedIn": "pre"
},
{
"id": "canvasfillrule",
"href": "https://html.spec.whatwg.org/multipage/canvas.html#canvasfillrule",
Expand Down Expand Up @@ -43290,6 +43309,48 @@
},
"definedIn": "prose"
},
{
"id": "dom-canvascolortype-unorm8",
"href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-canvascolortype-unorm8",
"linkingText": [
"unorm8"
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"CanvasColorType"
],
"access": "public",
"informative": false,
"heading": {
"id": "2dcontext",
"href": "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext",
"title": "The 2D rendering context",
"number": "4.12.5.1"
},
"definedIn": "prose"
},
{
"id": "dom-canvascolortype-float16",
"href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-canvascolortype-float16",
"linkingText": [
"float16"
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"CanvasColorType"
],
"access": "public",
"informative": false,
"heading": {
"id": "2dcontext",
"href": "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext",
"title": "The 2D rendering context",
"number": "4.12.5.1"
},
"definedIn": "prose"
},
{
"id": "fill-rule",
"href": "https://html.spec.whatwg.org/multipage/canvas.html#fill-rule",
Expand Down Expand Up @@ -43509,6 +43570,25 @@
},
"definedIn": "prose"
},
{
"id": "concept-canvas-color-type",
"href": "https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-color-type",
"linkingText": [
"color type"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "the-canvas-settings",
"href": "https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings",
"title": "The canvas settings",
"number": "4.12.5.1.2"
},
"definedIn": "prose"
},
{
"id": "canvas-setting-init-bitmap",
"href": "https://html.spec.whatwg.org/multipage/canvas.html#canvas-setting-init-bitmap",
Expand Down Expand Up @@ -43591,6 +43671,27 @@
},
"definedIn": "prose"
},
{
"id": "dom-canvasrenderingcontext2dsettings-colortype",
"href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasrenderingcontext2dsettings-colortype",
"linkingText": [
"colorType"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"CanvasRenderingContext2DSettings"
],
"access": "public",
"informative": false,
"heading": {
"id": "the-canvas-settings",
"href": "https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings",
"title": "The canvas settings",
"number": "4.12.5.1.2"
},
"definedIn": "prose"
},
{
"id": "dom-canvasrenderingcontext2dsettings-willreadfrequently",
"href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasrenderingcontext2dsettings-willreadfrequently",
Expand Down
3 changes: 3 additions & 0 deletions ed/idl/html.idl
Original file line number Diff line number Diff line change
Expand Up @@ -1305,12 +1305,15 @@ typedef (HTMLOrSVGImageElement or

enum PredefinedColorSpace { "srgb", "display-p3" };

enum CanvasColorType { "unorm8", "float16" };

enum CanvasFillRule { "nonzero", "evenodd" };

dictionary CanvasRenderingContext2DSettings {
boolean alpha = true;
boolean desynchronized = false;
PredefinedColorSpace colorSpace = "srgb";
CanvasColorType colorType = "unorm8";
boolean willReadFrequently = false;
};

Expand Down
34 changes: 31 additions & 3 deletions ed/ids/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -28207,6 +28207,9 @@
"https://html.spec.whatwg.org/multipage/canvas.html#predefinedcolorspace",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-predefinedcolorspace-srgb",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-predefinedcolorspace-display-p3",
"https://html.spec.whatwg.org/multipage/canvas.html#canvascolortype",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvascolortype-unorm8",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvascolortype-float16",
"https://html.spec.whatwg.org/multipage/canvas.html#canvasfillrule",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-context-2d-fillrule-nonzero",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-context-2d-fillrule-evenodd",
Expand All @@ -28216,6 +28219,9 @@
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Apredefinedcolorspace",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-colorspace",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-predefinedcolorspace-srgb-2",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Acanvascolortype",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-colortype",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvascolortype-unorm8-2",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-willreadfrequently",
"https://html.spec.whatwg.org/multipage/canvas.html#imagesmoothingquality",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-context-2d-imagesmoothingquality-low",
Expand Down Expand Up @@ -28521,6 +28527,8 @@
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-desynchronized",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-colorspace-3",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-color-space",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-colortype-2",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-color-type",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-willreadfrequently-3",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-will-read-frequently",
"https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-canvas-dev",
Expand All @@ -28531,6 +28539,8 @@
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-desynchronized-2",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-colorspace-4",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-color-space-2",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-colortype-3",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-color-type-2",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-willreadfrequently-4",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-will-read-frequently-2",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Acanvasrenderingcontext2d-20",
Expand Down Expand Up @@ -28579,6 +28589,10 @@
"https://html.spec.whatwg.org/multipage/canvas.html#dom-predefinedcolorspace-display-p3",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3A'display-p3'",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconverting-colors",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Acanvascolortype-2",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-color-type-3",
"https://html.spec.whatwg.org/multipage/canvas.html#dom-canvascolortype-unorm8",
"https://html.spec.whatwg.org/multipage/canvas.html#dom-canvascolortype-float16",
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Acanvasfillrule-7",
"https://html.spec.whatwg.org/multipage/canvas.html#fill-rule",
"https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fillrule-nonzero",
Expand Down Expand Up @@ -28636,15 +28650,23 @@
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Acanvassettings-10",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-color-space",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aoutput-bitmap-5",
"https://html.spec.whatwg.org/multipage/canvas.html#canvas-setting-init-bitmap",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Acanvassettings-11",
"https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-color-type",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Acanvascolortype",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Acanvassettings-12",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-color-type",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aoutput-bitmap-6",
"https://html.spec.whatwg.org/multipage/canvas.html#canvas-setting-init-bitmap",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Acanvassettings-13",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Acanvasrenderingcontext2dsettings",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-alpha-3",
"https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasrenderingcontext2dsettings-alpha",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-desynchronized-4",
"https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasrenderingcontext2dsettings-desynchronized",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-color-space-2",
"https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasrenderingcontext2dsettings-colorspace",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-color-type-2",
"https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasrenderingcontext2dsettings-colortype",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-will-read-frequently-3",
"https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasrenderingcontext2dsettings-willreadfrequently",
"https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-canvas-getcontextattributes",
Expand All @@ -28657,8 +28679,11 @@
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Adom-canvasrenderingcontext2dsettings-colorspace",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Athis-3",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-color-space-3",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Adom-canvasrenderingcontext2dsettings-willreadfrequently",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Adom-canvasrenderingcontext2dsettings-colortype",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Athis-4",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-color-type-3",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Adom-canvasrenderingcontext2dsettings-willreadfrequently",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Athis-5",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-will-read-frequently-4",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-state",
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-state%3Acanvasstate",
Expand Down Expand Up @@ -30627,8 +30652,11 @@
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Adom-context-2d-drawimage",
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Adom-canvas-todataurl",
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Adom-canvas-toblob",
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Aimage%2Fjpeg-2",
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Aconcept-canvas-color-type",
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Adom-canvascolortype-float16",
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Aimage%2Fpng-3",
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Aimage%2Fjpeg-2",
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Aimage%2Fpng-4",
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Ajs-number",
"https://html.spec.whatwg.org/multipage/canvas.html#security-with-canvas-elements",
"https://html.spec.whatwg.org/multipage/canvas.html#security-with-canvas-elements%3Athe-canvas-element",
Expand Down
Loading

0 comments on commit 6e9c016

Please sign in to comment.