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 7.0.4.
  • Loading branch information
reffy-bot committed Apr 5, 2022
1 parent fe1fdea commit c9975cb
Show file tree
Hide file tree
Showing 35 changed files with 231 additions and 237 deletions.
2 changes: 1 addition & 1 deletion ed/dfns/reporting-1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"spec": {
"title": "Reporting API 1",
"title": "Reporting API",
"url": "https://w3c.github.io/reporting/"
},
"dfns": [
Expand Down
12 changes: 3 additions & 9 deletions ed/headings/reporting-1.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
{
"spec": {
"title": "Reporting API 1",
"title": "Reporting API",
"url": "https://w3c.github.io/reporting/"
},
"headings": [
{
"id": "subtitle",
"href": "https://w3c.github.io/reporting/#subtitle",
"level": 2,
"title": "Editor’s Draft, 29 October 2021"
},
{
"id": "abstract",
"href": "https://w3c.github.io/reporting/#abstract",
"level": 2,
"title": "Abstract"
},
{
"id": "status",
"href": "https://w3c.github.io/reporting/#status",
"id": "sotd",
"href": "https://w3c.github.io/reporting/#sotd",
"level": 2,
"title": "Status of this document"
},
Expand Down
2 changes: 1 addition & 1 deletion ed/idl/reporting.idl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: Reporting API 1 (https://w3c.github.io/reporting/)
// Source: Reporting API (https://w3c.github.io/reporting/)

[Exposed=(Window,Worker)]
interface ReportBody {
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnames/GenerateTestReportParameters.idl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Source: Reporting API 1 (https://www.w3.org/TR/reporting-1/)
// Source: Reporting API (https://www.w3.org/TR/reporting-1/)
dictionary GenerateTestReportParameters {
required DOMString message;
DOMString group = "default";
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnames/Report.idl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Source: Reporting API 1 (https://www.w3.org/TR/reporting-1/)
// Source: Reporting API (https://www.w3.org/TR/reporting-1/)
[Exposed=(Window,Worker)]
interface Report {
[Default] object toJSON();
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnames/ReportBody.idl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Source: Reporting API 1 (https://www.w3.org/TR/reporting-1/)
// Source: Reporting API (https://www.w3.org/TR/reporting-1/)
[Exposed=(Window,Worker)]
interface ReportBody {
[Default] object toJSON();
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnames/ReportList.idl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Source: Reporting API 1 (https://www.w3.org/TR/reporting-1/)
// Source: Reporting API (https://www.w3.org/TR/reporting-1/)
typedef sequence<Report> ReportList;
2 changes: 1 addition & 1 deletion ed/idlnames/ReportingObserver.idl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Source: Reporting API 1 (https://www.w3.org/TR/reporting-1/)
// Source: Reporting API (https://www.w3.org/TR/reporting-1/)
[Exposed=(Window,Worker)]
interface ReportingObserver {
constructor(ReportingObserverCallback callback, optional ReportingObserverOptions options = {});
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnames/ReportingObserverCallback.idl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Source: Reporting API 1 (https://www.w3.org/TR/reporting-1/)
// Source: Reporting API (https://www.w3.org/TR/reporting-1/)
callback ReportingObserverCallback = undefined (sequence<Report> reports, ReportingObserver observer);
2 changes: 1 addition & 1 deletion ed/idlnames/ReportingObserverOptions.idl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Source: Reporting API 1 (https://www.w3.org/TR/reporting-1/)
// Source: Reporting API (https://www.w3.org/TR/reporting-1/)
dictionary ReportingObserverOptions {
sequence<DOMString> types;
boolean buffered = false;
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/CSPViolationReportBody.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "interface",
"defined": {
"spec": {
"title": "Reporting API 1",
"title": "Reporting API",
"url": "https://www.w3.org/TR/reporting-1/"
},
"fragment": "[Exposed=(Window,Worker)]\ninterface ReportBody {\n [Default] object toJSON();\n};",
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/CrashReportBody.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "interface",
"defined": {
"spec": {
"title": "Reporting API 1",
"title": "Reporting API",
"url": "https://www.w3.org/TR/reporting-1/"
},
"fragment": "[Exposed=(Window,Worker)]\ninterface ReportBody {\n [Default] object toJSON();\n};",
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/DeprecationReportBody.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "interface",
"defined": {
"spec": {
"title": "Reporting API 1",
"title": "Reporting API",
"url": "https://www.w3.org/TR/reporting-1/"
},
"fragment": "[Exposed=(Window,Worker)]\ninterface ReportBody {\n [Default] object toJSON();\n};",
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/GenerateTestReportParameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "dictionary",
"defined": {
"spec": {
"title": "Reporting API 1",
"title": "Reporting API",
"url": "https://www.w3.org/TR/reporting-1/"
},
"fragment": "dictionary GenerateTestReportParameters {\n required DOMString message;\n DOMString group = \"default\";\n};",
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/InterventionReportBody.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "interface",
"defined": {
"spec": {
"title": "Reporting API 1",
"title": "Reporting API",
"url": "https://www.w3.org/TR/reporting-1/"
},
"fragment": "[Exposed=(Window,Worker)]\ninterface ReportBody {\n [Default] object toJSON();\n};",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "interface",
"defined": {
"spec": {
"title": "Reporting API 1",
"title": "Reporting API",
"url": "https://www.w3.org/TR/reporting-1/"
},
"fragment": "[Exposed=(Window,Worker)]\ninterface ReportBody {\n [Default] object toJSON();\n};",
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/Report.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "interface",
"defined": {
"spec": {
"title": "Reporting API 1",
"title": "Reporting API",
"url": "https://www.w3.org/TR/reporting-1/"
},
"fragment": "[Exposed=(Window,Worker)]\ninterface Report {\n [Default] object toJSON();\n readonly attribute DOMString type;\n readonly attribute DOMString url;\n readonly attribute ReportBody? body;\n};",
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/ReportBody.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "interface",
"defined": {
"spec": {
"title": "Reporting API 1",
"title": "Reporting API",
"url": "https://www.w3.org/TR/reporting-1/"
},
"fragment": "[Exposed=(Window,Worker)]\ninterface ReportBody {\n [Default] object toJSON();\n};",
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/ReportList.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "typedef",
"defined": {
"spec": {
"title": "Reporting API 1",
"title": "Reporting API",
"url": "https://www.w3.org/TR/reporting-1/"
},
"fragment": "typedef sequence<Report> ReportList;",
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/ReportingObserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "interface",
"defined": {
"spec": {
"title": "Reporting API 1",
"title": "Reporting API",
"url": "https://www.w3.org/TR/reporting-1/"
},
"fragment": "[Exposed=(Window,Worker)]\ninterface ReportingObserver {\n constructor(ReportingObserverCallback callback, optional ReportingObserverOptions options = {});\n undefined observe();\n undefined disconnect();\n ReportList takeRecords();\n};",
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/ReportingObserverCallback.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "callback",
"defined": {
"spec": {
"title": "Reporting API 1",
"title": "Reporting API",
"url": "https://www.w3.org/TR/reporting-1/"
},
"fragment": "callback ReportingObserverCallback = undefined (sequence<Report> reports, ReportingObserver observer);",
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/ReportingObserverOptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "dictionary",
"defined": {
"spec": {
"title": "Reporting API 1",
"title": "Reporting API",
"url": "https://www.w3.org/TR/reporting-1/"
},
"fragment": "dictionary ReportingObserverOptions {\n sequence<DOMString> types;\n boolean buffered = false;\n};",
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/ScriptingPolicyReportBody.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "interface",
"defined": {
"spec": {
"title": "Reporting API 1",
"title": "Reporting API",
"url": "https://www.w3.org/TR/reporting-1/"
},
"fragment": "[Exposed=(Window,Worker)]\ninterface ReportBody {\n [Default] object toJSON();\n};",
Expand Down
2 changes: 1 addition & 1 deletion ed/idlparsed/reporting.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"spec": {
"title": "Reporting API 1",
"title": "Reporting API",
"url": "https://w3c.github.io/reporting/"
},
"idlparsed": {
Expand Down
20 changes: 10 additions & 10 deletions ed/ids/CSS21.json
Original file line number Diff line number Diff line change
Expand Up @@ -1038,23 +1038,23 @@
"https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A3",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A2%E2%91%A7",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A2%E2%91%A8",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A1",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A2",
"https://drafts.csswg.org/css2/#propdef-bottom",
"https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A7",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%93%AA",
"https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A4",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A1",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A2",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A1",
"https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A3",
"https://drafts.csswg.org/css2/#propdef-left",
"https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A8",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A2",
"https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A5",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A3",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A4",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A3",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A2",
"https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A4",
"https://drafts.csswg.org/css2/#valdef-top-length",
"https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A0%E2%93%AA",
Expand Down Expand Up @@ -1094,11 +1094,11 @@
"https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A6",
"https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A6",
"https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A7",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A4",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A3",
"https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A7",
"https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A8",
"https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A5",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A4",
"https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A8",
"https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A0%E2%91%A0",
Expand Down Expand Up @@ -1946,10 +1946,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-width-auto%E2%91%A6",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-valdef-z-index-auto%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-valdef-z-index-auto%E2%91%A1",
"https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css2/#ref-for-valdef-clip-auto%E2%91%A3",
"https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A6",
"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 @@ -2632,9 +2632,9 @@
"https://drafts.csswg.org/css2/#valdef-font-size-xx-large",
"https://drafts.csswg.org/css2/#ref-for-valdef-font-size-medium",
"https://drafts.csswg.org/css2/#AutoNumber2",
"https://drafts.csswg.org/css2/#ref-for-valdef-font-size-medium%E2%91%A0",
"https://drafts.csswg.org/css2/#value-def-relative-size",
"https://drafts.csswg.org/css2/#ref-for-valdef-border-width-medium%E2%91%A0",
"https://drafts.csswg.org/css2/#value-def-relative-size",
"https://drafts.csswg.org/css2/#ref-for-valdef-font-size-medium%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-valdef-font-size-large",
"https://drafts.csswg.org/css2/#ref-for-em-width%E2%91%A5",
"https://drafts.csswg.org/css2/#ref-for-ex%E2%91%A5",
Expand Down
20 changes: 10 additions & 10 deletions ed/ids/CSS22.json
Original file line number Diff line number Diff line change
Expand Up @@ -1038,23 +1038,23 @@
"https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A3",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A2%E2%91%A7",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A2%E2%91%A8",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A1",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A2",
"https://drafts.csswg.org/css2/#propdef-bottom",
"https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A7",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%93%AA",
"https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A4",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A1",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A2",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A1",
"https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A3",
"https://drafts.csswg.org/css2/#propdef-left",
"https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A8",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A2",
"https://drafts.csswg.org/css2/#ref-for-value-def-percentage%E2%91%A5",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A3",
"https://drafts.csswg.org/css2/#ref-for-comb-one%E2%91%A3%E2%91%A4",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A3",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A2",
"https://drafts.csswg.org/css2/#ref-for-propdef-top%E2%91%A4",
"https://drafts.csswg.org/css2/#valdef-top-length",
"https://drafts.csswg.org/css2/#ref-for-value-def-length%E2%91%A0%E2%93%AA",
Expand Down Expand Up @@ -1094,11 +1094,11 @@
"https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A6",
"https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A6",
"https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A7",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A4",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A3",
"https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A7",
"https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A8",
"https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A5",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A4",
"https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A8",
"https://drafts.csswg.org/css2/#ref-for-propdef-left%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css2/#ref-for-propdef-right%E2%91%A0%E2%91%A0",
Expand Down Expand Up @@ -1946,10 +1946,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-width-auto%E2%91%A6",
"https://drafts.csswg.org/css2/#ref-for-valdef-top-auto%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-valdef-z-index-auto%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-valdef-z-index-auto%E2%91%A1",
"https://drafts.csswg.org/css2/#ref-for-valdef-height-auto%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css2/#ref-for-valdef-clip-auto%E2%91%A3",
"https://drafts.csswg.org/css2/#ref-for-valdef-width-auto%E2%91%A6",
"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 @@ -2632,9 +2632,9 @@
"https://drafts.csswg.org/css2/#valdef-font-size-xx-large",
"https://drafts.csswg.org/css2/#ref-for-valdef-font-size-medium",
"https://drafts.csswg.org/css2/#AutoNumber2",
"https://drafts.csswg.org/css2/#ref-for-valdef-font-size-medium%E2%91%A0",
"https://drafts.csswg.org/css2/#value-def-relative-size",
"https://drafts.csswg.org/css2/#ref-for-valdef-border-width-medium%E2%91%A0",
"https://drafts.csswg.org/css2/#value-def-relative-size",
"https://drafts.csswg.org/css2/#ref-for-valdef-font-size-medium%E2%91%A0",
"https://drafts.csswg.org/css2/#ref-for-valdef-font-size-large",
"https://drafts.csswg.org/css2/#ref-for-em-width%E2%91%A5",
"https://drafts.csswg.org/css2/#ref-for-ex%E2%91%A5",
Expand Down
Loading

0 comments on commit c9975cb

Please sign in to comment.