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 13.1.0.
  • Loading branch information
reffy-bot committed Jun 8, 2023
1 parent 7fb65fd commit 05e0c93
Show file tree
Hide file tree
Showing 28 changed files with 794 additions and 796 deletions.
4 changes: 2 additions & 2 deletions ed/css/scroll-animations.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"properties": [
{
"name": "scroll-timeline-name",
"value": "none | <dashed-ident>#",
"value": "[ none | <dashed-ident> ]#",
"initial": "none",
"appliesTo": "all elements",
"inherited": "no",
Expand Down Expand Up @@ -95,7 +95,7 @@
},
{
"name": "view-timeline-name",
"value": "none | <dashed-ident>#",
"value": "[ none | <dashed-ident> ]#",
"initial": "none",
"appliesTo": "all elements",
"inherited": "no",
Expand Down
14 changes: 8 additions & 6 deletions ed/dfns/CSS22.json
Original file line number Diff line number Diff line change
Expand Up @@ -10413,9 +10413,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://drafts.csswg.org/css2/#title",
"title": "CSS 2"
"id": "cursor-props",
"href": "https://drafts.csswg.org/css2/#cursor-props",
"title": "Cursors: the cursor property",
"number": "18.1"
},
"definedIn": "dt"
},
Expand All @@ -10433,9 +10434,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://drafts.csswg.org/css2/#title",
"title": "CSS 2"
"id": "cursor-props",
"href": "https://drafts.csswg.org/css2/#cursor-props",
"title": "Cursors: the cursor property",
"number": "18.1"
},
"definedIn": "dt"
},
Expand Down
7 changes: 3 additions & 4 deletions ed/dfns/css-fonts-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -2548,10 +2548,9 @@
"access": "public",
"informative": false,
"heading": {
"id": "font-variant-caps-prop",
"href": "https://drafts.csswg.org/css-fonts-4/#font-variant-caps-prop",
"title": "Capitalization: the font-variant-caps property",
"number": "6.6"
"id": "title",
"href": "https://drafts.csswg.org/css-fonts-4/#title",
"title": "CSS Fonts Module Level 4"
},
"definedIn": "dt"
},
Expand Down
80 changes: 0 additions & 80 deletions ed/dfns/scroll-animations-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1347,86 +1347,6 @@
},
"definedIn": "dt"
},
{
"id": "dictdef-animationtimeoptions",
"href": "https://drafts.csswg.org/scroll-animations-1/#dictdef-animationtimeoptions",
"linkingText": [
"AnimationTimeOptions"
],
"localLinkingText": [],
"type": "dictionary",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "named-range-get-time",
"href": "https://drafts.csswg.org/scroll-animations-1/#named-range-get-time",
"title": "Reporting Timeline Range Progress: the getCurrentTime() method"
},
"definedIn": "pre"
},
{
"id": "dom-animationtimeoptions-range",
"href": "https://drafts.csswg.org/scroll-animations-1/#dom-animationtimeoptions-range",
"linkingText": [
"range"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"AnimationTimeOptions"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://drafts.csswg.org/scroll-animations-1/#title",
"title": "Scroll-driven Animations"
},
"definedIn": "pre"
},
{
"id": "dom-animationtimeline-getcurrenttime-options-options",
"href": "https://drafts.csswg.org/scroll-animations-1/#dom-animationtimeline-getcurrenttime-options-options",
"linkingText": [
"options"
],
"localLinkingText": [],
"type": "argument",
"for": [
"AnimationTimeline/getCurrentTime(options)",
"AnimationTimeline/getCurrentTime()"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://drafts.csswg.org/scroll-animations-1/#title",
"title": "Scroll-driven Animations"
},
"definedIn": "pre"
},
{
"id": "dom-animationtimeline-getcurrenttime",
"href": "https://drafts.csswg.org/scroll-animations-1/#dom-animationtimeline-getcurrenttime",
"linkingText": [
"getCurrentTime(options)",
"getCurrentTime()"
],
"localLinkingText": [],
"type": "method",
"for": [
"AnimationTimeline"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://drafts.csswg.org/scroll-animations-1/#title",
"title": "Scroll-driven Animations"
},
"definedIn": "dt"
},
{
"id": "propdef-timeline-scope",
"href": "https://drafts.csswg.org/scroll-animations-1/#propdef-timeline-scope",
Expand Down
55 changes: 55 additions & 0 deletions ed/dfns/streams.json
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,25 @@
},
"definedIn": "pre"
},
{
"id": "dom-readablestream-from-asynciterable-asynciterable",
"href": "https://streams.spec.whatwg.org/#dom-readablestream-from-asynciterable-asynciterable",
"linkingText": [
"asyncIterable"
],
"localLinkingText": [],
"type": "argument",
"for": [
"ReadableStream/from(asyncIterable)"
],
"access": "public",
"informative": false,
"heading": {
"href": "https://streams.spec.whatwg.org/#dom-readablestream-from-asynciterable-asynciterable",
"title": "Streams Living Standard — Last Updated 7 June 2023"
},
"definedIn": "pre"
},
{
"id": "dom-readablestream-cancel-reason-reason",
"href": "https://streams.spec.whatwg.org/#dom-readablestream-cancel-reason-reason",
Expand Down Expand Up @@ -1545,6 +1564,25 @@
},
"definedIn": "prose"
},
{
"id": "rs-from",
"href": "https://streams.spec.whatwg.org/#rs-from",
"linkingText": [
"from(asyncIterable)"
],
"localLinkingText": [],
"type": "method",
"for": [
"ReadableStream"
],
"access": "public",
"informative": false,
"heading": {
"href": "https://streams.spec.whatwg.org/#rs-from",
"title": "Streams Living Standard — Last Updated 7 June 2023"
},
"definedIn": "prose"
},
{
"id": "rs-locked",
"href": "https://streams.spec.whatwg.org/#rs-locked",
Expand Down Expand Up @@ -3723,6 +3761,23 @@
},
"definedIn": "prose"
},
{
"id": "readable-stream-from-iterable",
"href": "https://streams.spec.whatwg.org/#readable-stream-from-iterable",
"linkingText": [
"ReadableStreamFromIterable"
],
"localLinkingText": [],
"type": "abstract-op",
"for": [],
"access": "public",
"informative": false,
"heading": {
"href": "https://streams.spec.whatwg.org/#readable-stream-from-iterable",
"title": "Streams Living Standard — Last Updated 7 June 2023"
},
"definedIn": "prose"
},
{
"id": "readable-stream-pipe-to",
"href": "https://streams.spec.whatwg.org/#readable-stream-pipe-to",
Expand Down
6 changes: 0 additions & 6 deletions ed/headings/scroll-animations-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,12 +295,6 @@
"level": 4,
"title": "Specifying an Animation’s Timeline Range End: the animation-range-end property"
},
{
"id": "named-range-get-time",
"href": "https://drafts.csswg.org/scroll-animations-1/#named-range-get-time",
"level": 3,
"title": "Reporting Timeline Range Progress: the getCurrentTime() method"
},
{
"id": "timeline-name-scope",
"href": "https://drafts.csswg.org/scroll-animations-1/#timeline-name-scope",
Expand Down
9 changes: 0 additions & 9 deletions ed/idl/scroll-animations.idl
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,3 @@ interface ViewTimeline : ScrollTimeline {
readonly attribute CSSNumericValue startOffset;
readonly attribute CSSNumericValue endOffset;
};

dictionary AnimationTimeOptions {
DOMString? range;
};

[Exposed=Window]
partial interface AnimationTimeline {
CSSNumericValue? getCurrentTime(optional AnimationTimeOptions options = {});
};
2 changes: 2 additions & 0 deletions ed/idl/streams.idl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
interface ReadableStream {
constructor(optional object underlyingSource, optional QueuingStrategy strategy = {});

static ReadableStream from(any asyncIterable);

readonly attribute boolean locked;

Promise<undefined> cancel(optional any reason);
Expand Down
18 changes: 7 additions & 11 deletions ed/ids/CSS22.json
Original file line number Diff line number Diff line change
Expand Up @@ -2691,10 +2691,10 @@
"https://drafts.csswg.org/css2/#value-def-left",
"https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A1%E2%91%A6",
"https://drafts.csswg.org/css2/#valdef-top-auto%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto",
"https://drafts.csswg.org/css2/#ref-for-valdef-cursor-auto",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A5",
"https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A6",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A5",
"https://drafts.csswg.org/css2/#ref-for-valdef-overflow-auto%E2%91%A1",
"https://drafts.csswg.org/css2/#ref-for-propdef-clip%E2%91%A2",
"https://drafts.csswg.org/css2/#ref-for-propdef-overflow%E2%91%A0%E2%91%A6",
"https://drafts.csswg.org/css2/#ref-for-valdef-overflow-visible%E2%91%A0%E2%91%A1",
Expand Down Expand Up @@ -3149,7 +3149,7 @@
"https://drafts.csswg.org/css2/#ref-for-propdef-page-break-inside%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-propdef-page-break-after%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-propdef-page-break-before%E2%91%A1",
"https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto",
"https://drafts.csswg.org/css2/#ref-for-valdef-page-break-always%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A3%E2%93%AA",
"https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A2%E2%91%A8",
Expand Down Expand Up @@ -3193,7 +3193,7 @@
"https://drafts.csswg.org/css2/#ref-for-propdef-orphans%E2%91%A1",
"https://drafts.csswg.org/css2/#ref-for-propdef-widows%E2%91%A1",
"https://drafts.csswg.org/css2/#ref-for-propdef-page-break-inside%E2%91%A2",
"https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A1",
"https://drafts.csswg.org/css2/#ref-for-valdef-page-break-auto%E2%91%A0",
"https://drafts.csswg.org/css2/#forced",
"https://drafts.csswg.org/css2/#ref-for-propdef-page-break-after%E2%91%A2",
"https://drafts.csswg.org/css2/#ref-for-propdef-page-break-before%E2%91%A3",
Expand Down Expand Up @@ -4099,12 +4099,12 @@
"https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A5",
"https://drafts.csswg.org/css2/#height-layout",
"https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A1",
"https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A2",
"https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A3",
"https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A4",
"https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A5",
"https://drafts.csswg.org/css2/#ref-for-propdef-height%E2%91%A3%E2%91%A6",
"https://drafts.csswg.org/css2/#ref-for-propdef-vertical-align%E2%91%A4",
Expand Down Expand Up @@ -4258,10 +4258,6 @@
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A1%E2%91%A4%E2%91%A1",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A1%E2%91%A4%E2%91%A2",
"https://drafts.csswg.org/css2/#valdef-cursor-auto",
"https://drafts.csswg.org/css2/#infopanel-for-valdef-cursor-auto",
"https://drafts.csswg.org/css2/#infopaneltitle-for-valdef-cursor-auto",
"https://drafts.csswg.org/css2/#infopanel-for-valdef-cursor-auto",
"https://drafts.csswg.org/css2/#infopaneltitle-for-valdef-cursor-auto",
"https://drafts.csswg.org/css2/#valdef-cursor-crosshair",
"https://drafts.csswg.org/css2/#valdef-cursor-default",
"https://drafts.csswg.org/css2/#infopanel-for-valdef-cursor-default",
Expand Down
18 changes: 9 additions & 9 deletions ed/ids/css-align-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-display-inline-block",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-display-inline-table",
"https://drafts.csswg.org/css-align-3/#distribution-values",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-content-stretch",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-content-space-between%E2%91%A0",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-content-space-around",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-content-space-evenly",
Expand Down Expand Up @@ -630,12 +630,12 @@
"https://drafts.csswg.org/css-align-3/#ref-for-inline-axis%E2%91%A5",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A3",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A4",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-content-stretch%E2%91%A0",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-content-stretch",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-column-width-auto",
"https://drafts.csswg.org/css-align-3/#ref-for-propdef-column-width",
"https://drafts.csswg.org/css-align-3/#ref-for-propdef-justify-content%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A5",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-content-stretch%E2%91%A1",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-content-stretch%E2%91%A0",
"https://drafts.csswg.org/css-align-3/#ref-for-propdef-column-width%E2%91%A0",
"https://drafts.csswg.org/css-align-3/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-align-3/#distribution-flex",
Expand All @@ -655,11 +655,11 @@
"https://drafts.csswg.org/css-align-3/#ref-for-main-axis%E2%91%A1",
"https://drafts.csswg.org/css-align-3/#ref-for-main-axis%E2%91%A2",
"https://drafts.csswg.org/css-align-3/#ref-for-propdef-flex",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-content-stretch%E2%91%A2",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-content-stretch%E2%91%A1",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-self-position-flex-start%E2%91%A4",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A6",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A7",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-stretch",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-stretch",
"https://drafts.csswg.org/css-align-3/#distribution-grid",
"https://drafts.csswg.org/css-align-3/#ref-for-alignment-container%E2%91%A2%E2%91%A1",
"https://drafts.csswg.org/css-align-3/#ref-for-grid-container%E2%91%A2",
Expand All @@ -675,7 +675,7 @@
"https://drafts.csswg.org/css-align-3/#ref-for-grid-column",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A8",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-content-normal%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-content-stretch%E2%91%A3",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-content-stretch%E2%91%A2",
"https://drafts.csswg.org/css-align-3/#place-content",
"https://drafts.csswg.org/css-align-3/#ref-for-propdef-place-content%E2%91%A0",
"https://drafts.csswg.org/css-align-3/#propdef-place-content",
Expand Down Expand Up @@ -777,7 +777,7 @@
"https://drafts.csswg.org/css-align-3/#ref-for-baseline-alignment-preference%E2%91%A2",
"https://drafts.csswg.org/css-align-3/#ref-for-margin",
"https://drafts.csswg.org/css-align-3/#ref-for-self-alignment-properties%E2%91%A1",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-stretch",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A0",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-self-position-self-start%E2%91%A3",
"https://drafts.csswg.org/css-align-3/#ref-for-css-end%E2%91%A0",
"https://drafts.csswg.org/css-align-3/#ref-for-margin%E2%91%A0",
Expand Down Expand Up @@ -1057,7 +1057,7 @@
"https://drafts.csswg.org/css-align-3/#ref-for-writing-mode%E2%91%A0%E2%91%A8",
"https://drafts.csswg.org/css-align-3/#ref-for-flex-item%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-normal%E2%91%A4",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A0",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A1",
"https://drafts.csswg.org/css-align-3/#align-grid",
"https://drafts.csswg.org/css-align-3/#ref-for-propdef-align-self%E2%91%A0%E2%91%A5",
"https://drafts.csswg.org/css-align-3/#ref-for-block-axis%E2%91%A0%E2%91%A2",
Expand Down Expand Up @@ -1646,7 +1646,7 @@
"https://drafts.csswg.org/css-align-3/#ref-for-propdef-align-self%E2%91%A1%E2%91%A7",
"https://drafts.csswg.org/css-align-3/#ref-for-propdef-align-content%E2%91%A1%E2%91%A3",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-self-position-end%E2%91%A0%E2%91%A5",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A1",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-align-self-stretch%E2%91%A2",
"https://drafts.csswg.org/css-align-3/#ref-for-valdef-justify-self-last-baseline%E2%91%A8",
"https://drafts.csswg.org/css-align-3/#ref-for-typedef-baseline-position%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-align-3/#ref-for-propdef-justify-content%E2%91%A1%E2%91%A3",
Expand Down
Loading

0 comments on commit 05e0c93

Please sign in to comment.