This document discusses lessons learned in making various web development frameworks like Drupal, WordPress, and jQuery accessible. It notes that while frameworks make building apps quicker, they can result in accessibility issues if not implemented properly. The document outlines strategies for planning accessibility into frameworks, such as listing all interactive elements, describing how they should work, prioritizing native interactions, validating code, and checking frameworks with keyboard and assistive technologies. Overall it emphasizes considering accessibility from the start when using frameworks to develop websites and applications.