Accessibility and more
-
Hi, I really like Maxi Blocks and the whole template library (especially Pro).
However, I have a few questions.
- The most important question. Do you plan to focus on a11y? Like Breakdance, Bricks, Cwicly or even Gutenberg/FSE? Currently, for example, the Accordion Maxi cannot be navigated using the keyboard and the Search Maxi block has no label (these are just examples). This is a very important issue.
- Is it possible for
style-index.css
andmaxi-blocks-sc-vars-inline-css
to only load when any maxi block is added? Now these styles are loading whether Maxi Block has been added or not. I would like to use only native blocks sometimes. - Will it be possible to add custom icons and shapes?
- Will it be possible to add custom units? For example, instead of pixels (which is a rather outdated approach), I would like to use functions such as
min()
,max()
orclamp()
for fluid typography or fluid margin/padding. Now adding units for each breakpoint is tedious/time consuming. - Is it possible to define a separate Style Card, but only for dark mode? I’m not talking about a JS implementation for changing the mode, but a simple color scheme based on system preferences. Something like this:
@media (prefers-color-scheme: dark) {--maxi-light-color-1: color-1;--maxi-light-color-2: color-2;…}
And additionally for JS:[data-theme='dark'] {--maxi-light-color-1: color-1;--maxi-light-color-2: color-2;…}
- I’m currently using the TT3 block theme, but I don’t know how to get rid of the padding added by the
.has-global-padding
class for Maxi Blocks (I don’t want to get rid of it because I also use native blocks). Any ideas?
Thanks!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Accessibility and more’ is closed to new replies.