Skip to content

Commit 6e9c016

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.3.1.
1 parent 8dc5afe commit 6e9c016

File tree

5 files changed

+154
-30
lines changed

5 files changed

+154
-30
lines changed

ed/algorithms/html.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14771,7 +14771,7 @@
1477114771
{
1477214772
"name": "initialize a CanvasSettings output bitmap",
1477314773
"href": "https://html.spec.whatwg.org/multipage/canvas.html#canvas-setting-init-bitmap",
14774-
"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>:",
14774+
"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>:",
1477514775
"rationale": "set",
1477614776
"steps": [
1477714777
{
@@ -14783,6 +14783,9 @@
1478314783
{
1478414784
"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>"
1478514785
},
14786+
{
14787+
"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>"
14788+
},
1478614789
{
1478714790
"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>"
1478814791
}

ed/dfns/html.json

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42505,6 +42505,25 @@
4250542505
},
4250642506
"definedIn": "pre"
4250742507
},
42508+
{
42509+
"id": "canvascolortype",
42510+
"href": "https://html.spec.whatwg.org/multipage/canvas.html#canvascolortype",
42511+
"linkingText": [
42512+
"CanvasColorType"
42513+
],
42514+
"localLinkingText": [],
42515+
"type": "enum",
42516+
"for": [],
42517+
"access": "public",
42518+
"informative": false,
42519+
"heading": {
42520+
"id": "2dcontext",
42521+
"href": "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext",
42522+
"title": "The 2D rendering context",
42523+
"number": "4.12.5.1"
42524+
},
42525+
"definedIn": "pre"
42526+
},
4250842527
{
4250942528
"id": "canvasfillrule",
4251042529
"href": "https://html.spec.whatwg.org/multipage/canvas.html#canvasfillrule",
@@ -43290,6 +43309,48 @@
4329043309
},
4329143310
"definedIn": "prose"
4329243311
},
43312+
{
43313+
"id": "dom-canvascolortype-unorm8",
43314+
"href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-canvascolortype-unorm8",
43315+
"linkingText": [
43316+
"unorm8"
43317+
],
43318+
"localLinkingText": [],
43319+
"type": "enum-value",
43320+
"for": [
43321+
"CanvasColorType"
43322+
],
43323+
"access": "public",
43324+
"informative": false,
43325+
"heading": {
43326+
"id": "2dcontext",
43327+
"href": "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext",
43328+
"title": "The 2D rendering context",
43329+
"number": "4.12.5.1"
43330+
},
43331+
"definedIn": "prose"
43332+
},
43333+
{
43334+
"id": "dom-canvascolortype-float16",
43335+
"href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-canvascolortype-float16",
43336+
"linkingText": [
43337+
"float16"
43338+
],
43339+
"localLinkingText": [],
43340+
"type": "enum-value",
43341+
"for": [
43342+
"CanvasColorType"
43343+
],
43344+
"access": "public",
43345+
"informative": false,
43346+
"heading": {
43347+
"id": "2dcontext",
43348+
"href": "https://html.spec.whatwg.org/multipage/canvas.html#2dcontext",
43349+
"title": "The 2D rendering context",
43350+
"number": "4.12.5.1"
43351+
},
43352+
"definedIn": "prose"
43353+
},
4329343354
{
4329443355
"id": "fill-rule",
4329543356
"href": "https://html.spec.whatwg.org/multipage/canvas.html#fill-rule",
@@ -43509,6 +43570,25 @@
4350943570
},
4351043571
"definedIn": "prose"
4351143572
},
43573+
{
43574+
"id": "concept-canvas-color-type",
43575+
"href": "https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-color-type",
43576+
"linkingText": [
43577+
"color type"
43578+
],
43579+
"localLinkingText": [],
43580+
"type": "dfn",
43581+
"for": [],
43582+
"access": "private",
43583+
"informative": false,
43584+
"heading": {
43585+
"id": "the-canvas-settings",
43586+
"href": "https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings",
43587+
"title": "The canvas settings",
43588+
"number": "4.12.5.1.2"
43589+
},
43590+
"definedIn": "prose"
43591+
},
4351243592
{
4351343593
"id": "canvas-setting-init-bitmap",
4351443594
"href": "https://html.spec.whatwg.org/multipage/canvas.html#canvas-setting-init-bitmap",
@@ -43591,6 +43671,27 @@
4359143671
},
4359243672
"definedIn": "prose"
4359343673
},
43674+
{
43675+
"id": "dom-canvasrenderingcontext2dsettings-colortype",
43676+
"href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasrenderingcontext2dsettings-colortype",
43677+
"linkingText": [
43678+
"colorType"
43679+
],
43680+
"localLinkingText": [],
43681+
"type": "dict-member",
43682+
"for": [
43683+
"CanvasRenderingContext2DSettings"
43684+
],
43685+
"access": "public",
43686+
"informative": false,
43687+
"heading": {
43688+
"id": "the-canvas-settings",
43689+
"href": "https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings",
43690+
"title": "The canvas settings",
43691+
"number": "4.12.5.1.2"
43692+
},
43693+
"definedIn": "prose"
43694+
},
4359443695
{
4359543696
"id": "dom-canvasrenderingcontext2dsettings-willreadfrequently",
4359643697
"href": "https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasrenderingcontext2dsettings-willreadfrequently",

ed/idl/html.idl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,12 +1305,15 @@ typedef (HTMLOrSVGImageElement or
13051305

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

1308+
enum CanvasColorType { "unorm8", "float16" };
1309+
13081310
enum CanvasFillRule { "nonzero", "evenodd" };
13091311

13101312
dictionary CanvasRenderingContext2DSettings {
13111313
boolean alpha = true;
13121314
boolean desynchronized = false;
13131315
PredefinedColorSpace colorSpace = "srgb";
1316+
CanvasColorType colorType = "unorm8";
13141317
boolean willReadFrequently = false;
13151318
};
13161319

ed/ids/html.json

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28207,6 +28207,9 @@
2820728207
"https://html.spec.whatwg.org/multipage/canvas.html#predefinedcolorspace",
2820828208
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-predefinedcolorspace-srgb",
2820928209
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-predefinedcolorspace-display-p3",
28210+
"https://html.spec.whatwg.org/multipage/canvas.html#canvascolortype",
28211+
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvascolortype-unorm8",
28212+
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvascolortype-float16",
2821028213
"https://html.spec.whatwg.org/multipage/canvas.html#canvasfillrule",
2821128214
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-context-2d-fillrule-nonzero",
2821228215
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-context-2d-fillrule-evenodd",
@@ -28216,6 +28219,9 @@
2821628219
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Apredefinedcolorspace",
2821728220
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-colorspace",
2821828221
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-predefinedcolorspace-srgb-2",
28222+
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Acanvascolortype",
28223+
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-colortype",
28224+
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvascolortype-unorm8-2",
2821928225
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-willreadfrequently",
2822028226
"https://html.spec.whatwg.org/multipage/canvas.html#imagesmoothingquality",
2822128227
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-context-2d-imagesmoothingquality-low",
@@ -28521,6 +28527,8 @@
2852128527
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-desynchronized",
2852228528
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-colorspace-3",
2852328529
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-color-space",
28530+
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-colortype-2",
28531+
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-color-type",
2852428532
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-willreadfrequently-3",
2852528533
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-will-read-frequently",
2852628534
"https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-canvas-dev",
@@ -28531,6 +28539,8 @@
2853128539
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-desynchronized-2",
2853228540
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-colorspace-4",
2853328541
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-color-space-2",
28542+
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-colortype-3",
28543+
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-color-type-2",
2853428544
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Adom-canvasrenderingcontext2dsettings-willreadfrequently-4",
2853528545
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-will-read-frequently-2",
2853628546
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Acanvasrenderingcontext2d-20",
@@ -28579,6 +28589,10 @@
2857928589
"https://html.spec.whatwg.org/multipage/canvas.html#dom-predefinedcolorspace-display-p3",
2858028590
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3A'display-p3'",
2858128591
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconverting-colors",
28592+
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Acanvascolortype-2",
28593+
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Aconcept-canvas-color-type-3",
28594+
"https://html.spec.whatwg.org/multipage/canvas.html#dom-canvascolortype-unorm8",
28595+
"https://html.spec.whatwg.org/multipage/canvas.html#dom-canvascolortype-float16",
2858228596
"https://html.spec.whatwg.org/multipage/canvas.html#2dcontext%3Acanvasfillrule-7",
2858328597
"https://html.spec.whatwg.org/multipage/canvas.html#fill-rule",
2858428598
"https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-fillrule-nonzero",
@@ -28636,15 +28650,23 @@
2863628650
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Acanvassettings-10",
2863728651
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-color-space",
2863828652
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aoutput-bitmap-5",
28639-
"https://html.spec.whatwg.org/multipage/canvas.html#canvas-setting-init-bitmap",
2864028653
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Acanvassettings-11",
28654+
"https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-color-type",
28655+
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Acanvascolortype",
28656+
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Acanvassettings-12",
28657+
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-color-type",
28658+
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aoutput-bitmap-6",
28659+
"https://html.spec.whatwg.org/multipage/canvas.html#canvas-setting-init-bitmap",
28660+
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Acanvassettings-13",
2864128661
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Acanvasrenderingcontext2dsettings",
2864228662
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-alpha-3",
2864328663
"https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasrenderingcontext2dsettings-alpha",
2864428664
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-desynchronized-4",
2864528665
"https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasrenderingcontext2dsettings-desynchronized",
2864628666
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-color-space-2",
2864728667
"https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasrenderingcontext2dsettings-colorspace",
28668+
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-color-type-2",
28669+
"https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasrenderingcontext2dsettings-colortype",
2864828670
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-will-read-frequently-3",
2864928671
"https://html.spec.whatwg.org/multipage/canvas.html#dom-canvasrenderingcontext2dsettings-willreadfrequently",
2865028672
"https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-canvas-getcontextattributes",
@@ -28657,8 +28679,11 @@
2865728679
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Adom-canvasrenderingcontext2dsettings-colorspace",
2865828680
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Athis-3",
2865928681
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-color-space-3",
28660-
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Adom-canvasrenderingcontext2dsettings-willreadfrequently",
28682+
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Adom-canvasrenderingcontext2dsettings-colortype",
2866128683
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Athis-4",
28684+
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-color-type-3",
28685+
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Adom-canvasrenderingcontext2dsettings-willreadfrequently",
28686+
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Athis-5",
2866228687
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-settings%3Aconcept-canvas-will-read-frequently-4",
2866328688
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-state",
2866428689
"https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-state%3Acanvasstate",
@@ -30627,8 +30652,11 @@
3062730652
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Adom-context-2d-drawimage",
3062830653
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Adom-canvas-todataurl",
3062930654
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Adom-canvas-toblob",
30630-
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Aimage%2Fjpeg-2",
30655+
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Aconcept-canvas-color-type",
30656+
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Adom-canvascolortype-float16",
3063130657
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Aimage%2Fpng-3",
30658+
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Aimage%2Fjpeg-2",
30659+
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Aimage%2Fpng-4",
3063230660
"https://html.spec.whatwg.org/multipage/canvas.html#serialising-bitmaps-to-a-file%3Ajs-number",
3063330661
"https://html.spec.whatwg.org/multipage/canvas.html#security-with-canvas-elements",
3063430662
"https://html.spec.whatwg.org/multipage/canvas.html#security-with-canvas-elements%3Athe-canvas-element",

0 commit comments

Comments
 (0)