Live data from Hacker News

I have resigned as the WordPress accessibility team lead

rianrietveld.com

11–20 of 21 posts

Re: I have resigned as the WordPress accessibility team lead

#11

I think the consensus on making accessible React sites is via using Live regions https://developer.mozilla.org/en-US/docs/Web/Accessibility/A...

Fixed it for you:

"I'm super ignorant about accessibility, but I heard this one time. Here, accessibility experts, I googled this link for you. Should be easy to implement."

Re: I have resigned as the WordPress accessibility team lead

#12

This is a bit puzzling for me: 1. 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 discusse…

Exactly! They spent time and energy on this new codebase without gaining consensuses on the value of the new codebase and without giving their accessibility experts reasons to feel invested. And without investing in training them.

Why is user experience and accessibility always someone else's problem? Why does the burden of "learning enough" to do their job correctly always fall on everyone except the engineers who advocate doing these complete rewrites?

React and JSX are not open web standards. They're popular, but they're are not a common denominator. They require you to learn and use JavaScript first and foremost and were designed uninclusively with software engineers as the audience. This is a stark contrast to the declarative languages of CSS and HTML that were designed inclusively with designers and other non-programmers as an audience.

So, you know what? It's no surprise that a React rewrite alienated an accessibility team. It's no surprise that the accessibility team worked their asses off to try to demonstrate the value of inclusiveness and tried without success to train these engineers and get problems the engineers created fixed, only to be told the issue was going about it the wrong way.

React's fanbase largely views inclusiveness and accessibility as an optional, bolt on feature that can be addressed later. As something it's okay to sacrifice on the alter of the new hotness. React's fanbase doesn't give a crap if someone who could previously contribute something very valuable very effectively can't anymore. Someone who has concerns other than learning new languages and frameworks constantly should just get out of way, they're clearly too dumb or too old to matter.

Re: I have resigned as the WordPress accessibility team lead

#13
post #7

Earlier quoted context omitted.

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."

Also, that would mean maintain both editors going forward. Two UI-s means double the chance for regressions.

And guess which one is the priority for bug fixes? Hint: it's not the old, unexciting one.

Re: I have resigned as the WordPress accessibility team lead

#14

This is a bit puzzling for me: 1. 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 discusse…

It takes more than a week if you're not already a JavaScript software engineer.

Re: I have resigned as the WordPress accessibility team lead

#15

I think the consensus on making accessible React sites is via using Live regions https://developer.mozilla.org/en-US/docs/Web/Accessibility/A...

Fixed it for you: "I'm super ignorant about accessibility, but I heard this one time. Here, accessibility experts, I googled this link for you. Should be easy to implement."

I'm sure they're more expert at accessibility than I am, but the article complained that they were not very expert at React. I'm not that great at React either but I get by.

At any rate I'm sure that nothing I have ever worked on is as accessible as anything you have ever worked on just because what are the odds that I could have been part of anything worthwhile and what are the odds you are not just an amazing genius dropping by to let me know it? Pretty slim I bet.

in fact, you seem somewhat rude - are we acquaintances in some way?

Re: I have resigned as the WordPress accessibility team lead

#16

Earlier quoted context omitted.

Fixed it for you: "I'm super ignorant about accessibility, but I heard this one time. Here, accessibility experts, I googled this link for you. Should be easy to implement."

I'm sure they're more expert at accessibility than I am, but the article complained that they were not very expert at React. I'm not that great at React either but I get by. At any rate I'm sure that nothing I have ever worked on is as accessible as anything you have ever worked on just because what are the odds that I could have been part of anything worthwhile and what are the odds you are not just an amazing geniu…

Yeah, welcome to freaking HN? FYI, "Live Regions" is an ARIA feature and has nothing whatsoever to do with React specifically. ARIA, also commonly known as WAI ARIA. Which stands for Web Accessibility Initiative - Accessible Rich Internet Applications. It's a W3C suite of standards literally all about accessibility. That's probably what made it so mind-boggling that you'd think it's news to an accessibility expert.

Re: I have resigned as the WordPress accessibility team lead

#17
post #14

This is a bit puzzling for me: 1. 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 discusse…

It takes more than a week if you're not already a JavaScript software engineer.

You can’t do proper accessibility work today without JS, regardless of React. Either for dynamic content, or features like a focus trap that browsers don’t offer natively.

Re: I have resigned as the WordPress accessibility team lead

#18

Earlier quoted context omitted.

I'm sure they're more expert at accessibility than I am, but the article complained that they were not very expert at React. I'm not that great at React either but I get by. At any rate I'm sure that nothing I have ever worked on is as accessible as anything you have ever worked on just because what are the odds that I could have been part of anything worthwhile and what are the odds you are not just an amazing geniu…

Yeah, welcome to freaking HN? FYI, "Live Regions" is an ARIA feature and has nothing whatsoever to do with React specifically. ARIA, also commonly known as WAI ARIA. Which stands for Web Accessibility Initiative - Accessible Rich Internet Applications. It's a W3C suite of standards literally all about accessibility. That's probably what made it so mind-boggling that you'd think it's news to an accessibility expert.

I'm guessing yours is some sort of sockpuppet account otherwise welcoming me would seem sort of beside the point; given my relative length on the site compared to yours, evidently.

That said considering I was just lectured on civility for much less rudeness (I of course think I was not rude at all) in a politically charged thread where rudeness is sometimes expected I believe your opinion of the site is at odds with what is at least hoped for and my surprise at the tone given the circumstances was warranted.

However where rudeness is concerned I believe I can give better than I get if need be, and you're also quite rude so here are some points:

1. When I post a link to an MDN resource it is not because I think MDN is the standard place to get React specific information. That should be obvious to anyone on this site who claims technical expertise in Web matters, and you should have stopped with the patronizing let me tell you about ARIA spiel.

2. I believe a reading through my posting history on HN will show that I at least have enough familiarity with accessibility that you don't need go give me the Aria intro. Even if linking to a part of it on MDN wasn't a clue enough. (I could have linked to W3C but as introductory pieces they are much less successful than MDN content in my opinion)

3. The article was mainly about problems with doing accessibility in React, which I agree is problematic (for big SPAs at any rate) and live regions while helpful is in many ways more difficult to do right where accessibility is concerned than a normal HTML5/JavaScript application. Many people interested in React might read that article and say damn you can't do accessibility in React, because those accessibility experts couldn't do it. I made an offhand comment on a technology I have some experience with in React, and pointed to a resource on the technology trusting that anyone interested would either research matters further or at worst ask me for clarification ( which I would hate because the reason for writing a small offhand comment and providing a simple introductory link to a technology is because I don't have time for much more)

Re: I have resigned as the WordPress accessibility team lead

#19
I don't work in Gutenberg nor in a11y, but I know that WordPress is hugely focused on Gutenberg (which I mentioned in https://ayesh.me/talk/No, my shameless self-plug).

With Gutenberg almost at the edge of releasing, the a11y team lead resigning will only make things worse. Lack of understanding in accessibility is a huge problem in many software projects, and documentation alone wouldn't help it.

During the Gutenberg time, accessibility, secure updates, modern PHP, and a few other initiatives started with little to no progress in them. There is no way Gutenberg is almost released if all these initiatives were to go parallel, at least not without enough resources.

Re: I have resigned as the WordPress accessibility team lead

#20

Earlier quoted context omitted.

Yeah, welcome to freaking HN? FYI, "Live Regions" is an ARIA feature and has nothing whatsoever to do with React specifically. ARIA, also commonly known as WAI ARIA. Which stands for Web Accessibility Initiative - Accessible Rich Internet Applications. It's a W3C suite of standards literally all about accessibility. That's probably what made it so mind-boggling that you'd think it's news to an accessibility expert.

I'm guessing yours is some sort of sockpuppet account otherwise welcoming me would seem sort of beside the point; given my relative length on the site compared to yours, evidently. That said considering I was just lectured on civility for much less rudeness (I of course think I was not rude at all) in a politically charged thread where rudeness is sometimes expected I believe your opinion of the site is at odds with…

Dude, I don't know you and this is not personal. Breathe and remember there's always someone wrong on the internet. Far as I've ever been able to tell, HN is full of rudeness. It's why I don't have activity. Bigger bunch of circle jerking, back patting, myopic pedants I've rarely seen. YMMV. And I just so happen to have different accounts logged in on different devices 'cause I lost the password to my more favorite username and had to create another. shrug There's not a sneaky agenda.

I really, with all goodwill this time, recommend you spend your limited time and energy on more important matters than my misdirected flames. You spent it less than fruitfully in a tailspin over this, seemingly, and I'm sorry for that; I've been there. I should probably remember those hours when I post, but I am a deeply flawed and bitter person.

Post reply on HN