気の向くままに辿るIT/ICT/IoT
CSS / Cascading Style Sheets / スタイルシートプロパティ

CSS / CSS3 / content / コンテンツ・内容設定スタイルプロパティ

ホーム前へ次へ
contentプロパティとは?

CSS / CSS3 / content / コンテンツ・内容設定スタイルプロパティ

CSS / content / コンテンツ・内容設定スタイルプロパティ

 contentは、CSS2で定義されたコンテンツ・内容(通常/なし/文字・URI・カウンタ・identifier属性/開始クォート付き/終了クォート付き/開始クォートなし/終了クォートなし/継承)設定する為のCSSプロパティでCSS3では、次のように定義されています。

CSS3 contentプロパティ仕様

 CSS3におけるcontentプロパティ仕様定義は下記の通りです。

contentプロパティ
設定値normal | none | [ <string> | <uri> | <counter> | attr(<identifier>) | open-quote | close-quote | no-open-quote | no-close-quote ]+ | inherit
既定値normal
適用要素(既定:全て):before/:after擬似プロパティ適用要素
継承の有無
比率(既定:該当なし)-
メディアグループ全て

W3C CSS3仕様書  W3Cとは

CSS2 / content

CSS1プロパティ一覧CSS2プロパティ一覧CSS3プロパティ一覧

CSS/スタイルシート情報

ホーム前へ次へ