-
# 2024-07-19
Toggle (show/hide) button
Opened by me. I have thoughts.
-
# 2024-05-23
[Proposal] Invoker Buttons - allowing popover/dialog and more to be invoked without JS
Love to avoid JavaScript whenever possible, but not in love with "invoker" the name.
-
# 2023-11-07
Navigating to an anchor, focus, and caret navigation insertion point ordering.
A can of worm I will be opening.
-
# 2023-10-30
Document -webkit-text-security
Back by popular demand. See also<input type=password>
should provide UI to show/hide its value.
-
# 2023-10-04
How to make an accessible searchable "select" list?
Why is this not a<datalist>
?
-
# 2023-09-22
Make the currentTime setter clamp to duration
PROGRESS.
-
# 2023-09-22
[css-ui] ? Allow <textarea> to be sized by contents.
Cause https://github.com/github/textarea-autosize. Soon in Chrome Canary!
-
# 2023-08-30
[css-text-4] Specify width of autospace gaps
Adding spaces is a pain. Adding spaces for others is a PITA.
-
# 2023-08-03
bun install / binary in wrong place
I personally don't recommend using non-1.0.0+ software on production but here we are.
-
# 2023-08-02
Does WCAG apply only to English (or the like), or does it aim to cover all languages?
Built by few.
-
# 2023-07-27
<input type="time"> : Time vs. duration
See my comments. I needed this at work, so I wrote a custom element to fill in. I no longer work there. /shrug
-
# 2023-07-25
[css-anchor-1][css-position] Add the “centering” behavior which is now defined as an example in the specs as something built-in
This is cool. See Tab's comments.
-
# 2023-07-19
[css-ui] Standardize tooltip styling and expose as ::tooltip
We are never, ever, ever going to ban tooltips fully.
-
# 2023-07-19
No-motion / forced-reduced-motion issue draft
Developers are an unreliable bunch.
-
# 2023-07-18
focusgroup attribute
This is much better than what I initially wanted, which was either a reliabletabIndex
orisFocusable()
.
-
# 2023-07-18
Have some way of opening <dialog> elements without JavaScript
Since the dawn of time.
-
# 2023-07-17
What to do about aria-controls
See also Using the aria-controls attribute by Léonie Watson, my tweet conversation with Léonie, this issue on NVDA, and @oedipusnj's investigation.
-
# 2023-07-14
Consider adding a headinglevelstart attribute
My proposal! Support it!
-
# 2023-07-14
Programmatically setting focus navigation start point?
See my comments.
-
# 2023-07-14
Disallow interactive content in <summary>
I think it should be allowed. Search for @muan.
-
# 2023-07-14
No bopomofo ruby support
I like bopomofo.
-
# 2023-07-14
Package size is massive
I like Sentry but the package remains massive.
-
# 2023-07-14
[css-text-4] Don't provide a language parameter for word-boundary-detection
I support.
-
# 2023-07-14
text-wrap: balance CSS property
I want my text to be wrapped properly, in all langauges.