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 14.6.0.
  • Loading branch information
reffy-bot committed Jan 30, 2024
1 parent 504378a commit ba82c5c
Show file tree
Hide file tree
Showing 115 changed files with 4,480 additions and 165 deletions.
425 changes: 411 additions & 14 deletions ed/css/CSS.json

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions ed/css/SVG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"properties": [
{
"name": "cx",
"href": "https://svgwg.org/svg2-draft/geometry.html#CxProperty",
"value": "<length-percentage>",
"initial": "0",
"appliesTo": "‘circle’ and ‘ellipse’ elements",
Expand All @@ -20,6 +21,7 @@
},
{
"name": "cy",
"href": "https://svgwg.org/svg2-draft/geometry.html#CyProperty",
"value": "<length-percentage>",
"initial": "0",
"appliesTo": "‘circle’ and ‘ellipse’ elements",
Expand All @@ -34,6 +36,7 @@
},
{
"name": "r",
"href": "https://svgwg.org/svg2-draft/geometry.html#RProperty",
"value": "<length-percentage>",
"initial": "0",
"appliesTo": "‘circle’ element",
Expand All @@ -48,6 +51,7 @@
},
{
"name": "rx",
"href": "https://svgwg.org/svg2-draft/geometry.html#RxProperty",
"value": "<length-percentage> | auto",
"initial": "auto",
"appliesTo": "‘ellipse’, ‘rect’ elements",
Expand All @@ -62,6 +66,7 @@
},
{
"name": "ry",
"href": "https://svgwg.org/svg2-draft/geometry.html#RyProperty",
"value": "<length-percentage> | auto",
"initial": "auto",
"appliesTo": "‘ellipse’, ‘rect’",
Expand All @@ -76,6 +81,7 @@
},
{
"name": "x",
"href": "https://svgwg.org/svg2-draft/geometry.html#XProperty",
"value": "<length-percentage>",
"initial": "0",
"appliesTo": "‘svg’, ‘rect’, ‘image’, ‘foreignObject’ elements",
Expand All @@ -90,6 +96,7 @@
},
{
"name": "y",
"href": "https://svgwg.org/svg2-draft/geometry.html#YProperty",
"value": "<length-percentage>",
"initial": "0",
"appliesTo": "‘svg’, ‘rect’, ‘image’, ‘foreignObject’ elements",
Expand All @@ -104,6 +111,7 @@
},
{
"name": "vector-effect",
"href": "https://svgwg.org/svg2-draft/coords.html#VectorEffectProperty",
"value": "none | non-scaling-stroke | non-scaling-size | non-rotation | fixed-position",
"initial": "none",
"appliesTo": "graphics elements and ‘use’",
Expand All @@ -119,6 +127,7 @@
},
{
"name": "d",
"href": "https://svgwg.org/svg2-draft/paths.html#DProperty",
"value": "none | <string>",
"initial": "none",
"appliesTo": "‘path’",
Expand All @@ -133,6 +142,7 @@
},
{
"name": "inline-size",
"href": "https://svgwg.org/svg2-draft/text.html#InlineSizeProperty",
"value": "auto | <length-percentage>",
"initial": "auto",
"appliesTo": "‘text’ elements",
Expand All @@ -148,6 +158,7 @@
},
{
"name": "shape-inside",
"href": "https://svgwg.org/svg2-draft/text.html#ShapeInsideProperty",
"value": "auto | [ <basic-shape> | <uri> ]+",
"initial": "auto",
"appliesTo": "‘text’ elements",
Expand All @@ -163,6 +174,7 @@
},
{
"name": "shape-subtract",
"href": "https://svgwg.org/svg2-draft/text.html#ShapesubtractProperty",
"value": "none | [ <basic-shape>| <uri> ]+",
"initial": "none",
"appliesTo": "‘text’ elements",
Expand All @@ -178,6 +190,7 @@
},
{
"name": "shape-margin",
"href": "https://svgwg.org/svg2-draft/text.html#ShapeMarginProperty",
"value": "<length-percentage>",
"initial": "0",
"appliesTo": "‘text’ elements",
Expand All @@ -193,6 +206,7 @@
},
{
"name": "text-anchor",
"href": "https://svgwg.org/svg2-draft/text.html#TextAnchorProperty",
"value": "start | middle | end",
"initial": "start",
"appliesTo": "text content elements",
Expand All @@ -208,6 +222,7 @@
},
{
"name": "fill",
"href": "https://svgwg.org/svg2-draft/painting.html#FillProperty",
"value": "<paint>",
"initial": "black",
"appliesTo": "shapes and text content elements",
Expand All @@ -222,6 +237,7 @@
},
{
"name": "fill-rule",
"href": "https://svgwg.org/svg2-draft/painting.html#FillRuleProperty",
"value": "nonzero | evenodd",
"initial": "nonzero",
"appliesTo": "shapes and text content elements",
Expand All @@ -237,6 +253,7 @@
},
{
"name": "fill-opacity",
"href": "https://svgwg.org/svg2-draft/painting.html#FillOpacityProperty",
"value": "<‘opacity’>",
"initial": "1",
"appliesTo": "shapes and text content elements",
Expand All @@ -252,6 +269,7 @@
},
{
"name": "stroke",
"href": "https://svgwg.org/svg2-draft/painting.html#StrokeProperty",
"value": "<paint>",
"initial": "none",
"appliesTo": "shapes and text content elements",
Expand All @@ -266,6 +284,7 @@
},
{
"name": "stroke-opacity",
"href": "https://svgwg.org/svg2-draft/painting.html#StrokeOpacityProperty",
"value": "<‘opacity’>",
"initial": "1",
"appliesTo": "shapes and text content elements",
Expand All @@ -281,6 +300,7 @@
},
{
"name": "stroke-width",
"href": "https://svgwg.org/svg2-draft/painting.html#StrokeWidthProperty",
"value": "<length-percentage> | <number>",
"initial": "1px",
"appliesTo": "shapes and text content elements",
Expand All @@ -296,6 +316,7 @@
},
{
"name": "stroke-linecap",
"href": "https://svgwg.org/svg2-draft/painting.html#StrokeLinecapProperty",
"value": "butt | round | square",
"initial": "butt",
"appliesTo": "shapes and text content elements",
Expand All @@ -311,6 +332,7 @@
},
{
"name": "stroke-linejoin",
"href": "https://svgwg.org/svg2-draft/painting.html#StrokeLinejoinProperty",
"value": "miter | miter-clip | round | bevel | arcs",
"initial": "miter",
"appliesTo": "shapes and text content elements",
Expand All @@ -326,6 +348,7 @@
},
{
"name": "stroke-miterlimit",
"href": "https://svgwg.org/svg2-draft/painting.html#StrokeMiterlimitProperty",
"value": "<number>",
"initial": "4",
"appliesTo": "shapes and text content elements",
Expand All @@ -341,6 +364,7 @@
},
{
"name": "stroke-dasharray",
"href": "https://svgwg.org/svg2-draft/painting.html#StrokeDasharrayProperty",
"value": "none | <dasharray>",
"initial": "none",
"appliesTo": "shapes and text content elements",
Expand All @@ -356,6 +380,7 @@
},
{
"name": "stroke-dashoffset",
"href": "https://svgwg.org/svg2-draft/painting.html#StrokeDashoffsetProperty",
"value": "<length-percentage> | <number>",
"initial": "0",
"appliesTo": "shapes and text content elements",
Expand All @@ -371,6 +396,7 @@
},
{
"name": "marker-start",
"href": "https://svgwg.org/svg2-draft/painting.html#MarkerStartProperty",
"value": "none | <marker-ref>",
"initial": "none",
"appliesTo": "shapes",
Expand All @@ -386,6 +412,7 @@
},
{
"name": "marker-mid",
"href": "https://svgwg.org/svg2-draft/painting.html#MarkerMidProperty",
"value": "none | <marker-ref>",
"initial": "none",
"appliesTo": "shapes",
Expand All @@ -401,6 +428,7 @@
},
{
"name": "marker-end",
"href": "https://svgwg.org/svg2-draft/painting.html#MarkerEndProperty",
"value": "none | <marker-ref>",
"initial": "none",
"appliesTo": "shapes",
Expand All @@ -416,6 +444,7 @@
},
{
"name": "marker",
"href": "https://svgwg.org/svg2-draft/painting.html#MarkerProperty",
"value": "none | <marker-ref>",
"initial": "not defined for shorthand properties",
"appliesTo": "shapes",
Expand All @@ -430,6 +459,7 @@
},
{
"name": "paint-order",
"href": "https://svgwg.org/svg2-draft/painting.html#PaintOrderProperty",
"value": "normal | [ fill || stroke || markers ]",
"initial": "normal",
"appliesTo": "shapes and text content elements",
Expand All @@ -445,6 +475,7 @@
},
{
"name": "color-interpolation",
"href": "https://svgwg.org/svg2-draft/painting.html#ColorInterpolationProperty",
"value": "auto | sRGB | linearRGB",
"initial": "sRGB",
"appliesTo": "container elements, graphics elements, gradient elements, ‘use’ and ‘animate’",
Expand All @@ -460,6 +491,7 @@
},
{
"name": "shape-rendering",
"href": "https://svgwg.org/svg2-draft/painting.html#ShapeRenderingProperty",
"value": "auto | optimizeSpeed | crispEdges | geometricPrecision",
"initial": "auto",
"appliesTo": "shapes",
Expand All @@ -475,6 +507,7 @@
},
{
"name": "text-rendering",
"href": "https://svgwg.org/svg2-draft/painting.html#TextRenderingProperty",
"value": "auto | optimizeSpeed | optimizeLegibility | geometricPrecision",
"initial": "auto",
"appliesTo": "‘text’",
Expand All @@ -490,6 +523,7 @@
},
{
"name": "image-rendering",
"href": "https://svgwg.org/svg2-draft/painting.html#ImageRenderingProperty",
"value": "auto | optimizeQuality | optimizeSpeed",
"initial": "auto",
"appliesTo": "images",
Expand All @@ -505,6 +539,7 @@
},
{
"name": "pointer-events",
"href": "https://svgwg.org/svg2-draft/interact.html#PointerEventsProperty",
"value": "auto | bounding-box | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | none",
"initial": "auto",
"appliesTo": "container elements, graphics elements and ‘use’",
Expand All @@ -520,13 +555,15 @@
},
{
"name": "stop-color",
"href": "https://svgwg.org/svg2-draft/pservers.html#StopColorProperty",
"styleDeclaration": [
"stop-color",
"stopColor"
]
},
{
"name": "stop-opacity",
"href": "https://svgwg.org/svg2-draft/pservers.html#StopOpacityProperty",
"styleDeclaration": [
"stop-opacity",
"stopOpacity"
Expand All @@ -539,21 +576,25 @@
{
"name": "<points>",
"value": "[ <number>+ ]#",
"href": "https://svgwg.org/svg2-draft/shapes.html#DataTypePoints",
"type": "type"
},
{
"name": "<paint>",
"value": "none | <color> | <url> [none | <color>]? | context-fill | context-stroke",
"href": "https://svgwg.org/svg2-draft/painting.html#DataTypePaint",
"type": "type"
},
{
"name": "<dasharray>",
"value": "[ [ <length-percentage> | <number> ]+ ]#",
"href": "https://svgwg.org/svg2-draft/painting.html#DataTypeDasharray",
"type": "type"
},
{
"name": "<marker-ref>",
"value": "<url>",
"href": "https://svgwg.org/svg2-draft/painting.html#DataTypeMarkerRef",
"type": "type"
}
]
Expand Down
5 changes: 5 additions & 0 deletions ed/css/av1-avif.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,23 @@
"msg": "Dangling value",
"name": "av01",
"prose": "When an item is of type av01, it is called an AV1 Image Item, and shall obey the following constraints:",
"href": "https://aomediacodec.github.io/av1-avif/#valdef-av1-image-item-type-av01",
"type": "value",
"value": "av01",
"for": "AV1 Image Item Type"
},
{
"msg": "Dangling value",
"name": "av1C",
"href": "https://aomediacodec.github.io/av1-avif/#valdef-av1-item-configuration-property-av1c",
"type": "value",
"value": "av1C",
"for": "AV1 Item Configuration Property"
},
{
"msg": "Dangling value",
"name": "a1lx",
"href": "https://aomediacodec.github.io/av1-avif/#valdef-av1layeredimageindexingproperty-a1lx",
"type": "value",
"value": "a1lx",
"for": "AV1LayeredImageIndexingProperty"
Expand All @@ -34,6 +37,7 @@
"msg": "Dangling value",
"name": "MA1B",
"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.",
"href": "https://aomediacodec.github.io/av1-avif/#valdef-av1-image-item-type-ma1b",
"type": "value",
"value": "MA1B",
"for": "AV1 Image Item Type"
Expand All @@ -42,6 +46,7 @@
"msg": "Dangling value",
"name": "MA1A",
"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.",
"href": "https://aomediacodec.github.io/av1-avif/#valdef-av1-image-item-type-ma1a",
"type": "value",
"value": "MA1A",
"for": "AV1 Image Item Type"
Expand Down
4 changes: 4 additions & 0 deletions ed/css/av1-isobmff.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,31 @@
{
"msg": "Dangling value",
"name": "av01",
"href": "https://aomediacodec.github.io/av1-isobmff/#valdef-isobmff-brand-av01",
"type": "value",
"value": "av01",
"for": "ISOBMFF Brand"
},
{
"msg": "Dangling value",
"name": "av01",
"href": "https://aomediacodec.github.io/av1-isobmff/#valdef-av1sampleentry-av01",
"type": "value",
"value": "av01",
"for": "AV1SampleEntry"
},
{
"msg": "Dangling value",
"name": "av1m",
"href": "https://aomediacodec.github.io/av1-isobmff/#valdef-av1multiframesamplegroupentry-av1m",
"type": "value",
"value": "av1m",
"for": "AV1MultiFrameSampleGroupEntry"
},
{
"msg": "Dangling value",
"name": "av1M",
"href": "https://aomediacodec.github.io/av1-isobmff/#valdef-av1metadatasamplegroupentry-av1m",
"type": "value",
"value": "av1M",
"for": "AV1MetadataSampleGroupEntry"
Expand Down
Loading

0 comments on commit ba82c5c

Please sign in to comment.