Mark Rogers
Mark Rogers
It's also possible for a name / description to have mixed languages: ``` English Français íslenska ``` and possible without ARIA as well: ``` English Français íslenska ``` This should...
We've just done an implementation of this and came across a few things not really addressed by accname-aam: - parent-child loops created by aria-owns (direct or indirect) - the same...
> For author errors like loops, the browser will have to include logic to prevent this when detected, otherwise it will likely crash it. Loops should never be used in...
We have also experienced this issue - Translate was throwing an exception due to an orphaned SID in some Local Policies/User Rights Assignment settings. Took several weeks to diagnose be...
I've put together a Hugo based preview generator for the rules pages, which you can run locally to build a preview of any branch. It only needs Hugo installed (which...
We observed the same thing (and stopped using WebResourceResponseReceived as a result). Here were the symptoms we observed: - lots of memory allocations containing HTTP headers (SysInternals VMMap showed the...
I should be able to take a look at it tomorrow - the command that fails is /opt/hostedtoolcache/Java_Zulu_jdk/22.0.2-9/x64/bin/java', '-jar', './build/dist/vnu.jar', '--format', 'gnu', './minDoc.html']' returned non-zero exit status 1. and I...
@sideshowbarker I can see the problem - there are duplicate ARIA attributes on some elements (via inheritance). jing-trang reports these, the RelaxNG library we use doesn't, so we didn't spot...
Found the root cause but that's opened up a rabbit hole due to an inconsistency between HTML and ARIA regarding `placeholder` and `aria-placeholder`: https://github.com/w3c/aria/issues/2347 If it's ok, I'll wait for...
@sideshowbarker that's the dupe attribute issue resolved - the fix means the spec inconsistency noted in https://github.com/w3c/aria/issues/2347 is reflected in the schema (and the schema is easy to update if...