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 3c48dd225ebfc1bc45f2b05b852584e67b2edb98.
  • Loading branch information
reffy-bot committed Apr 30, 2021
1 parent f8d3132 commit fb63cb8
Show file tree
Hide file tree
Showing 31 changed files with 205 additions and 218 deletions.
12 changes: 2 additions & 10 deletions ed/diff.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
% Diff between report from "April 29, 2021" and reference report from "April 29, 2021"
% Diff between report from "April 30, 2021" and reference report from "April 29, 2021"
% Reffy
% April 29, 2021

## Client Hints Infrastructure

- Initial URL: [https://wicg.github.io/client-hints-infrastructure/](https://wicg.github.io/client-hints-infrastructure/)
- Crawled URL: [undefined](undefined)
- Editor's Draft: [https://wicg.github.io/client-hints-infrastructure/](https://wicg.github.io/client-hints-infrastructure/)
- Missing references for links: *INS* https://www.w3.org/TR/permissions-policy/

% April 30, 2021

12 changes: 2 additions & 10 deletions ed/diffnew.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
% Diff between report from "April 29, 2021" and reference report from "April 29, 2021"
% Diff between report from "April 30, 2021" and reference report from "April 29, 2021"
% Reffy
% April 29, 2021

## Client Hints Infrastructure

- Initial URL: [https://wicg.github.io/client-hints-infrastructure/](https://wicg.github.io/client-hints-infrastructure/)
- Crawled URL: [undefined](undefined)
- Editor's Draft: [https://wicg.github.io/client-hints-infrastructure/](https://wicg.github.io/client-hints-infrastructure/)
- Missing references for links: *INS* https://www.w3.org/TR/permissions-policy/

% April 30, 2021

4 changes: 2 additions & 2 deletions ed/headings/webaudio.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"title": "Web Audio API"
},
{
"id": "subtitle",
"id": "profile-and-date",
"level": 2,
"title": "Editor’s Draft, 15 April 2021"
"title": "Editor’s Draft, 29 April 2021"
},
{
"id": "abstract",
Expand Down
4 changes: 2 additions & 2 deletions ed/headings/webvtt1.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"title": "WebVTT: The Web Video Text Tracks Format"
},
{
"id": "subtitle",
"id": "profile-and-date",
"level": 2,
"title": "Draft Community Group Report, 26 February 2021"
"title": "Draft Community Group Report, 29 April 2021"
},
{
"id": "abstract",
Expand Down
2 changes: 1 addition & 1 deletion ed/idl/webvtt.idl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ enum PositionAlignSetting { "line-left", "center", "line-right", "auto" };
enum AlignSetting { "start", "center", "end", "left", "right" };
[Exposed=Window]
interface VTTCue : TextTrackCue {
constructor(double startTime, double endTime, DOMString text);
constructor(double startTime, unrestricted double endTime, DOMString text);
attribute VTTRegion? region;
attribute DirectionSetting vertical;
attribute boolean snapToLines;
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnames/VTTCue.idl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Source: WebVTT: The Web Video Text Tracks Format (https://www.w3.org/TR/webvtt1/)
[Exposed=Window]
interface VTTCue : TextTrackCue {
constructor(double startTime, double endTime, DOMString text);
constructor(double startTime, unrestricted double endTime, DOMString text);
attribute VTTRegion? region;
attribute DirectionSetting vertical;
attribute boolean snapToLines;
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/VTTCue.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "WebVTT: The Web Video Text Tracks Format",
"url": "https://www.w3.org/TR/webvtt1/"
},
"fragment": "[Exposed=Window]\ninterface VTTCue : TextTrackCue {\n constructor(double startTime, double endTime, DOMString text);\n attribute VTTRegion? region;\n attribute DirectionSetting vertical;\n attribute boolean snapToLines;\n attribute LineAndPositionSetting line;\n attribute LineAlignSetting lineAlign;\n attribute LineAndPositionSetting position;\n attribute PositionAlignSetting positionAlign;\n attribute double size;\n attribute AlignSetting align;\n attribute DOMString text;\n DocumentFragment getCueAsHTML();\n};",
"fragment": "[Exposed=Window]\ninterface VTTCue : TextTrackCue {\n constructor(double startTime, unrestricted double endTime, DOMString text);\n attribute VTTRegion? region;\n attribute DirectionSetting vertical;\n attribute boolean snapToLines;\n attribute LineAndPositionSetting line;\n attribute LineAlignSetting lineAlign;\n attribute LineAndPositionSetting position;\n attribute PositionAlignSetting positionAlign;\n attribute double size;\n attribute AlignSetting align;\n attribute DOMString text;\n DocumentFragment getCueAsHTML();\n};",
"href": "https://w3c.github.io/webvtt/#vttcue"
},
"extended": [],
Expand Down
4 changes: 2 additions & 2 deletions ed/idlparsed/webvtt1.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"extAttrs": []
},
"VTTCue": {
"fragment": "[Exposed=Window]\ninterface VTTCue : TextTrackCue {\n constructor(double startTime, double endTime, DOMString text);\n attribute VTTRegion? region;\n attribute DirectionSetting vertical;\n attribute boolean snapToLines;\n attribute LineAndPositionSetting line;\n attribute LineAlignSetting lineAlign;\n attribute LineAndPositionSetting position;\n attribute PositionAlignSetting positionAlign;\n attribute double size;\n attribute AlignSetting align;\n attribute DOMString text;\n DocumentFragment getCueAsHTML();\n};",
"fragment": "[Exposed=Window]\ninterface VTTCue : TextTrackCue {\n constructor(double startTime, unrestricted double endTime, DOMString text);\n attribute VTTRegion? region;\n attribute DirectionSetting vertical;\n attribute boolean snapToLines;\n attribute LineAndPositionSetting line;\n attribute LineAlignSetting lineAlign;\n attribute LineAndPositionSetting position;\n attribute PositionAlignSetting positionAlign;\n attribute double size;\n attribute AlignSetting align;\n attribute DOMString text;\n DocumentFragment getCueAsHTML();\n};",
"type": "interface",
"name": "VTTCue",
"inheritance": "TextTrackCue",
Expand Down Expand Up @@ -184,7 +184,7 @@
"generic": "",
"nullable": false,
"union": false,
"idlType": "double"
"idlType": "unrestricted double"
},
"default": null,
"optional": false,
Expand Down
16 changes: 8 additions & 8 deletions ed/ids/CSS21.json
Original file line number Diff line number Diff line change
Expand Up @@ -1945,10 +1945,10 @@
"value-def-left",
"ref-for-value-def-length②⑦",
"valdef-top-auto①",
"ref-for-valdef-clip-auto",
"ref-for-valdef-table-layout-auto",
"ref-for-valdef-height-auto①⓪",
"ref-for-valdef-cursor-auto",
"ref-for-valdef-overflow-auto②",
"ref-for-valdef-table-layout-auto",
"ref-for-valdef-overflow-auto",
"ref-for-propdef-clip③",
"ref-for-propdef-overflow①⑦",
"ref-for-valdef-overflow-visible①②",
Expand Down Expand Up @@ -2631,9 +2631,9 @@
"valdef-font-size-xx-large",
"ref-for-valdef-font-size-medium",
"AutoNumber2",
"ref-for-valdef-font-size-medium①",
"value-def-relative-size",
"ref-for-valdef-border-width-medium①",
"value-def-relative-size",
"ref-for-valdef-font-size-medium①",
"ref-for-valdef-font-size-large",
"ref-for-em-width⑥",
"ref-for-ex⑥",
Expand Down Expand Up @@ -3057,7 +3057,7 @@
"ref-for-propdef-overflow②①",
"auto-table-layout",
"ref-for-propdef-table-layout②",
"ref-for-valdef-table-layout-auto",
"ref-for-valdef-table-layout-auto",
"ref-for-propdef-width⑤⑥",
"ref-for-valdef-width-auto①③",
"ref-for-propdef-width⑤⑦",
Expand All @@ -3075,13 +3075,13 @@
"ref-for-propdef-height④①",
"ref-for-value-def-table①⑤",
"ref-for-value-def-inline-table①⑥",
"ref-for-valdef-height-auto①",
"ref-for-valdef-height-auto①",
"ref-for-propdef-height④②",
"ref-for-value-def-table-row①④",
"ref-for-propdef-height④③",
"ref-for-propdef-height④④",
"ref-for-propdef-height④⑤",
"ref-for-valdef-height-auto①",
"ref-for-valdef-height-auto①",
"ref-for-value-def-table-row①⑤",
"ref-for-propdef-height④⑥",
"ref-for-propdef-height④⑦",
Expand Down
16 changes: 8 additions & 8 deletions ed/ids/CSS22.json
Original file line number Diff line number Diff line change
Expand Up @@ -1945,10 +1945,10 @@
"value-def-left",
"ref-for-value-def-length②⑦",
"valdef-top-auto①",
"ref-for-valdef-clip-auto",
"ref-for-valdef-table-layout-auto",
"ref-for-valdef-height-auto①⓪",
"ref-for-valdef-cursor-auto",
"ref-for-valdef-overflow-auto②",
"ref-for-valdef-table-layout-auto",
"ref-for-valdef-overflow-auto",
"ref-for-propdef-clip③",
"ref-for-propdef-overflow①⑦",
"ref-for-valdef-overflow-visible①②",
Expand Down Expand Up @@ -2631,9 +2631,9 @@
"valdef-font-size-xx-large",
"ref-for-valdef-font-size-medium",
"AutoNumber2",
"ref-for-valdef-font-size-medium①",
"value-def-relative-size",
"ref-for-valdef-border-width-medium①",
"value-def-relative-size",
"ref-for-valdef-font-size-medium①",
"ref-for-valdef-font-size-large",
"ref-for-em-width⑥",
"ref-for-ex⑥",
Expand Down Expand Up @@ -3057,7 +3057,7 @@
"ref-for-propdef-overflow②①",
"auto-table-layout",
"ref-for-propdef-table-layout②",
"ref-for-valdef-table-layout-auto",
"ref-for-valdef-table-layout-auto",
"ref-for-propdef-width⑤⑥",
"ref-for-valdef-width-auto①③",
"ref-for-propdef-width⑤⑦",
Expand All @@ -3075,13 +3075,13 @@
"ref-for-propdef-height④①",
"ref-for-value-def-table①⑤",
"ref-for-value-def-inline-table①⑥",
"ref-for-valdef-height-auto①",
"ref-for-valdef-height-auto①",
"ref-for-propdef-height④②",
"ref-for-value-def-table-row①④",
"ref-for-propdef-height④③",
"ref-for-propdef-height④④",
"ref-for-propdef-height④⑤",
"ref-for-valdef-height-auto①",
"ref-for-valdef-height-auto①",
"ref-for-value-def-table-row①⑤",
"ref-for-propdef-height④⑥",
"ref-for-propdef-height④⑦",
Expand Down
32 changes: 16 additions & 16 deletions ed/ids/css-align-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
"ref-for-valdef-display-inline-block",
"ref-for-valdef-display-inline-table",
"distribution-values",
"ref-for-valdef-align-self-stretch",
"ref-for-valdef-align-content-stretch",
"ref-for-valdef-align-content-space-between①",
"ref-for-valdef-align-content-space-around",
"ref-for-valdef-align-content-space-evenly",
Expand Down Expand Up @@ -465,12 +465,12 @@
"ref-for-inline-axis⑥",
"ref-for-valdef-justify-content-normal③",
"ref-for-valdef-justify-content-normal④",
"ref-for-valdef-align-content-stretch",
"ref-for-valdef-align-content-stretch",
"ref-for-valdef-column-width-auto",
"ref-for-propdef-column-width",
"ref-for-propdef-justify-content①⓪",
"ref-for-valdef-justify-content-normal⑤",
"ref-for-valdef-align-content-stretch",
"ref-for-valdef-align-content-stretch",
"ref-for-propdef-column-width①",
"ref-for-propdef-justify-content①①",
"distribution-flex",
Expand All @@ -494,7 +494,7 @@
"ref-for-valdef-self-position-flex-start⑤",
"ref-for-valdef-justify-content-normal⑥",
"ref-for-valdef-justify-content-normal⑦",
"ref-for-valdef-justify-self-stretch",
"ref-for-valdef-align-content-stretch",
"distribution-grid",
"ref-for-alignment-container③②",
"ref-for-grid-container③",
Expand All @@ -510,7 +510,7 @@
"ref-for-grid-column",
"ref-for-valdef-justify-content-normal⑧",
"ref-for-valdef-justify-content-normal⑨",
"ref-for-valdef-align-content-stretch",
"ref-for-valdef-align-content-stretch",
"place-content",
"ref-for-propdef-place-content①",
"propdef-place-content",
Expand Down Expand Up @@ -598,7 +598,7 @@
"ref-for-baseline-content-alignment⑧",
"coordinated-self-alignment-preference",
"ref-for-self-alignment-properties②",
"ref-for-valdef-align-self-stretch",
"ref-for-valdef-align-self-stretch",
"ref-for-valdef-self-position-self-start④",
"ref-for-valdef-self-position-self-end②",
"ref-for-baseline-alignment-preference①",
Expand Down Expand Up @@ -657,12 +657,12 @@
"ref-for-first-baseline-set①",
"ref-for-last-baseline-set①",
"ref-for-baseline-content-alignment①⓪",
"ref-for-valdef-justify-self-stretch",
"ref-for-valdef-justify-self-stretch",
"ref-for-typedef-baseline-position④",
"ref-for-baseline-self-alignment③",
"ref-for-typedef-overflow-position⑤",
"ref-for-typedef-self-position③",
"ref-for-valdef-justify-self-stretch",
"ref-for-valdef-justify-self-stretch",
"ref-for-propdef-width①",
"ref-for-propdef-height①",
"ref-for-valdef-width-auto①",
Expand Down Expand Up @@ -708,11 +708,11 @@
"ref-for-valdef-width-auto②",
"ref-for-valdef-justify-self-normal⑤",
"ref-for-self-alignment-properties③",
"ref-for-valdef-justify-self-stretch",
"ref-for-valdef-justify-self-stretch",
"ref-for-valdef-justify-self-normal⑥",
"ref-for-fit-content-size",
"ref-for-valdef-width-auto③",
"ref-for-valdef-justify-self-stretch",
"ref-for-valdef-justify-self-stretch",
"ref-for-valdef-top-auto③",
"ref-for-propdef-justify-self①②",
"ref-for-valdef-top-auto④",
Expand All @@ -737,7 +737,7 @@
"ref-for-writing-mode①②",
"ref-for-grid-item⑤",
"ref-for-valdef-justify-self-normal⑦",
"ref-for-valdef-justify-self-stretch",
"ref-for-valdef-justify-self-stretch",
"ref-for-non-replaced③",
"ref-for-valdef-self-position-start②⑨",
"ref-for-replaced-element",
Expand Down Expand Up @@ -799,11 +799,11 @@
"ref-for-valdef-width-auto④",
"ref-for-valdef-align-self-normal④",
"ref-for-self-alignment-properties④",
"ref-for-valdef-justify-self-stretch",
"ref-for-valdef-justify-self-stretch",
"ref-for-valdef-justify-self-normal⑧",
"ref-for-fit-content-size①",
"ref-for-valdef-width-auto⑤",
"ref-for-valdef-justify-self-stretch",
"ref-for-valdef-justify-self-stretch",
"ref-for-valdef-top-auto⑦",
"ref-for-propdef-align-self①④",
"ref-for-valdef-top-auto⑧",
Expand All @@ -823,7 +823,7 @@
"ref-for-writing-mode①⑥",
"ref-for-flex-item①⓪",
"ref-for-valdef-align-self-normal⑤",
"ref-for-valdef-align-self-stretch",
"ref-for-valdef-align-self-stretch",
"align-grid",
"ref-for-propdef-align-self①⑥",
"ref-for-block-axis①②",
Expand All @@ -837,7 +837,7 @@
"ref-for-writing-mode①⑧",
"ref-for-grid-item⑧",
"ref-for-valdef-align-self-normal⑥",
"ref-for-valdef-justify-self-stretch",
"ref-for-valdef-justify-self-stretch",
"ref-for-non-replaced④",
"ref-for-valdef-self-position-start③①",
"ref-for-replaced-element①",
Expand Down Expand Up @@ -1264,7 +1264,7 @@
"ref-for-propdef-align-self②⑧",
"ref-for-propdef-align-content②⑤",
"ref-for-valdef-self-position-end①⑧",
"ref-for-valdef-align-self-stretch",
"ref-for-valdef-align-self-stretch",
"ref-for-valdef-justify-self-last-baseline⑨",
"ref-for-typedef-baseline-position①⓪",
"ref-for-propdef-justify-content②⑤",
Expand Down
Loading

0 comments on commit fb63cb8

Please sign in to comment.