17:01:48 RRSAgent has joined #aria-apg 17:01:48 logging to http://www.w3.org/2016/04/25-aria-apg-irc 17:01:55 rrsagent, make log world 17:02:00 regrets+ Michiel 17:02:00 eli has joined #aria-apg 17:02:19 Hey everyone! First timer here. What is the meeting pw? 17:03:59 Agenda+ Review status of current example development work https://github.com/w3c/aria/wiki/Aria-Authoring-Practices-Patterns-Status 17:04:00 Agenda+ Review section 2.8 Combo Box http://w3c.github.io/aria/practices/aria-practices.html#combobox 17:04:02 Agenda+ Review section 2.5 Auto Complete http://w3c.github.io/aria/practices/aria-practices.html#autocomplete 17:04:10 Thanks! 17:05:25 eli: who are you by the way 17:06:10 welcome 17:07:26 present+ jaeunjemmaku 17:08:25 present+ JamesNurthen 17:10:02 scribe:JemmaJaeun 17:10:36 agenda 1 17:11:30 next item 17:12:07 Jemma is working on tree example, Jon is traveling 17:12:31 Jemma will try to have tree example ready for next week 17:12:47 *thanks ann 17:13:12 matt is working on dialog 17:13:37 mk: to show support on combo box 17:13:58 mk: we don't reviewed the text yet though 17:14:22 mk: need help on css 17:14:47 mk: I will work on dialog modal 17:15:09 mk: also work on non modal 17:15:17 s/work/will work 17:15:42 jn: matt, will you work on combo box? 17:16:00 mk: need to 2 combo box example 17:16:12 s/example/examples 17:17:20 ann: how about dialog tool tip? 17:17:39 mk: about to rewrite dialog tool tip from ground 17:17:59 Agenda+ Discuss possible issues with splitting APG to separate repository. 17:19:43 mk: bascially decide to rewrite dialog tool tip section later 17:20:39 Agenda+ Review status of current example development work https://github.com/w3c/aria/wiki/Aria-Authoring-Practices-Patterns-Status 17:20:41 Agenda+ Review section 2.8 Combo Box http://w3c.github.io/aria/practices/aria-practices.html#combobox 17:20:43 Agenda+ Review section 2.5 Auto Complete http://w3c.github.io/aria/practices/aria-practices.html#autocomplete 17:20:45 https://www.w3.org/Bugs/Public/show_bug.cgi?id=29327 17:21:30 boerst has joined #aria-apg 17:21:38 agenda? 17:21:46 Regrets- Michiel 17:21:55 next item 17:21:57 present+ Michiel_Bijl 17:22:47 zakim, drop agendum 5 17:22:47 agendum 5, Review status of current example development work https://github.com/w3c/aria/wiki/Aria-Authoring-Practices-Patterns-Status, dropped 17:22:54 zakim, drop agendum 6 17:22:54 agendum 6, Review section 2.8 Combo Box http://w3c.github.io/aria/practices/aria-practices.html#combobox, dropped 17:22:59 zakim, drop agendum 7 17:22:59 agendum 7, Review section 2.5 Auto Complete http://w3c.github.io/aria/practices/aria-practices.html#autocomplete, dropped 17:23:03 agenda? 17:24:13 take up agendum 4 17:24:59 zakim, take up item 2 17:24:59 agendum 2. "Review section 2.8 Combo Box http://w3c.github.io/aria/practices/aria-practices.html#combobox" taken up [from mck] 17:26:02 mk: description of combo box here is interestingly terse 17:26:15 ann: interestingly feminize 17:26:53 http://rawgit.com/w3c/aria/action1490-combobox/aria/aria.html#combobox 17:27:17 mk: linked to spec 17:27:44 mk:using description, first paragraph from here 17:28:20 mk: trying to help user which role is need to be used. 17:28:53 mk:explicit description from outset needed. 17:29:26 ann: dialog in combo box? 17:29:32 mk: like a datepicker 17:29:45 mck_ has joined #aria-apg 17:30:37 jn:do we want to keep autocomplete together in the section? 17:31:17 jn: it makes hard to implement combo box with auto complete 17:32:50 jn: combobox and autocomplete are separate for design pattern example for now 17:33:20 mk: talk combox as simple as like replicating html select 17:33:36 s/combox/combobox 17:34:22 jn: keyboard changes significantly between two, combo box and autocomplete combo box 17:34:58 jn: common stuff first, (easiest thing first) and different thing later such as keyboard 17:35:23 jn: in regards to combo box and autocomplete example 17:35:45 mk:aria-multiline is relevant to text 17:36:03 s/text/text input method 17:36:29 mk: how we address this, aria-multiline with autocomplete 17:37:08 forgive me, but what is an example where a user would encounter a combobox? 17:37:39 jn; multi line text is not necessarily text editor, it could be just one word, single line text box 17:38:14 mk: for now autocomplete does not describe this case. 17:38:34 s/jn;/jn: 17:39:18 http://w3c.github.io/aria/practices/aria-practices.html#combobox 17:39:31 ann: description will be rewritten? 17:39:35 mk: yes 17:40:13 mk:download arrow usually open the combo box rather than alt+download arrow. 17:41:55 s/download/down 17:42:27 jn:down arrow move focus to first item 17:43:53 mk: native element for combo box with autocomplete is html select 17:44:14 s/is/is similar to 17:44:36 ann: more explanation for html select? 17:45:01 bryan: select element with down arrow, automatically trigger on change event 17:45:12 , not with down arrow with alt 17:45:31 s/,/bryan: 17:46:29 jn:space key does not make sense for combo box 17:47:01 mk: do we want to have the same behavior with html select then? 17:48:01 mk: listbox I worked on is not incorporated here yet. 17:48:26 mk: didnot write about expanding/ collapsing the list box 17:49:33 mk: should we incorporate list box pattern to combo box pattern? 17:50:14 mk: what about combo box which has only read only text field? 17:51:01 mk: I think read only text does not make sense for combo box. 17:52:00 mk: considering copy and paste function, it could be a valid reason to have combo box as read only item. 17:52:54 mk: if readonly, using space bar and opening the list make sense. 17:54:06 brayan: divide keyboard sections for two, one for read only text, the other one for non read only? 17:54:21 s/brayan/mk 17:54:26 bryan: yes 17:55:44 jn: let's make this option - ua implementation 17:55:50 s/option/optional 17:56:27 mk:enter key does not expand the list 17:56:42 mk: space is the same as alt+down arrow 17:57:02 *thanks james 17:59:09 jn: creating a bug with discussion summary 18:00:41 eli:esc key fall back to default status 18:04:11 teresa: are we talking about jaws? 18:04:17 mK:no 18:04:53 mk: jaws behavior is only reading cursor is active 18:05:05 s/only/only for 18:05:42 mk: this is for widget section 18:07:27 mk: we are working on aria 1.1 apg, not 1.o 18:07:36 s/1.o/1.0 18:08:16 bryan: wouldn't be a good idea to separate them out? 18:08:52 mk: there was a discussion separating labels 18:10:53 • The next element is an html