Skip to content

Instantly share code, notes, and snippets.

@wintercn
Created July 3, 2013 14:18
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save wintercn/5918272 to your computer and use it in GitHub Desktop.
Save wintercn/5918272 to your computer and use it in GitHub Desktop.
CSS3 标准和属性对应数据
[
{
"spec name": "CSS Animations",
"uri": "http://www.w3.org/TR/css3-animations",
"category": "css-property",
"Name": "animation-name",
"Value": "<single-animation-name> [\n ‘,’ <single-animation-name> ]*",
"Initial": "‘none’",
"Applies To": "all elements, ::before and ::after pseudo-elements",
"Inherited": "no",
"Animatable": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed Value": "As specified",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Animations",
"uri": "http://www.w3.org/TR/css3-animations",
"category": "css-property",
"Name": "animation-duration",
"Value": "<time> [, <time>]*",
"Initial": "‘0s’",
"Applies To": "all elements, ::before and ::after pseudo-elements",
"Inherited": "no",
"Animatable": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed Value": "as specified",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Animations",
"uri": "http://www.w3.org/TR/css3-animations",
"category": "css-property",
"Name": "animation-timing-function",
"Value": "<single-timing-function> [ ‘,’ <single-timing-function> ]*",
"Initial": "‘ease’",
"Applies To": "all elements, ::before and ::after pseudo-elements",
"Inherited": "no",
"Animatable": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed Value": "as specified",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Animations",
"uri": "http://www.w3.org/TR/css3-animations",
"category": "css-property",
"Name": "animation-iteration-count",
"Value": "<single-animation-iteration-count>\n [ ‘,’ <single-animation-iteration-count>\n ]*",
"Initial": "‘1’",
"Applies To": "all elements, ::before and ::after pseudo-elements",
"Inherited": "no",
"Animatable": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed Value": "as specified",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Animations",
"uri": "http://www.w3.org/TR/css3-animations",
"category": "css-property",
"Name": "animation-direction",
"Value": "<single-animation-direction>\n [ ‘,’ <single-animation-direction>\n ]*",
"Initial": "‘normal’",
"Applies To": "all elements, ::before and ::after pseudo-elements",
"Inherited": "no",
"Animatable": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed Value": "as specified",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Animations",
"uri": "http://www.w3.org/TR/css3-animations",
"category": "css-property",
"Name": "animation-play-state",
"Value": "<single-animation-play-state>\n [ ‘,’ <single-animation-play-state>\n ]*",
"Initial": "‘running’",
"Applies To": "all elements, ::before and ::after pseudo-elements",
"Inherited": "no",
"Animatable": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed Value": "as specified",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Animations",
"uri": "http://www.w3.org/TR/css3-animations",
"category": "css-property",
"Name": "animation-delay",
"Value": "<time> [, <time>]*",
"Initial": "‘0s’",
"Applies To": "all elements, ::before and ::after pseudo-elements",
"Inherited": "no",
"Animatable": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed Value": "as specified",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Animations",
"uri": "http://www.w3.org/TR/css3-animations",
"category": "css-property",
"Name": "animation-fill-mode",
"Value": "<single-animation-fill-mode>\n [ ‘,’ <single-animation-fill-mode>\n ]*",
"Initial": "‘none’",
"Applies To": "all elements, ::before and ::after pseudo-elements",
"Inherited": "no",
"Animatable": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed Value": "as specified",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Animations",
"uri": "http://www.w3.org/TR/css3-animations",
"category": "css-property",
"Name": "animation",
"Value": "<single-animation> [ ‘,’ <single-animation> ]*",
"Initial": "see individual properties",
"Applies To": "all elements, ::before and ::after pseudo-elements",
"Inherited": "see individual properties",
"Animatable": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed Value": "see individual properties",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Device Adaptation",
"uri": "http://www.w3.org/TR/css-device-adapt/",
"category": "css-property",
"Name": "min-width",
"Value": "<viewport-length>",
"Initial": "auto",
"Applies to": "N/A",
"Inherited": "N/A",
"Percentages": "Refer to the width of the initial\n viewport",
"Media": "visual, continuous",
"Computed value": "‘auto’, ‘device-width’,\n ‘device-height’, an absolute length, or a\n percentage as specified"
},
{
"spec name": "CSS Device Adaptation",
"uri": "http://www.w3.org/TR/css-device-adapt/",
"category": "css-property",
"Name": "max-width",
"Value": "<viewport-length>",
"Initial": "auto",
"Applies to": "N/A",
"Inherited": "N/A",
"Percentages": "Refer to the width of the initial\n viewport",
"Media": "visual, continuous",
"Computed value": "‘auto’, ‘device-width’,\n ‘device-height’, an absolute length, or a\n percentage as specified"
},
{
"spec name": "CSS Device Adaptation",
"uri": "http://www.w3.org/TR/css-device-adapt/",
"category": "css-property",
"Name": "width",
"Value": "<viewport-length>{1,2}",
"Initial": "See individual properties",
"Applies to": "N/A",
"Inherited": "N/A",
"Percentages": "See individual properties",
"Media": "visual, continuous",
"Computed value": "See individual properties"
},
{
"spec name": "CSS Device Adaptation",
"uri": "http://www.w3.org/TR/css-device-adapt/",
"category": "css-property",
"Name": "min-height",
"Value": "<viewport-length>",
"Initial": "auto",
"Applies to": "N/A",
"Inherited": "N/A",
"Percentages": "Refer to the height of the initial\n viewport",
"Media": "visual, continuous",
"Computed value": "‘auto’, ‘device-width’,\n ‘device-height’, an absolute length, or a\n percentage as specified"
},
{
"spec name": "CSS Device Adaptation",
"uri": "http://www.w3.org/TR/css-device-adapt/",
"category": "css-property",
"Name": "max-height",
"Value": "<viewport-length>",
"Initial": "auto",
"Applies to": "N/A",
"Inherited": "N/A",
"Percentages": "Refer to the height of the initial\n viewport",
"Media": "visual, continuous",
"Computed value": "‘auto’, ‘device-width’,\n ‘device-height’, an absolute length, or a\n percentage as specified"
},
{
"spec name": "CSS Device Adaptation",
"uri": "http://www.w3.org/TR/css-device-adapt/",
"category": "css-property",
"Name": "height",
"Value": "<viewport-length>{1,2}",
"Initial": "See individual properties",
"Applies to": "N/A",
"Inherited": "N/A",
"Percentages": "See individual properties",
"Media": "visual, continuous",
"Computed value": "See individual properties"
},
{
"spec name": "CSS Device Adaptation",
"uri": "http://www.w3.org/TR/css-device-adapt/",
"category": "css-property",
"Name": "zoom",
"Value": "auto | <number> | <percentage>",
"Initial": "auto",
"Applies to": "N/A",
"Inherited": "N/A",
"Percentages": "The zoom factor itself",
"Media": "visual, continuous",
"Computed value": "‘auto’, or a positive number or\n percentage as specified."
},
{
"spec name": "CSS Device Adaptation",
"uri": "http://www.w3.org/TR/css-device-adapt/",
"category": "css-property",
"Name": "min-zoom",
"Value": "auto | <number> | <percentage>",
"Initial": "auto",
"Applies to": "N/A",
"Inherited": "N/A",
"Percentages": "The zoom factor itself",
"Media": "visual, continuous",
"Computed value": "‘auto’, or a positive number or\n percentage as specified."
},
{
"spec name": "CSS Device Adaptation",
"uri": "http://www.w3.org/TR/css-device-adapt/",
"category": "css-property",
"Name": "max-zoom",
"Value": "auto | <number> | <percentage>",
"Initial": "auto",
"Applies to": "N/A",
"Inherited": "N/A",
"Percentages": "The zoom factor itself",
"Media": "visual, continuous",
"Computed value": "‘auto’, or a positive number or\n percentage as specified."
},
{
"spec name": "CSS Device Adaptation",
"uri": "http://www.w3.org/TR/css-device-adapt/",
"category": "css-property",
"Name": "user-zoom",
"Value": "zoom | fixed",
"Initial": "zoom",
"Applies to": "N/A",
"Inherited": "N/A",
"Percentages": "N/A",
"Media": "visual, continuous",
"Computed value": "‘zoom’ or ‘fixed’ as specified."
},
{
"spec name": "CSS Device Adaptation",
"uri": "http://www.w3.org/TR/css-device-adapt/",
"category": "css-property",
"Name": "orientation",
"Value": "auto | portrait | landscape",
"Initial": "auto",
"Applies to": "N/A",
"Inherited": "N/A",
"Percentages": "N/A",
"Media": "visual, continuous",
"Computed value": "‘auto’, ‘portrait’, or\n ‘landscape’\n as specified."
},
{
"spec name": "CSS Device Adaptation",
"uri": "http://www.w3.org/TR/css-device-adapt/",
"category": "css-property",
"Name": "resolution",
"Value": "auto | device | <resolution>",
"Initial": "auto",
"Applies to": "N/A",
"Inherited": "N/A",
"Percentages": "N/A",
"Media": "visual, continuous",
"Computed value": "‘auto’, ‘device’, or a\n resolution value as specified."
},
{
"spec name": "CSS Color Module Level 3",
"uri": "http://www.w3.org/TR/css3-color",
"category": "css-property",
"Name": "color",
"Value": "<color> | inherit",
"Initial": "depends on user agent",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "The computed value for basic color keywords, RGB hex values and\n extended color keywords is the equivalent triplet of numerical RGB\n values, e.g. six digit hex value or rgb(...)\n functional value, with an alpha value of 1.\n\n The computed value of the keyword ‘transparent’ is the\n quadruplet of all zero numerical RGBA values, e.g. rgba(0,0,0,0).\n\n See the definition of the ‘currentColor’ for how its computed\n value is determined.\n\n For all other values, the computed value is the specified value."
},
{
"spec name": "CSS Color Module Level 3",
"uri": "http://www.w3.org/TR/css3-color",
"category": "css-property",
"Name": "opacity",
"Value": "<alphavalue> | inherit",
"Initial": "1",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "The same as the specified value after clipping the\n <alphavalue> to the range [0.0,1.0]."
},
{
"spec name": "CSS Flexible Box Layout Module",
"uri": "http://www.w3.org/TR/css3-flexbox",
"category": "css-property",
"Name": "display",
"New value": "flex | inline-flex"
},
{
"spec name": "CSS Flexible Box Layout Module",
"uri": "http://www.w3.org/TR/css3-flexbox",
"category": "css-property",
"Name": "min-width, min-height",
"New value": "auto",
"New Initial Value": "auto",
"New Computed Value": "the percentage as specified or the absolute length or a keyword"
},
{
"spec name": "CSS Flexible Box Layout Module",
"uri": "http://www.w3.org/TR/css3-flexbox",
"category": "css-property",
"Name": "flex-direction",
"Value": "row | row-reverse | column | column-reverse",
"Initial": "row",
"Applies To": "flex containers",
"Inherited": "no",
"Computed Value": "specified value",
"Media": "visual",
"Animatable": "no",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Flexible Box Layout Module",
"uri": "http://www.w3.org/TR/css3-flexbox",
"category": "css-property",
"Name": "flex-wrap",
"Value": "nowrap | wrap | wrap-reverse",
"Initial": "nowrap",
"Applies To": "flex containers",
"Inherited": "no",
"Computed Value": "specified value",
"Media": "visual",
"Animatable": "no",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Flexible Box Layout Module",
"uri": "http://www.w3.org/TR/css3-flexbox",
"category": "css-property",
"Name": "flex-flow",
"Value": "<‘flex-direction’> || <‘flex-wrap’>",
"Initial": "see individual properties",
"Applies To": "flex containers",
"Inherited": "see individual properties",
"Computed Value": "see individual properties",
"Media": "visual",
"Animatable": "no",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Flexible Box Layout Module",
"uri": "http://www.w3.org/TR/css3-flexbox",
"category": "css-property",
"Name": "order",
"Value": "<integer>",
"Initial": "0",
"Applies to": "flex items",
"Inherited": "no",
"Computed value": "specified value",
"Media": "visual",
"Animatable": "yes",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Flexible Box Layout Module",
"uri": "http://www.w3.org/TR/css3-flexbox",
"category": "css-property",
"Name": "flex",
"Value": "none | [ <'flex-grow'> <'flex-shrink'>? ||\n <'flex-basis'> ]",
"Initial": "see individual properties",
"Applies to": "flex items",
"Inherited": "see individual properties",
"Computed Value": "see individual properties",
"Media": "visual",
"Animatable": "see individual properties",
"Canonical Order": "per grammar"
},
{
"spec name": "CSS Flexible Box Layout Module",
"uri": "http://www.w3.org/TR/css3-flexbox",
"category": "css-property",
"Name": "flex-grow",
"Value": "<number>",
"Initial": "0",
"Applies to": "flex items",
"Inherited": "no",
"Computed Value": "specified value",
"Media": "visual",
"Animatable": "yes, except between ‘0’ and other values",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Flexible Box Layout Module",
"uri": "http://www.w3.org/TR/css3-flexbox",
"category": "css-property",
"Name": "flex-shrink",
"Value": "<number>",
"Initial": "1",
"Applies to": "flex items",
"Inherited": "no",
"Computed Value": "specified value",
"Media": "visual",
"Animatable": "yes, except between ‘0’ and other values",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Flexible Box Layout Module",
"uri": "http://www.w3.org/TR/css3-flexbox",
"category": "css-property",
"Name": "flex-basis",
"Value": "<'width'>",
"Initial": "auto",
"Applies to": "flex items",
"Inherited": "no",
"Computed Value": "as specified, with lengths made absolute",
"Percentages": "relative to the flex container's inner main\n size",
"Media": "visual",
"Animatable": "yes, insofar as ‘width’ is\n animatable",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Flexible Box Layout Module",
"uri": "http://www.w3.org/TR/css3-flexbox",
"category": "css-property",
"Name": "justify-content",
"Value": "flex-start | flex-end | center | space-between | space-around",
"Initial": "flex-start",
"Applies to": "flex containers",
"Inherited": "no",
"Computed Value": "specified value",
"Media": "visual",
"Animatable": "no",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Flexible Box Layout Module",
"uri": "http://www.w3.org/TR/css3-flexbox",
"category": "css-property",
"Name": "align-items",
"Value": "flex-start | flex-end | center | baseline | stretch",
"Initial": "stretch",
"Applies to": "flex containers",
"Inherited": "no",
"Computed Value": "specified value",
"Media": "visual",
"Animatable": "no",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Flexible Box Layout Module",
"uri": "http://www.w3.org/TR/css3-flexbox",
"category": "css-property",
"Name": "align-self",
"Value": "auto | flex-start | flex-end | center | baseline | stretch",
"Initial": "auto",
"Applies to": "flex items",
"Inherited": "no",
"Computed Value": "‘auto’ computes to parent's ‘align-items’;\n otherwise as specified",
"Media": "visual",
"Animatable": "no",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Flexible Box Layout Module",
"uri": "http://www.w3.org/TR/css3-flexbox",
"category": "css-property",
"Name": "align-content",
"Value": "flex-start | flex-end | center | space-between | space-around |\n stretch",
"Initial": "stretch",
"Applies to": "multi-line flex containers",
"Inherited": "no",
"Computed Value": "specified value",
"Media": "visual",
"Animatable": "no",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "background-color",
"Value": "<color>",
"Initial": "transparent",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "the computed color(s)",
"Animatable": "yes"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "background-image",
"Value": "<bg-image> [ , <bg-image> ]*",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified, but with URIs made absolute",
"Animatable": "no"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "background-repeat",
"Value": "<repeat-style> [ ,\n <repeat-style> ]*",
"Initial": "repeat",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "A list, each item consisting of: two keywords, one per dimension",
"Animatable": "no"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "background-attachment",
"Value": "<attachment> [ , <attachment> ]*",
"Initial": "scroll",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "background-position",
"Value": "<position> [ , <position> ]*",
"Initial": "0% 0%",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "refer to size of background positioning area\n minus size of background image; see text",
"Media": "visual",
"Computed value": "A list, each item consisting of: two keywords representing the\n origin and two offsets from that origin, each given as an absolute\n length (if given a <length>), otherwise as a percentage.",
"Animatable": "yes"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "background-clip",
"Value": "<box> [ , <box> ]*",
"Initial": "border-box",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "background-origin",
"Value": "<box> [ , <box> ]*",
"Initial": "padding-box",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "background-size",
"Value": "<bg-size> [ , <bg-size> ]*",
"Initial": "auto",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "see text",
"Media": "visual",
"Computed value": "as specified, but with lengths made absolute",
"Animatable": "yes except keyword values"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "background",
"Value": "[ <bg-layer> , ]* <final-bg-layer>",
"Initial": "see individual properties",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "see individual properties",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "border-top-color , border-right-color, border-bottom-color, border-left-color",
"Value": "<color>",
"Initial": "currentColor",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "the computed color",
"Animatable": "yes"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "border-color",
"Value": "<color>{1,4}",
"Initial": "(see individual properties)",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "border-top-style, border-right-style, border-bottom-style, border-left-style",
"Value": "<border-style>",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value",
"Animatable": "no"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "border-style",
"Value": "<border-style>{1,4}",
"Initial": "(see individual properties)",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "border-top-width, border-right-width, border-bottom-width, border-left-width",
"Value": "<border-width>",
"Initial": "medium",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "absolute length; ‘0’ if the border style\n is ‘none’ or ‘hidden’",
"Animatable": "yes"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "border-width",
"Value": "<border-width>{1,4}",
"Initial": "(see individual properties)",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "see individual properties",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "border-top, border-right, border-bottom, border-left",
"Value": "<border-width> ||\n <border-style> ||\n <color>",
"Initial": "See individual properties",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "border",
"Value": "<border-width> ||\n <border-style> ||\n <color>",
"Initial": "See individual properties",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius",
"Value": "[ <length> | <percentage> ]{1,2}",
"Initial": "0",
"Applies to": "all elements (but see prose)",
"Inherited": "no",
"Percentages": "Refer to corresponding dimension of the border\n box.",
"Media": "visual",
"Computed value": "two absolute <length> or percentages",
"Animatable": "yes"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "border-radius",
"Value": "[ <length> | <percentage> ]{1,4} [\n / [ <length> | <percentage> ]{1,4} ]?",
"Initial": "see individual properties",
"Applies to": "all elements (but see prose)",
"Inherited": "no",
"Percentages": "Refer to corresponding dimension of the border\n box.",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "border-image-source",
"Value": "none | <image>",
"Initial": "none",
"Applies to": "All elements, except internal table elements when ‘border-collapse’ is ‘collapse’",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "‘none’ or the image with its URI made\n absolute",
"Animatable": "no"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "border-image-slice",
"Value": "[<number> | <percentage>]{1,4}\n && fill?",
"Initial": "100%",
"Applies to": "All elements, except internal table elements when ‘border-collapse’ is ‘collapse’",
"Inherited": "no",
"Percentages": "refer to size of the border image",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "border-image-width",
"Value": "[ <length> | <percentage> |\n <number> | auto ]{1,4}",
"Initial": "1",
"Applies to": "All elements, except table elements when ‘border-collapse’ is ‘collapse’",
"Inherited": "no",
"Percentages": "Relative to width/height of the border image area",
"Media": "visual",
"Computed value": "all <length>s made absolute, otherwise as specified",
"Animatable": "no"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "border-image-outset",
"Value": "[ <length> | <number> ]{1,4}",
"Initial": "0",
"Applies to": "All elements, except internal table elements when ‘border-collapse’ is ‘collapse’",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "all <length>s made absolute, otherwise as specified",
"Animatable": "no"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "border-image-repeat",
"Value": "[ stretch | repeat | round | space ]{1,2}",
"Initial": "stretch",
"Applies to": "All elements, except internal table elements when ‘border-collapse’ is ‘collapse’",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "border-image",
"Value": "<‘border-image-source’> ||\n <‘border-image-slice’> [ /\n <‘border-image-width’> | /\n <‘border-image-width’>? /\n <‘border-image-outset’> ]? ||\n <‘border-image-repeat’>",
"Initial": "See individual properties",
"Applies to": "See individual properties",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "See individual properties",
"Animatable": "See individual properties"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "box-decoration-break",
"Value": "slice | clone",
"Initial": "slice",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Backgrounds and Borders Module Level 3",
"uri": "http://www.w3.org/TR/css3-background",
"category": "css-property",
"Name": "box-shadow",
"Value": "none | <shadow> [ , <shadow> ]*",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "any <length> made absolute; any specified color computed;\n otherwise as specified",
"Animatable": "yes, except between inner and outer shadows (Transition to/from an\n absent shadow is a transition to/from ‘0 0\n transparent’ or ‘0 0 transparent\n inset’, as appropriate.)"
},
{
"spec name": "CSS Image Values and Replaced Content Module Level 3",
"uri": "http://www.w3.org/TR/css3-images",
"category": "css-property",
"Name": "object-fit",
"Value": "fill | contain | cover | none | scale-down",
"Initial": "fill",
"Applies to": "replaced elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Image Values and Replaced Content Module Level 3",
"uri": "http://www.w3.org/TR/css3-images",
"category": "css-property",
"Name": "object-position",
"Value": "<position>",
"Initial": "50% 50%",
"Applies to": "replaced elements",
"Inherited": "no",
"Percentages": "refer to width and height of box itself",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Image Values and Replaced Content Module Level 3",
"uri": "http://www.w3.org/TR/css3-images",
"category": "css-property",
"Name": "image-resolution",
"Value": "[from-image || <resolution>] && snap?",
"Initial": "1dppx",
"Applies to": "all elements",
"Inherited": "yes",
"Media": "visual",
"Computed value": "as specified, except with ‘<resolution>’ possibly altered by\n computing for ‘snap’ (see below)"
},
{
"spec name": "CSS Image Values and Replaced Content Module Level 3",
"uri": "http://www.w3.org/TR/css3-images",
"category": "css-property",
"Name": "image-orientation",
"Value": "<angle>",
"Initial": "0deg",
"Applies to": "all elements",
"Inherited": "yes",
"Media": "visual",
"Computed value": "specified value, rounded and normalized (see text)"
},
{
"spec name": "CSS Image Values and Replaced Content Module Level 4",
"uri": "http://www.w3.org/TR/css4-images/",
"category": "css-property",
"Name": "object-fit",
"Value": "fill | contain | cover | none | scale-down",
"Initial": "fill",
"Applies to": "replaced elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value",
"Animatable": "no"
},
{
"spec name": "CSS Image Values and Replaced Content Module Level 4",
"uri": "http://www.w3.org/TR/css4-images/",
"category": "css-property",
"Name": "object-position",
"Value": "<position>",
"Initial": "50% 50%",
"Applies to": "replaced elements",
"Inherited": "no",
"Percentages": "refer to width and height of box itself",
"Media": "visual",
"Computed value": "specified value",
"Animatable": "yes",
"Canonical Order": "the horizontal component of the <position>, followed by the vertical\n component"
},
{
"spec name": "CSS Image Values and Replaced Content Module Level 4",
"uri": "http://www.w3.org/TR/css4-images/",
"category": "css-property",
"Name": "image-resolution",
"Value": "[from-image || <resolution>] && snap?",
"Initial": "1dppx",
"Applies to": "all elements",
"Inherited": "yes",
"Media": "visual",
"Computed value": "as specified, except with ‘<resolution>’ possibly altered by computing for\n ‘snap’ (see below)",
"Animatable": "no",
"Canonical Order": "per\n grammar"
},
{
"spec name": "CSS Image Values and Replaced Content Module Level 4",
"uri": "http://www.w3.org/TR/css4-images/",
"category": "css-property",
"Name": "image-orientation",
"Value": "<angle> | from-image",
"Initial": "0deg",
"Applies to": "all elements",
"Inherited": "yes",
"Media": "visual",
"Computed value": "an <angle>, rounded and normalized (see text)",
"Animatable": "no"
},
{
"spec name": "CSS Image Values and Replaced Content Module Level 4",
"uri": "http://www.w3.org/TR/css4-images/",
"category": "css-property",
"Name": "image-rendering",
"Value": "auto | crisp-edges | pixelated",
"Initial": "auto",
"Applies to": "all elements",
"Inherited": "yes",
"Media": "visual",
"Computed value": "specified value",
"Animatable": "no"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "voice-volume",
"Value": "silent | [[x-soft | soft | medium | loud | x-loud] ||\n <decibel>]",
"Initial": "medium",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "speech",
"Computed value": "‘silent’, or a keyword value\n and optionally also a decibel offset (if not zero)"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "voice-balance",
"Value": "<number> | left | center | right | leftwards | rightwards",
"Initial": "center",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "speech",
"Computed value": "the specified value resolved to a <number> between\n ‘-100’ and ‘100’ (inclusive)"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "speak",
"Value": "auto | none | normal",
"Initial": "auto",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "speech",
"Computed value": "specified value"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "speak-as",
"Value": "normal | spell-out || digits || [ literal-punctuation |\n no-punctuation ]",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "speech",
"Computed value": "specified value"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "pause-before",
"Value": "<time> | none | x-weak | weak | medium | strong | x-strong",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "speech",
"Computed value": "specified value"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "pause-after",
"Value": "<time> | none | x-weak | weak | medium | strong | x-strong",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "speech",
"Computed value": "specified value"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "pause",
"Value": "<‘pause-before’> <‘pause-after’>?",
"Initial": "N/A (see individual properties)",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "speech",
"Computed value": "N/A (see individual properties)"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "rest-before",
"Value": "<time> | none | x-weak | weak | medium | strong | x-strong",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "speech",
"Computed value": "specified value"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "rest-after",
"Value": "<time> | none | x-weak | weak | medium | strong | x-strong",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "speech",
"Computed value": "specified value"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "rest",
"Value": "<‘rest-before’> <‘rest-after’>?",
"Initial": "N/A (see individual properties)",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "speech",
"Computed value": "N/A (see individual properties)"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "cue-before",
"Value": "<uri> <decibel>? | none",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "speech",
"Computed value": "specified value"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "cue-after",
"Value": "<uri> <decibel>? | none",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "speech",
"Computed value": "specified value"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "cue",
"Value": "<‘cue-before’> <‘cue-after’>?",
"Initial": "N/A (see individual properties)",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "speech",
"Computed value": "N/A (see individual properties)"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "voice-family",
"Value": "[[<name> | <generic-voice>],]* [<name> |\n <generic-voice>] | preserve",
"Initial": "implementation-dependent",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "speech",
"Computed value": "specified value"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "voice-rate",
"Value": "[normal | x-slow | slow | medium | fast | x-fast] ||\n <percentage>",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "refer to default value",
"Media": "speech",
"Computed value": "a keyword value, and optionally also a percentage relative to the\n keyword (if not 100%)"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "voice-pitch",
"Value": "<frequency> && absolute | [[x-low | low | medium |\n high | x-high] || [<frequency> | <semitones> |\n <percentage>]]",
"Initial": "medium",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "refer to inherited value",
"Media": "speech",
"Computed value": "one of the predefined pitch keywords if only the keyword is\n specified by itself, otherwise an absolute frequency calculated by\n converting the keyword value (if any) to a fixed frequency based on the\n current voice-family and by applying the specified relative offset (if\n any)"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "voice-range",
"Value": "<frequency> && absolute | [[x-low | low | medium |\n high | x-high] || [<frequency> | <semitones> |\n <percentage>]]",
"Initial": "medium",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "refer to inherited value",
"Media": "speech",
"Computed value": "one of the predefined pitch keywords if only the keyword is\n specified by itself, otherwise an absolute frequency calculated by\n converting the keyword value (if any) to a fixed frequency based on the\n current voice-family and by applying the specified relative offset (if\n any)"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "voice-stress",
"Value": "normal | strong | moderate | none | reduced",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "speech",
"Computed value": "specified value"
},
{
"spec name": "CSS Speech Module",
"uri": "http://www.w3.org/TR/css3-speech",
"category": "css-property",
"Name": "voice-duration",
"Value": "auto | <time>",
"Initial": "auto",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "speech",
"Computed value": "specified value"
},
{
"spec name": "CSS Multi-column Layout Module",
"uri": "http://www.w3.org/TR/css3-multicol",
"category": "css-property",
"Name": "column-width",
"Value": "<length> | auto",
"Initial": "auto",
"Applies to": "non-replaced block-level elements (except table elements), table\n cells, and inline-block elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "the absolute length, zero or larger"
},
{
"spec name": "CSS Multi-column Layout Module",
"uri": "http://www.w3.org/TR/css3-multicol",
"category": "css-property",
"Name": "column-count",
"Value": "<integer> | auto",
"Initial": "auto",
"Applies to": "non-replaced block-level elements (except table elements), table\n cells, and inline-block elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Multi-column Layout Module",
"uri": "http://www.w3.org/TR/css3-multicol",
"category": "css-property",
"Name": "columns",
"Value": "<‘column-width’> || <‘column-count’>",
"Initial": "see individual properties",
"Applies to": "non-replaced block-level elements (except table elements), table\n cells, and inline-block elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see individual properties"
},
{
"spec name": "CSS Multi-column Layout Module",
"uri": "http://www.w3.org/TR/css3-multicol",
"category": "css-property",
"Name": "column-gap",
"Value": "<length> | normal",
"Initial": "normal",
"Applies to": "multicol elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "absolute length or ‘normal’"
},
{
"spec name": "CSS Multi-column Layout Module",
"uri": "http://www.w3.org/TR/css3-multicol",
"category": "css-property",
"Name": "column-rule-color",
"Value": "<color>",
"Initial": "same as for ‘color’ property\n [CSS21]",
"Applies to": "multicol elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "the same as the computed value for the ‘color’ property [CSS21]"
},
{
"spec name": "CSS Multi-column Layout Module",
"uri": "http://www.w3.org/TR/css3-multicol",
"category": "css-property",
"Name": "column-rule-style",
"Value": "<border-style>",
"Initial": "none",
"Applies to": "multicol elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Multi-column Layout Module",
"uri": "http://www.w3.org/TR/css3-multicol",
"category": "css-property",
"Name": "column-rule-width",
"Value": "<border-width>",
"Initial": "medium",
"Applies to": "multicol elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "absolute length; ‘0’ if the\n column rule style is ‘none’ or\n ‘hidden’"
},
{
"spec name": "CSS Multi-column Layout Module",
"uri": "http://www.w3.org/TR/css3-multicol",
"category": "css-property",
"Name": "column-rule",
"Value": "<‘column-rule-width’> || <‘column-rule-style’> || [ <‘column-rule-color’> | transparent ]",
"Initial": "see individual properties",
"Applies to": "multicol elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see individual properties"
},
{
"spec name": "CSS Multi-column Layout Module",
"uri": "http://www.w3.org/TR/css3-multicol",
"category": "css-property",
"Name": "break-before",
"Value": "auto | always | avoid | left | right | page | column | avoid-page |\n avoid-column",
"Initial": "auto",
"Applies to": "block-level elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "paged",
"Computed value": "specified value"
},
{
"spec name": "CSS Multi-column Layout Module",
"uri": "http://www.w3.org/TR/css3-multicol",
"category": "css-property",
"Name": "break-after",
"Value": "auto | always | avoid | left | right | page | column | avoid-page |\n avoid-column",
"Initial": "auto",
"Applies to": "block-level elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "paged",
"Computed value": "specified value"
},
{
"spec name": "CSS Multi-column Layout Module",
"uri": "http://www.w3.org/TR/css3-multicol",
"category": "css-property",
"Name": "break-inside",
"Value": "auto | avoid | avoid-page | avoid-column",
"Initial": "auto",
"Applies to": "block-level elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "paged",
"Computed value": "specified value"
},
{
"spec name": "CSS Multi-column Layout Module",
"uri": "http://www.w3.org/TR/css3-multicol",
"category": "css-property",
"Name": "column-span",
"Value": "none | all",
"Initial": "none",
"Applies to": "block-level elements, except floating and absolutely positioned\n elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Multi-column Layout Module",
"uri": "http://www.w3.org/TR/css3-multicol",
"category": "css-property",
"Name": "column-fill",
"Value": "auto | balance",
"Initial": "balance",
"Applies to": "multicol elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "see below",
"Computed value": "as specified"
},
{
"spec name": "CSS Marquee Module Level 3",
"uri": "http://www.w3.org/TR/css3-marquee",
"category": "css-property",
"Name": "overflow-style",
"Value": "auto | marquee-line | marquee-block",
"Initial": "auto",
"Applies to": "same as ‘overflow’",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Marquee Module Level 3",
"uri": "http://www.w3.org/TR/css3-marquee",
"category": "css-property",
"Name": "marquee-style",
"Value": "scroll | slide | alternate",
"Initial": "scroll",
"Applies to": "same as ‘overflow’",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Marquee Module Level 3",
"uri": "http://www.w3.org/TR/css3-marquee",
"category": "css-property",
"Name": "marquee-play-count",
"Value": "<non-negative-integer> | infinite",
"Initial": "1",
"Applies to": "same as ‘overflow’",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Marquee Module Level 3",
"uri": "http://www.w3.org/TR/css3-marquee",
"category": "css-property",
"Name": "marquee-direction",
"Value": "forward | reverse",
"Initial": "forward",
"Applies to": "same as ‘overflow’",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Marquee Module Level 3",
"uri": "http://www.w3.org/TR/css3-marquee",
"category": "css-property",
"Name": "marquee-speed",
"Value": "slow | normal | fast",
"Initial": "normal",
"Applies to": "same as ‘overflow’",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Text Decoration Module Level 3",
"uri": "http://www.w3.org/TR/css-text-decor-3/",
"category": "css-property",
"Name": "text-decoration-line",
"Value": "none | [ underline || overline || line-through || blink ]",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no (but see prose)",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Text Decoration Module Level 3",
"uri": "http://www.w3.org/TR/css-text-decor-3/",
"category": "css-property",
"Name": "text-decoration-color",
"Value": "<color>",
"Initial": "currentColor",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "the computed color"
},
{
"spec name": "CSS Text Decoration Module Level 3",
"uri": "http://www.w3.org/TR/css-text-decor-3/",
"category": "css-property",
"Name": "text-decoration-style",
"Value": "solid | double | dotted | dashed | wavy",
"Initial": "solid",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Text Decoration Module Level 3",
"uri": "http://www.w3.org/TR/css-text-decor-3/",
"category": "css-property",
"Name": "text-decoration",
"Value": "<text-decoration-line> ||\n <text-decoration-style>\n || <text-decoration-color>",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Text Decoration Module Level 3",
"uri": "http://www.w3.org/TR/css-text-decor-3/",
"category": "css-property",
"Name": "text-decoration-skip",
"Value": "none | [ objects || spaces || ink || edges || box-decoration ]",
"Initial": "objects",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Text Decoration Module Level 3",
"uri": "http://www.w3.org/TR/css-text-decor-3/",
"category": "css-property",
"Name": "text-underline-position",
"Value": "auto | alphabetic | [ under || [ left | right ] ]",
"Initial": "auto",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Text Decoration Module Level 3",
"uri": "http://www.w3.org/TR/css-text-decor-3/",
"category": "css-property",
"Name": "text-emphasis-style",
"Value": "none | [ [ filled | open ] || [ dot | circle | double-circle |\n triangle | sesame ] ] | <string>",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "‘none’, a pair of keywords\n representing the shape and fill, or a string"
},
{
"spec name": "CSS Text Decoration Module Level 3",
"uri": "http://www.w3.org/TR/css-text-decor-3/",
"category": "css-property",
"Name": "text-emphasis-color",
"Value": "<color>",
"Initial": "currentColor",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Text Decoration Module Level 3",
"uri": "http://www.w3.org/TR/css-text-decor-3/",
"category": "css-property",
"Name": "text-emphasis",
"Value": "‘<text-emphasis-style>’ ||\n ‘<text-emphasis-color>’",
"Initial": "see individual properties",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see individual properties"
},
{
"spec name": "CSS Text Decoration Module Level 3",
"uri": "http://www.w3.org/TR/css-text-decor-3/",
"category": "css-property",
"Name": "text-emphasis-position",
"Value": "[ over | under ] && [ right | left ]",
"Initial": "over right",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Text Decoration Module Level 3",
"uri": "http://www.w3.org/TR/css-text-decor-3/",
"category": "css-property",
"Name": "text-shadow",
"Value": "none | [ <length>{2,3} && <color>? ]#",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "a color plus three absolute <length>s"
},
{
"spec name": "CSS Basic User Interface Module Level 3",
"uri": "http://www.w3.org/TR/css3-ui/",
"category": "css-property",
"Name": "content",
"New Value(s)": "icon",
"Initial": "same as CSS 2.1",
"Applies to": "same as CSS 2.1",
"Inherited": "same as CSS 2.1",
"Percentages": "same as CSS 2.1",
"Media": "same as CSS 2.1",
"Computed value": "the keyword ‘icon’ if specified as such, otherwise\n same as CSS 2.1"
},
{
"spec name": "CSS Basic User Interface Module Level 3",
"uri": "http://www.w3.org/TR/css3-ui/",
"category": "css-property",
"Name": "icon",
"Value": "auto | <uri> [, <uri>]* | inherit",
"Initial": "auto",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "all",
"Computed value": "as specified, except with any relative URLs converted to absolute"
},
{
"spec name": "CSS Basic User Interface Module Level 3",
"uri": "http://www.w3.org/TR/css3-ui/",
"category": "css-property",
"Name": "box-sizing",
"Value": "content-box | padding-box | border-box | inherit",
"Initial": "content-box",
"Applies to": "all elements that accept width or height",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Basic User Interface Module Level 3",
"uri": "http://www.w3.org/TR/css3-ui/",
"category": "css-property",
"Name": "outline",
"Value": "[ <‘outline-color’> || <‘outline-style’> || <‘outline-width’> ] | inherit",
"Initial": "see individual properties",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see individual properties"
},
{
"spec name": "CSS Basic User Interface Module Level 3",
"uri": "http://www.w3.org/TR/css3-ui/",
"category": "css-property",
"Name": "outline-width",
"Value": "<border-width> | inherit",
"Initial": "medium",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "absolute length; ‘0’ if the\n outline style is ‘none’."
},
{
"spec name": "CSS Basic User Interface Module Level 3",
"uri": "http://www.w3.org/TR/css3-ui/",
"category": "css-property",
"Name": "outline-style",
"Value": "auto | <border-style> | inherit",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Basic User Interface Module Level 3",
"uri": "http://www.w3.org/TR/css3-ui/",
"category": "css-property",
"Name": "outline-color",
"Value": "<color> | invert | inherit",
"Initial": "invert",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "The computed value for ‘invert’ is\n ‘invert’. For <color> values,\n the computed value is as defined for the [CSS3COLOR] ‘color’\n property."
},
{
"spec name": "CSS Basic User Interface Module Level 3",
"uri": "http://www.w3.org/TR/css3-ui/",
"category": "css-property",
"Name": "outline-offset",
"Value": "<length> | inherit",
"Initial": "0",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "<length> value in absolute units (px or physical)."
},
{
"spec name": "CSS Basic User Interface Module Level 3",
"uri": "http://www.w3.org/TR/css3-ui/",
"category": "css-property",
"Name": "resize",
"Value": "none | both | horizontal | vertical | inherit",
"Initial": "none",
"Applies to": "elements with ‘overflow’ other than visible",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value."
},
{
"spec name": "CSS Basic User Interface Module Level 3",
"uri": "http://www.w3.org/TR/css3-ui/",
"category": "css-property",
"Name": "text-overflow",
"Value": "( clip | ellipsis | <string> ){1,2} | inherit",
"Initial": "clip",
"Applies to": "block containers",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Basic User Interface Module Level 3",
"uri": "http://www.w3.org/TR/css3-ui/",
"category": "css-property",
"Name": "cursor",
"Value": "[ [<uri> [<x> <y>]?,]* \n\n [ auto | default | none |\n\n context-menu | help | pointer | progress | wait | \n\n cell | crosshair | text | vertical-text | \n\n alias | copy | move | no-drop | not-allowed | \n\n e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize |\n sw-resize | w-resize | ew-resize | ns-resize | nesw-resize |\n nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out\n \n\n ] ] | inherit",
"Initial": "auto",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual, interactive",
"Computed value": "as specified, except with any relative URLs converted to absolute"
},
{
"spec name": "CSS Basic User Interface Module Level 3",
"uri": "http://www.w3.org/TR/css3-ui/",
"category": "css-property",
"Name": "nav-index",
"Value": "auto | <number> | inherit",
"Initial": "auto",
"Applies to": "all enabled elements",
"Inherited": "no",
"Percentages": "n/a",
"Media": "interactive",
"Computed value": "specified value."
},
{
"spec name": "CSS Basic User Interface Module Level 3",
"uri": "http://www.w3.org/TR/css3-ui/",
"category": "css-property",
"Name": "nav-up, nav-right, nav-down, nav-left",
"Value": "auto | <id> [ current | root | <target-name> ]? |\n inherit",
"Initial": "auto",
"Applies to": "all enabled elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "interactive",
"Computed value": "as specified"
},
{
"spec name": "CSS Basic User Interface Module Level 3",
"uri": "http://www.w3.org/TR/css3-ui/",
"category": "css-property",
"Name": "ime-mode",
"Value": "auto | normal | active | inactive | disabled | inherit",
"Initial": "auto",
"Applies to": "text fields",
"Inherited": "no",
"Percentages": "N/A",
"Media": "interactive",
"Computed value": "as specified"
},
{
"spec name": "Compositing and Blending Level 1",
"uri": "http://www.w3.org/TR/compositing-1/",
"category": "css-property",
"Value": "<blend-mode>#",
"Initial": "normal",
"Applies to": "All elements. In SVG, it applies to svg, g, use, image, path,\n rect, circle, ellipse, line, polyline, polygon, text, tspan, and\n marker.",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "Compositing and Blending Level 1",
"uri": "http://www.w3.org/TR/compositing-1/",
"category": "css-property",
"Value": "<isolation-mode>",
"Initial": "auto",
"Applies to": "All elements.",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "Compositing and Blending Level 1",
"uri": "http://www.w3.org/TR/compositing-1/",
"category": "css-property",
"Value": "<blendmode>#",
"Initial": "normal",
"Applies to": "All HTML elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "Compositing and Blending Level 1",
"uri": "http://www.w3.org/TR/compositing-1/",
"category": "css-property",
"Value": "<blend-mode> | <composite-mode>",
"Initial": "source-over"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "mask-image",
"Value": "<mask-reference>",
"Initial": "none",
"Applies to": "All elements. In SVG, it applies to container\n elements without the <defs> element and all graphics\n elements.",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified, but with URIs made absolute",
"Animatable": "no"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "mask-source-type",
"Value": "<source-type>#",
"Initial": "auto",
"Applies to": "All elements. In SVG, it applies to container\n elements without the <defs> element and all graphics\n elements.",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "mask-repeat",
"Value": "<repeat-style>#",
"Initial": "repeat",
"Applies to": "All elements. In SVG, it applies to container\n elements without the <defs> element and all graphics\n elements.",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "A list, each item consisting of: two keywords, one per dimension",
"Animatable": "no"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "mask-position",
"Value": "<position>#",
"Initial": "0% 0%",
"Applies to": "All elements. In SVG, it applies to container\n elements without the <defs> element and all graphics\n elements.",
"Inherited": "no",
"Percentages": "refer to size of mask painting area minus size of\n mask image; see text",
"Media": "visual",
"Computed value": "A list, each item consisting of: two keywords representing the\n origin and two offsets from that origin, each given as an absolute\n length (if given a <length>), otherwise as a percentage.",
"Animatable": "as repeatable\n list of simple\n list of length,\n percentage, or calc"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "mask-clip",
"Value": "[ <box>\n | no-clip ]#",
"Initial": "border-box",
"Applies to": "All elements. In SVG, it applies to container\n elements without the <defs> element and all graphics\n elements.",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "mask-origin",
"Value": "<box>#",
"Initial": "padding-box",
"Applies to": "All elements. In SVG, it applies to container\n elements without the <defs> element and all graphics\n elements.",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "mask-size",
"Value": "<bg-size>#",
"Initial": "auto",
"Applies to": "All elements. In SVG, it applies to container\n elements without the <defs> element and all graphics\n elements.",
"Inherited": "no",
"Percentages": "see text",
"Media": "visual",
"Computed value": "as specified, but with lengths made absolute",
"Animatable": "as repeatable\n list of simple\n list of length,\n percentage, or calc (This means keyword values are\n not animatable.)"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "mask",
"Value": "<mask-layer>#",
"Initial": "see individual properties",
"Applies to": "All elements. In SVG, it applies to container\n elements without the <defs> element and all graphics\n elements.",
"Inherited": "no",
"Percentages": "see individual properties",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "mask-type",
"Value": "luminance | alpha",
"Initial": "luminance",
"Applies to": "<mask>\n elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "mask-box-image-source",
"Value": "<mask-image>",
"Initial": "none",
"Applies to": "All elements. In SVG, it applies to container\n elements and graphics\n elements.",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "‘none’ or the image with its URI made\n absolute",
"Animatable": "no"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "mask-box-image-slice",
"Value": "[<number> | <percentage>]{1,4}\n && fill?",
"Initial": "0 fill",
"Applies to": "All elements. In SVG, it applies to container\n elements without the <defs> element and all graphics\n elements.",
"Inherited": "no",
"Percentages": "refer to size of the mask image",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "mask-box-image-width",
"Value": "[ <length> | <percentage> |\n <number> | auto ]{1,4}",
"Initial": "auto",
"Applies to": "All elements. In SVG, it applies to container\n elements without the <defs> element and all graphics\n elements.",
"Inherited": "no",
"Percentages": "relative to width/height of the mask box image area",
"Media": "visual",
"Computed value": "all <length>s made absolute, otherwise as specified",
"Animatable": "no"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "mask-box-image-outset",
"Value": "[ <length> | <number> ]{1,4}",
"Initial": "0",
"Applies to": "All elements. In SVG, it applies to container\n elements without the <defs> element and all graphics\n elements.",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "all <length>s made absolute, otherwise as specified",
"Animatable": "no"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "mask-box-image-repeat",
"Value": "[ stretch | repeat | round | space ]{1,2}",
"Initial": "stretch",
"Applies to": "All elements. In SVG, it applies to container\n elements without the <defs> element and all graphics\n elements.",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "mask-box-image",
"Value": "<‘mask-box-image-source’> ||\n <‘mask-box-image-slice’> [ /\n <‘mask-box-image-width’> | /\n <‘mask-box-image-width’>? /\n <‘mask-box-image-outset’> ]? ||\n <‘mask-box-image-repeat’>",
"Initial": "See individual properties",
"Applies to": "See individual properties",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "See individual properties",
"Animatable": "See individual properties"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "clip-path",
"Value": "<basic-shape> | <clip-source> | none",
"Initial": "none",
"Applies to": "All elements. In SVG, it applies to container\n elements without the <defs> element, all graphics\n elements and <clipPath>.",
"Inherited": "no",
"Percentages": "as specified",
"Media": "visual",
"Computed value": "as specified, but with <url>\n values made absolute",
"Animatable": "See ‘shape-outside’ [CSS3-EXCLUSIONS]"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "clip-rule",
"Value": "nonzero | evenodd",
"Initial": "nonzero",
"Applies to": "graphics\n elements within a <clipPath> element",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Masking Level 1",
"uri": "http://www.w3.org/TR/css-masking/",
"category": "css-property",
"Name": "clip",
"Value": "<shape> | auto",
"Initial": "see individual properties",
"Applies to": "Absolutely positioned elements. In SVG, it applies to elements\n which establish a new viewport, <pattern> elements and <marker> elements.",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "as rectangle"
},
{
"spec name": "CSS Exclusions Module Level 1",
"uri": "http://www.w3.org/TR/css3-exclusions",
"category": "css-property",
"Name": "wrap-flow",
"Value": "auto | both | start |\n end | minimum | maximum |\n clear",
"Initial": "auto",
"Applies to": "block-level elements.",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified except for element's whose ‘float’ computed value is not none, in which case the computed value is ‘auto’."
},
{
"spec name": "CSS Exclusions Module Level 1",
"uri": "http://www.w3.org/TR/css3-exclusions",
"category": "css-property",
"Name": "wrap-through",
"Value": "wrap | none",
"Initial": "wrap",
"Applies to": "block-level elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Regions Module Level 1",
"uri": "http://www.w3.org/TR/css3-regions",
"category": "css-property",
"Name": "flow-into",
"Value": "none | <ident> [element|content]?",
"Initial": "none",
"Applies to": "All elements, but not pseudo-elements\n such as ::first-line, ::first-letter, ::before or\n ::after.",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Regions Module Level 1",
"uri": "http://www.w3.org/TR/css3-regions",
"category": "css-property",
"Name": "flow-from",
"Value": "<ident> | none | inherit",
"Initial": "none",
"Applies to": "Non-replaced block\n containers. \n\n This might be expanded in future versions of the specification to allow\n other types of containers to receive flow content.",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Regions Module Level 1",
"uri": "http://www.w3.org/TR/css3-regions",
"category": "css-property",
"Name": "break-before",
"Value": "auto | always | avoid | left | right | page | column | region |\n avoid-page | avoid-column | avoid-region",
"Initial": "auto",
"Applies to": "block-level elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Regions Module Level 1",
"uri": "http://www.w3.org/TR/css3-regions",
"category": "css-property",
"Name": "break-after",
"Value": "auto | always | avoid | left | right | page | column | region |\n avoid-page | avoid-column | avoid-region",
"Initial": "auto",
"Applies to": "block-level elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Regions Module Level 1",
"uri": "http://www.w3.org/TR/css3-regions",
"category": "css-property",
"Name": "break-inside",
"Value": "auto | avoid | avoid-page | avoid-column | avoid-region",
"Initial": "auto",
"Applies to": "block-level elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Regions Module Level 1",
"uri": "http://www.w3.org/TR/css3-regions",
"category": "css-property",
"Name": "region-fragment",
"Value": "auto | break",
"Initial": "auto",
"Applies to": "CSS Regions",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "Filter Effects 1.0",
"uri": "http://www.w3.org/TR/filter-effects/",
"category": "css-property",
"Name": "filter",
"Value": "none | <filter-function>+",
"Initial": "none",
"Applies to": "All elements In SVG 1.1 it applies only to\n \"container elements (except ‘mask’) and graphics elements\"",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "yes"
},
{
"spec name": "Filter Effects 1.0",
"uri": "http://www.w3.org/TR/filter-effects/",
"category": "css-property",
"Name": "flood-color",
"Value": "currentColor | <color>\n <icccolor>?",
"Initial": "black",
"Applies to": "<feFlood> and <feDropShadow> elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "yes"
},
{
"spec name": "Filter Effects 1.0",
"uri": "http://www.w3.org/TR/filter-effects/",
"category": "css-property",
"Name": "flood-opacity",
"Value": "<number> | <percentage>",
"Initial": "1",
"Applies to": "<feFlood> and <feDropShadow> elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "yes"
},
{
"spec name": "Filter Effects 1.0",
"uri": "http://www.w3.org/TR/filter-effects/",
"category": "css-property",
"Name": "color-interpolation-filters",
"Value": "auto | sRGB | linearRGB",
"Initial": "linearRGB",
"Applies to": "filter primitives",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "yes"
},
{
"spec name": "Filter Effects 1.0",
"uri": "http://www.w3.org/TR/filter-effects/",
"category": "css-property",
"Name": "lighting-color",
"Value": "currentColor | <color>\n <icccolor>?",
"Initial": "white",
"Applies to": "<feDiffuseLighting> and <feSpecularLighting> elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "yes"
},
{
"spec name": "Filter Effects 1.0",
"uri": "http://www.w3.org/TR/filter-effects/",
"category": "css-property",
"Name": "enable-background",
"Value": "accumulate | new",
"Initial": "accumulate",
"Applies to": "Typically elements that can contain renderable elements.\n language is responsible for defining the applicable set of\n elements. For SVG: container\n elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Box Alignment Module Level 3",
"uri": "http://www.w3.org/TR/css3-align",
"category": "css-property",
"Name": "justify-content, align-content",
"Value": "auto | baseline | [ <content-distribution>\n <content-position>? |\n <content-position> ] &&\n <overflow-position>?",
"Initial": "auto",
"Applies to": "block containers, flex containers, and grid containers",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value",
"Animatable": "no",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Box Alignment Module Level 3",
"uri": "http://www.w3.org/TR/css3-align",
"category": "css-property",
"Name": "justify-self",
"Value": "auto | stretch | baseline | [ <item-position> && <overflow-position>? ]",
"Initial": "auto",
"Applies to": "block-level boxes, absolutely-positioned boxes, and grid items",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value",
"Animatable": "no",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Box Alignment Module Level 3",
"uri": "http://www.w3.org/TR/css3-align",
"category": "css-property",
"Name": "align-self",
"Value": "auto | stretch | baseline | [ <item-position> && <overflow-position>? ]",
"Initial": "auto",
"Applies to": "block-level elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value",
"Animatable": "no",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Box Alignment Module Level 3",
"uri": "http://www.w3.org/TR/css3-align",
"category": "css-property",
"Name": "justify-items",
"Value": "auto | stretch | baseline | [ <item-position> && <overflow-position>? ] |\n [ legacy && [ left | right | center ] ]",
"Initial": "auto",
"Applies to": "block containers, flex containers, and grid containers",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value",
"Animatable": "no",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Box Alignment Module Level 3",
"uri": "http://www.w3.org/TR/css3-align",
"category": "css-property",
"Name": "align-items",
"Value": "auto | stretch | baseline | [ <item-position> && <overflow-position>? ]",
"Initial": "auto",
"Applies to": "block-level elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value",
"Animatable": "no",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Overflow Module Level 3",
"uri": "http://www.w3.org/TR/css-overflow-3/",
"category": "css-property",
"Name": "overflow-x, overflow-y",
"Value": "visible | hidden | scroll | auto | paged-x | paged-y |\n paged-x-controls | paged-y-controls | fragments",
"Initial": "visible",
"Applies to": "block containers [CSS21], flex containers [CSS3-FLEXBOX], and grid\n containers [CSS3-GRID-LAYOUT]",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see below",
"Animatable": "no",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Overflow Module Level 3",
"uri": "http://www.w3.org/TR/css-overflow-3/",
"category": "css-property",
"Name": "overflow",
"Value": "visible | hidden | scroll | auto | paged-x | paged-y |\n paged-x-controls | paged-y-controls | fragments",
"Initial": "see individual properties",
"Applies to": "block containers",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "no",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Overflow Module Level 3",
"uri": "http://www.w3.org/TR/css-overflow-3/",
"category": "css-property",
"Name": "max-lines",
"Value": "none | <integer>",
"Initial": "none",
"Applies to": "fragment boxes",
"Inherited": "no",
"Animatable": "as integer",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Grid Layout",
"uri": "http://www.w3.org/TR/css3-grid-layout",
"category": "css-property",
"Name": "display",
"New Values": "grid | inline-grid"
},
{
"spec name": "CSS Grid Layout",
"uri": "http://www.w3.org/TR/css3-grid-layout",
"category": "css-property",
"Name": "grid-definition-columns, grid-definition-rows",
"Value": "none | <track-list>",
"Initial": "none",
"Applies to": "grid containers",
"Inherited": "no",
"Percentages": "n/a",
"Media": "visual",
"Computed value": "As specified, except for ‘auto’ (see prose)"
},
{
"spec name": "CSS Grid Layout",
"uri": "http://www.w3.org/TR/css3-grid-layout",
"category": "css-property",
"Name": "grid-template",
"Value": "none | <string>+",
"Initial": "none",
"Applies to": "grid containers",
"Inherited": "no",
"Percentages": "n/a",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Grid Layout",
"uri": "http://www.w3.org/TR/css3-grid-layout",
"category": "css-property",
"Name": "grid-auto-columns, grid-auto-rows",
"Value": "<track-minmax>",
"Initial": "auto",
"Applies to": "grid containers",
"Inherited": "no",
"Percentages": "see Track Sizing",
"Media": "visual",
"Computed value": "see Track Sizing"
},
{
"spec name": "CSS Grid Layout",
"uri": "http://www.w3.org/TR/css3-grid-layout",
"category": "css-property",
"Name": "grid-before, grid-start, grid-after,\n grid-end",
"Value": "<grid-line>",
"Initial": "auto",
"Applies to": "grid items",
"Inherited": "no",
"Percentages": "n/a",
"Media": "visual",
"Computed value": "specified value (almost)"
},
{
"spec name": "CSS Grid Layout",
"uri": "http://www.w3.org/TR/css3-grid-layout",
"category": "css-property",
"Name": "grid-column, grid-row",
"Value": "<grid-line> [ / <grid-line> ]?",
"Initial": "see individual properties",
"Applies to": "grid items",
"Inherited": "see individual properties",
"Percentages": "see individual properties",
"Media": "visual",
"Computed value": "see individual properties"
},
{
"spec name": "CSS Grid Layout",
"uri": "http://www.w3.org/TR/css3-grid-layout",
"category": "css-property",
"Name": "grid-area",
"Value": "<grid-line> [ / <grid-line> ]{0,3}",
"Initial": "see individual properties",
"Applies to": "grid items",
"Inherited": "see individual properties",
"Percentages": "see individual properties",
"Media": "visual",
"Computed value": "see individual properties"
},
{
"spec name": "CSS Grid Layout",
"uri": "http://www.w3.org/TR/css3-grid-layout",
"category": "css-property",
"Name": "grid-auto-flow",
"Value": "none | rows | columns",
"Initial": "none",
"Applies to": "grid containers",
"Inherited": "no",
"Percentages": "n/a",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Paged Media Module Level 3",
"uri": "http://www.w3.org/TR/css3-page",
"category": "css-property",
"Name": "size",
"Value": "<length>{1,2} | auto | [ <page-size> || [ portrait |\n landscape] ]",
"Initial": "auto",
"Applies to": "page context",
"Inherited": "N/A",
"Percentages": "N/A",
"Media": "paged",
"Computed value": "specified value"
},
{
"spec name": "CSS Paged Media Module Level 3",
"uri": "http://www.w3.org/TR/css3-page",
"category": "css-property",
"Name": "page",
"Value": "auto | <identifier>",
"Initial": "auto",
"Applies to": "boxes that create class 1 break\n points",
"Inherited": "no (but see prose)",
"Percentages": "N/A",
"Media": "paged",
"Computed value": "specified value"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-family",
"Value": "[ <family-name> | <generic-family> ]#",
"Initial": "depends on user agent",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-weight",
"Value": "normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600\n | 700 | 800 | 900",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see description",
"Animatable": "as font\n weight"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-stretch",
"Value": "normal | ultra-condensed | extra-condensed | condensed |\n semi-condensed | semi-expanded | expanded | extra-expanded |\n ultra-expanded",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "as font stretch"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-style",
"Value": "normal | italic | oblique",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-size",
"Value": "<absolute-size> | <relative-size> | <length> |\n <percentage>",
"Initial": "medium",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "refer to parent element's font size",
"Media": "visual",
"Computed value": "absolute length",
"Animatable": "as length"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-size-adjust",
"Value": "none | auto | <number>",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "as number"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font",
"Value": "[ [ <‘font-style’> || <font-variant-css21> ||\n <‘font-weight’> || <‘font-stretch’> ]? <‘font-size’>\n [ / <‘line-height’> ]? <‘font-family’> ] | caption | icon | menu |\n message-box | small-caption | status-bar",
"Initial": "see individual properties",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "see individual properties",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-synthesis",
"Value": "none | [ weight || style ]",
"Initial": "weight style",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-kerning",
"Value": "auto | normal | none",
"Initial": "auto",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-variant-ligatures",
"Value": "normal | none | [ <common-lig-values> ||\n <discretionary-lig-values> || <historical-lig-values> ||\n <contextual-alt-values> ]",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-variant-position",
"Value": "normal | sub | super",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-variant-caps",
"Value": "normal | small-caps | all-small-caps | petite-caps | all-petite-caps\n | unicase | titling-caps",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-variant-numeric",
"Value": "normal | [ <numeric-figure-values> ||\n <numeric-spacing-values> || <numeric-fraction-values> ||\n ordinal || slashed-zero ]",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-variant-alternates",
"Value": "normal | [ stylistic(<feature-value-name>) || historical-forms\n || styleset(<feature-value-name>#) ||\n character-variant(<feature-value-name>#) ||\n swash(<feature-value-name>) ||\n ornaments(<feature-value-name>) ||\n annotation(<feature-value-name>) ]",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-variant-east-asian",
"Value": "normal | [ <east-asian-variant-values> ||\n <east-asian-width-values> || ruby ]",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-variant",
"Value": "normal | none | [ <common-lig-values> ||\n <discretionary-lig-values> || <historical-lig-values> ||\n <contextual-alt-values> || stylistic(<feature-value-name>)\n || historical-forms || styleset(<feature-value-name>#) ||\n character-variant(<feature-value-name>#) ||\n swash(<feature-value-name>) ||\n ornaments(<feature-value-name>) ||\n annotation(<feature-value-name>) || [ small-caps | all-small-caps\n | petite-caps | all-petite-caps | unicase | titling-caps ] ||\n <numeric-figure-values> || <numeric-spacing-values> ||\n <numeric-fraction-values> || ordinal || slashed-zero ||\n <east-asian-variant-values> || <east-asian-width-values> ||\n ruby ]",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "see individual properties",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-feature-settings",
"Value": "normal | <feature-tag-value>#",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Fonts Module Level 3",
"uri": "http://www.w3.org/TR/css3-fonts",
"category": "css-property",
"Name": "font-language-override",
"Value": "normal | <string>",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS Transitions",
"uri": "http://www.w3.org/TR/css3-transitions",
"category": "css-property",
"Name": "transition-property",
"Value": "none | <single-transition-property>\n [ ‘,’ <single-transition-property>\n ]*",
"Initial": "all",
"Applies to": "all elements, :before and :after pseudo elements",
"Inherited": "no",
"Animatable": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "Same as specified value.",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Transitions",
"uri": "http://www.w3.org/TR/css3-transitions",
"category": "css-property",
"Name": "transition-duration",
"Value": "<time> [, <time>]*",
"Initial": "0s",
"Applies to": "all elements, :before and :after pseudo elements",
"Inherited": "no",
"Animatable": "no",
"Percentages": "N/A",
"Media": "interactive",
"Computed value": "Same as specified value.",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Transitions",
"uri": "http://www.w3.org/TR/css3-transitions",
"category": "css-property",
"Name": "transition-timing-function",
"Value": "<single-transition-timing-function>\n [ ‘,’ <single-transition-timing-function>\n ]*",
"Initial": "ease",
"Applies to": "all elements, :before and :after pseudo elements",
"Inherited": "no",
"Animatable": "no",
"Percentages": "N/A",
"Media": "interactive",
"Computed value": "Same as specified value.",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Transitions",
"uri": "http://www.w3.org/TR/css3-transitions",
"category": "css-property",
"Name": "transition-delay",
"Value": "<time> [, <time>]*",
"Initial": "0s",
"Applies to": "all elements, :before and :after pseudo elements",
"Inherited": "no",
"Animatable": "no",
"Percentages": "N/A",
"Media": "interactive",
"Computed value": "Same as specified value.",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Transitions",
"uri": "http://www.w3.org/TR/css3-transitions",
"category": "css-property",
"Name": "transition",
"Value": "<single-transition> [\n ‘,’ <single-transition> ]*",
"Initial": "see individual properties",
"Applies to": "all elements, :before and :after pseudo elements",
"Inherited": "no",
"Animatable": "no",
"Percentages": "N/A",
"Media": "interactive",
"Computed value": "Same as specified value.",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Writing Modes Module Level 3",
"uri": "http://www.w3.org/TR/css3-writing-modes",
"category": "css-property",
"Name": "direction",
"Value": "ltr | rtl",
"Initial": "ltr",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Writing Modes Module Level 3",
"uri": "http://www.w3.org/TR/css3-writing-modes",
"category": "css-property",
"Name": "unicode-bidi",
"Value": "normal | embed | isolate | bidi-override | isolate-override |\n plaintext",
"Initial": "normal",
"Applies to": "all elements, but see prose",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Writing Modes Module Level 3",
"uri": "http://www.w3.org/TR/css3-writing-modes",
"category": "css-property",
"Name": "writing-mode",
"Value": "horizontal-tb | vertical-rl | vertical-lr",
"Initial": "horizontal-tb",
"Applies to": "All elements except table row groups, table column groups, table\n rows, and table columns",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Writing Modes Module Level 3",
"uri": "http://www.w3.org/TR/css3-writing-modes",
"category": "css-property",
"Name": "text-orientation",
"Value": "mixed | upright | sideways-right | sideways-left | sideways |\n use-glyph-orientation",
"Initial": "mixed",
"Applies to": "all elements except table row groups, rows, column groups, and\n columns",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Writing Modes Module Level 3",
"uri": "http://www.w3.org/TR/css3-writing-modes",
"category": "css-property",
"Property": "‘caption-side’",
"New Values": "‘before’ | ‘after’",
"Initial": "before",
"Applies to": "same as CSS2.1",
"Inherited": "same as CSS2.1",
"Percentages": "same as CSS2.1",
"Media": "same as CSS2.1",
"Computed value": "specified value"
},
{
"spec name": "CSS Writing Modes Module Level 3",
"uri": "http://www.w3.org/TR/css3-writing-modes",
"category": "css-property",
"Name": "text-combine-horizontal",
"Value": "none | all",
"Initial": "none",
"Applies to": "non-replaced inline elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Text Module Level 3",
"uri": "http://www.w3.org/TR/css3-text",
"category": "css-property",
"Name": "text-transform",
"Value": "none | capitalize | uppercase | lowercase | full-width",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Text Module Level 3",
"uri": "http://www.w3.org/TR/css3-text",
"category": "css-property",
"Name": "white-space",
"Value": "normal | pre | nowrap | pre-wrap | pre-line",
"Initial": "not defined for shorthand properties",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see individual properties"
},
{
"spec name": "CSS Text Module Level 3",
"uri": "http://www.w3.org/TR/css3-text",
"category": "css-property",
"Name": "tab-size",
"Value": "<integer> | <length>",
"Initial": "8",
"Applies to": "block containers",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "the specified integer or length made absolute"
},
{
"spec name": "CSS Text Module Level 3",
"uri": "http://www.w3.org/TR/css3-text",
"category": "css-property",
"Name": "line-break",
"Value": "auto | loose | normal | strict",
"Initial": "auto",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Text Module Level 3",
"uri": "http://www.w3.org/TR/css3-text",
"category": "css-property",
"Name": "word-break",
"Value": "normal | keep-all | break-all",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Text Module Level 3",
"uri": "http://www.w3.org/TR/css3-text",
"category": "css-property",
"Name": "hyphens",
"Value": "none | manual | auto",
"Initial": "manual",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Text Module Level 3",
"uri": "http://www.w3.org/TR/css3-text",
"category": "css-property",
"Name": "overflow-wrap/word-wrap",
"Value": "normal | break-word",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Text Module Level 3",
"uri": "http://www.w3.org/TR/css3-text",
"category": "css-property",
"Name": "text-align",
"Value": "[ [ start | end | left | right | center ] || <string> ] |\n justify | match-parent | start end",
"Initial": "start",
"Applies to": "block containers",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value, except for ‘match-parent’ (see prose)"
},
{
"spec name": "CSS Text Module Level 3",
"uri": "http://www.w3.org/TR/css3-text",
"category": "css-property",
"Name": "text-align-last",
"Value": "auto | start | end | left | right | center | justify",
"Initial": "auto",
"Applies to": "block containers",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Text Module Level 3",
"uri": "http://www.w3.org/TR/css3-text",
"category": "css-property",
"Name": "text-justify",
"Value": "auto | none | inter-word | inter-ideograph | inter-cluster |\n distribute | kashida",
"Initial": "auto",
"Applies to": "block containers and, optionally, inline elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Text Module Level 3",
"uri": "http://www.w3.org/TR/css3-text",
"category": "css-property",
"Name": "word-spacing",
"Value": "<spacing-limits>",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "refers to width of the affected glyph",
"Media": "visual",
"Computed value": "an optimum, minimum, and maximum value, each consisting of either an\n absolute length, a percentage, or the keyword ‘normal’"
},
{
"spec name": "CSS Text Module Level 3",
"uri": "http://www.w3.org/TR/css3-text",
"category": "css-property",
"Name": "letter-spacing",
"Value": "<spacing-limits>",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "an optimum, minimum, and maximum value, each consisting of either an\n absolute length or the keyword ‘normal’"
},
{
"spec name": "CSS Text Module Level 3",
"uri": "http://www.w3.org/TR/css3-text",
"category": "css-property",
"Name": "text-indent",
"Value": "[ <length>\n | <percentage>\n ] && [ hanging || each-line ]?",
"Initial": "0",
"Applies to": "block containers",
"Inherited": "yes",
"Percentages": "refers to width of containing block",
"Media": "visual",
"Computed value": "the percentage as specified or the absolute length, plus any\n keywords as specified"
},
{
"spec name": "CSS Text Module Level 3",
"uri": "http://www.w3.org/TR/css3-text",
"category": "css-property",
"Name": "hanging-punctuation",
"Value": "none | [ first || [ force-end | allow-end ] || last ]",
"Initial": "none",
"Applies to": "inline elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS Intrinsic & Extrinsic Sizing Module Level 3",
"uri": "http://www.w3.org/TR/css3-sizing",
"category": "css-property",
"Properties": "‘width’, ‘min-width’, ‘max-width’, ‘height’, ‘min-height’, ‘max-height’",
"New Values": "‘fill-available’ | ‘max-content’ | ‘min-content’ | ‘fit-content’",
"Initial": "as defined in [CSS21] and [CSS3-FLEXBOX]",
"Applies to": "as defined in [CSS21]",
"Inherited": "as defined in [CSS21]",
"Percentages": "as defined in [CSS21]",
"Media": "as defined in [CSS21]",
"Computed value": "specified value if keyword specified, else as defined in [CSS21]"
},
{
"spec name": "CSS Intrinsic & Extrinsic Sizing Module Level 3",
"uri": "http://www.w3.org/TR/css3-sizing",
"category": "css-property",
"Properties": "‘min-width’, ‘min-height’",
"New Value": "‘contain-floats’",
"Initial": "as defined in [CSS21] and [CSS3-FLEXBOX]",
"Applies to": "as defined in [CSS21]",
"Inherited": "as defined in [CSS21]",
"Percentages": "as defined in [CSS21]",
"Media": "as defined in [CSS21]",
"Computed value": "specified value if keyword specified, else as defined in [CSS21]"
},
{
"spec name": "CSS Intrinsic & Extrinsic Sizing Module Level 3",
"uri": "http://www.w3.org/TR/css3-sizing",
"category": "css-property",
"Property": "‘column-width’",
"New Values": "‘min-content’\n | ‘max-content’ |\n ‘fill-available’ | ‘fit-content’",
"Initial": "as defined in [CSS3COL]",
"Applies to": "as defined in [CSS3COL]",
"Inherited": "as defined in [CSS3COL]",
"Percentages": "as defined in [CSS3COL]",
"Media": "as defined in [CSS3COL]",
"Computed value": "specified value if keyword specified, else as defined in [CSS3COL]"
},
{
"spec name": "CSS Transforms",
"uri": "http://www.w3.org/TR/css3-transforms",
"category": "css-property",
"Name": "transform",
"Value": "none | <transform-function> [ <transform-function> ]*",
"Initial": "none",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "refer to the size of the element's bounding box",
"Media": "visual",
"Computed value": "As specified, but with relative lengths converted into absolute\n lengths."
},
{
"spec name": "CSS Transforms",
"uri": "http://www.w3.org/TR/css3-transforms",
"category": "css-property",
"Name": "transform-origin",
"Value": "[ <percentage> | <length> | left | center | right | top |\n bottom]\n\n |\n\n [\n\n [ <percentage> | <length> | left | center | right ]\n\n &&\n\n [ <percentage> | <length> | top | center | bottom ]\n\n ] <length>?",
"Initial": "50% 50%",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "refer to the size of the element's bounding box",
"Media": "visual",
"Computed value": "For <length> the absolute value, otherwise a percentage"
},
{
"spec name": "CSS Transforms",
"uri": "http://www.w3.org/TR/css3-transforms",
"category": "css-property",
"Name": "transform-style",
"Value": "flat | preserve-3d",
"Initial": "flat",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "Same as specified value."
},
{
"spec name": "CSS Transforms",
"uri": "http://www.w3.org/TR/css3-transforms",
"category": "css-property",
"Name": "perspective",
"Value": "none | <length>",
"Initial": "none",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "Absolute length or \"none\"."
},
{
"spec name": "CSS Transforms",
"uri": "http://www.w3.org/TR/css3-transforms",
"category": "css-property",
"Name": "perspective-origin",
"Value": "[ <percentage> | <length> | left | center | right | top |\n bottom]\n\n |\n\n [\n\n [ <percentage> | <length> | left | center | right ]\n\n &&\n\n [ <percentage> | <length> | top | center | bottom ]\n\n ]",
"Initial": "50% 50%",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "refer to the size of the element's bounding box",
"Media": "visual",
"Computed value": "For <length> the absolute value, otherwise a percentage."
},
{
"spec name": "CSS Transforms",
"uri": "http://www.w3.org/TR/css3-transforms",
"category": "css-property",
"Name": "backface-visibility",
"Value": "visible | hidden",
"Initial": "visible",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "Same as specified value."
},
{
"spec name": "CSS Fragmentation Module Level 3",
"uri": "http://www.w3.org/TR/css3-break",
"category": "css-property",
"Name": "break-before",
"Value": "auto | avoid | always | page | left | right | recto | verso | column\n | region | avoid-page | avoid-column | avoid-region",
"Initial": "auto",
"Applies to": "block-level elements, table row groups, table rows (but see prose)",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Fragmentation Module Level 3",
"uri": "http://www.w3.org/TR/css3-break",
"category": "css-property",
"Name": "break-after",
"Value": "auto | avoid | always | left | right | recto | verso | page | column\n | region | avoid | avoid-page | avoid-column | avoid-region",
"Initial": "auto",
"Applies to": "block-level elements, table row groups, table rows (but see prose)",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Fragmentation Module Level 3",
"uri": "http://www.w3.org/TR/css3-break",
"category": "css-property",
"Name": "break-inside",
"Value": "auto | avoid | avoid-page | avoid-column | avoid-region",
"Initial": "auto",
"Applies to": "elements that establish formatting contexts, block containers, table\n row groups, and table rows (but see prose)",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Fragmentation Module Level 3",
"uri": "http://www.w3.org/TR/css3-break",
"category": "css-property",
"Name": "orphans",
"Value": "<integer>",
"Initial": "2",
"Applies to": "block containers",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Fragmentation Module Level 3",
"uri": "http://www.w3.org/TR/css3-break",
"category": "css-property",
"Name": "widows",
"Value": "<integer>",
"Initial": "2",
"Applies to": "block containers",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Grid Positioning Module Level 3",
"uri": "http://www.w3.org/TR/css3-positioning",
"category": "css-property",
"Name": "position",
"Value": "static | relative | absolute |\n center | page | fixed",
"Initial": "static",
"Applies to": "all elements except table-column-group and table-column",
"Inherited": "no",
"Animatable": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Grid Positioning Module Level 3",
"uri": "http://www.w3.org/TR/css3-positioning",
"category": "css-property",
"Name": "top",
"Value": "auto | <length> |\n <percentage>",
"Initial": "auto",
"Applies to": "positioned elements",
"Inherited": "no",
"Animatable": "<length>, <percentage>",
"Percentages": "refer to height of containing block",
"Media": "visual",
"Computed value": "for ‘position:\n relative’, see Relative Positioning. For ‘position: static’, ‘auto’. Otherwise: if specified as a ‘<length>’, the corresponding absolute\n length; if specified as a ‘<percentage>’, the specified value;\n otherwise, ‘auto’.",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Grid Positioning Module Level 3",
"uri": "http://www.w3.org/TR/css3-positioning",
"category": "css-property",
"Name": "right",
"Value": "auto | <length> |\n <percentage>",
"Initial": "auto",
"Applies to": "positioned elements",
"Inherited": "no",
"Animatable": "<length>, <percentage>",
"Percentages": "refer to height of containing block",
"Media": "visual",
"Computed value": "for ‘position:\n relative’, see Relative Positioning. For ‘position: static’, ‘auto’. Otherwise: if specified as a ‘<length>’, the corresponding absolute\n length; if specified as a ‘<percentage>’, the specified value;\n otherwise, ‘auto’.",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Grid Positioning Module Level 3",
"uri": "http://www.w3.org/TR/css3-positioning",
"category": "css-property",
"Name": "bottom",
"Value": "auto | <length> |\n <percentage>",
"Initial": "auto",
"Applies to": "positioned elements",
"Inherited": "no",
"Animatable": "<length>, <percentage>",
"Percentages": "refer to height of containing block",
"Media": "visual",
"Computed value": "for ‘position:\n relative’, see Relative Positioning. For ‘position: static’, ‘auto’. Otherwise: if specified as a ‘<length>’, the corresponding absolute\n length; if specified as a ‘<percentage>’, the specified value;\n otherwise, ‘auto’.",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Grid Positioning Module Level 3",
"uri": "http://www.w3.org/TR/css3-positioning",
"category": "css-property",
"Name": "left",
"Value": "auto | <length> |\n <percentage>",
"Initial": "auto",
"Applies to": "positioned elements",
"Inherited": "no",
"Animatable": "<length>, <percentage>",
"Percentages": "refer to height of containing block",
"Media": "visual",
"Computed value": "for ‘position:\n relative’, see Relative Positioning. For ‘position: static’, ‘auto’. Otherwise: if specified as a ‘<length>’, the corresponding absolute\n length; if specified as a ‘<percentage>’, the specified value;\n otherwise, ‘auto’.",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Grid Positioning Module Level 3",
"uri": "http://www.w3.org/TR/css3-positioning",
"category": "css-property",
"Name": "clip",
"Value": "auto | <shape>",
"Initial": "auto",
"Applies to": "absolutely positioned elements",
"Inherited": "no",
"Animatable": "<shape>",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "‘auto’ if specified as\n ‘auto’, otherwise a rectangle with\n four values, each of which is ‘auto’\n if specified as ‘auto’ and the\n computed length otherwise",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS Grid Positioning Module Level 3",
"uri": "http://www.w3.org/TR/css3-positioning",
"category": "css-property",
"Name": "z-index",
"Value": "auto | <integer>",
"Initial": "auto",
"Applies to": "positioned elements",
"Inherited": "no",
"Animatable": "<integer>",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Canonical order": "per\n grammar"
},
{
"spec name": "CSS 2D Transforms",
"uri": "http://www.w3.org/TR/css3-2d-transforms",
"category": "css-property",
"Name": "transform",
"Value": "none | <transform-function> [ <transform-function> ]*",
"Initial": "none",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "refer to the size of the element's bounding box",
"Media": "visual",
"Computed value": "As specified, but with relative lengths converted into absolute\n lengths."
},
{
"spec name": "CSS 2D Transforms",
"uri": "http://www.w3.org/TR/css3-2d-transforms",
"category": "css-property",
"Name": "transform-origin",
"Value": "[ <percentage> | <length> | left | center | right | top |\n bottom]\n\n |\n\n [\n\n [ <percentage> | <length> | left | center | right ]\n\n &&\n\n [ <percentage> | <length> | top | center | bottom ]\n\n ] <length>?",
"Initial": "50% 50%",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "refer to the size of the element's bounding box",
"Media": "visual",
"Computed value": "For <length> the absolute value, otherwise a percentage"
},
{
"spec name": "CSS 2D Transforms",
"uri": "http://www.w3.org/TR/css3-2d-transforms",
"category": "css-property",
"Name": "transform-style",
"Value": "flat | preserve-3d",
"Initial": "flat",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "Same as specified value."
},
{
"spec name": "CSS 2D Transforms",
"uri": "http://www.w3.org/TR/css3-2d-transforms",
"category": "css-property",
"Name": "perspective",
"Value": "none | <length>",
"Initial": "none",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "Absolute length or \"none\"."
},
{
"spec name": "CSS 2D Transforms",
"uri": "http://www.w3.org/TR/css3-2d-transforms",
"category": "css-property",
"Name": "perspective-origin",
"Value": "[ <percentage> | <length> | left | center | right | top |\n bottom]\n\n |\n\n [\n\n [ <percentage> | <length> | left | center | right ]\n\n &&\n\n [ <percentage> | <length> | top | center | bottom ]\n\n ]",
"Initial": "50% 50%",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "refer to the size of the element's bounding box",
"Media": "visual",
"Computed value": "For <length> the absolute value, otherwise a percentage."
},
{
"spec name": "CSS 2D Transforms",
"uri": "http://www.w3.org/TR/css3-2d-transforms",
"category": "css-property",
"Name": "backface-visibility",
"Value": "visible | hidden",
"Initial": "visible",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "Same as specified value."
},
{
"spec name": "CSS Template Layout Module",
"uri": "http://www.w3.org/TR/css3-layout",
"category": "css-property",
"Name": "chains",
"Value": "none | <letter>+ [ , <letter>+ ]*",
"Initial": "none",
"Applies to": "template\n elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS Generated Content for Paged Media Module",
"uri": "http://www.w3.org/TR/css3-gcpm",
"category": "css-property",
"Name": "string-set",
"Value": "[[ <identifier> <content-list>] [, <identifier>\n <content-list>]* ] | none",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "all",
"Computed value": "as specified value"
},
{
"spec name": "CSS Generated Content for Paged Media Module",
"uri": "http://www.w3.org/TR/css3-gcpm",
"category": "css-property",
"Name": "marks",
"Value": "[ crop || cross ] | none",
"Initial": "none",
"Applies to": "page context",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual, paged",
"Computed value": "specified value"
},
{
"spec name": "CSS Generated Content for Paged Media Module",
"uri": "http://www.w3.org/TR/css3-gcpm",
"category": "css-property",
"Name": "bleed",
"Value": "<length>",
"Initial": "6pt",
"Applies to": "page context",
"Inherited": "no",
"Percentages": "refer to width of page box",
"Media": "visual",
"Computed value": "as specified value"
},
{
"spec name": "CSS Generated Content for Paged Media Module",
"uri": "http://www.w3.org/TR/css3-gcpm",
"category": "css-property",
"Name": "bookmark-level",
"Value": "none | <integer>",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "all",
"Computed value": "specified value"
},
{
"spec name": "CSS Generated Content for Paged Media Module",
"uri": "http://www.w3.org/TR/css3-gcpm",
"category": "css-property",
"Name": "bookmark-label",
"Value": "content() | <string>",
"Initial": "content()",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "all",
"Computed value": "specified value"
},
{
"spec name": "CSS Generated Content for Paged Media Module",
"uri": "http://www.w3.org/TR/css3-gcpm",
"category": "css-property",
"Name": "bookmark-target",
"Value": "none | <uri>",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "all",
"Computed value": "For URI values, the absolute URI; for ‘none’, as specified."
},
{
"spec name": "CSS Generated Content for Paged Media Module",
"uri": "http://www.w3.org/TR/css3-gcpm",
"category": "css-property",
"Name": "bookmark-state",
"Value": "open | closed",
"Initial": "open",
"Applies to": "block-level elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "all",
"Computed value": "specified value"
},
{
"spec name": "CSS Generated Content for Paged Media Module",
"uri": "http://www.w3.org/TR/css3-gcpm",
"category": "css-property",
"Name": "float-offset",
"Value": "<length> <length> ?",
"Initial": "0 0",
"Applies to": "floated elements",
"Inherited": "no",
"Percentages": "see prose",
"Media": "visual, paged",
"Computed value": "one or two absolute lengths"
},
{
"spec name": "CSS3 Ruby Module",
"uri": "http://www.w3.org/TR/css3-ruby",
"category": "css-property",
"Name": "ruby-position",
"Value": "before | after | inter-character | inline",
"Initial": "before",
"Applies to": "the parent of elements with display: ruby-text.",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value (except for initial and inherit)"
},
{
"spec name": "CSS3 Ruby Module",
"uri": "http://www.w3.org/TR/css3-ruby",
"category": "css-property",
"Name": "ruby-align",
"Value": "auto | start | left | center | end | right | distribute-letter | \n distribute-space | line-edge",
"Initial": "auto",
"Applies to": "all elements and generated content",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value (except for initial and inherit)"
},
{
"spec name": "CSS3 Ruby Module",
"uri": "http://www.w3.org/TR/css3-ruby",
"category": "css-property",
"Name": "ruby-overhang",
"Value": "auto | start | end | none",
"Initial": "none",
"Applies to": "the parent of elements with display: ruby-text",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value (except for initial and inherit)"
},
{
"spec name": "CSS3 Ruby Module",
"uri": "http://www.w3.org/TR/css3-ruby",
"category": "css-property",
"Name": "ruby-span",
"Value": "attr(x) | none",
"Initial": "none",
"Applies to": "elements with display: ruby-text",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "<number>"
},
{
"spec name": "CSS Lists and Counters Module Level 3",
"uri": "http://www.w3.org/TR/css3-lists",
"category": "css-property",
"Name": "list-style-type",
"Value": "<string> | <counter-style> | inline | none",
"Initial": "disc",
"Applies To": "all elements with ‘display:\n list-item’",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed Value": "specified value"
},
{
"spec name": "CSS Lists and Counters Module Level 3",
"uri": "http://www.w3.org/TR/css3-lists",
"category": "css-property",
"Name": "list-style-image",
"Value": "<image> | none",
"Initial": "none",
"Applies To": "all elements with ‘display:\n list-item’",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed Value": "specified value"
},
{
"spec name": "CSS Lists and Counters Module Level 3",
"uri": "http://www.w3.org/TR/css3-lists",
"category": "css-property",
"Name": "list-style-position",
"Value": "inside | hanging | outside",
"Initial": "outside",
"Applies To": "all elements with ‘display:\n list-item’",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed Value": "specified value"
},
{
"spec name": "CSS Lists and Counters Module Level 3",
"uri": "http://www.w3.org/TR/css3-lists",
"category": "css-property",
"Name": "list-style",
"Value": "<‘list-style-type’> || <‘list-style-position’> || <‘list-style-image’>",
"Initial": "see individual properties",
"Applies To": "all elements with ‘display:\n list-item’",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed Value": "see individual properties"
},
{
"spec name": "CSS Lists and Counters Module Level 3",
"uri": "http://www.w3.org/TR/css3-lists",
"category": "css-property",
"Property": "‘display’",
"New Value": "‘marker’",
"Initial": "same as CSS2.1",
"Applies to": "same as CSS2.1",
"Inherited": "same as CSS2.1",
"Percentages": "same as CSS2.1",
"Media": "same as CSS2.1",
"Computed value": "same as CSS2.1"
},
{
"spec name": "CSS 3D Transforms Module Level 3",
"uri": "http://www.w3.org/TR/css3-3d-transforms",
"category": "css-property",
"Name": "transform",
"Value": "none | <transform-function> [ <transform-function> ]*",
"Initial": "none",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "refer to the size of the element's bounding box",
"Media": "visual",
"Computed value": "As specified, but with relative lengths converted into absolute\n lengths."
},
{
"spec name": "CSS 3D Transforms Module Level 3",
"uri": "http://www.w3.org/TR/css3-3d-transforms",
"category": "css-property",
"Name": "transform-origin",
"Value": "[ <percentage> | <length> | left | center | right | top |\n bottom]\n\n |\n\n [\n\n [ <percentage> | <length> | left | center | right ]\n\n &&\n\n [ <percentage> | <length> | top | center | bottom ]\n\n ] <length>?",
"Initial": "50% 50%",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "refer to the size of the element's bounding box",
"Media": "visual",
"Computed value": "For <length> the absolute value, otherwise a percentage"
},
{
"spec name": "CSS 3D Transforms Module Level 3",
"uri": "http://www.w3.org/TR/css3-3d-transforms",
"category": "css-property",
"Name": "transform-style",
"Value": "flat | preserve-3d",
"Initial": "flat",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "Same as specified value."
},
{
"spec name": "CSS 3D Transforms Module Level 3",
"uri": "http://www.w3.org/TR/css3-3d-transforms",
"category": "css-property",
"Name": "perspective",
"Value": "none | <length>",
"Initial": "none",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "Absolute length or \"none\"."
},
{
"spec name": "CSS 3D Transforms Module Level 3",
"uri": "http://www.w3.org/TR/css3-3d-transforms",
"category": "css-property",
"Name": "perspective-origin",
"Value": "[ <percentage> | <length> | left | center | right | top |\n bottom]\n\n |\n\n [\n\n [ <percentage> | <length> | left | center | right ]\n\n &&\n\n [ <percentage> | <length> | top | center | bottom ]\n\n ]",
"Initial": "50% 50%",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "refer to the size of the element's bounding box",
"Media": "visual",
"Computed value": "For <length> the absolute value, otherwise a percentage."
},
{
"spec name": "CSS 3D Transforms Module Level 3",
"uri": "http://www.w3.org/TR/css3-3d-transforms",
"category": "css-property",
"Name": "backface-visibility",
"Value": "visible | hidden",
"Initial": "visible",
"Applies to": "transformable elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "Same as specified value."
},
{
"spec name": "CSS Grid Positioning Module Level 3",
"uri": "http://www.w3.org/TR/css3-grid",
"category": "css-property",
"Name": "grid-columns",
"Value": "[[<length>|<percentage>|<relative length>] | \n\n ([<length>|<percentage>|<relative length >\n ]+)[‘[’<integer>‘]’]? ]+ | \n\n none | inherit",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "refer to width of containing block",
"Media": "visual, paged",
"Computed value": "specified value"
},
{
"spec name": "CSS Grid Positioning Module Level 3",
"uri": "http://www.w3.org/TR/css3-grid",
"category": "css-property",
"Name": "grid-rows",
"Value": "[[<length>|<percentage>|<relative length>] | \n\n ([<length>|<percentage>|<relative length >\n ]+)[‘[’<integer>‘]’]? ]+ | \n\n none | inherit",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "refer to height of containing block",
"Media": "visual, paged",
"Computed value": "specified value"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "display",
"Value": "inline | block | inline-block | list-item | run-in | compact | table\n | inline-table | table-row-group | table-header-group |\n table-footer-group | table-row | table-column-group | table-column |\n table-cell | table-caption | ruby | ruby-base | ruby-text |\n ruby-base-group | ruby-text-group | <template>| none",
"Initial": "inline",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual (‘none’ applies to all media)",
"Computed value": "specified value, except for floats, root elements and positioned\n elements; see text"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "padding",
"Value": "[ <length> |\n <percentage> ]{1,4}",
"Initial": "(see individual properties)",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "width* of containing block",
"Media": "visual",
"Computed value": "see individual properties"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "padding-top , padding-right, padding-bottom, padding-left",
"Value": "[ <length> |\n <percentage> ]",
"Initial": "0",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "width* of containing block",
"Media": "visual",
"Computed value": "<length>"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "margin-top , margin-right, margin-bottom, margin-left",
"Value": "<length> |\n <percentage> | auto",
"Initial": "0",
"Applies to": "see text",
"Inherited": "no",
"Percentages": "width* of containing block",
"Media": "visual",
"Computed value": "the percentage as specified or the absolute length or ‘auto’"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "margin",
"Value": "[ <length> |\n <percentage> | auto ]{1,4}",
"Initial": "(see individual properties)",
"Applies to": "see text",
"Inherited": "no",
"Percentages": "width* of containing block",
"Media": "visual",
"Computed value": "see individual properties"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "width",
"Value": "<length> | <percentage> | auto",
"Initial": "auto",
"Applies to": "all elements but non-replaced inline elements, table rows, and row\n groups",
"Inherited": "no",
"Percentages": "refer to width of containing block",
"Media": "visual",
"Computed value": "the percentage or ‘auto’ as\n specified or the absolute length; ‘auto’ if the property does not apply"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "height",
"Value": "<length> | <percentage> | auto",
"Initial": "auto",
"Applies to": "all elements but non-replaced inline elements, table columns, and\n column groups",
"Inherited": "no",
"Percentages": "see prose",
"Media": "visual",
"Computed value": "the percentage or ‘auto’ (see\n prose under <percentage>) or the absolute length; ‘auto’ if the property does not apply"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "min-width, min-height",
"Value": "<length> |\n <percentage> | inherit",
"Initial": "0",
"Applies to": "all elements but non-replaced inline elements, table rows, and row\n groups",
"Inherited": "no",
"Percentages": "refer to width, resp. height of containing block",
"Media": "visual",
"Computed value": "the percentage as specified or the absolute length"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "max-width, max-height",
"Value": "<length> |\n <percentage> | none",
"Initial": "none",
"Applies to": "all elements but non-replaced inline elements, table rows, and row\n groups",
"Inherited": "no",
"Percentages": "refer to width, resp. height of containing block",
"Media": "visual",
"Computed value": "the percentage as specified or the absolute length or ‘none’"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "float",
"Value": "left | right | none | <page-floats>",
"Initial": "none",
"Applies to": "all, but see 9.7",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "clear",
"Value": "none | left | right | both",
"Initial": "none",
"Applies to": "block-level elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "overflow-x, overflow-y,",
"Value": "visible | hidden | scroll | auto | no-display | no-content",
"Initial": "visible",
"Applies to": "non-replaced block-level\n elements and non-replaced ‘inline-block’ elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified, except ‘visible’, see text"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "overflow",
"Value": "[ visible | hidden | scroll | auto | no-display | no-content ]{1,2}",
"Initial": "see individual properties",
"Applies to": "non-replaced block-level\n elements and non-replaced ‘inline-block’ elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified, except ‘visible’, see text"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "overflow-style",
"Value": "auto | [scrollbar | panner | move | marquee] [, [scrollbar | panner\n | move | marquee]]*",
"Initial": "auto",
"Applies to": "same as ‘overflow’",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "marquee-style",
"Value": "scroll | slide | alternate",
"Initial": "scroll",
"Applies to": "same as ‘overflow’",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "marquee-loop",
"Value": "<non-negative-integer> | infinite",
"Initial": "1",
"Applies to": "same as ‘overflow’",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "marquee-direction",
"Value": "forward | reverse",
"Initial": "reverse",
"Applies to": "same as ‘overflow’",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "ltr or rtl"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "marquee-speed",
"Value": "slow | normal | fast",
"Initial": "normal",
"Applies to": "same as ‘overflow’",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "visibility",
"Value": "visible | hidden | collapse",
"Initial": "visible",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "rotation",
"Value": "<angle>",
"Initial": "0",
"Applies to": "block-level elements, inline-table and\n inline-block",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "0deg ≤ angle < 360deg"
},
{
"spec name": "CSS basic box model",
"uri": "http://www.w3.org/TR/css3-box",
"category": "css-property",
"Name": "rotation-point",
"Value": "<bg-position>",
"Initial": "50% 50%",
"Applies to": "block-level elements",
"Inherited": "no",
"Percentages": "Width and height of border box",
"Media": "visual",
"Computed value": "for <length> the absolute value, otherwise a percentage"
},
{
"spec name": "CSS3 Hyperlink Presentation Module",
"uri": "http://www.w3.org/TR/css3-hyperlinks",
"category": "css-property",
"Name": "target-name",
"Value": "current | root | parent | new | modal | <string>",
"Initial": "current",
"Applies to": "hyperlinks",
"Inherited": "no",
"Percentages": "N/A",
"Media Group(s)": "interactive visual",
"Computed value": "specified value"
},
{
"spec name": "CSS3 Hyperlink Presentation Module",
"uri": "http://www.w3.org/TR/css3-hyperlinks",
"category": "css-property",
"Name": "target-new",
"Value": "window | tab | none",
"Initial": "window",
"Applies to": "hyperlinks",
"Inherited": "no",
"Percentages": "N/A",
"Media Group(s)": "interactive visual",
"Computed value": "specified value"
},
{
"spec name": "CSS3 Hyperlink Presentation Module",
"uri": "http://www.w3.org/TR/css3-hyperlinks",
"category": "css-property",
"Name": "target-position",
"Value": "above | behind | front | back",
"Initial": "above",
"Applies to": "hyperlinks",
"Inherited": "no",
"Percentages": "N/A",
"Media Group(s)": "interactive visual",
"Computed value": "specified value"
},
{
"spec name": "CSS3 Hyperlink Presentation Module",
"uri": "http://www.w3.org/TR/css3-hyperlinks",
"category": "css-property",
"Name": "target",
"Value": "<target-name> || \n<target-new> || <target-position>",
"Initial": "see individual properties",
"Applies to": "hyperlinks",
"Inherited": "no",
"Percentages": "N/A",
"Media Group(s)": "interactive visual",
"Computed value": "see individual properties"
},
{
"spec name": "CSS3 module: Presentation Levels",
"uri": "http://www.w3.org/TR/css3-preslev",
"category": "css-property",
"Name": "presentation-level",
"Value": "<integer> | same | increment",
"Initial": "0",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "all",
"Computed value": "integer"
},
{
"spec name": "CSS3 Generated and Replaced Content Module",
"uri": "http://www.w3.org/TR/css3-content",
"category": "css-property",
"Name": "move-to",
"Value": "normal | here | <identifier>",
"Initial": "normal",
"Applies To": "all elements, ::before, ::after, and ::alternate",
"Inherited": "no",
"Percentages": "N/A",
"Media": "all",
"Computed value": "The specified value unless that is 'normal', as per the prose below."
},
{
"spec name": "CSS3 Generated and Replaced Content Module",
"uri": "http://www.w3.org/TR/css3-content",
"category": "css-property",
"Name": "display",
"New values": "normal",
"Initial": "normal",
"Applies To": "all elements, ::before, ::after, ::alternate, and ::outside",
"Inherited": "no",
"Percentages": "N/A",
"Media": "all",
"Computed value": "The specified value unless that is 'normal', as described below."
},
{
"spec name": "CSS3 Generated and Replaced Content Module",
"uri": "http://www.w3.org/TR/css3-content",
"category": "css-property",
"Name": "quotes",
"Value": "foo | bar",
"Initial": "text",
"Applies To": "all elements, ::before, ::after, ::alternate, ::marker, ::line-marker,\nmargin areas, and @footnote areas",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value"
},
{
"spec name": "CSS3 Generated and Replaced Content Module",
"uri": "http://www.w3.org/TR/css3-content",
"category": "css-property",
"Name": "counter-increment",
"Value": "[ <identifier> <integer>? ]+ | none",
"Initial": "note",
"Applies To": "all elements, ::before, ::after, ::alternate, ::marker, ::line-marker,\nmargin areas, @footnote areas, and @page context",
"Inherited": "no",
"Percentages": "N/A",
"Media": "alll",
"Computed value": "specified value"
},
{
"spec name": "CSS3 Generated and Replaced Content Module",
"uri": "http://www.w3.org/TR/css3-content",
"category": "css-property",
"Name": "counter-reset",
"Value": "[ <identifier> <integer>? ]+ | none",
"Initial": "note",
"Applies To": "all elements, ::before, ::after, ::alternate, ::marker, ::line-marker,\nmargin areas, @footnote areas, and @page context",
"Inherited": "no",
"Percentages": "N/A",
"Media": "alll",
"Computed value": "specified value"
},
{
"spec name": "CSS3 Generated and Replaced Content Module",
"uri": "http://www.w3.org/TR/css3-content",
"category": "css-property",
"Name": "page-policy",
"Value": "start | first | last",
"Initial": "start",
"Applies to": "@counter and @string blocks",
"Inherited": "N/A",
"Percentages": "N/A",
"Media": "paged",
"Computed value": "specified value"
},
{
"spec name": "CSS3 Generated and Replaced Content Module",
"uri": "http://www.w3.org/TR/css3-content",
"category": "css-property",
"Name": "content",
"Value": "[ <uri> ',' ]* [ normal | none | inhibit | <content-list> ]",
"Initial": "normal",
"Applies To": "all elements, ::before, ::after, ::alternate, ::marker, ::line-marker,\nmargin areas, and @footnote areas",
"Inherited": "no",
"Percentages": "N/A",
"Media": "all",
"Computed value": "The specified value with each occurrence of 'normal' expanded as per the\nprose below."
},
{
"spec name": "CSS3 Generated and Replaced Content Module",
"uri": "http://www.w3.org/TR/css3-content",
"category": "css-property",
"Name": "crop",
"Values": "<shape> | auto",
"Initial": "auto",
"Applies To": "replaced elements",
"Inherited": "no",
"Percentages": "relative to intrinsic size",
"Media": "visual",
"Computed value": "The specified value."
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "background-color",
"Value": "<color>",
"Initial": "transparent",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "the computed color(s)",
"Animatable": "yes"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "background-image",
"Value": "<bg-image> [ , <bg-image> ]*",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified, but with URIs made absolute",
"Animatable": "no"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "background-repeat",
"Value": "<repeat-style> [ ,\n <repeat-style> ]*",
"Initial": "repeat",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "A list, each item consisting of: two keywords, one per dimension",
"Animatable": "no"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "background-attachment",
"Value": "<attachment> [ , <attachment> ]*",
"Initial": "scroll",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "background-position",
"Value": "<position> [ , <position> ]*",
"Initial": "0% 0%",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "refer to size of background positioning area\n minus size of background image; see text",
"Media": "visual",
"Computed value": "A list, each item consisting of: two keywords representing the\n origin and two offsets from that origin, each given as an absolute\n length (if given a <length>), otherwise as a percentage.",
"Animatable": "yes"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "background-clip",
"Value": "<box> [ , <box> ]*",
"Initial": "border-box",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "background-origin",
"Value": "<box> [ , <box> ]*",
"Initial": "padding-box",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "background-size",
"Value": "<bg-size> [ , <bg-size> ]*",
"Initial": "auto",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "see text",
"Media": "visual",
"Computed value": "as specified, but with lengths made absolute",
"Animatable": "yes except keyword values"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "background",
"Value": "[ <bg-layer> , ]* <final-bg-layer>",
"Initial": "see individual properties",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "see individual properties",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "border-top-color , border-right-color, border-bottom-color, border-left-color",
"Value": "<color>",
"Initial": "currentColor",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "the computed color",
"Animatable": "yes"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "border-color",
"Value": "<color>{1,4}",
"Initial": "(see individual properties)",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "border-top-style, border-right-style, border-bottom-style, border-left-style",
"Value": "<border-style>",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value",
"Animatable": "no"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "border-style",
"Value": "<border-style>{1,4}",
"Initial": "(see individual properties)",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "border-top-width, border-right-width, border-bottom-width, border-left-width",
"Value": "<border-width>",
"Initial": "medium",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "absolute length; ‘0’ if the border style\n is ‘none’ or ‘hidden’",
"Animatable": "yes"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "border-width",
"Value": "<border-width>{1,4}",
"Initial": "(see individual properties)",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "see individual properties",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "border-top, border-right, border-bottom, border-left",
"Value": "<border-width> ||\n <border-style> ||\n <color>",
"Initial": "See individual properties",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "border",
"Value": "<border-width> ||\n <border-style> ||\n <color>",
"Initial": "See individual properties",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius",
"Value": "[ <length> | <percentage> ]{1,2}",
"Initial": "0",
"Applies to": "all elements (but see prose)",
"Inherited": "no",
"Percentages": "Refer to corresponding dimension of the border\n box.",
"Media": "visual",
"Computed value": "two absolute <length> or percentages",
"Animatable": "yes"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "border-radius",
"Value": "[ <length> | <percentage> ]{1,4} [\n / [ <length> | <percentage> ]{1,4} ]?",
"Initial": "see individual properties",
"Applies to": "all elements (but see prose)",
"Inherited": "no",
"Percentages": "Refer to corresponding dimension of the border\n box.",
"Media": "visual",
"Computed value": "see individual properties",
"Animatable": "see individual properties"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "border-image-source",
"Value": "none | <image>",
"Initial": "none",
"Applies to": "All elements, except internal table elements when ‘border-collapse’ is ‘collapse’",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "‘none’ or the image with its URI made\n absolute",
"Animatable": "no"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "border-image-slice",
"Value": "[<number> | <percentage>]{1,4}\n && fill?",
"Initial": "100%",
"Applies to": "All elements, except internal table elements when ‘border-collapse’ is ‘collapse’",
"Inherited": "no",
"Percentages": "refer to size of the border image",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "border-image-width",
"Value": "[ <length> | <percentage> |\n <number> | auto ]{1,4}",
"Initial": "1",
"Applies to": "All elements, except table elements when ‘border-collapse’ is ‘collapse’",
"Inherited": "no",
"Percentages": "Relative to width/height of the border image area",
"Media": "visual",
"Computed value": "all <length>s made absolute, otherwise as specified",
"Animatable": "no"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "border-image-outset",
"Value": "[ <length> | <number> ]{1,4}",
"Initial": "0",
"Applies to": "All elements, except internal table elements when ‘border-collapse’ is ‘collapse’",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "all <length>s made absolute, otherwise as specified",
"Animatable": "no"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "border-image-repeat",
"Value": "[ stretch | repeat | round | space ]{1,2}",
"Initial": "stretch",
"Applies to": "All elements, except internal table elements when ‘border-collapse’ is ‘collapse’",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "border-image",
"Value": "<‘border-image-source’> ||\n <‘border-image-slice’> [ /\n <‘border-image-width’> | /\n <‘border-image-width’>? /\n <‘border-image-outset’> ]? ||\n <‘border-image-repeat’>",
"Initial": "See individual properties",
"Applies to": "See individual properties",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "See individual properties",
"Animatable": "See individual properties"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "box-decoration-break",
"Value": "slice | clone",
"Initial": "slice",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "as specified",
"Animatable": "no"
},
{
"spec name": "CSS3 module: Border",
"uri": "http://www.w3.org/TR/css3-border",
"category": "css-property",
"Name": "box-shadow",
"Value": "none | <shadow> [ , <shadow> ]*",
"Initial": "none",
"Applies to": "all elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "any <length> made absolute; any specified color computed;\n otherwise as specified",
"Animatable": "yes, except between inner and outer shadows (Transition to/from an\n absent shadow is a transition to/from ‘0 0\n transparent’ or ‘0 0 transparent\n inset’, as appropriate.)"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "text-height",
"Value": "auto | font-size | text-size | max-size",
"Initial": "auto",
"Applies to": "inline elements and parents of element with display:ruby-text",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value (except for initial and inherit)"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "line-height",
"Value": "normal |\n \n <number> |\n \n <length> |\n \n <percentage> | none",
"Initial": "normal",
"Applies to": "all elements",
"Inherited": "yes",
"Percentages": "refer to the font size of the element itself",
"Media": "visual",
"Computed value": "see prose"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "line-stacking-strategy",
"Value": "inline-line-height | block-line-height | max-height | grid-height",
"Initial": "inline-line-height",
"Applies to": "block-level elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value (except for initial and inherit)"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "line-stacking-ruby",
"Value": "exclude-ruby | include-ruby",
"Initial": "exclude-ruby",
"Applies to": "block-level elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value (except for initial and inherit)"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "line-stacking-shift",
"Value": "consider-shifts | disregard-shifts",
"Initial": "consider-shifts",
"Applies to": "block-level elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value (except for initial and inherit)"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "line-stacking",
"Value": "<'line-stacking-strategy'> || <'line-stacking-ruby'> || \n<'line-stacking-shift'>",
"Initial": "see individual properties",
"Applies to": "block-level elements",
"Inherited": "yes",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "see individual properties"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "dominant-baseline",
"Value": "auto | use-script | no-change | reset-size | alphabetic | hanging |\nideographic |\n\nmathematical | central | middle | text-after-edge | text-before-edge",
"Initial": "auto",
"Applies to": "inline-level elements (but see prose)",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value (except for initial and inherit)"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "alignment-baseline",
"Value": "baseline | use-script | before-edge | text-before-edge | after-edge |\ntext-after-edge |\n\ncentral | middle | ideographic | alphabetic | hanging | mathematical",
"Initial": "baseline",
"Applies to": "inline-level elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value (except for initial and inherit)"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "alignment-adjust",
"Value": "auto | baseline | before-edge | text-before-edge | middle | central |\nafter-edge | text-after-edge | ideographic | alphabetic | hanging |\nmathematical | <percentage> | <length>",
"Initial": "auto",
"Applies to": "inline-level elements",
"Inherited": "no",
"Percentages": "refers to the 'line-height' of the element",
"Media": "visual",
"Computed value": "see text"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "baseline-shift",
"Value": "baseline | sub | super | <percentage> | <length>",
"Initial": "baseline",
"Applies to": "inline-level elements",
"Inherited": "no",
"Percentages": "refers to the 'line-height' of the parent element",
"Media": "visual",
"Computed value": "see text"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "vertical-align",
"Value": "auto | use-script | baseline | sub | super | top | text-top | central |\nmiddle | bottom | text-bottom | <percentage> | <length>",
"Initial": "not defined for shorthand properties",
"Applies to": "inline-level and 'table-cell' elements",
"Inherited": "no",
"Percentages": "refers to the 'line-height' of the element itself",
"Media": "visual",
"Computed value": "see text"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "inline-box-align",
"Value": "initial | last | <integer>",
"Initial": "last",
"Applies to": "inline-block-level elements",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified value (except for initial and inherit)"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "drop-initial-value",
"Value": "initial | <integer>",
"Initial": "initial",
"Applies to": "::first-letter pseudo element",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified values (except for initial and inherit)"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "drop-initial-size",
"Value": "auto | <line> | <length> | <percentage>",
"Initial": "auto",
"Applies to": "::first-letter pseudo element",
"Inherited": "no",
"Percentages": "refer to combined line height size as provided by drop-initial-value",
"Media": "visual",
"Computed value": "specified values (except for initial and inherit)"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "drop-initial-after-align",
"Value": "<'alignment-baseline'>",
"Initial": "baseline",
"Applies to": "::first-letter pseudo element",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified values (except for initial and inherit)"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "drop-initial-after-adjust",
"Value": "central | middle | after-edge | text-after-edge | ideographic |\nalphabetic | mathematical | <percentage> | <length>",
"Initial": "text-after-edge",
"Applies to": "::first-letter pseudo element",
"Inherited": "no",
"Percentages": "refer to combined line height size as provided by drop-initial-value",
"Media": "visual",
"Computed value": "specified values (except for initial and inherit)"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "drop-initial-before-align",
"Value": "caps-height | <'alignment-baseline'>",
"Initial": "caps-height",
"Applies to": "::first-letter pseudo element",
"Inherited": "no",
"Percentages": "N/A",
"Media": "visual",
"Computed value": "specified values (except for initial and inherit)"
},
{
"spec name": "CSS3 module: line",
"uri": "http://www.w3.org/TR/css3-linebox",
"category": "css-property",
"Name": "drop-initial-before-adjust",
"Value": "before-edge | text-before-edge | central | middle | hanging |\nmathematical | <percentage> | <length>",
"Initial": "text-before-edge",
"Applies to": "::first-letter pseudo element",
"Inherited": "no",
"Percentages": "refer to combined line height size as provided by drop-initial-value",
"Media": "visual",
"Computed value": "specified values (except for initial and inherit)"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment