Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

quotes

概要

quotes プロパティは、対象要素の前後に表示する引用符を指定する CSS プロパティです。

初期値ユーザエージェントに依存する
適用対象全要素
継承継承する
メディアvisual
計算値指定値
アニメーションの可否不可
正規順序形式文法で定義される一意のあいまいでない順序

構文

[<string> <string>]+ | none

none
<string> 部分に指定。引用符を表示しない事を示すキーワード。
[<string> <string>]+
open-quoteclose-quote<string> の 1 つ以上のペア。最初のペアは、引用符を表示する要素が入れ子になった際の、最上層のものの引用符を表す。以下、順次下位レベルの引用符に対応する。

q { quotes: '"' '"' "'" "'" }
q:before { content: open-quote }
q:after  { content: close-quote }

仕様

仕様書 策定状況 コメント
CSS Level 2 (Revision 1)
quotes の定義
勧告  

ブラウザ実装状況

機能 Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
基本サポート 11 1.5 8.0 4.0 ?
機能 Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
基本サポート ? ? ? ? ?

注記

Firefox 3.5 より、quote プロパティの初期値は、-moz-initial の値で読み取り可能となっています。

関連情報

ドキュメントのタグと貢献者

 このページの貢献者: Krenair, Sebastianz, ethertank
 最終更新者: Krenair,