CSS quotes ÊôÐÔ

ʵÀý

q:lang(en)
  {
  quotes: '"' '"' "'" "'";
  }

HTML ´úÂ룺

<html lang="en">
<head>
</head>
<body>
<p><q>This is a <q>big</q> quote</q></p>
</body>
</html>

Êä³ö£º

"This is a 'big' quote"

Ç××ÔÊÔÒ»ÊÔ

ä¯ÀÀÆ÷Ö§³Ö

IE Firefox Chrome Safari Opera

ËùÓÐä¯ÀÀÆ÷¶¼Ö§³Ö quotes ÊôÐÔ¡£

×¢ÊÍ£ºÈç¹ûÒѹ涨 !DOCTYPE£¬ÄÇô Internet Explorer 8 £¨ÒÔ¼°¸ü¸ß°æ±¾£©Ö§³Ö quotes ÊôÐÔ¡£

¶¨ÒåºÍÓ÷¨

quotes ÊôÐÔÉèÖÃǶÌ×ÒýÓã¨embedded quotation£©µÄÒýºÅÀàÐÍ¡£

ĬÈÏÖµ£º not specified
¼Ì³ÐÐÔ£º yes
°æ±¾£º CSS2
JavaScript Óï·¨£º object.style.quotes="none"

¿ÉÄܵÄÖµ

Öµ ÃèÊö
none ¹æ¶¨ "content" ÊôÐ﵀ "open-quote" ºÍ "close-quote" µÄÖµ²»»á²úÉúÈκÎÒýºÅ¡£
string string string string

¶¨ÒåҪʹÓõÄÒýºÅ¡£

ǰÁ½¸öÖµ¹æ¶¨µÚÒ»¼¶ÒýÓÃǶÌ×£¬ºóÁ½¸öÖµ¹æ¶¨ÏÂÒ»¼¶ÒýºÅǶÌס£

inherit ¹æ¶¨Ó¦¸Ã´Ó¸¸ÔªËؼ̳Рquotes ÊôÐÔµÄÖµ¡£

ÒýºÅ×Ö·û

Quotation Mark Characters

Ïà¹ØÒ³Ãæ

HTML DOM ²Î¿¼Êֲ᣺quotes ÊôÐÔ

VUE