- From: Joseph Scheuhammer <clown@alum.mit.edu>
- Date: Mon, 7 Mar 2016 14:21:45 -0500
- To: Joanmarie Diggs <jdiggs@igalia.com>, Fred Esch <fesch@us.ibm.com>
- Cc: SVG-A11y TF <public-svg-a11y@w3.org>
On 2016-03-07 2:04 PM, Joanmarie Diggs wrote:
> Second-to-lastly, the official results for the two test cases in
> question:
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> =============
> Name test [1]
> =============
>
> <svg>
> <circle id="test22" aria-labelledby="22a 22b" cx="50" cy="100"
> r="15" data-expected="name: big end"/>
> <text id="22a" x="40" y="90" aria-label="big">the</text>
> <text id="22b" x="140" y="90" aria-labelledby="3c">end</text>
> <text id="22c" x="180" y="90">finish</text>
> </svg>
>
> Mac Results [2]:
> Expected name: big end
> AXTitle:
> AXDescription: big end
> AXHelp:
This matches my expectations based on the markup, and the accname-aam
mapping table [1].
>
> Linux results [3]:
> Expected name: big end
> AXTitle: big end
> AXDescription:
>
I don't understand what the above result represents. Are the AXAPI
mappings different on Linux?
> ====================
> Description test [4]
> ====================
>
> <svg>
> <circle id="test21" aria-describedby="t21a t21b" cx="50" cy="100"
> r="15" data-expected="description: the end"/>
> <text id="t21a" x="40" y="90">the</text>
> <text id="t21b" x="140" y="90" aria-describedby="t2c">end</text>
> <text id="t21c" x="180" y="90">finish</text>
> </svg>
>
> Mac results [5]:
> Expected description: the end
> AXTitle:
> AXDescription:
> AXHelp: the end
As above, this matches my expectations.
>
> Linux results [6]:
> Expected description: the end
> AXTitle:
> AXDescription: the end
And again, I don't know what the above is saying.
[1]
https://www.w3.org/TR/accname-aam-1.1/#accessible-name-and-description-mapping
--
;;;;joseph.
'Die Wahrheit ist Irgendwo da Draußen. Wieder.'
- C. Carter -
Received on Monday, 7 March 2016 19:22:08 UTC