Andrea Fercia

Results 255 comments of Andrea Fercia

Looking just at the "Single select boxes" example. the `aria-activedescendant` attribute is set on the `` with role `combobox`. By the way, when searching, the cursor is on the `input`...

I think https://github.com/WPTRT/WordPress-Coding-Standards/issues/25 covers the document title (`` **tag**) while @GaryJones is considering the title **attribute**. πŸ˜‰

Testing for `' title='` with a leading space could maybe reduce some false positives (at least that's what I do when scanning the WP codebase). But it could also be...

> What's the error message it gives under details It's the very enlightening `INET_E_RESOURCE_NOT_FOUND`. As said, this isn't a Virtualbox / Vagrant / VVV issue. All other browsers on Windows...

@dingo-d thanks. As said, personally I need to test with all browsers using various assistive technologies (e.g. screen readers), and Browsersync doesn't help.

We'll see πŸ™‚It's not related to the rendering engine. It's a Microsoft network "feature".

> Is this still an issue? As mentioned previously, this isn't related to the browser's engine. It's a Microsoft network "feature" that "works" only with Edge. Not sure how the...

Worth reminding WordPress supports the last 2 versions of major browsers, including the last 2 Edge versions. https://github.com/WordPress/wordpress-develop/blob/72f54ba785949876c79836723c129c8757dec0f1/package.json#L15-L26 https://github.com/WordPress/packages/blob/5e4f4f4cd977c113eb219b63cc82283efb5c8514/packages/browserslist-config/index.js#L11 GitHubWordPress/wordpress-developWordPress Develop, Git-ified. Synced from git://develop.git.wordpress.org/, including branches and tags! This...

Worth nothing `aria-modal` is part of the ARIA 1.1 spec which is still a Candidate Recommendation: https://www.w3.org/TR/wai-aria-1.1/#aria-modal that means support is not guaranteed at all, so maybe it's an option...

Interesting. Yep, also according to what Mr. Bryan Garaventa says here http://www.ssbbartgroup.com/blog/differences-aria-1-0-1-1-deprecations-additions/ it's only supported on iOS using VoiceOver iOS 9.X [data from January 6th, 2017]. I would wait for...