Evan Winslow
Evan Winslow
I'm attempting to include this project in a new framework I'm building to automatically run accessibility checks whenever the UI updates. However, I want it to be completely stripped out...
In the rules, querySelectorAll is used, but that only selects descendants, not root element as well. I think we should validate the root element too, if it's a DOM node...
I apologize for not having the time to submit a proper pull request, but I wanted to get this recorded because it's pretty straightforward and I'd like other projects to...
Again, sorry about not being able to submit a proper pull request right now, but here's the code snippet I'm using to make accessibility testing stupid-easy in a Jasmine environment:...
In practice it's possible to get into a situation where you have: ``` html ``` In my case a third-party lib was adding an empty `placeholder` to my `` fields....
My killer feature idea of the day: Inserting links in blogs is too hard. I have to: 1. Search for the page (could be a multi-step process) 2. Copy the...
Steve just started work on #2815 in #7360, which opens up the possibility of having lots of different renderings for the same object in a single viewtype. It occurred to...
Thought I'd reported this request before, but I guess not... Goals: - Design for extensibity + AJAX - `execute` should never call `forward` - `execute` returns a response (instead of...
Everyone seems to agree it is just a load of craziness. Might be best to just give up on it and start fresh with a new concept. Easiest way to...
I've had it happen before where an object will get deleted by accident but there's no way to recover it because we hadn't backed up the DB yet. Add to...