I think its also fair to say : how you use the builder is a big part of how accessible your site will be. I know i can build a complete accessible site with Bricks -> while it scored not to well in your test.
This is completely true. The major problems with Bricks were in their core components - things like accordions, tabs, etc. are (were?) completely non-functional with a keyboard because they lacked semantic HTML. If you don't use those components because you code your own accordions or tabs or use a different add-on with better underlying HTML or you just don't use accordions or tabs at all, then your website may be just fine. This is really true for any builder - it depends a lot on what components you choose.
I'm sorry, I don't understand your tests. When I look at the code quality and semantics of Elementor, for example, I see a desert with lots of subgroups. No matter which components I use. Other builders, such as Bricks, are more elegant here and offer many options for adding attributes directly without activating additional plugins.
These tests relied on manual and automated testing. If you get access to the spreadsheet shared at equalizedigital.com/wordpress-page-builder-accessibility/ it provides exactly what was looked at for each component. For example, here are the items that were looked at for Tabs: - Tab controls container has role="tablist" - Tab controls are buttons - Tab controls have role="tab" and aria-controls - Current tab control button has aria-selected=”true” - Tab panels have role=”tabpanel” - Tab panels have aria-labelledby - Visible focus The native Bricks tab block failed all of these checks. At the time, that component was completely nonfunctional for people who don't use a mouse. (I understand that might be corrected now.) Can you build an accessible website with Bricks? Yes. But the point of this was to look at native components and see which ones got it right out of the box without requiring intervention. On that front, many other page builders did a better job than Bricks.
Would love to see how Builderius measures up against these page builders!
I would love to see the test results of bricks and try to debunk them. 😊
I think its also fair to say : how you use the builder is a big part of how accessible your site will be. I know i can build a complete accessible site with Bricks -> while it scored not to well in your test.
This is completely true. The major problems with Bricks were in their core components - things like accordions, tabs, etc. are (were?) completely non-functional with a keyboard because they lacked semantic HTML. If you don't use those components because you code your own accordions or tabs or use a different add-on with better underlying HTML or you just don't use accordions or tabs at all, then your website may be just fine. This is really true for any builder - it depends a lot on what components you choose.
I'm sorry, I don't understand your tests. When I look at the code quality and semantics of Elementor, for example, I see a desert with lots of subgroups. No matter which components I use. Other builders, such as Bricks, are more elegant here and offer many options for adding attributes directly without activating additional plugins.
These tests relied on manual and automated testing. If you get access to the spreadsheet shared at equalizedigital.com/wordpress-page-builder-accessibility/ it provides exactly what was looked at for each component.
For example, here are the items that were looked at for Tabs:
- Tab controls container has role="tablist"
- Tab controls are buttons
- Tab controls have role="tab" and aria-controls
- Current tab control button has aria-selected=”true”
- Tab panels have role=”tabpanel”
- Tab panels have aria-labelledby
- Visible focus
The native Bricks tab block failed all of these checks. At the time, that component was completely nonfunctional for people who don't use a mouse. (I understand that might be corrected now.) Can you build an accessible website with Bricks? Yes. But the point of this was to look at native components and see which ones got it right out of the box without requiring intervention. On that front, many other page builders did a better job than Bricks.