I have resigned as the WordPress accessibility team lead
rianrietveld.com
I have resigned as the WordPress accessibility team lead
1–10 of 21 posts
Re: I have resigned as the WordPress accessibility team lead
#2Re: I have resigned as the WordPress accessibility team lead
#3Re: I have resigned as the WordPress accessibility team lead
#4Isn't Gutenberg optional? Can't you have a checkbox that says "I'm disabled, I can't use Gutenberg, give me the old editor"
Re: I have resigned as the WordPress accessibility team lead
#5Isn't Gutenberg optional? Can't you have a checkbox that says "I'm disabled, I can't use Gutenberg, give me the old editor"
Re: I have resigned as the WordPress accessibility team lead
#6Isn't Gutenberg optional? Can't you have a checkbox that says "I'm disabled, I can't use Gutenberg, give me the old editor"
But that's kind of a bad approach for developing software. "Sorry, handicapped person, you don't get the new hotness. But it's ok, you can continue using this old software that we super-duper promise to continue supporting."
Re: I have resigned as the WordPress accessibility team lead
#7Isn't Gutenberg optional? Can't you have a checkbox that says "I'm disabled, I can't use Gutenberg, give me the old editor"
But that's kind of a bad approach for developing software. "Sorry, handicapped person, you don't get the new hotness. But it's ok, you can continue using this old software that we super-duper promise to continue supporting."
Re: I have resigned as the WordPress accessibility team lead
#8Isn't Gutenberg optional? Can't you have a checkbox that says "I'm disabled, I can't use Gutenberg, give me the old editor"
as far as I know it is not intended to be optional once finished, although I suspect someone wanting the old one back will make a plugin replacing it.
Re: I have resigned as the WordPress accessibility team lead
#91. A React app is still DOM-based. Normal accessibility practices still apply, as they do for any other SPAs
2. It takes maybe a week to learn enough of JSX and React to get started on accessibility tasks
This sounds like refusing to work on a new codebase without actually being invested into it. Also got a combative feeling from reading a few PRs, where simple style issues are discussed at length vs just fixed with one variable change. Am I reading it wrong?
All the best luck for Matthew.
Re: I have resigned as the WordPress accessibility team lead
#10Isn't Gutenberg optional? Can't you have a checkbox that says "I'm disabled, I can't use Gutenberg, give me the old editor"
But that's kind of a bad approach for developing software. "Sorry, handicapped person, you don't get the new hotness. But it's ok, you can continue using this old software that we super-duper promise to continue supporting."
Gutenberg has been changing constantly. When it's "released" it should only be released as a final version to developers, meaning they're no longer changing it, before being released to the public.
I've known a few people who've developed Gutenberg compatible plugins, only to have it break 2 weeks later when an "update" arrived. "Update" meaning "it's been redone entirely different".
It's been noted elsewhere here - use the official "classic editor". Gutenberg offers ZERO benefits. It's simply a different way of accomplising the same tasks.