<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1037171" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1037171</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/possible-depreciation-div-tag#comment-1213543</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Megan;213529 wrote:&lt;/strong&gt;  Of course, tables will always be necessary for tabular data. That will never go away. And that&#039;s one of the big misconceptions in the tables vs. CSS debate - people sometimes have an innate understanding of the difference between layout tables and data tables.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;On the other hand, there is a new element on this list called datagrid, which looks like it could replace  (eventually, although I don&#039;t think that&#039;s what they are intending with that). The datagrid &quot;represents an interactive representation of tree, list, or tabular data.&quot; So right now it&#039;s only for interactive tables (weird). The table is still included in the list, but I could see it being depreciated eventually if this datagrid element is meant to replace it. The problems with  are really the same as the problems with  - lots of mis-use, over-use, and misunderstandings over it&#039;s proper purpose. So it could be a good idea to eventually replace it with something else.&lt;/p&gt;
&lt;p&gt;One element on the list that I don&#039;t agree with is the  tag for marking up conversations. in the HTML 4.0 spec, the definition list description says that you can use that for marking up dialog (and therefore any list with matched pairs). I think that this is opening a can of worms. Once you&#039;ve got dialog, why not have something for a FAQ (for example). It is still using the&lt;br /&gt;
&lt;dt&gt; and&lt;br /&gt;
&lt;dd&gt; elements from definition lists too.&lt;/dd&gt;&lt;/dt&gt;&lt;/p&gt;
&lt;p&gt;While researching the datagrid element I came across &lt;a href=&quot;http://blog.jonnay.net/archives/657-HTML-5,-a-pre-preview..html&quot; class=&quot;bb-url&quot;&gt;this post&lt;/a&gt; about the working draft, which was an early version of the other one we looked at.  He mentions some other interesting elements that must have been removed from the proposed spec at some point, and some thoughts on what bit corporations (Google, MS) will do with this.&lt;/p&gt;
 </description>
     <pubDate>Mon, 15 Jan 2007 14:26:15 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1213543 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/possible-depreciation-div-tag#comment-1213542</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Megan;213529 wrote:&lt;/strong&gt;  Of course, tables will always be necessary for tabular data. That will never go away. And that&#039;s one of the big misconceptions in the tables vs. CSS debate - people sometimes have an innate understanding of the difference between layout tables and data tables.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;On the other hand, there is a new element on this list called datagrid, which looks like it could replace  (eventually). The datagrid &quot;represents an interactive representation of tree, list, or tabular data.&quot; So right now it&#039;s only for interactive tables (weird). The table is still included in the list, but I could see it being depreciated eventually if this datagrid element is meant to replace it. The problems with  are really the same as the problems with  - lots of mis-use, over-use, and misunderstandings over it&#039;s proper purpose. So it could be a good idea to eventually replace it with something else.&lt;/p&gt;
&lt;p&gt;One element on the list that I don&#039;t agree with is the  tag for marking up conversations. in the HTML 4.0 spec, the definition list description says that you can use that for marking up dialog (and therefore any list with matched pairs). I think that this is opening a can of worms. Once you&#039;ve got dialog, why not have something for a FAQ (for example). It is still using the&lt;br /&gt;
&lt;dt&gt; and&lt;br /&gt;
&lt;dd&gt; elements from definition lists too.&lt;/dd&gt;&lt;/dt&gt;&lt;/p&gt;
&lt;p&gt;While researching the datagrid element I came across &lt;a href=&quot;http://blog.jonnay.net/archives/657-HTML-5,-a-pre-preview..html&quot; class=&quot;bb-url&quot;&gt;this post&lt;/a&gt; about the working draft, which must be a previous version to the other one we looked at.  He mentions some other interesting elements that must have been removed from the proposed spec at some point, and some thoughts on what bit corporations (Google, MS) will do with this.&lt;/p&gt;
 </description>
     <pubDate>Mon, 15 Jan 2007 14:21:00 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1213542 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/possible-depreciation-div-tag#comment-1213529</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Roo;213507 wrote:&lt;/strong&gt; I think that it would be a mistake. Mainly because it&#039;s only been recently that css based layouts have *really* taken hold. Think of all of those sites that would then become non-compliant.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;That&#039;s why they have versioning though. *If* the div tag were to be depreciated, it would only be under HTML 5/xHTML (? not sure which version, 2.1 or 3) - so pages developed under HTML 4 or xHTML 2 would still be compliant.&lt;/p&gt;
&lt;p&gt;Browsers will always support older versions of the standards for the sake of backwards compatibility.  &lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: This to me says that tables (which I still use) aren&#039;t so bad as many people make them out to be. As long as tables are still is use for &#039;tabular data&#039; then they at least are not depreciated.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; Of course, tables will always be necessary for tabular data. That will never go away. And that&#039;s one of the big misconceptions in the tables vs. CSS debate - people sometimes have an innate understanding of the difference between layout tables and data tables.&lt;/p&gt;
&lt;p&gt;One thing that confuses me about that list of proposed elements is that i and b are still included.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;roo wrote:&lt;/strong&gt; For examle the recent addition of an absence of background-color in all elements causing a warning. This to me is dumb! If  my page is white and I an not using background colors in any elements, then why in God&#039;s name would I want to inflate the stylesheet with addiotnal lines for every element? DUMB!&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Yes, I agree with that. Same with some of the accessibility validators that throw a warning on all gif images because they might be flashing animation.&lt;/p&gt;
 </description>
     <pubDate>Sun, 14 Jan 2007 19:08:08 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1213529 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/possible-depreciation-div-tag#comment-1213507</link>
    <description> &lt;p&gt;I think that it would be a mistake. Mainly because it&#039;s only been recently that css based layouts have *really* taken hold. Think of all of those sites that would then become non-compliant.&lt;/p&gt;
&lt;p&gt;Think of all the work and money that would need to go into a re-do of sites you&#039;ve already done to current specs (that is if developer and client were bothered by the fact that any given site has now become non-standard)&lt;/p&gt;
&lt;p&gt;This to me says that tables (which I still use) aren&#039;t so bad as many people make them out to be. As long as tables are still is use for &#039;tabular data&#039; then they at least are not depreciated.&lt;/p&gt;
&lt;p&gt;Some of the moves by W3C do not make any sense to me.&lt;/p&gt;
&lt;p&gt;For examle the recent addition of an absence of background-color in all elements causing a warning. This to me is dumb! If  my page is white and I an not using background colors in any elements, then why in God&#039;s name would I want to inflate the stylesheet with addiotnal lines for every element? DUMB!&lt;/p&gt;
&lt;p&gt;I DO like the idea of header, footer, nav....that to me makes sense.&lt;/p&gt;
 </description>
     <pubDate>Sun, 14 Jan 2007 00:38:43 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1213507 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/possible-depreciation-div-tag#comment-1213477</link>
    <description> &lt;p&gt;Thank you for finding a similar article on this Megan.&lt;/p&gt;
&lt;p&gt;Looks like the ideas of XML/XSLT have been changing the W3C&#039;s specification ideas on the new HTML type.&lt;/p&gt;
&lt;p&gt;Browser vendors work closely to the specification, for one it&#039;s easier than making your own, and two because it ensures that they are seen as being &#039;with the times&#039; and not out just to rule the browser world.&lt;/p&gt;
&lt;p&gt;Personally, I agree with andy, the W3C need to be given legislative powers in order to force down their standards. I know that the idea of the standard is basically a guideline system, but with how fragile the web economy is, we need some laws on development.&lt;/p&gt;
 </description>
     <pubDate>Sat, 13 Jan 2007 10:51:41 +0000</pubDate>
 <dc:creator>mik-crap</dc:creator>
 <guid isPermaLink="false">comment 1213477 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/possible-depreciation-div-tag#comment-1213465</link>
    <description> &lt;p&gt;This is what I hate about HTML... the W3 aren&#039;t really in charge of the spec - they just make recommendations - ultimately, it&#039;s the browser vendors that decide what comes into use and what doesn&#039;t. We need the W3 to be more proactive and take control of the situation.&lt;/p&gt;
 </description>
     <pubDate>Fri, 12 Jan 2007 21:20:27 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1213465 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
