canmove, Confirmed users
2,675
edits
(add link to existing Mounir.lamouri/HTML5_Forms work) |
(sections, some criteria, specs) |
||
Line 5: | Line 5: | ||
In particular: | In particular: | ||
== Web Apps UI == | |||
=== UI Styling === | |||
==== Styling HTML5 forms elements ==== | |||
Main Page: [[User:Mounir.lamouri/HTML5_Forms]] | |||
* Social | Each HTML5 form element must be complete to the following criteria: | ||
1. It must include pleasant and working UI, where appropriate. | |||
2. You must be able to use CSS to style the element, especially the UI that we generate. This includes any pre-defined pseudo-selectors (invalid, required, icon, etc.) | |||
3. If there's a constraint API the API must be complete. | |||
4. It should be [[Accessibility/HTML5_Forms|fully accessible]]. | |||
==== CSS3 UI ==== | |||
http://www.w3.org/TR/css3-ui/ | |||
==== CSS3 Color ==== | |||
http://www.w3.org/TR/css3-color/ | |||
=== UI Layout === | |||
* CSS3 Flex Box | |||
** need to get in touch with Tab Atkins and catch-up on the current state of his work vs. existing prefixed partial implementation in Firefox and Safari. | |||
== Social and Identity == | |||
* Accounts Manager | |||
* ... |