Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect.js: clarify the connect window with an abbr element about what logging into services means #49

Merged
merged 1 commit into from Nov 2, 2015

Conversation

nasonfish
Copy link
Contributor

Inspired by a comment on a forum about the accessibility of IRC, it was apparent that the welcome window's "Login to Services" option could be unclear to users with little experience with IRC, and generally webchat should try to be as straightforward as possible for anyone attempting to connect, without confusing options.

This pull request adds a small <abbr> element to this label - Login to Services - which, when moused-over, gives further information about what this option actually does.

tooltip

To achieve this, the createRow function was modified to allow either an Element or string to be passed as a label, instead of just a string. This doesn't affect any previous uses of the function but allows us to pass labels such as this <abbr> one.

kaniini added a commit that referenced this pull request Nov 2, 2015
connect.js: clarify the connect window with an abbr element about what logging into services means
@kaniini kaniini merged commit b24f4a5 into atheme-legacy:master Nov 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants