- From: James Nurthen <nurthen@adobe.com>
- Date: Thu, 8 Oct 2020 19:08:24 +0000
- To: "Gunderson, Jon R" <jongund@illinois.edu>, "public-aria-practices@w3.org" <public-aria-practices@w3.org>
- CC: Valerie Young <spectranaut@gmail.com>
- Message-ID: <BY5PR02MB69795B50866733AF5D4D4705A60B0@BY5PR02MB6979.namprd02.prod.outlook.com>
That is what I specified in the issue James Nurthen (he/him) | Accessibility Engineer | Adobe | T 415 832 2734 | nurthen@adobe.com From: Gunderson, Jon R <jongund@illinois.edu> Date: Thursday, October 8, 2020 at 11:25 AM To: James Nurthen <nurthen@adobe.com>, public-aria-practices@w3.org <public-aria-practices@w3.org> Cc: Valerie Young <spectranaut@gmail.com> Subject: RE: Spell checker is checking id values for incorrectly spelled words James, Yes, that makes sense. Maybe we need to ignore aria-* attributes with IDREFs. Jon From: James Nurthen <nurthen@adobe.com> Sent: Thursday, October 8, 2020 11:35 AM To: Gunderson, Jon R <jongund@illinois.edu>; public-aria-practices@w3.org Cc: Valerie Young <spectranaut@gmail.com> Subject: Re: Spell checker is checking id values for incorrectly spelled words Looks like it was on aria-owns Filed https://github.com/w3c/aria-practices/issues/1559 James Nurthen (he/him) | Accessibility Engineer | Adobe | T 415 832 2734 | nurthen@adobe.com<mailto:nurthen@adobe.com> From: Gunderson, Jon R <jongund@illinois.edu<mailto:jongund@illinois.edu>> Date: Thursday, October 8, 2020 at 6:28 AM To: James Nurthen <nurthen@adobe.com<mailto:nurthen@adobe.com>>, public-aria-practices@w3.org<mailto:public-aria-practices@w3.org> <public-aria-practices@w3.org<mailto:public-aria-practices@w3.org>> Cc: Valerie Young <spectranaut@gmail.com<mailto:spectranaut@gmail.com>> Subject: RE: Spell checker is checking id values for incorrectly spelled words James, It is was in my PR for treeview-navigation (update-tree-nav) I made yesterday. I just changed the ID to use a correctly spelled word and then it passed. Jon From: James Nurthen <nurthen@adobe.com<mailto:nurthen@adobe.com>> Sent: Wednesday, October 7, 2020 7:32 PM To: Gunderson, Jon R <jongund@illinois.edu<mailto:jongund@illinois.edu>>; public-aria-practices@w3.org<mailto:public-aria-practices@w3.org> Cc: Valerie Young <spectranaut@gmail.com<mailto:spectranaut@gmail.com>> Subject: Re: Spell checker is checking id values for incorrectly spelled words I see the following in the PR "ignoreRegExpList": [ "id=\"(?:[^\\\"]+|\\.)*\"", "src=\"(?:[^\\\"]+|\\.)*\"", "class=\"(?:[^\\\"]+|\\.)*\"", "data-test-id=\"(?:[^\\\"]+|\\.)*\"", "aria-controls=\"(?:[^\\\"]+|\\.)*\"", "aria-labelledby=\"(?:[^\\\"]+|\\.)*\"", "href=\"(?:[^\\\"]+|\\.)*\"", "for=\"(?:[^\\\"]+|\\.)*\"", "data-(.*[=> ]?)" ], So it looks like this is certainly not intended. Can you point to the PR that is failing? Thanks, James James Nurthen (he/him) | Accessibility Engineer | Adobe | T 415 832 2734 | nurthen@adobe.com<mailto:nurthen@adobe.com> From: Gunderson, Jon R <jongund@illinois.edu<mailto:jongund@illinois.edu>> Date: Wednesday, October 7, 2020 at 2:59 PM To: public-aria-practices@w3.org<mailto:public-aria-practices@w3.org> <public-aria-practices@w3.org<mailto:public-aria-practices@w3.org>> Cc: Valerie Young <spectranaut@gmail.com<mailto:spectranaut@gmail.com>> Subject: Spell checker is checking id values for incorrectly spelled words Matt, The new required spell checking feature is also checking ID values. Was it intended that ID values need to use properly spelled words? Jon Jon Gunderson, Ph.D., CPWA Coordinator of Accessible IT Group University of Illinois at Urbana/Champaign 1207 S. Oak Street Champaign, IL 61820 Phone: (217) 244-5870 E-mail: jongund@illinois.edu<mailto:jongund@illinois.edu?Subject=Re%3A%20Alternative%20date%20combobox%20grid%20date%20picker%20example%20for%20ARIA%20APG&In-Reply-To=%3CBYAPR11MB3413C2168E1DF82F6E4C7B2CC8BE0%40BYAPR11MB3413.namprd11.prod.outlook.com%3E&References=%3CBYAPR11MB3413C2168E1DF82F6E4C7B2CC8BE0%40BYAPR11MB3413.namprd11.prod.outlook.com%3E><mailto:jongund@illinois.edu<mailto:jongund@illinois.edu?Subject=Re%3A%20Alternative%20date%20combobox%20grid%20date%20picker%20example%20for%20ARIA%20APG&In-Reply-To=%3CBYAPR11MB3413C2168E1DF82F6E4C7B2CC8BE0%40BYAPR11MB3413.namprd11.prod.outlook.com%3E&References=%3CBYAPR11MB3413C2168E1DF82F6E4C7B2CC8BE0%40BYAPR11MB3413.namprd11.prod.outlook.com%3E>> www: https://go.illinois.edu/jongund
Received on Thursday, 8 October 2020 19:08:42 UTC