On Accessibility Conformance, Design Systems, and CSS “Base” Units

My brain can’t help but try to make connections between seemingly disparate ideas. And that’s what happened yesterday when I read:


On Accessibility Conformance, Design Systems, and CSS “Base” Units originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.


This content originally appeared on CSS-Tricks and was authored by Geoff Graham

My brain can’t help but try to make connections between seemingly disparate ideas. And that’s what happened yesterday when I read:

What we have is:

  • A semantic issue of saying that individual components can conform to WCAG. We might be able to “optimize” a component for accessibility, but accessible experiences are composed of complete web pages containing components designed to work together.
  • A desire to automate all things in a design system. Update it here and it updates all over. But there’s still this matter of knowing if changing one component in a design system impacts other components.
  • A musing over a possible new CSS “base” unit. The idea is to set one element as a “base” that allows other elements to inherit its font-related properties as roots for better vertical rhythm between elements, no matter their proximity.

Makes me think:

  • Could a base unit in CSS make components more interoperable? Like, if buttons could inherit its font size depending on what other component it is in? Sorta like container query units, but without needing additional wrappers in the markup.
  • Would that allow design systems changes to cascade between components more smoothly?
  • Will properties inherited through a base element make components more optimized for WCAG conformance when implemented on a page with other components?
  • Does this overlap with CSS @scope at all?

Sorry for the shower thoughts, but it’s interesting to consider how these ideas work together.


On Accessibility Conformance, Design Systems, and CSS “Base” Units originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.


This content originally appeared on CSS-Tricks and was authored by Geoff Graham


Print Share Comment Cite Upload Translate Updates
APA

Geoff Graham | Sciencx (2025-08-14T13:10:11+00:00) On Accessibility Conformance, Design Systems, and CSS “Base” Units. Retrieved from https://www.scien.cx/2025/08/14/on-accessibility-conformance-design-systems-and-css-base-units/

MLA
" » On Accessibility Conformance, Design Systems, and CSS “Base” Units." Geoff Graham | Sciencx - Thursday August 14, 2025, https://www.scien.cx/2025/08/14/on-accessibility-conformance-design-systems-and-css-base-units/
HARVARD
Geoff Graham | Sciencx Thursday August 14, 2025 » On Accessibility Conformance, Design Systems, and CSS “Base” Units., viewed ,<https://www.scien.cx/2025/08/14/on-accessibility-conformance-design-systems-and-css-base-units/>
VANCOUVER
Geoff Graham | Sciencx - » On Accessibility Conformance, Design Systems, and CSS “Base” Units. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/08/14/on-accessibility-conformance-design-systems-and-css-base-units/
CHICAGO
" » On Accessibility Conformance, Design Systems, and CSS “Base” Units." Geoff Graham | Sciencx - Accessed . https://www.scien.cx/2025/08/14/on-accessibility-conformance-design-systems-and-css-base-units/
IEEE
" » On Accessibility Conformance, Design Systems, and CSS “Base” Units." Geoff Graham | Sciencx [Online]. Available: https://www.scien.cx/2025/08/14/on-accessibility-conformance-design-systems-and-css-base-units/. [Accessed: ]
rf:citation
» On Accessibility Conformance, Design Systems, and CSS “Base” Units | Geoff Graham | Sciencx | https://www.scien.cx/2025/08/14/on-accessibility-conformance-design-systems-and-css-base-units/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.