1. 20 Feb, 2019 2 commits
  2. 15 Feb, 2019 1 commit
  3. 29 Jan, 2019 1 commit
  4. 08 Jan, 2019 1 commit
  5. 13 Dec, 2018 3 commits
    • XhmikosR's avatar
      Remove the unused gcp-key.json.enc file. · db31ee1e
      XhmikosR authored
      db31ee1e
    • XhmikosR's avatar
      a074cb66
    • Patrick H. Lauke's avatar
      SVG accessibility fixes (#27826) · c031584b
      Patrick H. Lauke authored
      * SVG accessibility fixes
      
      - add `focusable="false"` to all SVGs, to stop IE from including the `<svg>` in its default focus cycle
      - completely hide decorative SVGs using `aria-hidden="true"`
      - add `role="img"` to meaningful/"content" SVGs, ensure they have an appropriate `<title>` and/or `aria-label`
      - simplify placeholder default title
      
      * Simplify usage of placeholder.svg in the docs
      
      - in most cases, no need for separate/redundant text and title (now that we make text itself part of the alternative text explicitly)
      - no need (expect in rare cirumstances) to describe the placeholder image (unless the look of the image is important/the actual content, as is the case with the image thumbnail class)
      
      * Simplify example.html rewriting of <svg> to <img> code sample
      
      - as the `alt` for the placeholder isn't really important, just add an ellipsis instead (otherwise, to be correct, we'd have to construct the whole "title+text" construct like we do now in the
      placeholder.svg itself
      
      * Change svgo configuration to retain role attribute and add/force focusable=false
      
      - regarding `focusable=false`, see https://github.com/svg/svgo/issues/1011 (which would be the "proper" SVGO fix) and the (hacky) solution https://github.com/svg/svgo/pull/817
      c031584b
  6. 28 Nov, 2018 1 commit
  7. 25 Nov, 2018 1 commit
  8. 20 Nov, 2018 1 commit
  9. 13 Nov, 2018 1 commit
  10. 05 Nov, 2018 1 commit
    • XhmikosR's avatar
      Remove htmllint. (#27603) · e3abb8e4
      XhmikosR authored
      We use the official HTML validator for HTML validation, and we don't really use any of the htmllint features.
      e3abb8e4
  11. 20 Oct, 2018 3 commits
  12. 14 Oct, 2018 4 commits
  13. 26 Sep, 2018 4 commits
  14. 17 Sep, 2018 1 commit
  15. 16 Sep, 2018 1 commit
  16. 30 Aug, 2018 1 commit
  17. 29 Aug, 2018 1 commit
  18. 12 Aug, 2018 1 commit
  19. 02 Aug, 2018 1 commit
  20. 19 Jul, 2018 1 commit
  21. 12 Jul, 2018 1 commit
    • Mark Otto's avatar
      Reorganize docs for easier deploys · 0e920ce3
      Mark Otto authored
      With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
      0e920ce3
  22. 27 May, 2018 1 commit
  23. 22 May, 2018 1 commit
    • XhmikosR's avatar
      Update devDependencies and gems. · 0873ab71
      XhmikosR authored
      Downgrade bundlesize until they make brotli optional since it doesn't work with node.js 10.x yet.
      
      So, babel, qunit/karma-qunit and bundle-size aren't the latest versions.
      0873ab71
  24. 19 Apr, 2018 1 commit
  25. 09 Apr, 2018 1 commit
    • XhmikosR's avatar
      Clean up globals. · 875ed0b9
      XhmikosR authored
      Also, add a missing license header in build/workbox.js.
      875ed0b9
  26. 08 Apr, 2018 1 commit
  27. 30 Mar, 2018 1 commit
  28. 21 Mar, 2018 2 commits