Alice

Results 168 comments of Alice
trafficstars

Hi there, Would you consider licensing this code as open source? I would like to re-use it in my accessibility-developer-tools library (code.google.com/p/accessibility-developer-tools, Chrome extension here: https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb), but I'm not sure...

Just to try and collect my thoughts on this in one place: - It seems like we have a rough consensus here that focus moving off the page into browser...

This is great, but I'm unsure where it should live in this project. I'd love to hear from someone using closure testing (e.g. @ewinslow if still applicable!) where it would...

Idea: prune out parts of the page which are hidden from all users. We might need to be judicious about this: the reason we didn't do this from the beginning...

Haha, great minds think alike - I sat down to work on this exact thing last night (didn't get very far, mind you). The extra complication for the time being...

Yeah, that rule is a tricky one - it seems like it almost needs to do a little extra work during the `relevantElementMatcher` step to build up a map of...

@thomas-darling: That's on me - I have a [PR open on WHATWG](https://github.com/whatwg/html/pull/4288) but I've been struggling to accurately word the logic. Chrome has native support behind the experimental web features...

Strangely, in the computed style, the backgroundColor is specified as rgba(0, 0, 0, 0), which is where that white value is coming from. We should be checking the backgroundImage and...

I'm still thinking about whether using 0 to signify no upper limit makes sense, but that shouldn't prevent you from working on this. Also, it probably doesn't make sense to...

Unfortunately I don't think it's quite that simple - I'd like to keep 5 as the default. So we still need to come up with a way to express "no...