RE: HTML Executables for Testing Statements Now Complete

Hi,
I've completed the recursion algorithm code changes to make sure there is conformance with the testable statements archive, and these have been uploaded to the repo.

However, this has highlighted some conflicts too.

All of the following tests seem to be in conflict with the issue filed here:
https://github.com/w3c/accname/issues/7


Also, as I recall aria-selected is no longer supported on menuitem roles.

99. Name checkbox-label-embedded-menu
105. Name file-label-embedded-menu
112. Name password-label-embedded-menu
118. Name radio-label-embedded-menu
124. Name text-label-embedded-menu

I'm still working out the expected behavior for embedded comboboxes within a label, which is tricky and taking me a bit longer than expected.

John, I'll add your test case to my list if it's missing, along with others I'm compiling.

All the best,
Bryan

Bryan Garaventa
Accessibility Fellow
Level Access, Inc.
Bryan.Garaventa@LevelAccess.com
415.624.2709 (o)
www.LevelAccess.com

-----Original Message-----
From: Gunderson, Jon R [mailto:jongund@illinois.edu] 
Sent: Tuesday, February 20, 2018 9:55 AM
To: Bryan Garaventa <bryan.garaventa@levelaccess.com>
Cc: ARIA Working Group <public-aria@w3.org>; Joanmarie Diggs <jdiggs@igalia.com>
Subject: Re: HTML Executables for Testing Statements Now Complete

Brayn,

Does one test or can at least one test have a label like this, so part of the text content is displayed and part not:

<label for="test">Foo<span style="display:none">Bar</span></label>

Thanks for your work on this,
Jon


On 2/20/18, 11:51 AM, "Bryan Garaventa" <bryan.garaventa@levelaccess.com> wrote:

    Hi,
    Yes indeed, there are. I know these are towards the end of the list, but there may be others.
    
    I'm currently going through the list and shoring up any discrepancies in the recursion algorithm, which I plan to have completed by later today. I'll send a note to the list when this is complete.
    
    
    Bryan Garaventa
    Accessibility Fellow
    Level Access, Inc.
    Bryan.Garaventa@LevelAccess.com
    415.624.2709 (o)
    www.LevelAccess.com
    
    -----Original Message-----
    From: Gunderson, Jon R [mailto:jongund@illinois.edu] 
    Sent: Tuesday, February 20, 2018 4:26 AM
    To: Bryan Garaventa <bryan.garaventa@levelaccess.com>
    Cc: ARIA Working Group <public-aria@w3.org>; Joanmarie Diggs <jdiggs@igalia.com>
    Subject: Re: HTML Executables for Testing Statements Now Complete
    
    Bryan,
    
    Are there any test cases for label element that is hidden using CSS display:none or visibility:hidden?
    
    
    Jon  Gunderson
    Sent from my iPhone
    
    > On Feb 20, 2018, at 2:33 AM, Bryan Garaventa <bryan.garaventa@levelaccess.com> wrote:
    > 
    > As a quick update, I'm still going through the auto generated test files and have discovered that input button elements containing only a value attribute aren't in the prototype, so I'll add this tomorrow.
    > 
    > Any others that are missing as I go through I will update as well.
    > 
    > Bryan Garaventa
    > Accessibility Fellow
    > Level Access, Inc.
    > Bryan.Garaventa@LevelAccess.com
    > 415.624.2709 (o)
    > www.LevelAccess.com
    > 
    > -----Original Message-----
    > From: Bryan Garaventa [mailto:bryan.garaventa@levelaccess.com] 
    > Sent: Monday, February 19, 2018 5:33 PM
    > To: 'ARIA Working Group' <public-aria@w3.org>; 'Joanmarie Diggs' <jdiggs@igalia.com>
    > Subject: HTML Executables for Testing Statements Now Complete
    > 
    > Hi,
    > As requested I added all of the testable statements as executable HTML files in the archive at https://github.com/whatsock/w3c-alternative-text-computation

    > 
    > I started doing this individually, and found that it was brain numbingly boring and tedious, so I wrote a JScript application that will do this automatically, which I've added to the repo in case it's useful for anybody else. I think this only works on Windows; I'm not sure if WScript is executable elsewhere.
    > 
    > This also automatically generates an index.html file in the same folder for easy testing on webservers:
    > https://whatsock.github.io/w3c-alternative-text-computation/Autogenerated%20AccName%201.1%20Testable%20Statements%20-%20W3C/index.html

    > 
    > When the Testable Statements wiki page is updated, running this script will refresh the list and add the new tests automatically.
    > 
    > As requested, I'll continue going through them to identify those that are missing, but this takes care of the lionshare of what I was tasked to do at present.
    > 
    > All the best,
    > Bryan
    > 
    > 
    > 
    > Bryan Garaventa
    > Accessibility Fellow
    > Level Access, Inc.
    > Bryan.Garaventa@LevelAccess.com
    > 415.624.2709 (o)
    > www.LevelAccess.com
    > 
    > 
    > 
    

Received on Wednesday, 21 February 2018 00:38:45 UTC