There is more to styling lists in CSS than you might think. In this article, Rachel starts by looking at lists in CSS, and moving onto some interesting features defined in the CSS Lists specification — markers and counters. Lists in CSS have particular properties which give us the standard list styling we expect.Continue reading “CSS Lists, Markers, And Counters”
Tag Archives: lists
Functions to Add ARIA to Tables and Lists
… Generally when I write and present things, I provide techniques, ideas, examples, and experience to address issues. When I write copy-paste-ready code, with a few older exceptions, I write generic code not tied to a framework nor library. … I have, however, written a couple vanilla JavaScript functions that you can drop into yourContinue reading “Functions to Add ARIA to Tables and Lists”
VoiceOver and list-style-type: none – Unfettered Thoughts
A bug that keeps hitting me at work is VoiceOver not announcing unordered lists properly when either the list-style-type is set to none or display is set to inline. The expected behavior is that the unordered list is announced with a role of list along with the number of items, for example “list 4 items.”Continue reading “VoiceOver and list-style-type: none – Unfettered Thoughts”