Skip to content

Commit

Permalink
Align with w3c/hr-time#47
Browse files Browse the repository at this point in the history
  • Loading branch information
plehegar committed May 4, 2017
1 parent 659a32d commit eff3150
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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.

Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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)

0 comments on commit eff3150

Please sign in to comment.