vubangvt07 / openid-selector

Automatically exported from code.google.com/p/openid-selector
0 stars 0 forks source link

Degrade better when images is not available #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The interface already degrades pretty well when Javascript is not
available. The user simply gets a single text box that they can use to
submit their entire OpenID URL.

This can be improved upon simply for providers like Google and Yahoo where
the users just need to click on a button. We can provide a simple image
that is just an <a/> link to the server with ?provider=google or
?provider=yahoo.

These links would be part of a <div/> that is removed by Javascript before
the page is rendered. If there's no Javascript then there's nothing to
remove the <div/> and links will show up.

The providers that require a username are more difficult. These will have
to be removed.

Original issue reported on code.google.com by david.j....@googlemail.com on 29 Apr 2009 at 9:01

GoogleCodeExporter commented 8 years ago
I would say "degrade better when images are not available":
when abroad, when I surf from mobile, I often turn off images

JS can be enhanced to display text labels in the boxes, when images are not 
available. For example like GerixSoft in the attachment

Original comment by andriy.gerasika on 23 Oct 2010 at 1:06

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by andriy.gerasika on 23 Oct 2010 at 1:07