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 c08d963894f5e726c5b95fc114a2b13e765916ec.
  • Loading branch information
reffy-bot committed Oct 5, 2020
1 parent b2a94b2 commit 4af4bf9
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ed/dfns/screen-wake-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"href": "https://w3c.github.io/screen-wake-lock/#dom-wakelock-request",
"linkingText": [
"request()",
"request(type)"
"request(, type)"
],
"localLinkingText": [
"WakeLock.request",
Expand Down
2 changes: 1 addition & 1 deletion ed/headings/css-color-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"id": "subtitle",
"level": "2",
"title": "Editor’s Draft, 24 September 2020"
"title": "Editor’s Draft, 5 October 2020"
},
{
"id": "abstract",
Expand Down
2 changes: 1 addition & 1 deletion ed/idl/screen-wake-lock.idl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ partial interface Navigator {

[SecureContext, Exposed=(Window)]
interface WakeLock {
Promise<WakeLockSentinel> request(WakeLockType type);
Promise<WakeLockSentinel> request(optional WakeLockType type = "screen");
};

[SecureContext, Exposed=(Window)]
Expand Down
7 changes: 5 additions & 2 deletions ed/idlparsed/screen-wake-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@
"union": false,
"idlType": "WakeLockType"
},
"default": null,
"optional": false,
"default": {
"type": "string",
"value": "screen"
},
"optional": true,
"variadic": false
}
],
Expand Down
4 changes: 2 additions & 2 deletions ed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2337,7 +2337,7 @@ <h3>Spec info</h3>
<ul>
<li>Initial URL: <a href="https://www.w3.org/TR/css-color-4/" class="uri">https://www.w3.org/TR/css-color-4/</a></li>
<li>Crawled URL: <a href="https://drafts.csswg.org/css-color/" class="uri">https://drafts.csswg.org/css-color/</a></li>
<li>Crawled version: 24 September 2020</li>
<li>Crawled version: 5 October 2020</li>
<li>Editor's Draft: <a href="https://drafts.csswg.org/css-color/" class="uri">https://drafts.csswg.org/css-color/</a></li>
<li>Latest published version: <a href="https://www.w3.org/TR/css-color-4/" class="uri">https://www.w3.org/TR/css-color-4/</a></li>
<li>Shortname: css-color-4</li>
Expand Down Expand Up @@ -11479,7 +11479,7 @@ <h3>Spec info</h3>
<ul>
<li>Initial URL: <a href="https://www.w3.org/TR/screen-wake-lock/" class="uri">https://www.w3.org/TR/screen-wake-lock/</a></li>
<li>Crawled URL: <a href="https://w3c.github.io/screen-wake-lock/" class="uri">https://w3c.github.io/screen-wake-lock/</a></li>
<li>Crawled version: 30 September 2020</li>
<li>Crawled version: 05 October 2020</li>
<li>Editor's Draft: <a href="https://w3c.github.io/screen-wake-lock/" class="uri">https://w3c.github.io/screen-wake-lock/</a></li>
<li>Latest published version: <a href="https://www.w3.org/TR/screen-wake-lock/" class="uri">https://www.w3.org/TR/screen-wake-lock/</a></li>
<li>Shortname: screen-wake-lock</li>
Expand Down
6 changes: 3 additions & 3 deletions ed/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
"date": "2020-10-05T06:40:41.312Z",
"date": "2020-10-05T12:43:14.657Z",
"options": {},
"stats": {
"crawled": 374,
Expand Down Expand Up @@ -6076,7 +6076,7 @@
"https://drafts.csswg.org/css-color/"
],
"crawled": "https://drafts.csswg.org/css-color/",
"date": "24 September 2020",
"date": "5 October 2020",
"links": "links/css-color-4.json",
"refs": "refs/css-color-4.json",
"generator": "bikeshed",
Expand Down Expand Up @@ -11534,7 +11534,7 @@
"https://w3c.github.io/screen-wake-lock/"
],
"crawled": "https://w3c.github.io/screen-wake-lock/",
"date": "30 September 2020",
"date": "05 October 2020",
"links": "links/screen-wake-lock.json",
"refs": "refs/screen-wake-lock.json",
"idl": "idl/screen-wake-lock.idl",
Expand Down
4 changes: 2 additions & 2 deletions ed/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,7 @@ Informative references to this spec from:

- Initial URL: [https://www.w3.org/TR/css-color-4/](https://www.w3.org/TR/css-color-4/)
- Crawled URL: [https://drafts.csswg.org/css-color/](https://drafts.csswg.org/css-color/)
- Crawled version: 24 September 2020
- Crawled version: 5 October 2020
- Editor's Draft: [https://drafts.csswg.org/css-color/](https://drafts.csswg.org/css-color/)
- Latest published version: [https://www.w3.org/TR/css-color-4/](https://www.w3.org/TR/css-color-4/)
- Shortname: css-color-4
Expand Down Expand Up @@ -9866,7 +9866,7 @@ Informative references to this spec from:

- Initial URL: [https://www.w3.org/TR/screen-wake-lock/](https://www.w3.org/TR/screen-wake-lock/)
- Crawled URL: [https://w3c.github.io/screen-wake-lock/](https://w3c.github.io/screen-wake-lock/)
- Crawled version: 30 September 2020
- Crawled version: 05 October 2020
- Editor's Draft: [https://w3c.github.io/screen-wake-lock/](https://w3c.github.io/screen-wake-lock/)
- Latest published version: [https://www.w3.org/TR/screen-wake-lock/](https://www.w3.org/TR/screen-wake-lock/)
- Shortname: screen-wake-lock
Expand Down
5 changes: 4 additions & 1 deletion ed/links/css-color-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
"https://www.w3.org/TR/2008/REC-WCAG20-20081211/": [
"visual-audio-contrast-without-color"
],
"https://www.w3.org/TR/PNG/": [
"11sRGB"
],
"https://drafts.csswg.org/css-cascade-5/": [
"specified-value",
"computed-value",
Expand Down Expand Up @@ -119,6 +122,7 @@
"https://www.w3.org/TR/css-color-4/": [
"valid-color"
],
"https://www.iana.org/assignments/media-types/application/vnd.iccprofile": [],
"https://developer.mozilla.org/en-US/docs/Web/CSS/opacity": [],
"https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/opacity": [],
"https://svgwg.org/svg2-draft/render.html": [
Expand Down Expand Up @@ -163,7 +167,6 @@
"https://www.w3.org/TR/css-text-decor-4/": [],
"https://www.w3.org/TR/css-text-decor-3/": [],
"https://www.w3.org/Graphics/JPEG/jfif3.pdf": [],
"https://www.w3.org/TR/PNG/": [],
"https://www.adobe.io/content/udp/en/open/standards/TIFF/_jcr_content/contentbody/download/file.res/TIFF6.pdf": [],
"https://www.w3.org/TR/WCAG20/": []
}
Expand Down
6 changes: 3 additions & 3 deletions ed/study.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "study",
"title": "Reffy crawl",
"description": "",
"date": "2020-10-05T06:40:39.621Z",
"date": "2020-10-05T12:43:12.913Z",
"stats": {
"crawled": 374,
"errors": 0,
Expand Down Expand Up @@ -4991,7 +4991,7 @@
{
"title": "CSS Color Module Level 4",
"shortname": "css-color-4",
"date": "24 September 2020",
"date": "5 October 2020",
"url": "https://www.w3.org/TR/css-color-4/",
"release": {
"url": "https://www.w3.org/TR/css-color-4/",
Expand Down Expand Up @@ -26792,7 +26792,7 @@
{
"title": "Screen Wake Lock API",
"shortname": "screen-wake-lock",
"date": "30 September 2020",
"date": "05 October 2020",
"url": "https://www.w3.org/TR/screen-wake-lock/",
"release": {
"url": "https://www.w3.org/TR/screen-wake-lock/",
Expand Down

0 comments on commit 4af4bf9

Please sign in to comment.