Skip to content
Snippets Groups Projects
  1. Jul 29, 2019
  2. Jul 28, 2019
    • ReformCopyright's avatar
      Change DOCTYPE to HTML5 and make index.html conform. · 7d826345
      ReformCopyright authored
      Mainly involves:
      
      * adding `alt` attributes to all `<img>` and `<input type="image">` elements, at least empty ones,
      * adding `src` attributes to all `<img>` and `<input type="image">` elements. Uses a transparent image as a placeholder. blankcard.jpg is not needed; the card elements have backgrounds (which should be white, not off-white like name labels and speech bubbles),
      * fixing duplicate `id`s (partly by deleting the old individual filter modal),
      
      Other errors:
      
      * `<button>` mustn't contain block elements
      * boolean attributes, like `disabled`, do not take `true` and `false` as their values; they are true by existing, and if they have a value, it must be the same as the attribute name.
      * `<label>` can only contain one labelable control.
      * `<p>` can only contain inline elements and text.
      * `<ul>` must contain `<li>` elements.
      * `&` should be encoded as `&amp;`.
      
      Side effect:
      * Switching to HTML5 seems to add vertical space between lines of inline-block elements. The selection cards on the individual select screen were changed from `display: inline-block` to `float: left`.
      7d826345
  3. Jul 27, 2019
    • ReformCopyright's avatar
      Tooltip fixes · 3a2f18bf
      ReformCopyright authored
      * Refactor status icon and tooltip updating.
      * Initialize tooltips once and in one place (except for the individual selection screen, where selection cards are created dynamically) by setting tooltip attributes in index.html.
      * Change `updateIndividualSelectScreen()` to hiding and showing selection cards to avoid destroying the tooltip handlers.
      * Move `pointer-events: none` property to .opponent-image so that opponent suggestion status tooltips work.
      * Change placement of tooltips so they fit on screen.
      3a2f18bf
  4. Jul 23, 2019
  5. Jul 22, 2019
  6. Jul 21, 2019
  7. Jul 20, 2019
  8. Jul 19, 2019
  9. Jul 18, 2019
  10. Jul 17, 2019
  11. Jul 16, 2019
  12. Jul 13, 2019
  13. Jul 12, 2019
  14. Jul 07, 2019
  15. Jul 06, 2019
  16. Jul 03, 2019
Loading