Archive index

A11y Slackers Gitter Channel Archive 26th of June 2016

What fresh hell is THIS now? - Patrick Lauke
  1. Fiona Holder
    @FionaHolder
    Jun 26 07:04
    Does anyone know the status of this Chrome API? It says dev only but I don't know if that means it's going to be moved to public at some point or it's always going to be restricted that way:
  2. zakim-robot
    @zakim-robot
    Jun 26 16:31
    [kevinchao89] Why do some have "bot" after name?
  3. James Nurthen
    @jnurthen
    Jun 26 17:36
    There
  4. There is slack and there is gitter. I use gitter. A bot syncs the messages between the 2.
  5. Thierry Koblentz
    @thierryk
    Jun 26 21:15

    the only difference between display: none and visibility; hidden is that display: none takes it out of the flow.

    Note that unlike display:none, visibility:hidden does not guarantee that children of the node are hidden

  6. zakim-robot
    @zakim-robot
    Jun 26 22:23
    [michiel] Interesting. In which circumstances does it not do that?
  7. Thierry Koblentz
    @thierryk
    Jun 26 23:32
    The children of a box styled with visibility:hidden can be made visible via visibility:visible. There is no such thing with display:none