15:05:24 RRSAgent has joined #aapi 15:05:24 logging to http://www.w3.org/2009/08/14-aapi-irc 15:06:03 rrsagent, make minutes public 15:06:03 I'm logging. I don't understand 'make minutes public', Andi. Try /msg RRSAgent help 15:06:40 Andi: use logs instead of minutes 15:06:52 and world-visible 15:06:56 instead of public 15:07:00 rrsagent, make log world-visible 15:07:26 Zakim, who is on the call? 15:07:26 sorry, davidb, I don't know what conference this is 15:07:27 On IRC I see RRSAgent, Zakim, Andi, davidb 15:08:10 topic: as-built browser table 15:08:12 http://www.w3.org/WAI/PF/wiki/HTML_4.x_as-built_browser_comparison 15:10:15 CS: plan is to look at what browsers do now with HTML elements, find inconsistencies and gaps, move towards normative mapping reference 15:11:23 CS: for example, everyone gives elements role of link but nobody gives elements a role of link 15:11:35 I think gecko exposes aria role="link" as link 15:12:50 CS: - most expose as "link". Opera exposes as "text" which seems incorrect. 15:13:30 CS: not exposed to MSAA - seems like should be exposed as link 15:14:08 CS: name should come from @alt 15:14:54 CS: - default action should be "jump" 15:15:31 CS:
Gecko maps to white space 15:15:52 DB: looking at code, looks like Gecko exposes as link 15:16:50 CS: should we have SHOULDS and MUSTs in this document? 15:17:04 CS: mapping
to white space seems like a SHOULD 15:19:24 CS: in IE, title maps to name on a lot of stuff 15:19:45 DB: may need to augment name computation algorithm in UAIG 15:22:00 CS: IE treats
as grouping - everybody else treats as text 15:22:08 CS:
is supposed to be a grouping 15:22:36 CS: having
be a grouping is useful for ATs to be able to navigate by 15:23:10 CS: but does making
be a grouping make grouping navigation too noisy? 15:23:40 DB: in Gecko, gets exposed through sub-API 15:24:57 CS: question about
- go by spec and treat as section or ignore it? 15:25:25 CS: is anyone relying on it being "grouping"? 15:25:41 DB: probably worked around what the implementations are doing 15:25:58 CS: AT doesn't seem to do much with "grouping" 15:26:21 CS: think new document section things should be mapped to grouping 15:26:44 CS: fieldset mapped to grouping - seems right 15:28:05 CS: hr - Gecko maps to separator which seems right. nobody else does anything with it 15:28:30 CS: might make sense to start deprecating use of title as name 15:28:43 DB: ask authors to use aria-label 15:29:14 CS: hr to separator seems like a SHOULD 15:29:55 CS: does HTML5 still have separator? seems like most people don't use it anymore 15:32:15 CS: h1 - h6: not mapped by anybody - should be mapped to heading role 15:32:32 CS: name from children, no actions 15:32:50 CS: iframes are changing a lot in HTML 5, not sure how to handle 15:33:55 CS: todo - figure out how iframes work 15:35:51 CS: img - IE uses title if no alt but DOM-based AT doesn't see it 15:36:51 DB: Gecko - if null @alt, don't map at all, treat like ARIA role="presentation" 15:38:05 CS: only Gecko supports @longdesc - HTML5 trying to deprecate 15:39:59 CS; img usemap - map structure with area elements should be part of accessible tree 15:40:34 CS: input image - Gecko has as graphic 15:41:35 DB: Gecko does use title on img if it's there, not sure if it maps to name or description 15:42:43 CS: input image - IE maps to button, Gecko maps to graphic, Opera doesn't map 15:43:52 *** stopped minuting as Cynthia is taking notes *** 16:02:00 cshelly has joined #aapi 16:02:05 role=link, name like IE and FF 16:02:05 role=link, name from alt, default action jump 16:02:05
= whitespace (SHOULD) 16:02:07
= grouping, name from 16:02:09
separator (SHOULD?) 16:02:11

-

Heading role, name from children 16:02:13 Usemap has children in tree? 16:02:15 role=button, name works like image, label 16:02:17 Label, legend, li, ul, ol like Gecko 16:02:19 Table name s/b from summary. 16:02:21 Textare name from label 16:02:23 TH is column head or row head 16:02:26 Span = text (not groupign) 16:02:37 now I will paste the rest 16:05:09 Open issue:Title mapping to name. IE does it. Can it be replaced by aria-label? Are there places where it's more important to keep than others? There is a fair bit of deployed content that uses it. 16:05:52 DIV: do we go by spec (HTML 4 semantics) and treat it as a section/group? Ignore it because it's lost its semantic through overuse? How does HTML 5 treat DIV? anybody relying on it being a grouping. 16:06:31 IFRAME: these are really different in HTML 5. Work item: look at what to do here. Can the name mapping be more intitive? 16:07:39 IMG ALT: Gecko and Opera both make not in the MSAA tree. IE makes it graphic with empty string for name. Gecko/Opera approch seems better. Would that break deployed content? 16:08:08 Does multiselectable on a