Archive index

A11y Slackers Gitter Channel Archive 13th of March 2016

What fresh hell is THIS now? - Patrick Lauke
  1. garcialo
    Mar 13 10:53
    @MichielBijl I'm too lazy to make a PR. http://w3c.github.io/aria/practices/aria-practices.html#draganddrop - "See Drag and Drop Support, above" should probably say "below"
  2. MichielBijl
    Mar 13 17:05
    @garcialo, we grabbed dnd support and dropped it. So any reference that is still in there should bere moved.
  3. MichielBijl
    Mar 13 17:05
    removed*
  4. zakim-robot
    Mar 13 17:06
    [garcialo] Ah, I see.
  5. garcialo
    Mar 13 17:07
    What's the rationale for dropping it?
  6. garcialo
    Mar 13 17:07
    And did you drag it first?
  7. jnurthen
    Mar 13 17:09
    It is deprecated in the spec.
  8. StommePoes
    Mar 13 19:49
    oh?
  9. StommePoes
    Mar 13 19:50
    is dragndrop being re-written?
  10. jnurthen
    Mar 13 20:16
    Eventually. But the current stuff doesn't really work so recommending people do it seems wrong. Better to say nothing than give people incorrect guidance.
  11. StommePoes
    Mar 13 20:16
    I fought against it, but specifically it was JAWS+IE who failed (without role=application)
  12. StommePoes
    Mar 13 20:17
    although I believed that firefox only worked because there was a mouseover or whatever mouse event being listened to
  13. StommePoes
    Mar 13 20:17
    and that was allowing 2 SRs to pass keystrokes to the app
  14. StommePoes
    Mar 13 20:18
    I warned a guy trying to make a Web Component that kinda acts like Gmail's "to" field (a sort of autocomplete listbox with deletion/typing features) that he might do everything right and it'll still b0rk
  15. StommePoes
    Mar 13 20:18
    In any case, our company guidelines will be pointing to the aria practices page, so I should add more emphasis to my warnings
  16. zakim-robot
    Mar 13 23:11
    [lozandier] @StommePoes It can be doable pretty quickly w/ RxJS and similar reactive functional programming that emphasizes thinking of things with streams/Observables