Skip to content

Commit

Permalink
Merge pull request #34 from w3c/update-charter
Browse files Browse the repository at this point in the history
Adding new specifications to charter
  • Loading branch information
toddreifsteck committed Mar 1, 2017
2 parents 7aec964 + a573c61 commit 3e4b712
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,59 @@ <h3>

<p class="milestone"><b>Next Recommendation expected completion:</b> Q3 2017</p>
</dd>

<!-- Incubated in: https://github.com/WICG/longtask -->
<dt id="longtask" class="spec"><a href="https://w3c.github.io/longtask/">Long Task</a></dt>
<dd>
<p>This specification defines an API that web page authors can use to detect presence of "long tasks" that monopolize the UI thread for extended periods of time and block other critical tasks from being executed - e.g. reacting to user input.</p>

<p class="draft-status"><b>Draft state:</b> <a href="https://www.w3.org/TR/">Working Draft</a></p>

<p class="milestone"><b>Next Recommendation expected completion:</b>Q3 2017</p>
</dd>

<!-- Incubated in: https://github.com/WICG/paint-timing -->
<dt id="paint-timing" class="spec"><a href="https://w3c.github.io/paint-timing/">Paint Timing</a></dt>
<dd>
<p>An interoperable API for site developers to capture the set of key moments during pageload - e.g. first paint and first contentful paint.</p>

<p class="draft-status"><b>Draft state:</b> <a href="https://www.w3.org/TR/">Working Draft</a></p>

<p class="milestone"><b>Next Recommendation expected completion:</b>Q3 2017</p>
</dd>

<!-- Incubated in: https://github.com/w3c/charter-webperf/issues/30 -->
<dt id="element-timing" class="spec"><a href="https://w3c.github.io/element-timing/">Element Timing</a></dt>
<dd>
<p>This specification defines an API that web page authors can use to capture the set of key moments for an element on the page - e.g. added to DOM and painted.</p>

<p class="draft-status"><b>Draft state:</b> <a href="https://www.w3.org/TR/">Working Draft</a></p>

<p class="milestone"><b>Next Recommendation expected completion:</b>Q3 2017</p>
</dd>

<!-- Incubated in: https://github.com/WICG/memory-pressure -->
<dt id="memory-pressure" class="spec"><a href="https://w3c.github.io/memory-pressure/">Memory Pressure</a></dt>
<dd>
<p>This specification defines an API that exposes memory pressure events received by the system to web applications, to enable web applications to be memory conscious — e.g. free up cache and other temporary objects.
</p>

<p class="draft-status"><b>Draft state:</b> <a href="https://www.w3.org/TR/">Working Draft</a></p>

<p class="milestone"><b>Next Recommendation expected completion:</b>Q3 2017</p>
</dd>

<!-- Incubated in: https://github.com/WICG/server-timing -->
<dt id="server-timing" class="spec"><a href="https://w3c.github.io/server-timing/">Server Timing</a></dt>
<dd>
<p>This specification enables a server to communicate performance metrics about the request-response cycle to the user agent. It also standardizes a JavaScript interface to enable applications to collect, process, and act on these metrics to optimize application delivery.
</p>

<p class="draft-status"><b>Draft state:</b> <a href="https://www.w3.org/TR/">Working Draft</a></p>

<p class="milestone"><b>Next Recommendation expected completion:</b>Q3 2017</p>
</dd>

<!--
<dt id="" class="spec"></dt>
<dd>
Expand Down

0 comments on commit 3e4b712

Please sign in to comment.