In a local meeting last week, we decided about splitting HTML5 into two separate parts:
- the pure HTML5 library including any base Widgets and HTML-parser
- an separate framework called "flare" which provides further components, including
- extended Widgets, for example the tools in html5.ext for dialogs, buttons, etc.
- unified Ajax requests (network.py)
- unified icon management (embedsvg.py) of some projects
- ViUR related form management, including ViUR/vi styled EditWidgets
- Existing projects need to be ported to use flare together with HTML5
- HTML5 will remain as a library separately for several reasons, not only for modularity.
This issue serves as a reminder.
In a local meeting last week, we decided about splitting HTML5 into two separate parts:
This issue serves as a reminder.