<?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: Разметка. Transitional vs Strict</title>
	<atom:link href="http://cascadi.ca/html/transitional-vs-strict-markup/feed/" rel="self" type="application/rss+xml" />
	<link>http://cascadi.ca/html/transitional-vs-strict-markup/</link>
	<description>Парад тегов</description>
	<lastBuildDate>Wed, 25 Aug 2010 04:57:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Acden</title>
		<link>http://cascadi.ca/html/transitional-vs-strict-markup/comment-page-1/#comment-1319</link>
		<dc:creator>Acden</dc:creator>
		<pubDate>Thu, 21 Jan 2010 15:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmakerslounge.com/?p=147#comment-1319</guid>
		<description>А почему width не указали в css, а также border? (border не обязательно, но это же приучает к смысловому разделению)</description>
		<content:encoded><![CDATA[<p>А почему width не указали в css, а также border? (border не обязательно, но это же приучает к смысловому разделению)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mib</title>
		<link>http://cascadi.ca/html/transitional-vs-strict-markup/comment-page-1/#comment-1318</link>
		<dc:creator>mib</dc:creator>
		<pubDate>Thu, 09 Jul 2009 07:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmakerslounge.com/?p=147#comment-1318</guid>
		<description>хм...  а вот так
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
  &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
  &lt;head&gt;
  &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1251&quot; /&gt;
  &lt;title&gt;Untitled Document&lt;/title&gt;
  &lt;style type=&quot;text/css&quot;&gt;
  html	{margin: 0px; padding: 0px;height:100%}
  body	{margin: 0px; padding: 0px;height:100%}
  input   {
  font-size:8px;
  line-height: 8px;
  }
  &lt;/style&gt;
  &lt;/head&gt;
&lt;body&gt;
  &lt;table width=&quot;100%&quot; summary=&quot;&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
  &lt;tr&gt;
  &lt;td valign=&quot;top&quot;&gt;&lt;input type=&quot;text&quot; name=&quot;textfield&quot;/&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;/table&gt;
  &lt;/body&gt;
  &lt;/html&gt;</description>
		<content:encoded><![CDATA[<p>хм&#8230;  а вот так<br />
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;<br />
  &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br />
  &lt;head&gt;<br />
  &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1251&quot; /&gt;<br />
  &lt;title&gt;Untitled Document&lt;/title&gt;<br />
  &lt;style type=&quot;text/css&quot;&gt;<br />
  html	{margin: 0px; padding: 0px;height:100%}<br />
  body	{margin: 0px; padding: 0px;height:100%}<br />
  input   {<br />
  font-size:8px;<br />
  line-height: 8px;<br />
  }<br />
  &lt;/style&gt;<br />
  &lt;/head&gt;<br />
&lt;body&gt;<br />
  &lt;table width=&quot;100%&quot; summary=&quot;&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;<br />
  &lt;tr&gt;<br />
  &lt;td valign=&quot;top&quot;&gt;&lt;input type=&quot;text&quot; name=&quot;textfield&quot;/&gt;&lt;/td&gt;<br />
  &lt;/tr&gt;<br />
  &lt;/table&gt;<br />
  &lt;/body&gt;<br />
  &lt;/html&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mib</title>
		<link>http://cascadi.ca/html/transitional-vs-strict-markup/comment-page-1/#comment-1316</link>
		<dc:creator>mib</dc:creator>
		<pubDate>Thu, 09 Jul 2009 06:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmakerslounge.com/?p=147#comment-1316</guid>
		<description>Untitled Document

html	{margin: 0px; padding: 0px;height:100%}
body	{margin: 0px; padding: 0px;height:100%}
input   {
font-size:8px;
line-height: 8px;
}












Как в strict сделать чтобы уменьшенный input вплотную прилегал к верхней границе таблицы ?
в Transitional это работает</description>
		<content:encoded><![CDATA[<p>Untitled Document</p>
<p>html	{margin: 0px; padding: 0px;height:100%}<br />
body	{margin: 0px; padding: 0px;height:100%}<br />
input   {<br />
font-size:8px;<br />
line-height: 8px;<br />
}</p>
<p>Как в strict сделать чтобы уменьшенный input вплотную прилегал к верхней границе таблицы ?<br />
в Transitional это работает</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cake_Seller</title>
		<link>http://cascadi.ca/html/transitional-vs-strict-markup/comment-page-1/#comment-1315</link>
		<dc:creator>Cake_Seller</dc:creator>
		<pubDate>Sun, 11 Jan 2009 21:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmakerslounge.com/?p=147#comment-1315</guid>
		<description>Спасибо за обзор.
С Transitional vs Strict вроде бы все понятно, а вы могли бы мне объяснить разницу между XHTML 1.0 и XHTML 1.1. На сколько я знаю, в XHTML 1.1 вообще нет DOCTYPE&#039;ов. Читать спецификацию не охото, так что может вы бы могли объяснить мне в двух словах в чем разница, или дать ссылку на какую-нибудь толковую статью, если такая имеется (можно англоязычную. Как-то искал - ничего не нашел).</description>
		<content:encoded><![CDATA[<p>Спасибо за обзор.<br />
С Transitional vs Strict вроде бы все понятно, а вы могли бы мне объяснить разницу между XHTML 1.0 и XHTML 1.1. На сколько я знаю, в XHTML 1.1 вообще нет DOCTYPE&#8217;ов. Читать спецификацию не охото, так что может вы бы могли объяснить мне в двух словах в чем разница, или дать ссылку на какую-нибудь толковую статью, если такая имеется (можно англоязычную. Как-то искал &#8211; ничего не нашел).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
