Scott Kellum
Scott Kellum
Element queries (and other element logic) should only be relative to the nearest positioned element. This gives authors more control over what the context is. It also slightly reduces, but...
Thoughts on adding native support for exponents in Sass expressions? While a simple loop can easily calculate positive integers, other values are more difficult to calculate. It can be done...
I have a list and I want only unique values from it. For example, I am generating a typographic scale and I don’t want duplicate values. It might work something...
Form consistency and styling is one of the biggest hurdles I face when working. The box model, sizing, and font settings don’t inherit reliably. Attempts at normalizing forms often require...
A native ability to show/hide rows/columns in a table. A quick search shows other requests for this feature: - https://stackoverflow.com/questions/455958/hide-show-column-in-a-html-table - https://stackoverflow.com/questions/2858339/show-hide-html-table-columns-using-css - @simevidas brought this idea up on Mastodon:...
I’m not sure this is the correct place to file this issue, but I would love for some standardized way to disallow my content (writing, photography, code) from being used...
Sorting a table is common functionality added to a table via JavaScript. It would be helpful to have this functionality natively added to tables. ### Related material: - https://www.w3.org/WAI/ARIA/apg/patterns/table/examples/sortable-table/ -...