<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035228" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035228</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/htmls-tag-too#comment-1204366</link>
    <description> &lt;p&gt;Busy - i thought the same as you did about styling the HTML element. I even looked it up on the W3 pages and it doesn&#039;t even document what it&#039;s actually for. I suppose it assumes you know that it&#039;s a container for the head and body tags and a declaration of the mark-up language. But if it&#039;s just a container, are you supposed to be able to apply style to it? I don&#039;t know.&lt;/p&gt;
&lt;p&gt;Just because something passes the validator doesn&#039;t mean that it&#039;s actually correct. Lots of things pass the validator but aren&#039;t actually proper use of the code. I&#039;ve also heard some things about the current validator being broken.  &lt;/p&gt;
&lt;p&gt;I&#039;ll have to do a test to see if styling on a title tag would pass the validator. That&#039;s clearly nonsensical. I actually don&#039;t validate CSS too much so I&#039;m not sure how that tool behaves.&lt;/p&gt;
&lt;p&gt;ETA: this code validates:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;/* CSS Document */&lt;br /&gt;&lt;br /&gt;head {font: 30% Arial, Helvetica, sans-serif #c00;}&lt;br /&gt;title {font-weight: bold; color: #3399CC; font-size: 13px;}&lt;br /&gt;meta {font-weight: bold; color: #3399CC; font-size: 13px;}&lt;/code&gt;&lt;/div&gt;&#039;Of course, just putting random values in there for testing. Wouldn&#039;t actually make text 30%! Or do text in pixels unless it was absolutely necessary.&lt;/p&gt;
 </description>
     <pubDate>Tue, 18 Jul 2006 12:59:36 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1204366 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/htmls-tag-too#comment-1204312</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;JeevesBond wrote:&lt;/strong&gt; Not sure about the title and head elements though, theoretically the same would apply. But why would anyone want to change them?!&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; Why would someone disable the back button, use flash only splash screens, make links the same colour as the text, colour the scroll bars ... because they can.&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Jul 2006 21:04:02 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1204312 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/htmls-tag-too#comment-1204263</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Jack Michaelson wrote:&lt;/strong&gt; This means that the fourth dimension (in this case the left margin) equals the second, the right margin. So this actually says: margin: 0 0 1px 0;&lt;br /&gt;
It&#039;s the same logic as: margin: 0px 0px; where the first zero defines the top and bottom margin and the second zero defines the right and left margin.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Oh, I see! I&#039;ve been seeing that in code all over the place now. I don&#039;t really see the point in being confusing in order to drop just a few characters!&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Jul 2006 12:39:29 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1204263 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/htmls-tag-too#comment-1204261</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Busy wrote:&lt;/strong&gt; CSS in the html tag, I think this is pushing it a bit far as the html tag is more of a file type(structure type) than an actual html element.  is what the file is,  is what the contents of the  file.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This is actually an XML thing, when all browsers (or rather IE) move to an XML parser (instead of SGML) all tags just become tags and  loses it&#039;s special magic. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Not sure about the title and head elements though, theoretically the same would apply. But why would anyone want to change them?!&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Jul 2006 12:11:49 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1204261 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/htmls-tag-too#comment-1204256</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Megan wrote:&lt;/strong&gt; I have a question about this:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;margin: 0 0 1px;&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;When there are only three dimensions listed, what are they referring too? &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This means that the fourth dimension (in this case the left margin) equals the second, the right margin. So this actually says: margin: 0 0 1px 0;&lt;br /&gt;
It&#039;s the same logic as: margin: 0px 0px; where the first zero defines the top and bottom margin and the second zero defines the right and left margin.&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Jul 2006 08:49:31 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1204256 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/htmls-tag-too#comment-1204065</link>
    <description> &lt;p&gt;*wonders if steve40 is mini-busy muhhaha*&lt;/p&gt;
&lt;p&gt;hmmmm CSS in the html tag, I think this is pushing it a bit far as the html tag is more of a file type(structure type) than an actual html element.  is what the file is,  is what the contents of the  file.&lt;/p&gt;
&lt;p&gt;This is quite scary really, if the  tag can be abused then the title and head tags could be too, imagine if CSS was used in the title tag (have never tried it to see if it would work), javascript can be used to add crap up there, imagine rainbow text, images, scroll bars ...&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jul 2006 21:48:02 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1204065 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/htmls-tag-too#comment-1204055</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: I saw that on digg too and sort of wondered if you&#039;re supposed to be styling the html element in this way but I can&#039;t think of any reason why not...&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Did you read the comments below the article? &lt;a href=&quot;http://avalonstar.com/2006/07/11/htmls-a-tag-too/#comment-6955&quot; class=&quot;bb-url&quot;&gt;This guy says it is valid&lt;/a&gt;. I should also mention that it doesn&#039;t work properly in IE 5 (according to the article.)&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jul 2006 20:23:26 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1204055 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/htmls-tag-too#comment-1204053</link>
    <description> &lt;p&gt;I have a question about this:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;margin: 0 0 1px;&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;When there are only three dimensions listed, what are they referring too? I hadn&#039;t seen that until today when I started building a user stylsheet for ALA and they&#039;ve used it quite a bit too. I also noticed that they&#039;ve done away with extra div&#039;s in a lot of places (which does make it a little more challenging to hack their CSS!).&lt;/p&gt;
&lt;p&gt;I saw that on digg too and sort of wondered if you&#039;re supposed to be styling the html element in this way but I can&#039;t think of any reason why not...&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jul 2006 19:46:10 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1204053 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
