Re: Style tag for Widgets

2018-01-20 Thread James Yong
Hi Michael, Taher, Points taken. I will probably go with the FTL option then. Thanks, James Yong On 2018-01-20 20:41, Michael Brohl wrote: > +1 > > Inline CSS should be avoided. > > The HTML code should only contain the standard tags and css class/id > attributes

Re: Style tag for Widgets

2018-01-20 Thread Michael Brohl
+1 Inline CSS should be avoided. The HTML code should only contain the standard tags and css class/id attributes to decouple the page structure from the layout. Regards, Michael Am 20.01.18 um 07:23 schrieb Taher Alkhateeb: The widget system as I understand is a DSL for rendering user

Re: Style tag for Widgets

2018-01-19 Thread Taher Alkhateeb
The widget system as I understand is a DSL for rendering user interfaces regardless of the underlying technology. So HTML is only one output. Introducing styles might create coupling between the widget system and HTML. We have been working hard to completely disentangle web from widget such as

Style tag for Widgets

2018-01-19 Thread James Yong
Hi all, Proposing a