Skip to content

Commit

Permalink
Added information about CSS classes supported that are not part of the
Browse files Browse the repository at this point in the history
CSS3 UI specification.
  • Loading branch information
zoltan-dulac committed Jul 3, 2012
1 parent c78c50f commit b031db3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ It also supports:
* the output tag (solves equations of form elements)
* CSS styling of form validation states (simulates :invalid and :valid in
unsupported browsers like IE9 and lower)
* CSS styling of form elements that are not included in the CSS3 UI
specification, but I think are useful for developers:

- .wf2_isBlank, .wf2_notBlank – these classes are applied to form field when
a form element is blank/not blank repectively.
- .wf2_lostFocus -this class is applied to a form element when a form field
loses focus.
- .wf2_submitAttempted – this class is applied to a <form> tag when a form
submission is attempted.


More information about how this works is available at:

Expand Down

0 comments on commit b031db3

Please sign in to comment.