github.com/web-platform-tests/wpt.fyi@v0.0.0-20240530210107-70cf978996f1/docs/ui.md (about)

     1  # UI Development
     2  
     3  The UI consists of base HTML templates served by the Go App Engine app in `webapp/templates/` and Polymer 2 components in `webapp/components/`.
     4  
     5  ## UI Principles
     6  
     7  - The dashboard should not surface any overall metrics that compare complete runs of different browsers against each other.
     8  - Clean, uncluttered design.
     9  
    10  ### More specifically
    11  
    12  - All pages should be interactable [within 1000ms](https://developers.google.com/web/fundamentals/performance/rail#load) and fully loaded within 2000ms on a good connection.
    13  - All fonts are over `15px`.