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

bigbluebutton / greenlight / 3762
91%

Build:
DEFAULT BRANCH: master
Ran 26 Aug 2020 06:05PM UTC
Jobs 1
Files 87
Run time 4s
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
3762

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>

3880 of 4273 relevant lines covered (90.8%)

25.17 hits per line

Jobs
ID Job ID Ran Files Coverage
2 3762.2 (2.5.1) 26 Aug 2020 06:04PM UTC 0
90.8
Travis Job 3762.2
Source Files on build 3762
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3762
  • 5760bea0 on github
  • Prev Build on master (#3760)
  • Next Build on master (#3775)
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