<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CSS or just MESS?</title>
	<atom:link href="http://www.terrainformatica.com/2010/01/css-or-just-mess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.terrainformatica.com/index.php/2010/01/css-or-just-mess/</link>
	<description>Terra Informatica, home of embeddable html and CSS rendering engines.</description>
	<lastBuildDate>Fri, 08 Apr 2011 07:40:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: bobef</title>
		<link>http://www.terrainformatica.com/index.php/2010/01/css-or-just-mess/comment-page-1/#comment-6615</link>
		<dc:creator>bobef</dc:creator>
		<pubDate>Wed, 03 Feb 2010 07:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=164#comment-6615</guid>
		<description>It is funny. I agree IE5/6 made a lot of difference. Plus they could be used for desktop applications. At the time they were so ahead of everything else. On other hand IE6 was holding back web development for years.

&lt;blockquote&gt;In principle I can add support of ‘root’ value to the display-model model attribute so you can define something like:&lt;/blockquote&gt;

It would look better IMO, but it doesn&#039;t matter much. It was just a thing that came to my mind.</description>
		<content:encoded><![CDATA[<p>It is funny. I agree IE5/6 made a lot of difference. Plus they could be used for desktop applications. At the time they were so ahead of everything else. On other hand IE6 was holding back web development for years.</p>
<blockquote><p>In principle I can add support of ‘root’ value to the display-model model attribute so you can define something like:</p></blockquote>
<p>It would look better IMO, but it doesn&#8217;t matter much. It was just a thing that came to my mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.terrainformatica.com/index.php/2010/01/css-or-just-mess/comment-page-1/#comment-6612</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 03 Feb 2010 02:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=164#comment-6612</guid>
		<description>To bobef about HTML5. Standartization is a good thing for the Web of course. &lt;p&gt;But let&#039;s compare:&lt;/p&gt;
  &lt;p&gt;&lt;a href=&quot;http://dev.w3.org/html5/markup&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/html5/markup/&lt;/a&gt; (circa 2009) and&lt;br/&gt;&lt;a href=&quot;http://www.w3.org/TR/html4&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/html4/&lt;/a&gt; (circa 1998)&lt;/p&gt;
  &lt;p&gt;not that much I would say. To wait 10 years for things like &lt;code&gt;&lt;input type=datetime&gt;&lt;/code&gt; is simply not acceptable. Better than nothing of course. &lt;/p&gt;
  &lt;p&gt;I strongly believe that the whole principle of such development is plainly wrong. &lt;/p&gt;
  &lt;p&gt;The golden age of web technologies development was the time when browsers were fighting for the market by adding features. IE5 and IE6 added a lot to what we have now. E.g. main thing behind AJAX &lt;a href=&quot;http://en.wikipedia.org/wiki/XMLHttpRequest#History_and_support&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/XMLHttpRequest#History_and_support&lt;/a&gt; was added by guerilla methods of Outlook Web Access team (OWA is the best online email application IMO). &lt;/p&gt;
  &lt;p&gt;This time Google is pushing new features under the umbrella of HTML5. Pretty much in the same way. I remember it was an even an attempt make SQLite specification as a part of HTML5. No objections to the SQLite per se but in HTML? All this smells not so good. &lt;/p&gt;
  &lt;p&gt;I would rather to see minimal specification (HTML4 was pretty solid spec IMO) but with &lt;strong&gt;extensibility&lt;/strong&gt; mechanism. Just allow to specify something like this:&lt;/p&gt;
  &lt;pre&gt;input[type=datetime] { behavior: datetime; }
&lt;/pre&gt;
  &lt;p&gt;With the ability to hookup your own script based implementation if your browser does not support &#039;datetime&#039;. &lt;/p&gt;
  &lt;p&gt;You can put separate spec for things like &#039;datetime&#039;. It will be significantly better as we can update specs for behaviors after month of public discussion or so. But not another 10 years ... &lt;/p&gt;
  &lt;p&gt;And about `&lt;html&gt;`,`&lt;head&gt;`, etc. tags in Sciter. ( BTW: they are optional in html :) &lt;/p&gt;
  &lt;p&gt;In principle I can add support of &#039;root&#039; value to the &lt;code&gt;display-model&lt;/code&gt; model attribute so you can define something like:&lt;/p&gt;
  &lt;pre&gt;window 
{ 
  display: block; 
  display-model: root; 
}
&lt;/pre&gt;
  &lt;p&gt; and so your markup may look like: &lt;/p&gt;
  &lt;pre&gt;&lt;window&gt;
 &lt;title&gt;..&lt;/title&gt;
 &lt;content&gt; &lt;/content&gt;
&lt;/window&gt;
&lt;/pre&gt;
  &lt;p&gt;nothing difficult. If it matters.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>To bobef about HTML5. Standartization is a good thing for the Web of course.
<p>But let&#8217;s compare:</p>
<p><a href="http://dev.w3.org/html5/markup" rel="nofollow">http://dev.w3.org/html5/markup/</a> (circa 2009) and<br /><a href="http://www.w3.org/TR/html4" rel="nofollow">http://www.w3.org/TR/html4/</a> (circa 1998)</p>
<p>not that much I would say. To wait 10 years for things like <code>&lt;input type=datetime&gt;</code> is simply not acceptable. Better than nothing of course. </p>
<p>I strongly believe that the whole principle of such development is plainly wrong. </p>
<p>The golden age of web technologies development was the time when browsers were fighting for the market by adding features. IE5 and IE6 added a lot to what we have now. E.g. main thing behind AJAX <a href="http://en.wikipedia.org/wiki/XMLHttpRequest#History_and_support" rel="nofollow">http://en.wikipedia.org/wiki/XMLHttpRequest#History_and_support</a> was added by guerilla methods of Outlook Web Access team (OWA is the best online email application IMO). </p>
<p>This time Google is pushing new features under the umbrella of HTML5. Pretty much in the same way. I remember it was an even an attempt make SQLite specification as a part of HTML5. No objections to the SQLite per se but in HTML? All this smells not so good. </p>
<p>I would rather to see minimal specification (HTML4 was pretty solid spec IMO) but with <strong>extensibility</strong> mechanism. Just allow to specify something like this:</p>
<pre>input[type=datetime] { behavior: datetime; }
</pre>
<p>With the ability to hookup your own script based implementation if your browser does not support &#8216;datetime&#8217;. </p>
<p>You can put separate spec for things like &#8216;datetime&#8217;. It will be significantly better as we can update specs for behaviors after month of public discussion or so. But not another 10 years &#8230; </p>
<p>And about `&lt;html&gt;`,`&lt;head&gt;`, etc. tags in Sciter. ( BTW: they are optional in html <img src='http://www.terrainformatica.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>In principle I can add support of &#8216;root&#8217; value to the <code>display-model</code> model attribute so you can define something like:</p>
<pre>window
{
  display: block;
  display-model: root;
}
</pre>
<p> and so your markup may look like: </p>
<pre>&lt;window&gt;
 &lt;title&gt;..&lt;/title&gt;
 &lt;content&gt; &lt;/content&gt;
&lt;/window&gt;
</pre>
<p>nothing difficult. If it matters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.terrainformatica.com/index.php/2010/01/css-or-just-mess/comment-page-1/#comment-6608</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 01 Feb 2010 22:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=164#comment-6608</guid>
		<description>Agreed. No language should ever work like that, but I don&#039;t think it is beyond repair yet. It is possible to unify the representation of lists without breaking backwards compatibility, because there ARE a handful of characters that could be used without a problem. You could use {} or () for grouping. If John the Web Designer can understand the current system, but can&#039;t comprehend grouping with curly braces, he must have something wrong with him.

The thing about using {} to fix this is that it doesn&#039;t conflict with existing syntax. Currently, nothing uses {} in a single style. (Though it looks like wobble is trying to kill this option too?) I&#039;m not sure how existing parsers will feel about it, but if they follow the standard about ignoring things they don&#039;t understand, I think they should be fine, right?

You&#039;ve participated in CSS development a lot in the past. Any chance you could convince folks to fix this before it&#039;s too late?</description>
		<content:encoded><![CDATA[<p>Agreed. No language should ever work like that, but I don&#8217;t think it is beyond repair yet. It is possible to unify the representation of lists without breaking backwards compatibility, because there ARE a handful of characters that could be used without a problem. You could use {} or () for grouping. If John the Web Designer can understand the current system, but can&#8217;t comprehend grouping with curly braces, he must have something wrong with him.</p>
<p>The thing about using {} to fix this is that it doesn&#8217;t conflict with existing syntax. Currently, nothing uses {} in a single style. (Though it looks like wobble is trying to kill this option too?) I&#8217;m not sure how existing parsers will feel about it, but if they follow the standard about ignoring things they don&#8217;t understand, I think they should be fine, right?</p>
<p>You&#8217;ve participated in CSS development a lot in the past. Any chance you could convince folks to fix this before it&#8217;s too late?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bobef</title>
		<link>http://www.terrainformatica.com/index.php/2010/01/css-or-just-mess/comment-page-1/#comment-6607</link>
		<dc:creator>bobef</dc:creator>
		<pubDate>Mon, 01 Feb 2010 10:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=164#comment-6607</guid>
		<description>HTML5 may help web applications, but don&#039;t forget these [web] people are stuck with what the least common denominator (i.e. IE) has to offer. Even if this was not the case they are pretty stuck. I mean all they have is javascript/html. They can&#039;t extend the browser. They need to consider how google crawler works. They often need to consider how the web server works. So they kind of need this standards otherwise it becomes a mess. We on the other hand are not writing web application. Even if we are, we are not executing them in the browser, but in our own client (based on HTMLayout/Sciter) over which we have infinite (well almost) control. So my point is HTML is a nice readable way to define layout. CSS is a nice readable way to define some visual properties of this layout. They both are a good way to appeal to wider audience and make it easier for them to get started. That&#039;s about it. I don&#039;t know if all the HTMLayout users have the same opinion as me, but I like to do my own stuff. You see at first I was trying to stick to my web programming habits while using HTMLayout, then I realized I don&#039;t need to stick to retarded habits because this is never going to be a web application but a desktop one and I have much more power at my fingertips. It is my own thing and I don&#039;t need to make it compatible with IE or old server software or google or whatever. So it is good to have some web compatibility to get started. Later it is good to be able to get rid of all that and do your own stuff the way you like. Right now I use master css from scratch and all kinds of custom tags to do various things, so my html editor thinks all my tags are wrong and displays them in &#039;wrong tag&#039; color. But it suits my logic and likings. In fact I want to get rid of as much builtin/web standard stuff as possible to get maximum performance and maximum &#039;the way I like it&#039; markup. For example - why on earth would anyone want to write &#039;html&#039;,&#039;head&#039; and &#039;body&#039; tags in a desktop application? They are completely useless (unless they do some good to internal h-smile workings which I&#039;m unaware of). You just need to include your styles/scripts/tag definitions at the top of the document. There is no &#039;title&#039;,&#039;meta&#039; or whatever. Even if there is you will have your own way of processing it. If you like these in a head tag - fine - define your own head tag and put them in it. It takes only few lines... The list of examples goes on. There is a lot that can be done to aid applications (applications as opposed to pages). But my opinion is that this should be more in the form of libraries/modules. The host should be very basic, but extremely fast and [easily] customizable.</description>
		<content:encoded><![CDATA[<p>HTML5 may help web applications, but don&#8217;t forget these [web] people are stuck with what the least common denominator (i.e. IE) has to offer. Even if this was not the case they are pretty stuck. I mean all they have is javascript/html. They can&#8217;t extend the browser. They need to consider how google crawler works. They often need to consider how the web server works. So they kind of need this standards otherwise it becomes a mess. We on the other hand are not writing web application. Even if we are, we are not executing them in the browser, but in our own client (based on HTMLayout/Sciter) over which we have infinite (well almost) control. So my point is HTML is a nice readable way to define layout. CSS is a nice readable way to define some visual properties of this layout. They both are a good way to appeal to wider audience and make it easier for them to get started. That&#8217;s about it. I don&#8217;t know if all the HTMLayout users have the same opinion as me, but I like to do my own stuff. You see at first I was trying to stick to my web programming habits while using HTMLayout, then I realized I don&#8217;t need to stick to retarded habits because this is never going to be a web application but a desktop one and I have much more power at my fingertips. It is my own thing and I don&#8217;t need to make it compatible with IE or old server software or google or whatever. So it is good to have some web compatibility to get started. Later it is good to be able to get rid of all that and do your own stuff the way you like. Right now I use master css from scratch and all kinds of custom tags to do various things, so my html editor thinks all my tags are wrong and displays them in &#8216;wrong tag&#8217; color. But it suits my logic and likings. In fact I want to get rid of as much builtin/web standard stuff as possible to get maximum performance and maximum &#8216;the way I like it&#8217; markup. For example &#8211; why on earth would anyone want to write &#8216;html&#8217;,'head&#8217; and &#8216;body&#8217; tags in a desktop application? They are completely useless (unless they do some good to internal h-smile workings which I&#8217;m unaware of). You just need to include your styles/scripts/tag definitions at the top of the document. There is no &#8216;title&#8217;,'meta&#8217; or whatever. Even if there is you will have your own way of processing it. If you like these in a head tag &#8211; fine &#8211; define your own head tag and put them in it. It takes only few lines&#8230; The list of examples goes on. There is a lot that can be done to aid applications (applications as opposed to pages). But my opinion is that this should be more in the form of libraries/modules. The host should be very basic, but extremely fast and [easily] customizable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.terrainformatica.com/index.php/2010/01/css-or-just-mess/comment-page-1/#comment-6605</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 31 Jan 2010 21:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=164#comment-6605</guid>
		<description>Yep, I am with you, Borislav. 

But what about HTML5 ( http://www.w3.org/TR/html5/ ) ? 

&lt;blockquote&gt;&quot;In this version, new features are introduced to help &lt;b&gt;Web application&lt;/b&gt; authors, new elements are introduced based on research into prevailing authoring practices&quot;&lt;/blockquote&gt;

HTML5 is targeted towards applications - not just to support of formatted text, HTML4 was good enough on that, IMHO.
So presumably HTML5 should help? But that is just a markup language at the end ...</description>
		<content:encoded><![CDATA[<p>Yep, I am with you, Borislav. </p>
<p>But what about HTML5 ( <a href="http://www.w3.org/TR/html5/" rel="nofollow">http://www.w3.org/TR/html5/</a> ) ? </p>
<blockquote><p>&#8220;In this version, new features are introduced to help <b>Web application</b> authors, new elements are introduced based on research into prevailing authoring practices&#8221;</p></blockquote>
<p>HTML5 is targeted towards applications &#8211; not just to support of formatted text, HTML4 was good enough on that, IMHO.<br />
So presumably HTML5 should help? But that is just a markup language at the end &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bobef</title>
		<link>http://www.terrainformatica.com/index.php/2010/01/css-or-just-mess/comment-page-1/#comment-6603</link>
		<dc:creator>bobef</dc:creator>
		<pubDate>Thu, 28 Jan 2010 09:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.terrainformatica.com/index.php/?p=164#comment-6603</guid>
		<description>Luckily TI&#039;s product is not a web browser, nor anything that has to be web compliant. Actually I was thinking (again) the other day what &quot;the ultimate&quot; gui toolkit should look like. Sciter is almost there in my opinion and where I think it fails is the web complicity - it has too much of it - only wasting performance and wasting tags that could be otherwise used. In my opinion H-SMILE should be based on HTML/CSS, but only on the good points, only where it makes sense, because it is a well known syntax. But nobody is going to port their web portal to Sciter for offline use. 

The purpose is entirely different. The only place where HTML/CSS is actually needed is a help system or something similar that will display formatted text. All these many tags and inline stuff make little or no sense for application gui. It is all blocks and layout-ing these blocks. Maybe there should be something like a single element that support HTML formatted text and images. HTMLayout is layout defined with HTML-like syntax, not HTML page, because it is not a page. So &lt;code&gt;display: block, blocks-inside&lt;/code&gt; for the win :). IMHO it is much more important to have some drawing definition language (you mentioned it once). Something that can easily handle many layered drawing operations and animation. This could change how things are done in a great way. Then one wouldn&#039;t need to stack elements one upon the other to simulate layers and stuff. One would just need blocks and the right layout. Then CSS selectors combined with some drawing rules can do the rest. I see no reason why H-SMILE should follow behind w3 rules. I don&#039;t do lot of web programming recently, but I feel seriously retarded when I need to go back to CSS and Javascript DOM and all that browsers provide. It is plain stupid thing compatible with something made 10 years ago meant for displaying text... 

My point is H-SMILE is more than enough web compatible. It is not embedded browser. Trying to follow new web standards (if they are not particularly useful) is going back IMHO.</description>
		<content:encoded><![CDATA[<p>Luckily TI&#8217;s product is not a web browser, nor anything that has to be web compliant. Actually I was thinking (again) the other day what &#8220;the ultimate&#8221; gui toolkit should look like. Sciter is almost there in my opinion and where I think it fails is the web complicity &#8211; it has too much of it &#8211; only wasting performance and wasting tags that could be otherwise used. In my opinion H-SMILE should be based on HTML/CSS, but only on the good points, only where it makes sense, because it is a well known syntax. But nobody is going to port their web portal to Sciter for offline use. </p>
<p>The purpose is entirely different. The only place where HTML/CSS is actually needed is a help system or something similar that will display formatted text. All these many tags and inline stuff make little or no sense for application gui. It is all blocks and layout-ing these blocks. Maybe there should be something like a single element that support HTML formatted text and images. HTMLayout is layout defined with HTML-like syntax, not HTML page, because it is not a page. So <code>display: block, blocks-inside</code> for the win <img src='http://www.terrainformatica.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . IMHO it is much more important to have some drawing definition language (you mentioned it once). Something that can easily handle many layered drawing operations and animation. This could change how things are done in a great way. Then one wouldn&#8217;t need to stack elements one upon the other to simulate layers and stuff. One would just need blocks and the right layout. Then CSS selectors combined with some drawing rules can do the rest. I see no reason why H-SMILE should follow behind w3 rules. I don&#8217;t do lot of web programming recently, but I feel seriously retarded when I need to go back to CSS and Javascript DOM and all that browsers provide. It is plain stupid thing compatible with something made 10 years ago meant for displaying text&#8230; </p>
<p>My point is H-SMILE is more than enough web compatible. It is not embedded browser. Trying to follow new web standards (if they are not particularly useful) is going back IMHO.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

