• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bigbluebutton / greenlight / 3764
91%
master: 91%

Build:
Build:
LAST BUILD BRANCH: enable-smtps
DEFAULT BRANCH: master
Ran 26 Aug 2020 06:27PM UTC
Jobs 1
Files 87
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
3764

push

travis-ci

web-flow
LDAP Sign-In form: user field attributes (#2014)

- autocomplete="username": Tell the browser a user name should be filled, if any.
  Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
- autocapitalize="none": Tell browsers (especially on mobile devices like iOS) not to
  capitalize the first letter
  Reference: https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html#//apple_ref/doc/uid/TP40008058-autocapitalize
- spellcheck="false": Do not spell-check the user name
  Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck
- autofocus: indicates that the input should automatically have focus, which makes sense
  because this form is shown after having clicked the "login" button so it's not an issue that
  the screen reader will skip the "Sign in to your account" text.
  Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus

This PR will improve usability especially on mobile devices. It does *not* not attempt to improve WCAG compliance.

Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>

3881 of 4273 relevant lines covered (90.83%)

25.17 hits per line

Jobs
ID Job ID Ran Files Coverage
2 3764.2 (2.5.1) 26 Aug 2020 06:27PM UTC 0
90.83
Travis Job 3764.2
Source Files on build 3764
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3764
  • 5760bea0 on github
  • Prev Build on v2 (#3721)
  • Next Build on v2 (#3782)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc