<?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"
	>
<channel>
	<title>Comments on: Web设计的中文排版</title>
	<atom:link href="http://blog.weakow.com/articles/chinese-typography-in-web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.weakow.com/articles/chinese-typography-in-web-design/</link>
	<description></description>
	<pubDate>Sun, 05 Sep 2010 11:02:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: fans</title>
		<link>http://blog.weakow.com/articles/chinese-typography-in-web-design/#comment-388</link>
		<dc:creator>fans</dc:creator>
		<pubDate>Wed, 12 May 2010 14:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://weakow.com/?p=43#comment-388</guid>
		<description>现在才知道这个秘密</description>
		<content:encoded><![CDATA[<p>现在才知道这个秘密</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: voidman</title>
		<link>http://blog.weakow.com/articles/chinese-typography-in-web-design/#comment-89</link>
		<dc:creator>voidman</dc:creator>
		<pubDate>Thu, 22 Jan 2009 00:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://weakow.com/?p=43#comment-89</guid>
		<description>什么时候浏览器支持可以针对不同的字体设置不同的最小大小就好了</description>
		<content:encoded><![CDATA[<p>什么时候浏览器支持可以针对不同的字体设置不同的最小大小就好了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuancheng</title>
		<link>http://blog.weakow.com/articles/chinese-typography-in-web-design/#comment-79</link>
		<dc:creator>Yuancheng</dc:creator>
		<pubDate>Mon, 12 Jan 2009 05:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://weakow.com/?p=43#comment-79</guid>
		<description>宋体中的英文实在是难看</description>
		<content:encoded><![CDATA[<p>宋体中的英文实在是难看</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web设计的中文排版 &#124; 负罪者</title>
		<link>http://blog.weakow.com/articles/chinese-typography-in-web-design/#comment-78</link>
		<dc:creator>Web设计的中文排版 &#124; 负罪者</dc:creator>
		<pubDate>Sun, 11 Jan 2009 02:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://weakow.com/?p=43#comment-78</guid>
		<description>[...] Web 设计的中文排版   Tagged as web设计, 排版 + Categorized as WEB 2.0, 学习 [...]</description>
		<content:encoded><![CDATA[<p>[...] Web 设计的中文排版   Tagged as web设计, 排版 + Categorized as WEB 2.0, 学习 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weakow</title>
		<link>http://blog.weakow.com/articles/chinese-typography-in-web-design/#comment-77</link>
		<dc:creator>weakow</dc:creator>
		<pubDate>Sat, 10 Jan 2009 16:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://weakow.com/?p=43#comment-77</guid>
		<description>Reply to &lt;a href="#comment-76" rel="nofollow"&gt;HeaTeR&lt;/a&gt;: 不错，确实有这个问题~~想要把体验搞好，是要下很大功夫的~

我不知道有什么工具可以很方便地区别中英文并清楚地找到它们之间切换的地方~ 难题哦</description>
		<content:encoded><![CDATA[<p>Reply to <a class="atr_link" href="#comment-76" rel="nofollow">HeaTeR</a>: 不错，确实有这个问题~~想要把体验搞好，是要下很大功夫的~</p>
<p>我不知道有什么工具可以很方便地区别中英文并清楚地找到它们之间切换的地方~ 难题哦</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HeaTeR</title>
		<link>http://blog.weakow.com/articles/chinese-typography-in-web-design/#comment-76</link>
		<dc:creator>HeaTeR</dc:creator>
		<pubDate>Sat, 10 Jan 2009 16:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://weakow.com/?p=43#comment-76</guid>
		<description>Reply to &lt;a href="#comment-75" rel="nofollow"&gt;weakow&lt;/a&gt;: 我这里主要的异议在于，现在文本输入框中间的行高/字体大小/宽度，和发表出来的不一样，这个不应当，对用户来说会是很不方便的。我居然发现我在 Windows 下的 ffx 中看到的输入框大小等和 Mac 下的 Safari 不一样。。。

其实，可以在提交到数据库的时候，添加一个过滤层，用类似给代码加高亮的方式。可以一个工具函数判断中文和英文的区隔，然后将英文部分都用给分隔开，再使用样式表进行定义，可能可以解决这个问题。

不是太喜欢js这么用着。现在看 CSS selector 确实无法独立做到这点。或者，可以用 lang 属性来表示语言，然后再行判断？

细究下去会觉得很有意思。。。</description>
		<content:encoded><![CDATA[<p>Reply to <a class="atr_link" href="#comment-75" rel="nofollow">weakow</a>: 我这里主要的异议在于，现在文本输入框中间的行高/字体大小/宽度，和发表出来的不一样，这个不应当，对用户来说会是很不方便的。我居然发现我在 Windows 下的 ffx 中看到的输入框大小等和 Mac 下的 Safari 不一样。。。</p>
<p>其实，可以在提交到数据库的时候，添加一个过滤层，用类似给代码加高亮的方式。可以一个工具函数判断中文和英文的区隔，然后将英文部分都用给分隔开，再使用样式表进行定义，可能可以解决这个问题。</p>
<p>不是太喜欢js这么用着。现在看 CSS selector 确实无法独立做到这点。或者，可以用 lang 属性来表示语言，然后再行判断？</p>
<p>细究下去会觉得很有意思。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weakow</title>
		<link>http://blog.weakow.com/articles/chinese-typography-in-web-design/#comment-75</link>
		<dc:creator>weakow</dc:creator>
		<pubDate>Sat, 10 Jan 2009 15:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://weakow.com/?p=43#comment-75</guid>
		<description>Reply to &lt;a href="#comment-74" rel="nofollow"&gt;HeaTeR&lt;/a&gt;: 的确如此，中英文之间的一点距离属于一种样式，就应该由CSS来完成。但现在CSS还不支持这一点。如果借助JS，恐怕会很麻烦。

也许不应该手动加空格。万一未来有一天可以用样式来控制了呢~~

其实用空行来分段是非所见即所得编辑器给用户提供的一种简易分段方法啊~~ :-) 要想输入的和发表后看到的是一样的，不就是所见即所得编辑器么，可是用在这里又太厚重了 :)</description>
		<content:encoded><![CDATA[<p>Reply to <a class="atr_link" href="#comment-74" rel="nofollow">HeaTeR</a>: 的确如此，中英文之间的一点距离属于一种样式，就应该由CSS来完成。但现在CSS还不支持这一点。如果借助JS，恐怕会很麻烦。</p>
<p>也许不应该手动加空格。万一未来有一天可以用样式来控制了呢~~</p>
<p>其实用空行来分段是非所见即所得编辑器给用户提供的一种简易分段方法啊~~ :-) 要想输入的和发表后看到的是一样的，不就是所见即所得编辑器么，可是用在这里又太厚重了 :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HeaTeR</title>
		<link>http://blog.weakow.com/articles/chinese-typography-in-web-design/#comment-74</link>
		<dc:creator>HeaTeR</dc:creator>
		<pubDate>Sat, 10 Jan 2009 14:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://weakow.com/?p=43#comment-74</guid>
		<description>我觉得中英文之间的间距不应该用添加空格来完成，不符合习惯。有没有办法可以在中英文中通过 CSS 等方式自动添加间距？这样可以很大的提高中英文混排的可读性。

我分段总要另起一行，这个也是因为编辑器本身对段落间距支持的不好。如果，输入的就和发表后看到的是一样，就会更好了。</description>
		<content:encoded><![CDATA[<p>我觉得中英文之间的间距不应该用添加空格来完成，不符合习惯。有没有办法可以在中英文中通过 CSS 等方式自动添加间距？这样可以很大的提高中英文混排的可读性。</p>
<p>我分段总要另起一行，这个也是因为编辑器本身对段落间距支持的不好。如果，输入的就和发表后看到的是一样，就会更好了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weakow</title>
		<link>http://blog.weakow.com/articles/chinese-typography-in-web-design/#comment-73</link>
		<dc:creator>weakow</dc:creator>
		<pubDate>Sat, 10 Jan 2009 14:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://weakow.com/?p=43#comment-73</guid>
		<description>Reply to &lt;a href="#comment-72" rel="nofollow"&gt;mocha&lt;/a&gt;: 呵呵，细腻吧~</description>
		<content:encoded><![CDATA[<p>Reply to <a class="atr_link" href="#comment-72" rel="nofollow">mocha</a>: 呵呵，细腻吧~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mocha</title>
		<link>http://blog.weakow.com/articles/chinese-typography-in-web-design/#comment-72</link>
		<dc:creator>mocha</dc:creator>
		<pubDate>Sat, 10 Jan 2009 14:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://weakow.com/?p=43#comment-72</guid>
		<description>很细腻～～系统地上了一课～
这才留印，惭愧呢！</description>
		<content:encoded><![CDATA[<p>很细腻～～系统地上了一课～<br />
这才留印，惭愧呢！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
