Skip to content
Snippets Groups Projects
  1. Jul 30, 2019
  2. Jul 29, 2019
  3. Jul 28, 2019
    • ReformCopyright's avatar
      Specific rule for the Back button on the individual selection screen to... · c91276e2
      ReformCopyright authored
      Specific rule for the Back button on the individual selection screen to override the pushdown effect :active rule.
      c91276e2
    • Nmasp's avatar
      Nmasp Updates · d737f4d8
      Nmasp authored
      Akko:
      New Targets:
      -Nami
      
      Revised Targets:
      -Croix (should cover more cases)
      
      Futaba:
      -Targets: Nami
      -Corrects a pose
      
      Mulan:
      -Targets: Croix, Nami, Lucina
      d737f4d8
    • 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
Loading