Identity-inputs: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(drafted)
 
Line 27: Line 27:
* [[standards]]
* [[standards]]
* [[events]]
* [[events]]
* [http://wiki.tools.ietf.org/html/rfc4112 RFC 4112]
* [http://wiki.tools.ietf.org/html/rfc3106 RFC 3106]
* [http://wiki.tools.ietf.org/html/rfc2706 RFC 2706]

Revision as of 20:25, 17 June 2011

Identity-inputs is an Identity related brainstorm towards adding to HTML5 and perhaps other standards.

Straw proposal from Tantek presented at the 2011-05-25 W3C workshop on Identity in the Browser event.

summary

Better form annotation for expressing identity related interactions was a common theme discussed at the 2011 W3C workshop on Identity in the Browser (#idbrowser).

This is a work-in-progress brainstorm for how to add form annotation for expressing identity to HTML5:

  • input type="identity-url"
    • alternately: input type="url" identity
  • input type="identity-email"
    • alternately: input type="email" identity
  • input type="identity-username"
    • alternately: input type="text" identity
  • input type="password" pwtype="sign-in"
  • input type="password" pwtype="create"
  • input type="password" pwtype="confirm"
  • input type="checkbox" rememberme

related