F

Results 59 comments of F

Is there a different solution to the problem here. The issue expressed is that screen readers vocalise `#thing` as "hashtag thing". We could tell them to say something different or...

The icons all share a common `Icon` component type. There are two obvious general approaches here: 1. If no `alt`, `title`, `aria-label`, `aria-labelledby` etc is supplied, don't set `role=img` 2....

So in the case of your screenshot, you'd have: ``. Though in that case, I'd also want to mark it as decorative, so it would be: ``, but this shows...

My gut says this is probably because your website is set up to redirect the trailing `/` and the verifier doesn't follow redirects (which is maybe a bug if I'm...

Yes, that would be a good feature to have. Pull requests would be welcome!

Maybe useful for qml: http://qt-project.org/doc/qt-5/qttest-qmlmodule.html

From #373: @pjoe: > QML has a testing framework that might be suited for this: http://doc.qt.io/qt-5/qtquick-qtquicktest.html > > I have experience using this in my day job, feel free to...

I think @quarnster was suggesting someone write a plugin that does the same thing but uses a git repo under the hood. Rather than building it into the editor itself....

See also e.g. https://github.com/cobrateam/splinter/blob/master/splinter/browser.py#L46. Everything between the `"""`s should be quoted.

There are 2 cases to think about here, I think: - Icon has semantic value and should be described - Icon has no semantic value and should be ignored If...