本文介绍了< Q>和语言特定的引号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

问候。


任何流行的浏览器是否正确支持< q>,至少对于西方

语言?我注意到Mozilla使用标准的英语

双引号字符,而不管HTML

文档的lang属性如何。任何浏览器都会为lang =" de"呈现德式报价或法式

海鸠和lang =" fr"分别?


问候,

Tristan


-

_

_V.-o Tristan Miller [en,(fr,de,ia)]><空间有限

/ |` - '' - = - = - = - = - = - = - = - = - = - = - = - = - = - = - =<> ;在ha句中,所以很难

(7_ \\ ><完成你的任务

解决方案




IE不支持< q>


在IE中获取< q>标记周围的引号



-

Kayode Okeyode







Mozilla显示法语报价分隔符,其中包含以下

in css:


[lang =" fr" ;] {

报价:''?''''?''

}


德语可以在类似的时尚。


[lang = " de"] {

语录:''?'''''''''

}


我不喜欢我不太了解德语,所以我从来没有实际使用第二个例子。


-

Brian

按照我的地址中的指示给我发电子邮件


Greetings.

Do any popular browsers correctly support <q>, at least for Western
languages? I''ve noticed that Mozilla uses the standard English
double-quote character, ", regardless of the lang attribute of the HTML
document. Will any browsers render German-style quotes or French-style
guillemots for lang="de" and lang="fr", respectively?

Regards,
Tristan

--
_
_V.-o Tristan Miller [en,(fr,de,ia)] >< Space is limited
/ |`-'' -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= <> In a haiku, so it''s hard
(7_\\ http://www.nothingisreal.com/ >< To finish what you

解决方案



IE doesn''t support <q>

Getting quote marks around <q> tags in IE
http://groups.google.com/groups?thre...6.ph.gla.ac.uk

--
Kayode Okeyode
http://www.kayodeok.co.uk/weblog/






Mozilla displays French language quote delimiters with the following
in css:

[lang="fr"] {
quotes: ''? '' '' ?''
}

German could be handled in a similar fashion.

[lang="de"] {
quotes: ''?'' ''"''
}

I don''t know German nearly well enough to write in it, so I''ve never
actually used the second example.

--
Brian
follow the directions in my address to email me


这篇关于&LT; Q&GT;和语言特定的引号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 01:08