From eff3150172f2c4c1054aa9cb838559988c737fe9 Mon Sep 17 00:00:00 2001 From: plehegar Date: Thu, 4 May 2017 14:44:39 -0400 Subject: [PATCH] Align with https://github.com/w3c/hr-time/pull/47 --- CONTRIBUTING.md | 6 ++++-- README.md | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0b08a61..d2c72bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,10 @@ Contributions to this repository are intended to become part of Recommendation-track documents governed by the -[W3C Patent Policy](http://www.w3.org/Consortium/Patent-Policy-20040205/) and -[Software and Document License](http://www.w3.org/Consortium/Legal/copyright-software). To make substantive contributions to specifications, you must either participate +[W3C Patent Policy](https://www.w3.org/Consortium/Patent-Policy-20040205/) and +[Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software). To make substantive contributions to specifications, you must either participate in the relevant W3C Working Group or make a non-member patent licensing commitment. +For our editing test-driven process, see [CONTRIBUTING.md](https://github.com/w3c/web-performance/blob/gh-pages/CONTRIBUTING.md). + If you are not the sole contributor to a contribution (pull request), please identify all contributors in the pull request comment. diff --git a/README.md b/README.md index 66510f6..207255a 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ Also known as **`requestIdleCallback`**. This document defines an API that web page authors can use to cooperatively schedule background tasks such that they do not introduce delays to other high priority tasks that share the same event loop, such as input processing, animations and frame compositing. The user agent is in a better position to determine when background tasks can be run without introducing user-perceptible delays or jank in animations and input response, based on its knowledge of currently scheduled tasks, vsync deadlines, user-interaction and so on. Using this API should therefore result in more appropriate scheduling of background tasks during times when the browser would otherwise be idle. Latest draft: https://w3c.github.io/requestidlecallback/ + +See also [Web performance README](https://github.com/w3c/web-performance/blob/gh-pages/README.md)