budde377 / Part

Framework for developing websites written in PHP/Dart.
MIT License
2 stars 0 forks source link

Depricate HTML Elements classes. #120

Closed budde377 closed 9 years ago

budde377 commented 9 years ago

With CSS3, HTML5 and twig, writing forms has become less of a hazzle. We could therefor deprecate these classes, since they sort of encourage the use of PageElements for simple tasks, such as writing forms.

In general PageElements should be used for complex views, which are hard to create in Twig.

The deprecation would involve rewriting the User settings page elements. We might be able to remove them altogether in favor of Twig templates.