<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
	>
<channel>
	<title>Comments on: CSSだけで文字にドロップシャドウをつける方法（あまり良くない方法）</title>
	<atom:link href="http://www.simplexsimple.com/archives/2006/11/css.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simplexsimple.com/archives/2006/11/css.html</link>
	<description>SIMPLE*SIMPLE ～ Web職人のための小粋なネタ帳</description>
	<lastBuildDate>Mon, 30 Nov 2009 03:08:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: とあるWEBクリエイターのblog</title>
		<link>http://www.simplexsimple.com/archives/2006/11/css.html/comment-page-1#comment-92</link>
		<dc:creator>とあるWEBクリエイターのblog</dc:creator>
		<pubDate>Mon, 27 Nov 2006 15:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://dev.simplexsimple.com/?p=33#comment-92</guid>
		<description>&lt;strong&gt;javascriptで文字にドロップシャドウをつける方法&lt;/strong&gt;

SiMPLE*SiMPLEさんのエントリー、CSSだけで文字にドロップシャドウを...</description>
		<content:encoded><![CDATA[							<p><strong>javascriptで文字にドロップシャドウをつける方法</strong></p>
							<p>SiMPLE*SiMPLEさんのエントリー、CSSだけで文字にドロップシャドウを&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ものの</title>
		<link>http://www.simplexsimple.com/archives/2006/11/css.html/comment-page-1#comment-91</link>
		<dc:creator>ものの</dc:creator>
		<pubDate>Mon, 27 Nov 2006 08:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://dev.simplexsimple.com/?p=33#comment-91</guid>
		<description>kosaki さんの言う
text-shadow は 2.1 で廃止されている始末w</description>
		<content:encoded><![CDATA[							<p>kosaki さんの言う<br />
							text-shadow は 2.1 で廃止されている始末w</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bar</title>
		<link>http://www.simplexsimple.com/archives/2006/11/css.html/comment-page-1#comment-90</link>
		<dc:creator>Bar</dc:creator>
		<pubDate>Mon, 27 Nov 2006 03:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://dev.simplexsimple.com/?p=33#comment-90</guid>
		<description>どうでもええやん…。
原理主義者はイヤだなあ…。</description>
		<content:encoded><![CDATA[							<p>どうでもええやん…。<br />
							原理主義者はイヤだなあ…。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nez</title>
		<link>http://www.simplexsimple.com/archives/2006/11/css.html/comment-page-1#comment-89</link>
		<dc:creator>nez</dc:creator>
		<pubDate>Mon, 27 Nov 2006 00:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://dev.simplexsimple.com/?p=33#comment-89</guid>
		<description>これは「CSSだけで」シャドウを付ける方法ではありません。
「HTMLとCSSで」シャドウをつけています。
この方法は、絶対に使ってはいけません。

HTMLとは、文章構造のみを記述すべきものであり、
視覚的表現は全てCSSで行うのが正しい方法です。
影を付ける為だけにタイトルを2回記述するのは
HTMLで視覚表現を記述することとなり、不適切であると言えます。

上記の例は、CSSが無効の環境(携帯もそうです)で閲覧した場合や
或いは検索エンジンのbot、視覚障害者用音声ブラウザ等では
「Lorem IpsumLorem Ipsum」という第一見出しである、
と判断されてしまいます。
ユーザビリティ的にもSEO的にも悪影響のある方法ということです。

繰り返しますが、この方法は、絶対に使ってはいけません。

僭越ながら、HTMLの基本概念の入門として、
こちらをご一読されることをお勧めします。
The Web KANZAKI - ごく簡単なHTMLの説明
&lt;a href=&quot;http://www.kanzaki.com/docs/htminfo.html&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://www.kanzaki.com/docs/htminfo.html&quot; rel=&quot;nofollow&quot;&gt;http://www.kanzaki.com/docs/htminfo.html&lt;/a&gt;&lt;/a&gt;</description>
		<content:encoded><![CDATA[							<p>これは「CSSだけで」シャドウを付ける方法ではありません。<br />
							「HTMLとCSSで」シャドウをつけています。<br />
							この方法は、絶対に使ってはいけません。</p>
							<p>HTMLとは、文章構造のみを記述すべきものであり、<br />
							視覚的表現は全てCSSで行うのが正しい方法です。<br />
							影を付ける為だけにタイトルを2回記述するのは<br />
							HTMLで視覚表現を記述することとなり、不適切であると言えます。</p>
							<p>上記の例は、CSSが無効の環境(携帯もそうです)で閲覧した場合や<br />
							或いは検索エンジンのbot、視覚障害者用音声ブラウザ等では<br />
							「Lorem IpsumLorem Ipsum」という第一見出しである、<br />
							と判断されてしまいます。<br />
							ユーザビリティ的にもSEO的にも悪影響のある方法ということです。</p>
							<p>繰り返しますが、この方法は、絶対に使ってはいけません。</p>
							<p>僭越ながら、HTMLの基本概念の入門として、<br />
							こちらをご一読されることをお勧めします。<br />
							The Web KANZAKI &#8211; ごく簡単なHTMLの説明<br />
							<a href="http://www.kanzaki.com/docs/htminfo.html" rel="nofollow"></a><a href="http://www.kanzaki.com/docs/htminfo.html" rel="nofollow">http://www.kanzaki.com/docs/htminfo.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 通りすがり</title>
		<link>http://www.simplexsimple.com/archives/2006/11/css.html/comment-page-1#comment-88</link>
		<dc:creator>通りすがり</dc:creator>
		<pubDate>Sun, 26 Nov 2006 20:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://dev.simplexsimple.com/?p=33#comment-88</guid>
		<description>ちょっと気になったので。

この方法だと、同じコンテンツ（ここでは &quot;Lorem Ipsum&quot; ）を不必要に２度記述してます。見栄えのために文書内容や構造を犠牲にしてますけど、いいんでしょうか？(^ ^;)

ネタ元リソースのコメントでも、

&gt; Nothing new. If you come up with a way that doesn’t
&gt; require you to have the text typed twice and I’ll be
&gt; impressed.

&gt; Cute, and a great example of how NOT to write code.

なんて皮肉が飛び交ってますけど..。</description>
		<content:encoded><![CDATA[							<p>ちょっと気になったので。</p>
							<p>この方法だと、同じコンテンツ（ここでは &#8220;Lorem Ipsum&#8221; ）を不必要に２度記述してます。見栄えのために文書内容や構造を犠牲にしてますけど、いいんでしょうか？(^ ^;)</p>
							<p>ネタ元リソースのコメントでも、</p>
							<p>> Nothing new. If you come up with a way that doesn’t<br />
							> require you to have the text typed twice and I’ll be<br />
							> impressed.</p>
							<p>> Cute, and a great example of how NOT to write code.</p>
							<p>なんて皮肉が飛び交ってますけど..。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PAMd</title>
		<link>http://www.simplexsimple.com/archives/2006/11/css.html/comment-page-1#comment-87</link>
		<dc:creator>PAMd</dc:creator>
		<pubDate>Sun, 26 Nov 2006 18:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://dev.simplexsimple.com/?p=33#comment-87</guid>
		<description>それだと、CSS無効化されているとき（検索エンジンとかRSSフィードとか）に、同じ文字列が二つ重なっちゃうんですが。。。
CSSのTipsとしては、well knownのバッドノウハウの一つだと思います。</description>
		<content:encoded><![CDATA[							<p>それだと、CSS無効化されているとき（検索エンジンとかRSSフィードとか）に、同じ文字列が二つ重なっちゃうんですが。。。<br />
							CSSのTipsとしては、well knownのバッドノウハウの一つだと思います。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: い</title>
		<link>http://www.simplexsimple.com/archives/2006/11/css.html/comment-page-1#comment-86</link>
		<dc:creator>い</dc:creator>
		<pubDate>Sun, 26 Nov 2006 15:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://dev.simplexsimple.com/?p=33#comment-86</guid>
		<description>これやられると、読み上げソフト使っている人間に迷惑をかけます!!</description>
		<content:encoded><![CDATA[							<p>これやられると、読み上げソフト使っている人間に迷惑をかけます!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kosaki</title>
		<link>http://www.simplexsimple.com/archives/2006/11/css.html/comment-page-1#comment-85</link>
		<dc:creator>kosaki</dc:creator>
		<pubDate>Sun, 26 Nov 2006 14:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://dev.simplexsimple.com/?p=33#comment-85</guid>
		<description>これはわりと有名なCSSでやってはいけない例ですよ。
CSS非対応ブラウザで見ると文字が２つ出てきてしまいます。
そういう理由で text-shadow プロパティがCSS2から追加されているわけで・・・・</description>
		<content:encoded><![CDATA[							<p>これはわりと有名なCSSでやってはいけない例ですよ。<br />
							CSS非対応ブラウザで見ると文字が２つ出てきてしまいます。<br />
							そういう理由で text-shadow プロパティがCSS2から追加されているわけで・・・・</p>
]]></content:encoded>
	</item>
</channel>
</rss>
