|
|
|
|
|
by burriko
5108 days ago
|
|
Agreed. This seems great, but ditching standard form elements for a bunch of divs and spans generally ends up an accessibility nightmare. Backbone.UI.Button = an anchor tag with a span inside rather than a button tag.
Backbone.UI.Checkbox = an anchor containing some divs rather than an input[type=checkbox].
Radio group and Pulldown give similar output. |
|