| モジュール (英語) | 内容 | 
|---|
| 勧告 (REC:Recommendation) |  | 
|---|
| 【色】 CSS Color Module Level 3
 W3C Recommendation 19 June 2018
 | <alphavalue> color【テキスト色】
 《color【色】》
 opacity【透明度】
 | 
| 【名前空間】 CSS Namespaces Module Level 3
 W3C Recommendation 29 September 2011,
 edited in place 20 March 2014
 | @namespace【名前空間】 | 
| 【セレクタ】 Selectors Level 3
 W3C Recommendation 06 November 2018
 | *【汎用セレクタ】 ns|*・*|*・|*【汎用セレクタ】
 E【タイプセレクタ】
 ns|E・*|E・|E【タイプセレクタ】
 E.classname【クラス セレクタ】
 E#idname【ID セレクタ】
 E[attr]【属性セレクタ (存在)】
 E[ns|attr]・E[*|attr]・E[|attr]【属性セレクタ】
 E[attr="value"]【属性セレクタ (完全一致)】
 E[attr^="value"]【属性セレクタ (先頭一致)】
 E[attr$="value"]【属性セレクタ (末尾一致)】
 E[attr*="value"]【属性セレクタ (部分一致)】
 E[attr~="value"]【属性セレクタ (リスト項目一致)】
 E[attr|="value"]【属性セレクタ (プレフィックス)】
 E F【子孫 結合子】
 E > F【子 結合子】
 E + F【隣接兄弟 結合子】
 E ~ F【一般兄弟 結合子】
 
 ::after【コンテンツ直後】
 ::before【コンテンツ直前】
 ::first-letter【先頭文字】
 ::first-line【先頭行】
 
 :active【アクティブ要素】
 :checked【チェック状態要素】
 :disabled【使用不可要素】
 :empty【空要素】
 :enabled【使用可能要素】
 :first-child【先頭子要素】
 :first-of-type【先頭該当子要素】
 :focus【フォーカス要素】
 :hover【ホバー要素】
 :indeterminate【不確定状態要素】
 :lang(fr)【言語要素】
 :last-child【最終子要素】
 :last-of-type【最終該当子要素】
 :link【未訪問リンク要素】
 :not(s)【否定要素】
 :nth-child(an+b)【an+b番目の子要素】
 :nth-last-child(an+b)【末尾からan+b番目の子要素】
 :nth-last-of-type(an+b)【末尾からan+b番目の該当子要素】
 :nth-of-typ(an+b)【an+b番目の該当子要素】
 :only-child【唯一の子要素】
 :only-of-type【唯一の該当子要素】
 :root【文書のルート要素】
 :target【リンク先要素】
 :visited【訪問済みリンク要素】
 | 
| 【メディア】 Media Queries
 W3C Recommendation 19 June 2012
 | @media【メディアタイプ】 | 
| 【フォント】 CSS Fonts Module Level 3
 W3C Recommendation 20 September 2018
 | font【フォント】 font-family【フォントファミリ】
 font-feature-settings
 font-kerning【カーニング】
 font-language-override
 font-size【フォント サイズ】
 font-size-adjust
 font-stretch【フォントの横幅】
 font-style【フォントスタイル】
 font-synthesis【フォント合成】
 font-variant【フォント変換】
 font-variant-alternates
 font-variant-caps
 font-variant-east-asian
 font-variant-ligatures
 font-variant-numeric
 font-variant-position
 font-weight【フォントの太さ】
 | 
| 【文書モード】 CSS Writing Modes Level 3
 W3C Recommendation, 10 December 2019
 | direction glyph-orientation-vertical
 text-combine-upright
 text-orientation
 unicode-bidi
 writing-mode
 | 
| 【UI】 CSS Basic User Interface Module Level 3 (CSS3 UI)
 W3C Recommendation, 21 June 2018
 | box-sizing caret-color
 cursor【マウスカーソル】
 outline【アウトライン】
 outline-color【アウトライン 色】
 outline-offset【アウトライン オフセット】
 outline-style【アウトライン スタイル】
 outline-width【アウトライン 幅】
 nav-down
 nav-left
 nav-right
 nav-up
 resize【リサイズ】
 text-overflow
 | 
| 勧告案 (PR:Proposed Recommendation) |  | 
|---|
| 勧告候補 (CR:Candidate Recommendation) |  | 
|---|
| 【背景・境界線】 CSS Backgrounds and Borders Module Level 3
 W3C Candidate Recommendation, 17 October 2017
 | background【背景】 background-attachment
 background-clip
 background-color
 background-image
 background-origin
 background-position
 background-repeat
 background-size
 border【境界線】
 border-bottom【境界線 (下)】
 border-bottom-color【境界線の色 (下)】
 border-bottom-left-radius【境界線の角の丸み (左下)】
 border-bottom-right-radius【境界線の角の丸み (右下)】
 border-bottom-style【境界線のスタイル (下)】
 border-bottom-width【境界線の幅 (下)】
 border-color【境界線の色】
 border-image
 border-image-outset
 border-image-repeat
 border-image-slice
 border-image-source
 border-image-width
 border-left【境界線 (左)】
 border-left-color【境界線の色 (左)】
 border-left-style【境界線のスタイル (左)】
 border-left-width【境界線の幅 (左)】
 border-radius【境界線の角の丸み】
 border-right【境界線 (右)】
 border-right-color【境界線の色 (右)】
 border-right-style【境界線のスタイル (右)】
 border-right-width【境界線の幅 (右)】
 border-style【境界線のスタイル】
 border-top【境界線 (上)】
 border-top-color【境界線の色 (上)】
 border-top-left-radius【境界線の角の丸み (左上)】
 border-top-right-radius【境界線の角の丸み (右上)】
 border-top-style【境界線のスタイル (上)】
 border-top-width【境界線の幅 (上)】
 border-width【境界線の幅】
 box-shadow【ボックスの影】
 | 
| 【条件付きルール】 CSS Conditional Rules Module Level 3
 W3C Candidate Recommendation 4 April 2013
 | @media【メディアタイプ】 @supports【サポート判定】
 | 
| 【値・ユニット】 CSS Values and Units Module Level 3
 W3C Candidate Recommendation, 6 June 2019
 | 《angle【角度】》 <angle-percentage>
 attr()【属性】
 <attr-fallback>
 <attr-name>
 calc()【演算】
 <calc-product>
 <calc-sum>
 <calc-value>
 <custom-ident>
 <dimension>
 <frequency【周波数】>
 <frequency-percentage>
 <ident>
 《integer【整数】》
 《length【長さ】》
 <length-percentage>
 《number【数値】》
 <number-percentage>
 《percentage【パーセンテージ】》
 <resolution【解像度】>
 <string【文字列】>
 <time【秒・ミリ秒】>
 <time-percentage>
 <type-or-unit>
 <url【URL】>
 <url-modifier>
 | 
| 【カスケーディング・継承】 CSS Cascading and Inheritance Level 3
 W3C Candidate Recommendation, 28 August 2018
 | all【全プロパティ リセット】 | 
| 【イメージ】 CSS Images Module Level 3
 W3C Candidate Recommendation, 10 October 2019
 | image() image-orientation
 image-resolution
 linear-gradient()【線形グラデーション】
 object-fit
 object-position
 radial-gradient()【放射状グラデーション】
 repeating-linear-gradient()【線形グラデーション リピート】
 repeating-radial-gradient()【放射状グラデーション リピート】
 url()【URL】
 | 
| 【フレキシブルボックス レイアウト】 CSS Flexible Box Layout Module Level 1
 W3C Candidate Recommendation, 19 November 2018
 | align-content align-items
 align-self
 flex
 flex-basis
 flex-direction
 flex-flow
 flex-grow
 flex-shrink
 flex-wrap
 justify-content
 order
 | 
| 【テキスト装飾】 CSS Text Decoration Module Level 3
 W3C Candidate Recommendation, 13 August 2019
 | text-decoration【テキスト装飾】 text-decoration-color
 text-decoration-line
 text-decoration-skip
 text-decoration-style
 text-emphasis
 text-emphasis-color
 text-emphasis-position
 text-emphasis-style
 text-shadow【テキストの影】
 text-underline-position
 | 
| 【シェープ】 CSS Shapes Module Level 1
 W3C Candidate Recommendation, 20 March 2014
 | shape-image-threshold shape-margin
 shape-outside
 | 
| 【マスク】 CSS Masking Module Level 1
 W3C Candidate Recommendation, 26 August 2014
 | clip clip-path
 clip-rule
 mask
 mask-border
 mask-border-mode
 mask-border-outset
 mask-border-repeat
 mask-border-slice
 mask-border-source
 mask-border-width
 mask-clip
 mask-composite
 mask-image
 mask-mode
 mask-origin
 mask-position
 mask-repeat
 mask-size
 mask-type
 | 
| 【カウンタスタイル】 CSS Counter Styles Level 3
 W3C Candidate Recommendation, 14 December 2017
 | @counter-style【リストスタイルカスタマイズ】 symbols()【カウンタシンボル】
 | 
| 【フラグメンテーション】 CSS Fragmentation Module Level 3
 W3C Candidate Recommendation, 4 December 2018
 | box-decoration-break break-after
 break-before
 break-inside
 orphans
 widows
 | 
| 【合成・ブレンド】 Compositing and Blending Level 1
 W3C Candidate Recommendation, 13 January 2015
 | mix-blend-mode isolation
 background-blend-mode
 | 
| 【文法】 CSS Syntax Module Level 3
 W3C Candidate Recommendation, 16 July 2019
 |  | 
| 【グリッドレイアウト】 CSS Grid Layout Module Level 1
 W3C Candidate Recommendation, 14 December 2017
 | grid grid-area
 grid-auto-columns
 grid-auto-flow
 grid-auto-rows
 grid-column
 grid-column-end
 grid-column-gap
 grid-column-start
 grid-gap
 grid-row
 grid-row-end
 grid-row-gap
 grid-row-start
 grid-template
 grid-template-areas
 grid-template-columns
 grid-template-rows
 | 
| 【幾何学】 Geometry Interfaces Module Level 1
 W3C Candidate Recommendation, 4 December 2018
 |  | 
| 【スクロールスナップ】 CSS Scroll Snap Module Level 1
 W3C Candidate Recommendation, 19 March 2019
 | scroll-padding scroll-padding-block
 scroll-padding-block-end
 scroll-padding-block-start
 scroll-padding-bottom
 scroll-padding-inline
 scroll-padding-inline-end
 scroll-padding-inline-start
 scroll-padding-left
 scroll-padding-right
 scroll-padding-top
 scroll-snap-align
 scroll-snap-margin
 scroll-snap-margin-block
 scroll-snap-margin-block-end
 scroll-snap-margin-block-start
 scroll-snap-margin-bottom
 scroll-snap-margin-inline
 scroll-snap-margin-inline-end
 scroll-snap-margin-inline-start
 scroll-snap-margin-left
 scroll-snap-margin-right
 scroll-snap-margin-top
 scroll-snap-stop
 scroll-snap-type
 | 
| 【ディスプレイ】 CSS Display Module Level 3
 W3C Candidate Recommendation, 19 May 2020
 | display【表示形式】 | 
| 【音声】 CSS Speech Module
 W3C Candidate Recommendation 10 March 2020
 | cue cue-after
 cue-before
 pause
 pause-after
 pause-before
 rest
 rest-after
 rest-before
 speak
 speak-as
 voice-balance
 voice-duration
 voice-family
 voice-pitch
 voice-range
 voice-rate
 voice-stress
 voice-volume
 | 
| 最終草案 (LC:Last Call) |  | 
|---|
| 草案 (WD:Working Draft) |  | 
|---|
| 【テキスト】 CSS Text Module Level 3
 W3C Working Draft, 29 April 2020
 | hanging-punctuation hyphens
 letter-spacing
 line-break
 overflow-wrap
 tab-size
 text-align【テキスト配置】
 text-align-last
 text-indent
 text-justify
 text-transform【テキスト変換】
 white-space【ホワイトスペース処理】
 word-break【改行禁則処理】
 word-spacing【単語間隔】
 word-wrap【単語途中の改行】
 | 
| 【アニメーション】 CSS Animations Level 1
 W3C Working Draft, 11 October 2018
 | animation【アニメーション】 animation-delay
 animation-direction
 animation-duration
 animation-fill-mode
 animation-iteration-count
 animation-name
 animation-play-state
 animation-timing-function
 | 
| 【基本ボックス】 CSS Box Model Module Level 3
 W3C Working Draft, 21 April 2020
 | clear【回り込み解除】 display【表示形式】
 float【回り込み設定】
 height【要素の高さ】
 margin【マージン (外部間隔)】
 margin-top【上マージン (外部間隔)】
 margin-right【右マージン (外部間隔)】
 margin-bottom【下マージン (外部間隔)】
 margin-left【左マージン (外部間隔)】
 marquee-direction
 marquee-loop
 marquee-speed
 marquee-style
 max-width
 max-height
 min-width
 min-height
 overflow【オーバーフロー時のスクロール】
 overflow-style
 overflow-x【オーバーフロー時のスクロール (水平方向)】
 overflow-y【オーバーフロー時のスクロール (垂直方向)】
 padding【パディング (内部間隔)】
 padding-top【上パディング (内部間隔)】
 padding-right【右パディング (内部間隔)】
 padding-bottom【下パディング (内部間隔)】
 padding-left【左パディング (内部間隔)】
 rotation
 rotation-point
 visibility
 width【要素の幅】
 | 
| 【ボックスアライメント】 CSS Box Alignment Module Level 3
 W3C Working Draft, 21 April 2020
 | align-content align-items
 align-self
 justify-content
 justify-items
 justify-self
 place-content
 place-items
 place-self
 | 
| 【ジェネレート コンテンツ】 CSS Generated Content Module Level 3
 W3C Working Draft, 2 August 2019
 | bookmark-label bookmark-level
 bookmark-state
 content【コンテンツ】
 quotes【引用符】
 string-set
 | 
| 【インライン レイアウト】 CSS Inline Layout Module Level 3
 W3C Working Draft, 8 August 2018
 | alignment-baseline baseline-shift
 dominant-baseline
 initial-letter
 initial-letter-align
 initial-letter-wrap
 vertical-align【垂直配置】
 | 
| 【リスト】 CSS Lists Module Level 3
 W3C Working Draft, 17 August 2019
 | counter() counter-increment
 counter-reset
 counter-set
 counters()
 list-style【リストスタイル】
 list-style-image【リストマーカー画像】
 list-style-position【リストマーカー位置】
 list-style-type【リストマーカー種類】
 marker-side
 | 
| 【オーバーフロー】 CSS Overflow Module Level 3
 W3C Working Draft, 31 July 2018
 | max-lines overflow【オーバーフロー時のスクロール】
 overflow-x【オーバーフロー時のスクロール (水平方向)】
 overflow-y【オーバーフロー時のスクロール (垂直方向)】
 | 
| 【ポジション レイアウト】 CSS Positioned Layout Module Level 3
 W3C Working Draft, 19 May 2020
 | bottom【下端位置】 left【左端位置】
 offset-after
 offset-before
 offset-end
 offset-start
 position【要素位置】
 right【右端位置】
 top【上端位置】
 z-index【Zオーダー】
 | 
| 【マルチカラム】 CSS Multi-column Layout Module Level 1
 W3C Working Draft, 15 October 2019
 | break-after break-before
 break-inside
 column-count【マルチカラム数】
 column-fill
 column-gap
 column-rule
 column-rule-color
 column-rule-style
 column-rule-width
 columns
 column-span
 column-width
 |