Skip to content

Commit ba82c5c

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 14.6.0.
1 parent 504378a commit ba82c5c

File tree

115 files changed

+4480
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+4480
-165
lines changed

Diff for: ed/css/CSS.json

+411-14
Large diffs are not rendered by default.

Diff for: ed/css/SVG.json

+41
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"properties": [
77
{
88
"name": "cx",
9+
"href": "https://svgwg.org/svg2-draft/geometry.html#CxProperty",
910
"value": "<length-percentage>",
1011
"initial": "0",
1112
"appliesTo": "‘circle’ and ‘ellipse’ elements",
@@ -20,6 +21,7 @@
2021
},
2122
{
2223
"name": "cy",
24+
"href": "https://svgwg.org/svg2-draft/geometry.html#CyProperty",
2325
"value": "<length-percentage>",
2426
"initial": "0",
2527
"appliesTo": "‘circle’ and ‘ellipse’ elements",
@@ -34,6 +36,7 @@
3436
},
3537
{
3638
"name": "r",
39+
"href": "https://svgwg.org/svg2-draft/geometry.html#RProperty",
3740
"value": "<length-percentage>",
3841
"initial": "0",
3942
"appliesTo": "‘circle’ element",
@@ -48,6 +51,7 @@
4851
},
4952
{
5053
"name": "rx",
54+
"href": "https://svgwg.org/svg2-draft/geometry.html#RxProperty",
5155
"value": "<length-percentage> | auto",
5256
"initial": "auto",
5357
"appliesTo": "‘ellipse’, ‘rect’ elements",
@@ -62,6 +66,7 @@
6266
},
6367
{
6468
"name": "ry",
69+
"href": "https://svgwg.org/svg2-draft/geometry.html#RyProperty",
6570
"value": "<length-percentage> | auto",
6671
"initial": "auto",
6772
"appliesTo": "‘ellipse’, ‘rect’",
@@ -76,6 +81,7 @@
7681
},
7782
{
7883
"name": "x",
84+
"href": "https://svgwg.org/svg2-draft/geometry.html#XProperty",
7985
"value": "<length-percentage>",
8086
"initial": "0",
8187
"appliesTo": "‘svg’, ‘rect’, ‘image’, ‘foreignObject’ elements",
@@ -90,6 +96,7 @@
9096
},
9197
{
9298
"name": "y",
99+
"href": "https://svgwg.org/svg2-draft/geometry.html#YProperty",
93100
"value": "<length-percentage>",
94101
"initial": "0",
95102
"appliesTo": "‘svg’, ‘rect’, ‘image’, ‘foreignObject’ elements",
@@ -104,6 +111,7 @@
104111
},
105112
{
106113
"name": "vector-effect",
114+
"href": "https://svgwg.org/svg2-draft/coords.html#VectorEffectProperty",
107115
"value": "none | non-scaling-stroke | non-scaling-size | non-rotation | fixed-position",
108116
"initial": "none",
109117
"appliesTo": "graphics elements and ‘use’",
@@ -119,6 +127,7 @@
119127
},
120128
{
121129
"name": "d",
130+
"href": "https://svgwg.org/svg2-draft/paths.html#DProperty",
122131
"value": "none | <string>",
123132
"initial": "none",
124133
"appliesTo": "‘path’",
@@ -133,6 +142,7 @@
133142
},
134143
{
135144
"name": "inline-size",
145+
"href": "https://svgwg.org/svg2-draft/text.html#InlineSizeProperty",
136146
"value": "auto | <length-percentage>",
137147
"initial": "auto",
138148
"appliesTo": "‘text’ elements",
@@ -148,6 +158,7 @@
148158
},
149159
{
150160
"name": "shape-inside",
161+
"href": "https://svgwg.org/svg2-draft/text.html#ShapeInsideProperty",
151162
"value": "auto | [ <basic-shape> | <uri> ]+",
152163
"initial": "auto",
153164
"appliesTo": "‘text’ elements",
@@ -163,6 +174,7 @@
163174
},
164175
{
165176
"name": "shape-subtract",
177+
"href": "https://svgwg.org/svg2-draft/text.html#ShapesubtractProperty",
166178
"value": "none | [ <basic-shape>| <uri> ]+",
167179
"initial": "none",
168180
"appliesTo": "‘text’ elements",
@@ -178,6 +190,7 @@
178190
},
179191
{
180192
"name": "shape-margin",
193+
"href": "https://svgwg.org/svg2-draft/text.html#ShapeMarginProperty",
181194
"value": "<length-percentage>",
182195
"initial": "0",
183196
"appliesTo": "‘text’ elements",
@@ -193,6 +206,7 @@
193206
},
194207
{
195208
"name": "text-anchor",
209+
"href": "https://svgwg.org/svg2-draft/text.html#TextAnchorProperty",
196210
"value": "start | middle | end",
197211
"initial": "start",
198212
"appliesTo": "text content elements",
@@ -208,6 +222,7 @@
208222
},
209223
{
210224
"name": "fill",
225+
"href": "https://svgwg.org/svg2-draft/painting.html#FillProperty",
211226
"value": "<paint>",
212227
"initial": "black",
213228
"appliesTo": "shapes and text content elements",
@@ -222,6 +237,7 @@
222237
},
223238
{
224239
"name": "fill-rule",
240+
"href": "https://svgwg.org/svg2-draft/painting.html#FillRuleProperty",
225241
"value": "nonzero | evenodd",
226242
"initial": "nonzero",
227243
"appliesTo": "shapes and text content elements",
@@ -237,6 +253,7 @@
237253
},
238254
{
239255
"name": "fill-opacity",
256+
"href": "https://svgwg.org/svg2-draft/painting.html#FillOpacityProperty",
240257
"value": "<‘opacity’>",
241258
"initial": "1",
242259
"appliesTo": "shapes and text content elements",
@@ -252,6 +269,7 @@
252269
},
253270
{
254271
"name": "stroke",
272+
"href": "https://svgwg.org/svg2-draft/painting.html#StrokeProperty",
255273
"value": "<paint>",
256274
"initial": "none",
257275
"appliesTo": "shapes and text content elements",
@@ -266,6 +284,7 @@
266284
},
267285
{
268286
"name": "stroke-opacity",
287+
"href": "https://svgwg.org/svg2-draft/painting.html#StrokeOpacityProperty",
269288
"value": "<‘opacity’>",
270289
"initial": "1",
271290
"appliesTo": "shapes and text content elements",
@@ -281,6 +300,7 @@
281300
},
282301
{
283302
"name": "stroke-width",
303+
"href": "https://svgwg.org/svg2-draft/painting.html#StrokeWidthProperty",
284304
"value": "<length-percentage> | <number>",
285305
"initial": "1px",
286306
"appliesTo": "shapes and text content elements",
@@ -296,6 +316,7 @@
296316
},
297317
{
298318
"name": "stroke-linecap",
319+
"href": "https://svgwg.org/svg2-draft/painting.html#StrokeLinecapProperty",
299320
"value": "butt | round | square",
300321
"initial": "butt",
301322
"appliesTo": "shapes and text content elements",
@@ -311,6 +332,7 @@
311332
},
312333
{
313334
"name": "stroke-linejoin",
335+
"href": "https://svgwg.org/svg2-draft/painting.html#StrokeLinejoinProperty",
314336
"value": "miter | miter-clip | round | bevel | arcs",
315337
"initial": "miter",
316338
"appliesTo": "shapes and text content elements",
@@ -326,6 +348,7 @@
326348
},
327349
{
328350
"name": "stroke-miterlimit",
351+
"href": "https://svgwg.org/svg2-draft/painting.html#StrokeMiterlimitProperty",
329352
"value": "<number>",
330353
"initial": "4",
331354
"appliesTo": "shapes and text content elements",
@@ -341,6 +364,7 @@
341364
},
342365
{
343366
"name": "stroke-dasharray",
367+
"href": "https://svgwg.org/svg2-draft/painting.html#StrokeDasharrayProperty",
344368
"value": "none | <dasharray>",
345369
"initial": "none",
346370
"appliesTo": "shapes and text content elements",
@@ -356,6 +380,7 @@
356380
},
357381
{
358382
"name": "stroke-dashoffset",
383+
"href": "https://svgwg.org/svg2-draft/painting.html#StrokeDashoffsetProperty",
359384
"value": "<length-percentage> | <number>",
360385
"initial": "0",
361386
"appliesTo": "shapes and text content elements",
@@ -371,6 +396,7 @@
371396
},
372397
{
373398
"name": "marker-start",
399+
"href": "https://svgwg.org/svg2-draft/painting.html#MarkerStartProperty",
374400
"value": "none | <marker-ref>",
375401
"initial": "none",
376402
"appliesTo": "shapes",
@@ -386,6 +412,7 @@
386412
},
387413
{
388414
"name": "marker-mid",
415+
"href": "https://svgwg.org/svg2-draft/painting.html#MarkerMidProperty",
389416
"value": "none | <marker-ref>",
390417
"initial": "none",
391418
"appliesTo": "shapes",
@@ -401,6 +428,7 @@
401428
},
402429
{
403430
"name": "marker-end",
431+
"href": "https://svgwg.org/svg2-draft/painting.html#MarkerEndProperty",
404432
"value": "none | <marker-ref>",
405433
"initial": "none",
406434
"appliesTo": "shapes",
@@ -416,6 +444,7 @@
416444
},
417445
{
418446
"name": "marker",
447+
"href": "https://svgwg.org/svg2-draft/painting.html#MarkerProperty",
419448
"value": "none | <marker-ref>",
420449
"initial": "not defined for shorthand properties",
421450
"appliesTo": "shapes",
@@ -430,6 +459,7 @@
430459
},
431460
{
432461
"name": "paint-order",
462+
"href": "https://svgwg.org/svg2-draft/painting.html#PaintOrderProperty",
433463
"value": "normal | [ fill || stroke || markers ]",
434464
"initial": "normal",
435465
"appliesTo": "shapes and text content elements",
@@ -445,6 +475,7 @@
445475
},
446476
{
447477
"name": "color-interpolation",
478+
"href": "https://svgwg.org/svg2-draft/painting.html#ColorInterpolationProperty",
448479
"value": "auto | sRGB | linearRGB",
449480
"initial": "sRGB",
450481
"appliesTo": "container elements, graphics elements, gradient elements, ‘use’ and ‘animate’",
@@ -460,6 +491,7 @@
460491
},
461492
{
462493
"name": "shape-rendering",
494+
"href": "https://svgwg.org/svg2-draft/painting.html#ShapeRenderingProperty",
463495
"value": "auto | optimizeSpeed | crispEdges | geometricPrecision",
464496
"initial": "auto",
465497
"appliesTo": "shapes",
@@ -475,6 +507,7 @@
475507
},
476508
{
477509
"name": "text-rendering",
510+
"href": "https://svgwg.org/svg2-draft/painting.html#TextRenderingProperty",
478511
"value": "auto | optimizeSpeed | optimizeLegibility | geometricPrecision",
479512
"initial": "auto",
480513
"appliesTo": "‘text’",
@@ -490,6 +523,7 @@
490523
},
491524
{
492525
"name": "image-rendering",
526+
"href": "https://svgwg.org/svg2-draft/painting.html#ImageRenderingProperty",
493527
"value": "auto | optimizeQuality | optimizeSpeed",
494528
"initial": "auto",
495529
"appliesTo": "images",
@@ -505,6 +539,7 @@
505539
},
506540
{
507541
"name": "pointer-events",
542+
"href": "https://svgwg.org/svg2-draft/interact.html#PointerEventsProperty",
508543
"value": "auto | bounding-box | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | none",
509544
"initial": "auto",
510545
"appliesTo": "container elements, graphics elements and ‘use’",
@@ -520,13 +555,15 @@
520555
},
521556
{
522557
"name": "stop-color",
558+
"href": "https://svgwg.org/svg2-draft/pservers.html#StopColorProperty",
523559
"styleDeclaration": [
524560
"stop-color",
525561
"stopColor"
526562
]
527563
},
528564
{
529565
"name": "stop-opacity",
566+
"href": "https://svgwg.org/svg2-draft/pservers.html#StopOpacityProperty",
530567
"styleDeclaration": [
531568
"stop-opacity",
532569
"stopOpacity"
@@ -539,21 +576,25 @@
539576
{
540577
"name": "<points>",
541578
"value": "[ <number>+ ]#",
579+
"href": "https://svgwg.org/svg2-draft/shapes.html#DataTypePoints",
542580
"type": "type"
543581
},
544582
{
545583
"name": "<paint>",
546584
"value": "none | <color> | <url> [none | <color>]? | context-fill | context-stroke",
585+
"href": "https://svgwg.org/svg2-draft/painting.html#DataTypePaint",
547586
"type": "type"
548587
},
549588
{
550589
"name": "<dasharray>",
551590
"value": "[ [ <length-percentage> | <number> ]+ ]#",
591+
"href": "https://svgwg.org/svg2-draft/painting.html#DataTypeDasharray",
552592
"type": "type"
553593
},
554594
{
555595
"name": "<marker-ref>",
556596
"value": "<url>",
597+
"href": "https://svgwg.org/svg2-draft/painting.html#DataTypeMarkerRef",
557598
"type": "type"
558599
}
559600
]

Diff for: ed/css/av1-avif.json

+5
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,23 @@
1212
"msg": "Dangling value",
1313
"name": "av01",
1414
"prose": "When an item is of type av01, it is called an AV1 Image Item, and shall obey the following constraints:",
15+
"href": "https://aomediacodec.github.io/av1-avif/#valdef-av1-image-item-type-av01",
1516
"type": "value",
1617
"value": "av01",
1718
"for": "AV1 Image Item Type"
1819
},
1920
{
2021
"msg": "Dangling value",
2122
"name": "av1C",
23+
"href": "https://aomediacodec.github.io/av1-avif/#valdef-av1-item-configuration-property-av1c",
2224
"type": "value",
2325
"value": "av1C",
2426
"for": "AV1 Item Configuration Property"
2527
},
2628
{
2729
"msg": "Dangling value",
2830
"name": "a1lx",
31+
"href": "https://aomediacodec.github.io/av1-avif/#valdef-av1layeredimageindexingproperty-a1lx",
2932
"type": "value",
3033
"value": "a1lx",
3134
"for": "AV1LayeredImageIndexingProperty"
@@ -34,6 +37,7 @@
3437
"msg": "Dangling value",
3538
"name": "MA1B",
3639
"prose": "This section defines the MIAF AV1 Baseline profile of [HEIF], specifically for [AV1] bitstreams, based on the constraints specified in [MIAF] and identified by the brand MA1B.",
40+
"href": "https://aomediacodec.github.io/av1-avif/#valdef-av1-image-item-type-ma1b",
3741
"type": "value",
3842
"value": "MA1B",
3943
"for": "AV1 Image Item Type"
@@ -42,6 +46,7 @@
4246
"msg": "Dangling value",
4347
"name": "MA1A",
4448
"prose": "This section defines the MIAF AV1 Advanced profile of [HEIF], specifically for [AV1] bitstreams, based on the constraints specified in [MIAF] and identified by the brand MA1A.",
49+
"href": "https://aomediacodec.github.io/av1-avif/#valdef-av1-image-item-type-ma1a",
4550
"type": "value",
4651
"value": "MA1A",
4752
"for": "AV1 Image Item Type"

Diff for: ed/css/av1-isobmff.json

+4
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,31 @@
1111
{
1212
"msg": "Dangling value",
1313
"name": "av01",
14+
"href": "https://aomediacodec.github.io/av1-isobmff/#valdef-isobmff-brand-av01",
1415
"type": "value",
1516
"value": "av01",
1617
"for": "ISOBMFF Brand"
1718
},
1819
{
1920
"msg": "Dangling value",
2021
"name": "av01",
22+
"href": "https://aomediacodec.github.io/av1-isobmff/#valdef-av1sampleentry-av01",
2123
"type": "value",
2224
"value": "av01",
2325
"for": "AV1SampleEntry"
2426
},
2527
{
2628
"msg": "Dangling value",
2729
"name": "av1m",
30+
"href": "https://aomediacodec.github.io/av1-isobmff/#valdef-av1multiframesamplegroupentry-av1m",
2831
"type": "value",
2932
"value": "av1m",
3033
"for": "AV1MultiFrameSampleGroupEntry"
3134
},
3235
{
3336
"msg": "Dangling value",
3437
"name": "av1M",
38+
"href": "https://aomediacodec.github.io/av1-isobmff/#valdef-av1metadatasamplegroupentry-av1m",
3539
"type": "value",
3640
"value": "av1M",
3741
"for": "AV1MetadataSampleGroupEntry"

0 commit comments

Comments
 (0)