Skip to content

Commit

Permalink
update use cases to include WebTiming case under normal case
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesmoon committed May 2, 2012
1 parent 3d4674a commit 260b556
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions doc/use-cases.html
Expand Up @@ -38,20 +38,18 @@ <h2 id="uc-1">1. Measure a page's perceived performance.</h2>

<ol type="a">
<li>User clicks a link on a page we control and page is usable when onload fires<br>
OR<br>
User types in URL/clicks a bookmark or link on a page we don't control and our page is usable when onload fires and
the user is using a browser that supports the <a href="http://dev.w3.org/2006/webapi/WebTiming/">WebTiming</a>
API (IE9+, Chrome, Firefox 7+).<br>
See <a href="howtos/howto-1a-page%231.html">HOWTO #1a</a>.</li>

<li>User clicks a link on a page we control and page is usable at some developer determined point<br>
OR<br>
User types in URL/clicks a bookmark or link on a page we don't control and our page is usable at some developer determined point and
the user is using a browser that supports the <a href="http://dev.w3.org/2006/webapi/WebTiming/">WebTiming</a>
API (IE9+, Chrome, Firefox 7+), but not in other browsers.<br>
See <a href="howtos/howto-1b-page%231.html">HOWTO #1b</a>.</li>

<li>User types in URL/clicks a bookmark or link on a page we don't control and our page is usable when onload fires.<br>
This is currently possible in browsers that support the <a href="http://dev.w3.org/2006/webapi/WebTiming/">WebTiming</a>
API (eg: IE9), but not in other browsers.<br>
See <a href="TODO.txt">TODO #2</a>.</li>

<li>User types in URL/clicks a bookmark or link on a page we don't control and our page is usable at some developer determined point<br>
This is currently possible in browsers that support the <a href="http://dev.w3.org/2006/webapi/WebTiming/">WebTiming</a>
API (eg: IE9), but not in other browsers.<br>
See <a href="TODO.txt">TODO #2</a>.</li>
</ol>


Expand Down

0 comments on commit 260b556

Please sign in to comment.