diff --git a/doc/use-cases.html b/doc/use-cases.html index 9a595137a..f50aad414 100644 --- a/doc/use-cases.html +++ b/doc/use-cases.html @@ -38,20 +38,18 @@

1. Measure a page's perceived performance.

  1. User clicks a link on a page we control and page is usable when onload fires
    + OR
    + 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 WebTiming + API (IE9+, Chrome, Firefox 7+).
    See HOWTO #1a.
  2. User clicks a link on a page we control and page is usable at some developer determined point
    + OR
    + 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 WebTiming + API (IE9+, Chrome, Firefox 7+), but not in other browsers.
    See HOWTO #1b.
  3. - -
  4. User types in URL/clicks a bookmark or link on a page we don't control and our page is usable when onload fires.
    - This is currently possible in browsers that support the WebTiming - API (eg: IE9), but not in other browsers.
    - See TODO #2.
  5. - -
  6. 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
    - This is currently possible in browsers that support the WebTiming - API (eg: IE9), but not in other browsers.
    - See TODO #2.