Know Your Tools
A large part of ensuring pages are accessible relates to understanding the tools being used and how they output completed markup and styles.
Low-code development tools tend to require manually inserting ARIA attributes and accessible logic into interface elements. Understanding how these tools render the final outputted HTML is critical to ensuring correct semantics and accessible markup. Often the pre-built components in these tools must be eschewed for more accessible, custom-built components. Testing the components included with any development tool or framework for accessibility will often save a lot of headache if the components turn out to be inaccessible out of the box.