Andrea Fercia
Andrea Fercia
Probably parse5 needs to be transpiled? See https://github.com/inikulin/parse5/issues/252 /Cc @atimmer 👋
Still an issue and, for example, I can't test https://github.com/Yoast/javascript/pull/376 with IE11. Not sure who's the best person to ping 🙂
Noticed this as well while working on https://github.com/Yoast/javascript/pull/380 see https://github.com/Yoast/bugreports/issues/563#issuecomment-544410208 Git bisect told me the first offending commit is https://github.com/Yoast/javascript/pull/350/commits/ab5c105fe54d7136f88a2d590e072dc5e7a992c3 from the PR **Multi step progress component** https://github.com/Yoast/javascript/pull/350 which upgraded...
A while ago I've played a bit with the GP plugin, turns out the locale `native_name` is available (check for example the `gp/api/languages` endpoint). It would just need to be...
See also https://github.com/Yoast/i18n-module/issues/5
Created https://core.trac.wordpress.org/ticket/47108 for the WordPress core part.
Note: worth noting Gutenberg adds rel="noopener noreferrer" by default to all the links with a `target="_blank"` attribute, to match [what TinyMCE does by default](https://www.tiny.cloud/docs/configure/content-filtering/#allow_unsafe_link_target).
It was decided the new pattern to use is: - use `noopener` for all the non-yoast.com external links - omit it for the yoast.com links (including shortened links) `makeOutboundLink` should...
> works as expected in chrome, but not in firefox and safari. Here the focus style is not applied (the blue box) Worth reminding at the moment this button doesn't...
For reference: https://github.com/evcohen/eslint-plugin-jsx-a11y/issues/466