/irc-logs / mozilla / #accessibility / 2015-01-09 / end

Options:

Previous day, Next day

  1. # Session Start: Fri Jan 09 00:00:01 2015
  2. # Session Ident: #accessibility
  3. # [00:43] * Quits: jnurthen (jnurthen@moz-j3h4e1.oracle.com) (Connection closed)
  4. # [00:51] * Joins: scott_gonzalez (scott_gonza@moz-5t7jkp.fios.verizon.net)
  5. # [00:51] * Quits: newtron (newtron@moz-6lh.c31.71.199.IP) (Ping timeout: 121 seconds)
  6. # [00:54] * Quits: @surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  7. # [01:07] * Quits: Justin_o (uid14648@moz-c6vipl.ealing.irccloud.com) (Quit: Connection closed for inactivity)
  8. # [01:12] * Joins: davidb (davidb@moz-b3rbm8.dsl.bell.ca)
  9. # [01:12] * ChanServ sets mode: +qo davidb davidb
  10. # [01:12] * Quits: ~davidb (davidb@moz-b3rbm8.dsl.bell.ca) (Quit: peace out)
  11. # [01:28] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
  12. # [01:47] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  13. # [01:47] * ChanServ sets mode: +o surkov
  14. # [01:48] * Quits: Bryen (Bryen@moz-sf424j.cicril.sbcglobal.net) (Quit: Leaving)
  15. # [01:57] * Quits: @surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  16. # [02:11] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
  17. # [02:11] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
  18. # [02:16] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (A TLS packet with unexpected length was received.)
  19. # [02:16] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
  20. # [02:19] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  21. # [02:19] * ChanServ sets mode: +o surkov
  22. # [02:20] * Joins: maxli1 (maxli@moz-favcmk.cs.uwaterloo.ca)
  23. # [02:21] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Ping timeout: 121 seconds)
  24. # [02:30] * Quits: logbot (logbot@moz-4j4idd.glob.com.au) (Connection closed)
  25. # [02:30] * Joins: logbot (logbot@moz-4j4idd.glob.com.au)
  26. # [02:43] * Quits: @surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  27. # [02:53] * Joins: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net)
  28. # [03:01] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  29. # [03:01] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
  30. # [03:22] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  31. # [03:22] * ChanServ sets mode: +o surkov
  32. # [03:37] <schien> surkov: ping
  33. # [03:38] <@surkov> schien: pong
  34. # [03:39] <schien> surkov: quick question on voice control
  35. # [03:39] <@surkov> ok
  36. # [03:39] <schien> surkov: there are two levels of requriements right now,
  37. # [03:39] <@surkov> if I can be helpful here :)
  38. # [03:41] <schien> surkov: first is using voice to interact with visible widget on screen, using ARIA attributes should be enough.
  39. # [03:42] <@surkov> example?
  40. # [03:43] <schien> surkov: example: display number guidance on all visible hyperlink, and navigate to the corresponding link while user says a number.
  41. # [03:43] <@surkov> where’s ARIA here?
  42. # [03:44] <schien> ARIA role: Link?
  43. # [03:45] <@surkov> schien: why HTML:a doesn’t work?
  44. # [03:45] <schien> or ARIA role: button for any clickable div/image (like app icon on Firefox OS)
  45. # [03:46] <@surkov> so you talk about controls, these can be either HTML or ARIA widgets, right?
  46. # [03:46] <schien> I thought HTML:a will be also recognized as role:Link, no?
  47. # [03:46] <@surkov> sure
  48. # [03:47] <schien> yes, for both HTML and ARIA widget
  49. # [03:47] <@surkov> ok, got it
  50. # [03:48] <@surkov> what’s second one?
  51. # [03:49] <schien> so, second use case is that application might support their own voice command, e.g. highlight “some words” on web content for browser app.
  52. # [03:50] <schien> in second use case, the speech grammar will be defined by application, and their might not be a corresponding UI.
  53. # [03:52] <@surkov> do we have markup for that?
  54. # [03:52] <schien> no we don’t. I’m thinking about using javascript webapi for registering application specific grammar.
  55. # [03:52] <@surkov> sounds like good idea
  56. # [03:55] <@surkov> do you have some sketchup?
  57. # [03:55] <schien> surkov: we do have a speech recognition webapi right now, I’m thinking about integrating this feature with it.
  58. # [03:55] <@surkov> ok, I didn’t look at this API, I bet eeejay did, anyway do you have proposal?
  59. # [03:57] <schien> surkov: not now, but I’ll write down what should be modified in speech recognition api in order to integrate with voice control.
  60. # [03:57] <@surkov> schien: cool, please cc me and eeejay when you get something
  61. # [03:58] <schien> got it. I’ll put it on bugzilla directly.
  62. # [03:58] <@surkov> ok, cool
  63. # [04:16] * Quits: @surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  64. # [04:34] * Quits: maxli1 (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
  65. # [04:50] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  66. # [04:50] * ChanServ sets mode: +o surkov
  67. # [05:55] * Joins: icaaq (icaaq@moz-n1f1o3.cust.bredbandsbolaget.se)
  68. # [05:56] * icaaq is now known as icaaq|afk
  69. # [05:59] * icaaq|afk is now known as icaaq
  70. # [06:55] * Quits: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net) (Quit: sleep)
  71. # [07:11] * Joins: ioanachiorean (ioanachiore@moz-ohb.65e.79.82.IP)
  72. # [07:13] * Joins: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net)
  73. # [07:41] * Tomcat|afk is now known as Tomcat|sheriffduty
  74. # [10:04] * Quits: ioanachiorean (ioanachiore@moz-ohb.65e.79.82.IP) (Connection closed)
  75. # [10:05] * Joins: ioanachiorean (ioanachiore@moz-ohb.65e.79.82.IP)
  76. # [10:12] * Joins: slee (chatzilla@moz-gatgc9.range109-157.btcentralplus.com)
  77. # [10:27] <@firebot> meghyx@yahoo.com changed the Component on bug 1119712 from Untriaged to Keyboard Navigation.
  78. # [10:27] <@firebot> https://bugzil.la/1119712 — UNCONFIRMED, nobody@mozilla.org — Lock and Freeze on Press Ctrl by other Keys
  79. # [10:39] * Joins: slee_ (chatzilla@moz-gatgc9.range109-157.btcentralplus.com)
  80. # [10:41] * Quits: slee (chatzilla@moz-gatgc9.range109-157.btcentralplus.com) (Ping timeout: 121 seconds)
  81. # [10:44] * Quits: slee_ (chatzilla@moz-gatgc9.range109-157.btcentralplus.com) (Ping timeout: 121 seconds)
  82. # [10:47] * Joins: agibson (agibson@moz-1bc.kg5.255.62.IP)
  83. # [10:58] <@firebot> New Firefox - Disability Access bug 1119733 filed by gijskruitbosch+bugs@gmail.com.
  84. # [10:58] <@firebot> https://bugzil.la/1119733 — ASSIGNED, gijskruitbosch+bugs@gmail.com — Breakdown: file bugs for sec508 report issues identified
  85. # [11:06] * Joins: API (API@moz-lnbnpf.igalia.com)
  86. # [11:09] * Joins: SteveF (chatzilla@moz-80j6qs.cable.virginm.net)
  87. # [11:10] * Quits: API (API@moz-lnbnpf.igalia.com) (Ping timeout: 121 seconds)
  88. # [11:27] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  89. # [11:27] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
  90. # [11:31] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  91. # [11:38] * Joins: agibson_ (agibson@moz-1bc.kg5.255.62.IP)
  92. # [11:40] * Quits: agibson (agibson@moz-1bc.kg5.255.62.IP) (Ping timeout: 121 seconds)
  93. # [11:43] * Joins: API (API@moz-lnbnpf.igalia.com)
  94. # [11:48] * Joins: MarcoZ (marco.zehe@moz-tb35md.dip0.t-ipconnect.de)
  95. # [11:48] * ChanServ sets mode: +ao MarcoZ MarcoZ
  96. # [12:03] * Joins: slee (chatzilla@moz-gatgc9.range109-157.btcentralplus.com)
  97. # [12:06] * Quits: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net) (Quit: sleep)
  98. # [12:10] * Joins: schien (anonymous@moz-2hf62a.HINET-IP.hinet.net)
  99. # [12:28] * Quits: schien (anonymous@moz-2hf62a.HINET-IP.hinet.net) (Quit: sleep)
  100. # [12:29] * Quits: slee (chatzilla@moz-gatgc9.range109-157.btcentralplus.com) (Ping timeout: 121 seconds)
  101. # [12:38] * Joins: Gijs (chatzilla@moz-goo.q6m.80.5.IP)
  102. # [12:39] * icaaq is now known as icaaq|afk
  103. # [13:12] * Quits: API (API@moz-lnbnpf.igalia.com) (Quit: Leaving)
  104. # [13:17] * Joins: API (API@moz-lnbnpf.igalia.com)
  105. # [13:20] * Quits: agibson_ (agibson@moz-1bc.kg5.255.62.IP) (Connection closed)
  106. # [13:29] * icaaq|afk is now known as icaaq
  107. # [13:40] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
  108. # [13:56] * Quits: API (API@moz-lnbnpf.igalia.com) (Connection closed)
  109. # [13:57] * Joins: API (API@moz-lnbnpf.igalia.com)
  110. # [14:13] * Joins: davidb (davidb@moz-20j.a90.156.69.IP)
  111. # [14:13] * ChanServ sets mode: +qo davidb davidb
  112. # [14:17] * Joins: SteveF_ (chatzilla@moz-80j6qs.cable.virginm.net)
  113. # [14:18] * Quits: SteveF (chatzilla@moz-80j6qs.cable.virginm.net) (Ping timeout: 121 seconds)
  114. # [14:19] * SteveF_ is now known as SteveF
  115. # [14:20] * Joins: Justin_o (uid14648@moz-c6vipl.ealing.irccloud.com)
  116. # [14:20] * Joins: agibson (agibson@moz-1bc.kg5.255.62.IP)
  117. # [14:26] * davidb is now known as davidb|afk
  118. # [14:40] * Joins: schien (anonymous@moz-3dv2mc.dynamic.hinet.net)
  119. # [14:55] * davidb|afk is now known as davidb
  120. # [14:57] <&MarcoZ> Heyo davidb! :)
  121. # [14:57] <~davidb> heyo!
  122. # [15:21] * Joins: newtron (newtron@moz-6lh.c31.71.199.IP)
  123. # [15:30] <@firebot> dbolter@mozilla.com cancelled needinfo?(dbolter@mozilla.com) on bug 1119733.
  124. # [15:30] <@firebot> https://bugzil.la/1119733 — ASSIGNED, gijskruitbosch+bugs@gmail.com — Breakdown: file bugs for sec508 report issues identified
  125. # [15:32] * Joins: yzen (yzen@moz-i5m.05u.207.66.IP)
  126. # [15:32] * ChanServ sets mode: +o yzen
  127. # [15:38] * ~davidb discovers http://blog.monotonous.org/2015/01/08/a-device-blind-users-will-love/
  128. # [15:44] <~davidb> so good
  129. # [15:57] * Joins: yliao (yliao@moz-2nr69o.dynamic.hinet.net)
  130. # [16:03] <&MarcoZ> Yes, eeejay worte an excellent post there, davidb. :)
  131. # [16:03] <&MarcoZ> s/worte/wrote/
  132. # [16:04] * Joins: yliao_ (yliao@moz-tr0fo9.dynamic.hinet.net)
  133. # [16:04] * Quits: yliao (yliao@moz-2nr69o.dynamic.hinet.net) (Ping timeout: 121 seconds)
  134. # [16:07] * Quits: yliao_ (yliao@moz-tr0fo9.dynamic.hinet.net) (Connection closed)
  135. # [16:09] * Joins: yliao (yliao@moz-tr0fo9.dynamic.hinet.net)
  136. # [16:13] * Quits: yliao (yliao@moz-tr0fo9.dynamic.hinet.net) (Ping timeout: 121 seconds)
  137. # [16:46] * Joins: yliao (yliao@moz-7avet3.dynamic.hinet.net)
  138. # [16:47] * Joins: yliao_ (yliao@moz-v5ib61.dynamic.hinet.net)
  139. # [16:50] * Quits: yliao (yliao@moz-7avet3.dynamic.hinet.net) (Ping timeout: 121 seconds)
  140. # [16:50] * Quits: yliao_ (yliao@moz-v5ib61.dynamic.hinet.net) (Connection closed)
  141. # [16:52] * Quits: ~davidb (davidb@moz-20j.a90.156.69.IP) (Ping timeout: 121 seconds)
  142. # [16:59] * Joins: davidb (davidb@moz-d2h.0f2.156.69.IP)
  143. # [16:59] * ChanServ sets mode: +qo davidb davidb
  144. # [17:01] * Tomcat|sheriffduty is now known as Tomcat|afk
  145. # [17:12] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Ping timeout: 121 seconds)
  146. # [17:15] * Joins: anvk (anovak@moz-871.mvk.11.204.IP)
  147. # [17:26] * Joins: clown (clown@moz-v6m.c3o.211.205.IP)
  148. # [17:46] * Quits: schien (anonymous@moz-3dv2mc.dynamic.hinet.net) (Client exited)
  149. # [17:56] * Quits: &MarcoZ (marco.zehe@moz-tb35md.dip0.t-ipconnect.de) (Quit: Have a great weekend everyone!)
  150. # [18:03] * Joins: yliao (yliao@moz-v5ib61.dynamic.hinet.net)
  151. # [18:04] * Quits: ioanachiorean (ioanachiore@moz-ohb.65e.79.82.IP) (Ping timeout: 121 seconds)
  152. # [18:07] * icaaq is now known as icaaq|afk
  153. # [18:07] * Quits: yliao (yliao@moz-v5ib61.dynamic.hinet.net) (Ping timeout: 121 seconds)
  154. # [18:12] * Joins: jamesn (jnurthen@moz-mtdsvo.oracle.com)
  155. # [18:12] * davidb is now known as davidb|afk
  156. # [18:16] * davidb|afk is now known as davidb
  157. # [18:31] * icaaq|afk is now known as icaaq
  158. # [18:43] * Joins: slee (chatzilla@moz-gatgc9.range109-157.btcentralplus.com)
  159. # [18:53] * Joins: slee_ (chatzilla@moz-gatgc9.range109-157.btcentralplus.com)
  160. # [18:55] * Quits: slee (chatzilla@moz-gatgc9.range109-157.btcentralplus.com) (Ping timeout: 121 seconds)
  161. # [18:55] * slee_ is now known as slee
  162. # [18:56] * Quits: agibson (agibson@moz-1bc.kg5.255.62.IP) (Quit: )
  163. # [19:05] * icaaq is now known as icaaq|afk
  164. # [19:17] * Quits: slee (chatzilla@moz-gatgc9.range109-157.btcentralplus.com) (Ping timeout: 121 seconds)
  165. # [19:27] * Joins: SteveF_ (chatzilla@moz-80j6qs.cable.virginm.net)
  166. # [19:28] * Quits: SteveF (chatzilla@moz-80j6qs.cable.virginm.net) (Ping timeout: 121 seconds)
  167. # [19:29] * SteveF_ is now known as SteveF
  168. # [19:34] * Joins: slee (chatzilla@moz-gatgc9.range109-157.btcentralplus.com)
  169. # [19:40] * Quits: ochristi (ochristi@moz-904e0d.any.mx) (Ping timeout: 121 seconds)
  170. # [19:42] * Quits: API (API@moz-lnbnpf.igalia.com) (Connection closed)
  171. # [19:57] * Joins: ochristi (ochristi@moz-904e0d.any.mx)
  172. # [20:05] * Quits: slee (chatzilla@moz-gatgc9.range109-157.btcentralplus.com) (Ping timeout: 121 seconds)
  173. # [20:13] * Gijs is now known as Gijs_away
  174. # [20:43] <@firebot> New Core - Disability Access APIs bug 1119914 filed by martijn.martijn@gmail.com.
  175. # [20:43] <@firebot> https://bugzil.la/1119914 — NEW, nobody@mozilla.org — crash in mozilla::dom::FlattenedChildIterator::Init(bool)
  176. # [20:54] <@firebot> dolske@mozilla.com changed the Component on bug 1119712 from Keyboard Navigation to Untriaged.
  177. # [20:54] <@firebot> https://bugzil.la/1119712 — INVALID, nobody@mozilla.org — Lock and Freeze on Press Ctrl by other Keys
  178. # [20:55] * Quits: newtron (newtron@moz-6lh.c31.71.199.IP) (Quit: Leaving...)
  179. # [20:56] * Joins: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca)
  180. # [20:59] * Joins: jongund (chatzilla@moz-emft4q.dres.uiuc.edu)
  181. # [21:01] <@firebot> New Core - Disability Access APIs bug 1119923 filed by tbsaunde+mozbugs@tbsaunde.org.
  182. # [21:01] <@firebot> https://bugzil.la/1119923 — NEW, nobody@mozilla.org — all proxies to implement non standard interfaces and implement HyperText::TextSubstring
  183. # [21:04] * Quits: SteveF (chatzilla@moz-80j6qs.cable.virginm.net) (Ping timeout: 121 seconds)
  184. # [21:05] * Quits: ~davidb (davidb@moz-d2h.0f2.156.69.IP) (Quit: Blah blah blah)
  185. # [21:13] * Joins: slee (chatzilla@moz-gatgc9.range109-157.btcentralplus.com)
  186. # [21:20] * Joins: SteveF (chatzilla@moz-80j6qs.cable.virginm.net)
  187. # [21:27] * Quits: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca) (Quit: Leaving.)
  188. # [21:38] * yzen is now known as yzen_
  189. # [21:44] * Joins: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca)
  190. # [21:57] * Joins: davidb (davidb@moz-d2h.0f2.156.69.IP)
  191. # [21:57] * ChanServ sets mode: +qo davidb davidb
  192. # [22:07] * yzen_ is now known as yzen
  193. # [22:09] * Quits: SteveF (chatzilla@moz-80j6qs.cable.virginm.net) (Ping timeout: 121 seconds)
  194. # [22:12] * Joins: SteveF (chatzilla@moz-80j6qs.cable.virginm.net)
  195. # [22:20] * Quits: ~davidb (davidb@moz-d2h.0f2.156.69.IP) (Quit: Blah blah blah)
  196. # [22:22] * Joins: SteveF_ (chatzilla@moz-80j6qs.cable.virginm.net)
  197. # [22:24] * Quits: SteveF (chatzilla@moz-80j6qs.cable.virginm.net) (Ping timeout: 121 seconds)
  198. # [22:24] * SteveF_ is now known as SteveF
  199. # [22:36] * Quits: slee (chatzilla@moz-gatgc9.range109-157.btcentralplus.com) (Ping timeout: 121 seconds)
  200. # [22:39] * Quits: SteveF (chatzilla@moz-80j6qs.cable.virginm.net) (Ping timeout: 121 seconds)
  201. # [22:41] * Joins: slee (chatzilla@moz-gatgc9.range109-157.btcentralplus.com)
  202. # [22:55] * Joins: davidb (davidb@moz-d2h.0f2.156.69.IP)
  203. # [22:55] * ChanServ sets mode: +qo davidb davidb
  204. # [22:56] * Joins: SteveF (chatzilla@moz-80j6qs.cable.virginm.net)
  205. # [23:06] * Parts: clown (clown@moz-v6m.c3o.211.205.IP)
  206. # [23:06] * Quits: SteveF (chatzilla@moz-80j6qs.cable.virginm.net) (Ping timeout: 121 seconds)
  207. # [23:08] * Quits: slee (chatzilla@moz-gatgc9.range109-157.btcentralplus.com) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0/20141125180439])
  208. # [23:21] * Quits: anvk (anovak@moz-871.mvk.11.204.IP) (Quit: Leaving.)
  209. # [23:21] * Quits: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca) (Quit: Leaving.)
  210. # [23:23] * Joins: yzen_ (yzen@moz-i5m.05u.207.66.IP)
  211. # [23:23] * ChanServ sets mode: +o yzen_
  212. # [23:25] * Quits: jongund (chatzilla@moz-emft4q.dres.uiuc.edu) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045])
  213. # [23:26] * Quits: @yzen (yzen@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  214. # [23:27] * Quits: @yzen_ (yzen@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  215. # [23:37] * Quits: Justin_o (uid14648@moz-c6vipl.ealing.irccloud.com) (Quit: Connection closed for inactivity)
  216. # [23:41] * Quits: ~davidb (davidb@moz-d2h.0f2.156.69.IP) (Quit: Blah blah blah)
  217. # [23:45] <@firebot> New Core - Disability Access APIs bug 1119979 filed by surkov.alexander@gmail.com.
  218. # [23:45] <@firebot> https://bugzil.la/1119979 — NEW, nobody@mozilla.org — hide IPC a11y architecture under pref
  219. # Session Close: Sat Jan 10 00:00:00 2015

Previous day, Next day

Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn