付録 F. 全プロパティ表

この付録は参考情報であり、規範的ではない。

NameInitial value適用対象
(デフォルト:all)
継承するか?パーセント値
(デフォルト:利用不可)
メディアグループ
'azimuth' <angle> | [[ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards | inherit center   yes   aural
'background-attachment' scroll | fixed | inherit scroll   no   visual
'background-color' <color> | transparent | inherit transparent   no   visual
'background-image' <uri> | none | inherit none   no   visual
'background-position' [ [ <percentage> | <length> | left | center | right ] [ <percentage> | <length> | top | center | bottom ]? ] | [ [ left | center | right ] || [ top | center | bottom ] ] | inherit 0% 0%   no ボックス自身の大きさを参照 visual
'background-repeat' repeat | repeat-x | repeat-y | no-repeat | inherit repeat   no   visual
'background' ['background-color' || 'background-image' || 'background-repeat' || 'background-attachment' || 'background-position'] | inherit 個々のプロパティを参照   no 'background-position'で許可される visual
'border-collapse' collapse | separate | inherit separate 'table'および'inline-table'要素 yes   visual
'border-color' [ <color> | transparent ]{1,4} | inherit 個々のプロパティを参照   no   visual
'border-spacing' <length> <length>? | inherit 0 'table'および'inline-table'要素  yes   visual
'border-style' <border-style>{1,4} | inherit 個々のプロパティを参照   no   visual
'border-top' 'border-right' 'border-bottom' 'border-left' [ <border-width> || <border-style> || 'border-top-color' ] | inherit 個々のプロパティを参照   no   visual
'border-top-color' 'border-right-color' 'border-bottom-color' 'border-left-color' <color> | transparent | inherit 'color'プロパティの値   no   visual
'border-top-style' 'border-right-style' 'border-bottom-style' 'border-left-style' <border-style> | inherit none   no   visual
'border-top-width' 'border-right-width' 'border-bottom-width' 'border-left-width' <border-width> | inherit medium   no   visual
'border-width' <border-width>{1,4} | inherit 個々のプロパティを参照   no   visual
'border' [ <border-width> || <border-style> || 'border-top-color' ] | inherit 個々のプロパティを参照   no   visual
'bottom' <length> | <percentage> | auto | inherit auto 位置指定された要素 no 包含ブロックの高さを参照 visual
'caption-side' top | bottom | inherit top 'table-caption'要素 yes   visual
'clear' none | left | right | both | inherit none ブロックレベル要素 no   visual
'clip' <shape> | auto | inherit auto 絶対配置される要素 no   visual
'color' <color> | inherit ユーザーエージェントに依存   yes   visual
'content' normal | none | [ <string> | <uri> | <counter> | attr(<identifier>) | open-quote | close-quote | no-open-quote | no-close-quote ]+ | inherit normal :beforeおよび:after疑似要素 no   all
'counter-increment' [ <identifier> <integer>? ]+ | none | inherit none   no   all
'counter-reset' [ <identifier> <integer>? ]+ | none | inherit none   no   all
'cue-after' <uri> | none | inherit none   no   aural
'cue-before' <uri> | none | inherit none   no   aural
'cue' [ 'cue-before' || 'cue-after' ] | inherit 個々のプロパティを参照   no   aural
'cursor' [ [<uri> ,]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize | text | wait | help | progress ] ] | inherit auto   yes   visual, interactive
'direction' ltr | rtl | inherit ltr すべての要素、ただし文を参照のこと。 yes   visual
'display' inline | block | list-item | inline-block | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | none | inherit inline   no   all
'elevation' <angle> | below | level | above | higher | lower | inherit level   yes   aural
'empty-cells' show | hide | inherit show 'table-cell'要素 yes   visual
'float' left | right | none | inherit none すべて、ただし9.7節参照 no   visual
'font-family' [[ <family-name> | <generic-family> ] [, [ <family-name>| <generic-family>] ]* ] | inherit ユーザーエージェントに依存   yes   visual
'font-size' <absolute-size> | <relative-size> | <length> | <percentage> | inherit medium   yes 継承されたフォントサイズを参照 visual
'font-style' normal | italic | oblique | inherit normal   yes   visual
'font-variant' normal | small-caps | inherit normal   yes   visual
'font-weight' normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit normal   yes   visual
'font' [ [ 'font-style' || 'font-variant' || 'font-weight' ]? 'font-size' [ / 'line-height' ]? 'font-family' ] | caption | icon | menu | message-box | small-caption | status-bar | inherit 個々のプロパティを参照   yes 個々のプロパティを参照 visual
'height' <length> | <percentage> | auto | inherit auto 非置換インライン要素、テーブル行と行グループを除く全要素 no 文を参照 visual
'left' <length> | <percentage> | auto | inherit auto 位置指定された要素 no 包含ブロックを含む幅を参照 visual
'letter-spacing' normal | <length> | inherit normal   yes   visual
'line-height' normal | <number> | <length> | <percentage> | inherit normal   yes 要素自身のフォントの大きさを参照 visual
'list-style-image' <uri> | none | inherit none 'display: list-item'をもつ要素 yes   visual
'list-style-position' inside | outside | inherit outside 'display: list-item'をもつ要素 yes   visual
'list-style-type' disc | circle | square | decimal | decimal-leading-zero | lower-roman | upper-roman | lower-greek | lower-latin | upper-latin | armenian | georgian | lower-alpha | upper-alpha | none | inherit disc 'display: list-item'をもつ要素 yes   visual
'list-style' [ 'list-style-type' || 'list-style-position' || 'list-style-image' ] | inherit 個々のプロパティを参照 'display: list-item'をもつ要素 yes   visual
'margin-right' 'margin-left' <margin-width> | inherit 0 table-caption、table、inline-table以外のテーブルdisplayタイプを持つ要素を除くすべての要素 no 包含ブロックを含む幅を参照 visual
'margin-top' 'margin-bottom' <margin-width> | inherit 0 table-caption、table、inline-table以外のテーブルdisplayタイプを持つ要素を除くすべての要素 no 包含ブロックを含む幅を参照 visual
'margin' <margin-width>{1,4} | inherit 個々のプロパティを参照 table-caption、table、inline-table以外のテーブルdisplayタイプを持つ要素を除くすべての要素 no 包含ブロックを含む幅を参照 visual
'max-height' <length> | <percentage> | none | inherit none 非置換インライン要素、テーブル行と行グループを除く全要素 no 文を参照 visual
'max-width' <length> | <percentage> | none | inherit none 非置換インライン要素、テーブル列と列グループを除く全要素 no 包含ブロックを含む幅を参照 visual
'min-height' <length> | <percentage> | inherit 0 非置換インライン要素、テーブル行と行グループを除く全要素 no 文を参照 visual
'min-width' <length> | <percentage> | inherit 0 非置換インライン要素、テーブル列と列グループを除く全要素 no 包含ブロックを含む幅を参照 visual
'orphans' <integer> | inherit 2 ブロックコンテナ要素 yes   visual, paged
'outline-color' <color> | invert | inherit invert   no   visual, interactive
'outline-style' <border-style> | inherit none   no   visual, interactive
'outline-width' <border-width> | inherit medium   no   visual, interactive
'outline' [ 'outline-color' || 'outline-style' || 'outline-width' ] | inherit 個々のプロパティを参照   no   visual, interactive
'overflow' visible | hidden | scroll | auto | inherit visible 整形コンテキストを設置するブロックコンテナおよびボックス no   visual
'padding-top' 'padding-right' 'padding-bottom' 'padding-left' <padding-width> | inherit 0 table-row-group、table-header-group、table-footer-group、table-row、table-column-group、table-columnを除くすべての要素 no 包含ブロックを含む幅を参照 visual
'padding' <padding-width>{1,4} | inherit 個々のプロパティを参照 table-row-group、table-header-group、table-footer-group、table-row、table-column-group、table-columnを除くすべての要素 no 包含ブロックを含む幅を参照 visual
'page-break-after' auto | always | avoid | left | right | inherit auto ブロックレベル要素(ただしテキスト参照) no   visual, paged
'page-break-before' auto | always | avoid | left | right | inherit auto ブロックレベル要素(ただしテキスト参照) no   visual, paged
'page-break-inside' avoid | auto | inherit auto ブロックレベル要素(ただしテキスト参照) no   visual, paged
'pause-after' <time> | <percentage> | inherit 0   no 文を参照 aural
'pause-before' <time> | <percentage> | inherit 0   no 文を参照 aural
'pause' [ [<time> | <percentage>]{1,2} ] | inherit 個々のプロパティを参照   no 'pause-before'および'pause-after'の記述を参照 aural
'pitch-range' <number> | inherit 50   yes   aural
'pitch' <frequency> | x-low | low | medium | high | x-high | inherit medium   yes   aural
'play-during' <uri> [ mix || repeat ]? | auto | none | inherit auto   no   aural
'position' static | relative | absolute | fixed | inherit static   no   visual
'quotes' [<string> <string>]+ | none | inherit ユーザーエージェントに依存   yes   visual
'richness' <number> | inherit 50   yes   aural
'right' <length> | <percentage> | auto | inherit auto 位置指定された要素 no 包含ブロックを含む幅を参照 visual
'speak-header' once | always | inherit once テーブルヘッダー情報を持つ要素 yes   aural
'speak-numeral' digits | continuous | inherit continuous   yes   aural
'speak-punctuation' code | none | inherit none   yes   aural
'speak' normal | none | spell-out | inherit normal   yes   aural
'speech-rate' <number> | x-slow | slow | medium | fast | x-fast | faster | slower | inherit medium   yes   aural
'stress' <number> | inherit 50   yes   aural
'table-layout' auto | fixed | inherit auto 'table'および'inline-table'要素 no   visual
'text-align' left | right | center | justify | inherit 匿名値は、'direction'が'ltr'の場合は'left'として、'direction'が'rtl'の場合は'right'として振る舞う。 ブロックコンテナ yes   visual
'text-decoration' none | [ underline || overline || line-through || blink ] | inherit none   なし(文参照)   visual
'text-indent' <length> | <percentage> | inherit 0 ブロックコンテナ yes 包含ブロックを含む幅を参照 visual
'text-transform' capitalize | uppercase | lowercase | none | inherit none   yes   visual
'top' <length> | <percentage> | auto | inherit auto 位置指定された要素 no 包含ブロックの高さを参照 visual
'unicode-bidi' normal | embed | bidi-override | inherit normal すべての要素、ただし文を参照のこと。 no   visual
'vertical-align' baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length> | inherit baseline インラインレベルとテーブルセル要素 no 要素自身の'line-height'を参照 visual
'visibility' visible | hidden | collapse | inherit visible   yes   visual
'voice-family' [[<specific-voice> | <generic-voice> ],]* [<specific-voice> | <generic-voice> ] | inherit ユーザーエージェントに依存   yes   aural
'volume' <number> | <percentage> | silent | x-soft | soft | medium | loud | x-loud | inherit medium   yes 継承値を参照 aural
'white-space' normal | pre | nowrap | pre-wrap | pre-line | inherit normal   yes   visual
'widows' <integer> | inherit 2 ブロックコンテナ要素 yes   visual, paged
'width' <length> | <percentage> | auto | inherit auto 非置換インライン要素、テーブル列と列グループを除く全要素 no 包含ブロックを含む幅を参照 visual
'word-spacing' normal | <length> | inherit normal   yes   visual
'z-index' auto | <integer> | inherit auto 位置指定された要素 no   visual