CINXE.COM
CSS Cascading and Inheritance Level 3
<!doctype html><html lang="en"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <title>CSS Cascading and Inheritance Level 3</title> <meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"> <meta content="testing" name="csswg-work-status"> <meta content="REC" name="w3c-status"> <meta content="This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements." name="abstract"> <link href="default.css" rel="stylesheet" type="text/css"> <meta content="Bikeshed version 4e8dd937, updated Fri Nov 13 16:49:31 2020 -0800" name="generator"> <link href="https://www.w3.org/TR/css-cascade-3/" rel="canonical"> <script defer src="https://test.csswg.org/harness/annotate.js#!css-cascade-3_dev/css-cascade-3" type="text/javascript"></script> <style>/* style-autolinks */ .css.css, .property.property, .descriptor.descriptor { color: var(--a-normal-text); font-size: inherit; font-family: inherit; } .css::before, .property::before, .descriptor::before { content: "‘"; } .css::after, .property::after, .descriptor::after { content: "’"; } .property, .descriptor { /* Don't wrap property and descriptor names */ white-space: nowrap; } .type { /* CSS value <type> */ font-style: italic; } pre .property::before, pre .property::after { content: ""; } [data-link-type="property"]::before, [data-link-type="propdesc"]::before, [data-link-type="descriptor"]::before, [data-link-type="value"]::before, [data-link-type="function"]::before, [data-link-type="at-rule"]::before, [data-link-type="selector"]::before, [data-link-type="maybe"]::before { content: "‘"; } [data-link-type="property"]::after, [data-link-type="propdesc"]::after, [data-link-type="descriptor"]::after, [data-link-type="value"]::after, [data-link-type="function"]::after, [data-link-type="at-rule"]::after, [data-link-type="selector"]::after, [data-link-type="maybe"]::after { content: "’"; } [data-link-type].production::before, [data-link-type].production::after, .prod [data-link-type]::before, .prod [data-link-type]::after { content: ""; } [data-link-type=element], [data-link-type=element-attr] { font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace; font-size: .9em; } [data-link-type=element]::before { content: "<" } [data-link-type=element]::after { content: ">" } [data-link-type=biblio] { white-space: pre; }</style> <style>/* style-caniuse-panel */ :root { --caniuse-shadow: #999; --caniuse-nosupport-text: #ccc; --caniuse-partialsupport-text: #666; } .caniuse-status { font: 1em sans-serif; width: 9em; padding: 0.3em; position: absolute; z-index: 8; top: auto; right: 0.3em; background: var(--borderedblock-bg, #EEE); color: var(--text, black); box-shadow: 0 0 3px var(--caniuse-shadow, #999); overflow: hidden; border-collapse: initial; border-spacing: initial; } .caniuse-status.wrapped { width: 1em; height: 1em; } .caniuse-status.wrapped > :not(input) { display: none; } .caniuse-status > input { position: absolute; right: 0; top: 0; width: 1em; height: 1em; border: none; background: transparent; padding: 0; margin: 0; } .caniuse-status > p { font-size: 0.6em; margin: 0; padding: 0; } .caniuse-status > p + p { padding-top: 0.5em; } .caniuse-status > .support { display: block; } .caniuse-status > .support > span { padding: 0.2em 0; display: block; display: table; } .caniuse-status > .support > span.partial { color: var(--caniuse-partialsupport-text, #666666); filter: grayscale(50%); } .caniuse-status > .support > span.no { color: var(--caniuse-nosupport-text, #CCCCCC); filter: grayscale(100%); } .caniuse-status > .support > span.no::before { opacity: 0.5; } .caniuse-status > .support > span:first-of-type { padding-top: 0.5em; } .caniuse-status > .support > span > span { padding: 0 0.5em; display: table-cell; vertical-align: top; } .caniuse-status > .support > span > span:first-child { width: 100%; } .caniuse-status > .support > span > span:last-child { width: 100%; white-space: pre; padding: 0; } .caniuse-status > .support > span::before { content: ' '; display: table-cell; min-width: 1.5em; height: 1.5em; background: no-repeat center center; background-size: contain; text-align: right; font-size: 0.75em; font-weight: bold; } .caniuse-status > .support > .and_chr::before { background-image: url(https://resources.whatwg.org/browser-logos/chrome.svg); } .caniuse-status > .support > .and_ff::before { background-image: url(https://resources.whatwg.org/browser-logos/firefox.png); } .caniuse-status > .support > .and_uc::before { background-image: url(https://resources.whatwg.org/browser-logos/uc.png); } /* UC Browser for Android */ .caniuse-status > .support > .android::before { background-image: url(https://resources.whatwg.org/browser-logos/android.svg); } .caniuse-status > .support > .bb::before { background-image: url(https://resources.whatwg.org/browser-logos/bb.jpg); } /* Blackberry Browser */ .caniuse-status > .support > .chrome::before { background-image: url(https://resources.whatwg.org/browser-logos/chrome.svg); } .caniuse-status > .support > .edge::before { background-image: url(https://resources.whatwg.org/browser-logos/edge.svg); } .caniuse-status > .support > .firefox::before { background-image: url(https://resources.whatwg.org/browser-logos/firefox.png); } .caniuse-status > .support > .ie::before { background-image: url(https://resources.whatwg.org/browser-logos/ie.png); } .caniuse-status > .support > .ie_mob::before { background-image: url(https://resources.whatwg.org/browser-logos/ie-mobile.svg); } .caniuse-status > .support > .ios_saf::before { background-image: url(https://resources.whatwg.org/browser-logos/safari-ios.svg); } .caniuse-status > .support > .op_mini::before { background-image: url(https://resources.whatwg.org/browser-logos/opera-mini.png); } .caniuse-status > .support > .op_mob::before { background-image: url(https://resources.whatwg.org/browser-logos/opera.svg); } .caniuse-status > .support > .opera::before { background-image: url(https://resources.whatwg.org/browser-logos/opera.svg); } .caniuse-status > .support > .safari::before { background-image: url(https://resources.whatwg.org/browser-logos/safari.png); } .caniuse-status > .support > .samsung::before { background-image: url(https://resources.whatwg.org/browser-logos/samsung.svg); } .caniuse-status > .caniuse { text-align: right; font-style: italic; } @media (max-width: 767px) { .caniuse-status.wrapped { width: 9em; height: auto; } .caniuse-status:not(.wrapped) { width: 1em; height: 1em; } .caniuse-status.wrapped > :not(input) { display: block; } .caniuse-status:not(.wrapped) > :not(input) { display: none; } }</style> <style>/* style-counters */ body { counter-reset: example figure issue; } .issue { counter-increment: issue; } .issue:not(.no-marker)::before { content: "Issue " counter(issue); } .example { counter-increment: example; } .example:not(.no-marker)::before { content: "Example " counter(example); } .invalid.example:not(.no-marker)::before, .illegal.example:not(.no-marker)::before { content: "Invalid Example" counter(example); } figcaption { counter-increment: figure; } figcaption:not(.no-marker)::before { content: "Figure " counter(figure) " "; }</style> <style>/* style-dfn-panel */ :root { --dfnpanel-bg: #ddd; --dfnpanel-text: var(--text); } .dfn-panel { position: absolute; z-index: 35; height: auto; width: -webkit-fit-content; width: fit-content; max-width: 300px; max-height: 500px; overflow: auto; padding: 0.5em 0.75em; font: small Helvetica Neue, sans-serif, Droid Sans Fallback; background: var(--dfnpanel-bg); color: var(--dfnpanel-text); border: outset 0.2em; } .dfn-panel:not(.on) { display: none; } .dfn-panel * { margin: 0; padding: 0; text-indent: 0; } .dfn-panel > b { display: block; } .dfn-panel a { color: var(--dfnpanel-text); } .dfn-panel a:not(:hover) { text-decoration: none !important; border-bottom: none !important; } .dfn-panel > b + b { margin-top: 0.25em; } .dfn-panel ul { padding: 0; } .dfn-panel li { list-style: inside; } .dfn-panel.activated { display: inline-block; position: fixed; left: .5em; bottom: 2em; margin: 0 auto; max-width: calc(100vw - 1.5em - .4em - .5em); max-height: 30vh; } .dfn-paneled { cursor: pointer; } </style> <style>/* style-md-lists */ /* This is a weird hack for me not yet following the commonmark spec regarding paragraph and lists. */ [data-md] > :first-child { margin-top: 0; } [data-md] > :last-child { margin-bottom: 0; }</style> <style>/* style-selflinks */ :root { --selflink-text: white; --selflink-bg: gray; --selflink-hover-text: black; } .heading, .issue, .note, .example, li, dt { position: relative; } a.self-link { position: absolute; top: 0; left: calc(-1 * (3.5rem - 26px)); width: calc(3.5rem - 26px); height: 2em; text-align: center; border: none; transition: opacity .2s; opacity: .5; } a.self-link:hover { opacity: 1; } .heading > a.self-link { font-size: 83%; } li > a.self-link { left: calc(-1 * (3.5rem - 26px) - 2em); } dfn > a.self-link { top: auto; left: auto; opacity: 0; width: 1.5em; height: 1.5em; background: var(--selflink-bg); color: var(--selflink-text); font-style: normal; transition: opacity .2s, background-color .2s, color .2s; } dfn:hover > a.self-link { opacity: 1; } dfn > a.self-link:hover { color: var(--selflink-hover-text); } a.self-link::before { content: "¶"; } .heading > a.self-link::before { content: "§"; } dfn > a.self-link::before { content: "#"; } </style> <style>/* style-syntax-highlighting */ code.highlight { padding: .1em; border-radius: .3em; } pre.highlight, pre > code.highlight { display: block; padding: 1em; margin: .5em 0; overflow: auto; border-radius: 0; } .highlight:not(.idl) { background: rgba(0, 0, 0, .03); } c-[a] { color: #990055 } /* Keyword.Declaration */ c-[b] { color: #990055 } /* Keyword.Type */ c-[c] { color: #708090 } /* Comment */ c-[d] { color: #708090 } /* Comment.Multiline */ c-[e] { color: #0077aa } /* Name.Attribute */ c-[f] { color: #669900 } /* Name.Tag */ c-[g] { color: #222222 } /* Name.Variable */ c-[k] { color: #990055 } /* Keyword */ c-[l] { color: #000000 } /* Literal */ c-[m] { color: #000000 } /* Literal.Number */ c-[n] { color: #0077aa } /* Name */ c-[o] { color: #999999 } /* Operator */ c-[p] { color: #999999 } /* Punctuation */ c-[s] { color: #a67f59 } /* Literal.String */ c-[t] { color: #a67f59 } /* Literal.String.Single */ c-[u] { color: #a67f59 } /* Literal.String.Double */ c-[cp] { color: #708090 } /* Comment.Preproc */ c-[c1] { color: #708090 } /* Comment.Single */ c-[cs] { color: #708090 } /* Comment.Special */ c-[kc] { color: #990055 } /* Keyword.Constant */ c-[kn] { color: #990055 } /* Keyword.Namespace */ c-[kp] { color: #990055 } /* Keyword.Pseudo */ c-[kr] { color: #990055 } /* Keyword.Reserved */ c-[ld] { color: #000000 } /* Literal.Date */ c-[nc] { color: #0077aa } /* Name.Class */ c-[no] { color: #0077aa } /* Name.Constant */ c-[nd] { color: #0077aa } /* Name.Decorator */ c-[ni] { color: #0077aa } /* Name.Entity */ c-[ne] { color: #0077aa } /* Name.Exception */ c-[nf] { color: #0077aa } /* Name.Function */ c-[nl] { color: #0077aa } /* Name.Label */ c-[nn] { color: #0077aa } /* Name.Namespace */ c-[py] { color: #0077aa } /* Name.Property */ c-[ow] { color: #999999 } /* Operator.Word */ c-[mb] { color: #000000 } /* Literal.Number.Bin */ c-[mf] { color: #000000 } /* Literal.Number.Float */ c-[mh] { color: #000000 } /* Literal.Number.Hex */ c-[mi] { color: #000000 } /* Literal.Number.Integer */ c-[mo] { color: #000000 } /* Literal.Number.Oct */ c-[sb] { color: #a67f59 } /* Literal.String.Backtick */ c-[sc] { color: #a67f59 } /* Literal.String.Char */ c-[sd] { color: #a67f59 } /* Literal.String.Doc */ c-[se] { color: #a67f59 } /* Literal.String.Escape */ c-[sh] { color: #a67f59 } /* Literal.String.Heredoc */ c-[si] { color: #a67f59 } /* Literal.String.Interpol */ c-[sx] { color: #a67f59 } /* Literal.String.Other */ c-[sr] { color: #a67f59 } /* Literal.String.Regex */ c-[ss] { color: #a67f59 } /* Literal.String.Symbol */ c-[vc] { color: #0077aa } /* Name.Variable.Class */ c-[vg] { color: #0077aa } /* Name.Variable.Global */ c-[vi] { color: #0077aa } /* Name.Variable.Instance */ c-[il] { color: #000000 } /* Literal.Number.Integer.Long */ </style> <link href="https://www.w3.org/StyleSheets/TR/2016/W3C-REC" rel="stylesheet" type="text/css"> <body class="h-entry"> <div class="head"> <p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p> <h1 class="p-name no-ref" id="title">CSS Cascading and Inheritance Level 3</h1> <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">W3C Recommendation, <time class="dt-updated" datetime="2021-02-11">11 February 2021</time></span></h2> <div data-fill-with="spec-metadata"> <dl> <dt>This version: <dd><a class="u-url" href="https://www.w3.org/TR/2021/REC-css-cascade-3-20210211/">https://www.w3.org/TR/2021/REC-css-cascade-3-20210211/</a> <dt>Latest published version: <dd><a href="https://www.w3.org/TR/css-cascade-3/">https://www.w3.org/TR/css-cascade-3/</a> <dt>Editor's Draft: <dd><a href="https://drafts.csswg.org/css-cascade-3/">https://drafts.csswg.org/css-cascade-3/</a> <dt>Previous Versions: <dd><a href="https://www.w3.org/TR/2020/PR-css-cascade-3-20201222/">https://www.w3.org/TR/2020/PR-css-cascade-3-20201222/</a> <dd><a href="https://www.w3.org/TR/2020/CR-css-cascade-3-20200817/" rel="prev">https://www.w3.org/TR/2020/CR-css-cascade-3-20200817/</a> <dd><a href="https://www.w3.org/TR/2018/CR-css-cascade-3-20180828/" rel="prev">https://www.w3.org/TR/2018/CR-css-cascade-3-20180828/</a> <dd><a href="https://www.w3.org/TR/2016/CR-css-cascade-3-20160519/" rel="prev">https://www.w3.org/TR/2016/CR-css-cascade-3-20160519/</a> <dd><a href="https://www.w3.org/TR/2015/CR-css-cascade-3-20150416/" rel="prev">https://www.w3.org/TR/2015/CR-css-cascade-3-20150416/</a> <dd><a href="https://www.w3.org/TR/2013/WD-css-cascade-3-20130730/" rel="prev">https://www.w3.org/TR/2013/WD-css-cascade-3-20130730/</a> <dd><a href="https://www.w3.org/TR/2013/WD-css3-cascade-20130103/" rel="prev">https://www.w3.org/TR/2013/WD-css3-cascade-20130103/</a> <dd><a href="https://www.w3.org/TR/2005/WD-css3-cascade-20051215/" rel="prev">https://www.w3.org/TR/2005/WD-css3-cascade-20051215/</a> <dt>Implementation Report: <dd><a href="https://drafts.csswg.org/css-cascade-3/implementation-report.html">https://drafts.csswg.org/css-cascade-3/implementation-report.html</a> <dt>Test Suite: <dd><a href="http://test.csswg.org/suites/css-cascade-3_dev/nightly-unstable/">http://test.csswg.org/suites/css-cascade-3_dev/nightly-unstable/</a> <dt>Issue Tracking: <dd><a href="https://github.com/w3c/csswg-drafts/labels/css-cascade-3">CSSWG Issues Repository</a> <dd><a href="https://drafts.csswg.org/css-cascade/issues">Disposition of Comments</a> <dt class="editor">Editors: <dd class="editor p-author h-card vcard" data-editor-id="35400"><a class="p-name fn u-url url" href="http://fantasai.inkedblade.net/contact">Elika J. Etemad / fantasai</a> (<span class="p-org org">Invited Expert</span>) <dd class="editor p-author h-card vcard" data-editor-id="42199"><a class="p-name fn u-url url" href="http://xanthir.com/contact/">Tab Atkins Jr.</a> (<span class="p-org org">Google</span>) <dt>Suggest an Edit for this Spec: <dd><a href="https://github.com/w3c/csswg-drafts/blob/master/css-cascade-3/Overview.bs">GitHub Editor</a> </dl> <p>Please check the <a href="https://www.w3.org/Style/2021/REC-css-cascade-3-20210211-errata.html"><strong>errata</strong></a> for any errors or issues reported since publication.</p> </div> <div data-fill-with="warning"></div> <p class="copyright" data-fill-with="copyright"><a href="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2021 <a href="https://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="https://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="https://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="https://www.keio.ac.jp/">Keio</a>, <a href="https://ev.buaa.edu.cn/">Beihang</a>). W3C <a href="https://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="https://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document" rel="license">permissive document license</a> rules apply. </p> <hr title="Separator for header"> </div> <div class="p-summary" data-fill-with="abstract"> <h2 class="no-num no-toc no-ref heading settled" id="abstract"><span class="content">Abstract</span></h2> <p>This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.</p> <a href="https://www.w3.org/TR/CSS/">CSS</a> is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, etc. </div> <h2 class="no-num no-toc no-ref heading settled" id="status"><span class="content">Status of this document</span></h2> <div data-fill-with="status"> <p><em>This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the <a href="https://www.w3.org/TR/">W3C technical reports index at https://www.w3.org/TR/.</a></em> </p> <p> This document was published by the <a href="https://www.w3.org/Style/CSS/">CSS Working Group</a> as a <strong>Recommendation</strong>. </p> <p>A W3C Recommendation is a specification that, after extensive consensus-building, has received the endorsement of the W3C and its Members. W3C recommends the wide deployment of this specification as a standard for the Web.</p> <p>Please send feedback by <a href="https://github.com/w3c/csswg-drafts/issues">filing issues in GitHub</a> (preferred), including the spec code “[css-cascade]” in the title, like this: “[css-cascade] <i>…summary of comment…</i>”. All issues and comments are <a href="https://lists.w3.org/Archives/Public/public-css-archive/">archived</a>. Alternately, feedback can be sent to the (<a href="https://lists.w3.org/Archives/Public/www-style/">archived</a>) public mailing list <a href="mailto:www-style@w3.org?Subject=%5Bcss-cascade%5D%20PUT%20SUBJECT%20HERE">www-style@w3.org</a>. </p> <p>This document is governed by the <a href="https://www.w3.org/2020/Process-20200915/" id="w3c_process_revision">15 September 2020 W3C Process Document</a>. </p> <p>This document was produced by a group operating under the <a href="https://www.w3.org/Consortium/Patent-Policy-20200915/">W3C Patent Policy</a>. W3C maintains a <a href="https://www.w3.org/2004/01/pp-impl/32061/status" rel="disclosure">public list of any patent disclosures</a> made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains <a href="https://www.w3.org/Consortium/Patent-Policy-20200915/#def-essential">Essential Claim(s)</a> must disclose the information in accordance with <a href="https://www.w3.org/Consortium/Patent-Policy-20200915/#sec-Disclosure">section 6 of the W3C Patent Policy</a>. </p> <p></p> </div> <div data-fill-with="at-risk"></div> <nav data-fill-with="table-of-contents" id="toc"> <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2> <ol class="toc" role="directory"> <li> <a href="#intro"><span class="secno">1</span> <span class="content"> Introduction</span></a> <ol class="toc"> <li><a href="#placement"><span class="secno">1.1</span> <span class="content"> Module Interactions</span></a> </ol> <li> <a href="#at-import"><span class="secno">2</span> <span class="content"> Importing Style Sheets: the <span class="css">@import</span> rule</span></a> <ol class="toc"> <li><a href="#conditional-import"><span class="secno">2.1</span> <span class="content"> Conditional <span class="css">@import</span> Rules</span></a> <li><a href="#import-processing"><span class="secno">2.2</span> <span class="content"> Processing Stylesheet Imports</span></a> <li><a href="#content-type"><span class="secno">2.3</span> <span class="content"> Content-Type of CSS Style Sheets</span></a> </ol> <li> <a href="#shorthand"><span class="secno">3</span> <span class="content"> Shorthand Properties</span></a> <ol class="toc"> <li><a href="#all-shorthand"><span class="secno">3.1</span> <span class="content"> Resetting All Properties: the <span class="property">all</span> property</span></a> </ol> <li> <a href="#value-stages"><span class="secno">4</span> <span class="content"> Value Processing</span></a> <ol class="toc"> <li><a href="#declared"><span class="secno">4.1</span> <span class="content"> Declared Values</span></a> <li><a href="#cascaded"><span class="secno">4.2</span> <span class="content"> Cascaded Values</span></a> <li><a href="#specified"><span class="secno">4.3</span> <span class="content"> Specified Values</span></a> <li><a href="#computed"><span class="secno">4.4</span> <span class="content"> Computed Values</span></a> <li><a href="#used"><span class="secno">4.5</span> <span class="content"> Used Values</span></a> <li><a href="#actual"><span class="secno">4.6</span> <span class="content"> Actual Values</span></a> <li><a href="#stages-examples"><span class="secno">4.7</span> <span class="content"> Examples</span></a> </ol> <li><a href="#filtering"><span class="secno">5</span> <span class="content"> Filtering</span></a> <li> <a href="#cascading"><span class="secno">6</span> <span class="content"> Cascading</span></a> <ol class="toc"> <li><a href="#cascade-sort"><span class="secno">6.1</span> <span class="content"> Cascade Sorting Order</span></a> <li><a href="#cascading-origins"><span class="secno">6.2</span> <span class="content"> Cascading Origins</span></a> <li><a href="#importance"><span class="secno">6.3</span> <span class="content"> Important Declarations: the <span class="css">!important</span> annotation</span></a> <li><a href="#preshint"><span class="secno">6.4</span> <span class="content"> Precedence of Non-CSS Presentational Hints</span></a> </ol> <li> <a href="#defaulting"><span class="secno">7</span> <span class="content"> Defaulting</span></a> <ol class="toc"> <li><a href="#initial-values"><span class="secno">7.1</span> <span class="content"> Initial Values</span></a> <li><a href="#inheriting"><span class="secno">7.2</span> <span class="content"> Inheritance</span></a> <li> <a href="#defaulting-keywords"><span class="secno">7.3</span> <span class="content"> Explicit Defaulting</span></a> <ol class="toc"> <li><a href="#initial"><span class="secno">7.3.1</span> <span class="content"> Resetting a Property: the <span class="css">initial</span> keyword</span></a> <li><a href="#inherit"><span class="secno">7.3.2</span> <span class="content"> Explicit Inheritance: the <span class="css">inherit</span> keyword</span></a> <li><a href="#inherit-initial"><span class="secno">7.3.3</span> <span class="content"> Erasing All Declarations: the <span class="css">unset</span> keyword</span></a> </ol> </ol> <li> <a href="#changes"><span class="secno">8</span> <span class="content"> Changes</span></a> <ol class="toc"> <li><a href="#changes-2018"><span class="secno">8.1</span> <span class="content"> Changes Since the 28 August 2018 Candidate Recommendation</span></a> <li><a href="#changes-2016"><span class="secno">8.2</span> <span class="content"> Changes Since the 19 May 2016 Candidate Recommendation</span></a> <li><a href="#changes-2013"><span class="secno">8.3</span> <span class="content"> Changes Since the 3 October 2013 Candidate Recommendation</span></a> <li><a href="#changes-2"><span class="secno">8.4</span> <span class="content"> Additions Since Level 2</span></a> </ol> <li><a href="#acknowledgments"><span class="secno"></span> <span class="content">Acknowledgments</span></a> <li><a href="#priv-sec"><span class="secno"></span> <span class="content"> Privacy and Security Considerations</span></a> <li> <a href="#w3c-conformance"><span class="secno"></span> <span class="content"> Conformance</span></a> <ol class="toc"> <li><a href="#w3c-conventions"><span class="secno"></span> <span class="content"> Document conventions</span></a> <li><a href="#w3c-conformance-classes"><span class="secno"></span> <span class="content"> Conformance classes</span></a> <li> <a href="#w3c-partial"><span class="secno"></span> <span class="content"> Partial implementations</span></a> <ol class="toc"> <li><a href="#w3c-conform-future-proofing"><span class="secno"></span> <span class="content"> Implementations of Unstable and Proprietary Features</span></a> </ol> <li><a href="#w3c-testing"><span class="secno"></span> <span class="content"> Non-experimental implementations</span></a> </ol> <li> <a href="#index"><span class="secno"></span> <span class="content">Index</span></a> <ol class="toc"> <li><a href="#index-defined-here"><span class="secno"></span> <span class="content">Terms defined by this specification</span></a> <li><a href="#index-defined-elsewhere"><span class="secno"></span> <span class="content">Terms defined by reference</span></a> </ol> <li> <a href="#references"><span class="secno"></span> <span class="content">References</span></a> <ol class="toc"> <li><a href="#normative"><span class="secno"></span> <span class="content">Normative References</span></a> <li><a href="#informative"><span class="secno"></span> <span class="content">Informative References</span></a> </ol> <li><a href="#property-index"><span class="secno"></span> <span class="content">Property Index</span></a> </ol> </nav> <main> <h2 class="heading settled" data-level="1" id="intro"><span class="secno">1. </span><span class="content"> Introduction</span><a class="self-link" href="#intro"></a></h2> <p>One of the fundamental design principles of CSS is <a data-link-type="dfn" href="#cascade" id="ref-for-cascade">cascading</a>, which allows several style sheets to influence the presentation of a document. When different declarations try to set a value for the same element/property combination, the conflicts must somehow be resolved.</p> <p>The opposite problem arises when no declarations try to set a the value for an element/property combination. In this case, a value is be found by way of <a data-link-type="dfn" href="#inheritance" id="ref-for-inheritance">inheritance</a> or by looking at the property’s <a data-link-type="dfn" href="#initial-value" id="ref-for-initial-value">initial value</a>.</p> <p>The <a href="#cascade" id="ref-for-cascade①⓪">cascading</a> and <a href="#defaulting">defaulting</a> process takes a set of declarations as input, and outputs a <a data-link-type="dfn" href="#specified-value" id="ref-for-specified-value">specified value</a> for each property on each element.</p> <p>The rules for finding the specified value for all properties on all elements in the document are described in this specification. The rules for finding the specified values in the page context and its margin boxes are described in <a data-link-type="biblio" href="#biblio-css-page-3">[css-page-3]</a>.</p> <h3 class="heading settled" data-level="1.1" id="placement"><span class="secno">1.1. </span><span class="content"> Module Interactions</span><a class="self-link" href="#placement"></a></h3> <p><em>This section is normative.</em></p> <p>This module replaces and extends the rules for assigning property values, cascading, and inheritance defined in <a data-link-type="biblio" href="#biblio-css2">[CSS2]</a> chapter 6.</p> <p>Other CSS modules may expand the definitions of some of the syntax and features defined here. For example, the Media Queries Level 4 specification, when combined with this module, expands the definition of the <a class="production css" data-link-type="type" href="https://www.w3.org/TR/mediaqueries-4/#typedef-media-query" id="ref-for-typedef-media-query"><media-query></a> value type as used in this specification.</p> <h2 class="heading settled" data-level="2" id="at-import"><span class="secno">2. </span><span class="content"> Importing Style Sheets: the <a class="css" data-link-type="maybe" href="#at-ruledef-import" id="ref-for-at-ruledef-import">@import</a> rule</span><a class="self-link" href="#at-import"></a></h2> <p>The <dfn class="dfn-paneled css" data-dfn-type="at-rule" data-export id="at-ruledef-import">@import</dfn> rule allows users to import style rules from other style sheets. If an <a class="css" data-link-type="maybe" href="#at-ruledef-import" id="ref-for-at-ruledef-import①">@import</a> rule refers to a valid stylesheet, user agents must treat the contents of the stylesheet as if they were written in place of the <span class="css" id="ref-for-at-ruledef-import②">@import</span> rule, with two exceptions:</p> <ul> <li data-md> <p>If a feature (such as the <span class="css">@namespace</span> rule) <em>explicitly</em> defines that it only applies to a particular stylesheet, and not any imported ones, then it doesn’t apply to the imported stylesheet.</p> <li data-md> <p>If a feature relies on the relative ordering of two or more constructs in a stylesheet (such as the requirement that <span class="css">@namespace</span> rules must not have any other rules other than <a class="css" data-link-type="maybe" href="#at-ruledef-import" id="ref-for-at-ruledef-import③">@import</a> preceding it), it only applies between constructs in the same stylesheet.</p> </ul> <p class="example" id="example-d425da12"><a class="self-link" href="#example-d425da12"></a> For example, declarations in style rules from imported stylesheets interact with the cascade as if they were written literally into the stylesheet at the point of the <a class="css" data-link-type="maybe" href="#at-ruledef-import" id="ref-for-at-ruledef-import④">@import</a>. </p> <p>Any <a class="css" data-link-type="maybe" href="#at-ruledef-import" id="ref-for-at-ruledef-import⑤">@import</a> rules must precede all other valid at-rules and style rules in a style sheet (ignoring <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-syntax-3/#at-ruledef-charset" id="ref-for-at-ruledef-charset">@charset</a>), or else the <span class="css" id="ref-for-at-ruledef-import⑥">@import</span> rule is invalid. The syntax of <span class="css" id="ref-for-at-ruledef-import⑦">@import</span> is:</p> <pre class="prod">@import [ <a class="production" data-link-type="type" href="https://www.w3.org/TR/css-values-3/#url-value" id="ref-for-url-value"><url></a> <a data-link-type="grammar" href="https://www.w3.org/TR/css-values-3/#comb-one" id="ref-for-comb-one">|</a> <a class="production" data-link-type="type" href="https://www.w3.org/TR/css-values-3/#string-value" id="ref-for-string-value"><string></a> ] <a class="production" data-link-type="type" href="https://www.w3.org/TR/mediaqueries-4/#typedef-media-query-list" id="ref-for-typedef-media-query-list"><media-query-list></a><a data-link-type="grammar" href="https://www.w3.org/TR/css-values-3/#mult-opt" id="ref-for-mult-opt">?</a> ;</pre> <p>Where the <a class="production css" data-link-type="type" href="https://www.w3.org/TR/css-values-3/#url-value" id="ref-for-url-value①"><url></a> or <a class="production css" data-link-type="type" href="https://www.w3.org/TR/css-values-3/#string-value" id="ref-for-string-value①"><string></a> gives the URL of the style sheet to be imported, and the optional <a class="production css" data-link-type="type" href="https://www.w3.org/TR/mediaqueries-4/#typedef-media-query-list" id="ref-for-typedef-media-query-list①"><media-query-list></a> (the <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="import-conditions">import conditions</dfn>) states the conditions under which it applies.</p> <p>If a <a class="production css" data-link-type="type" href="https://www.w3.org/TR/css-values-3/#string-value" id="ref-for-string-value②"><string></a> is provided, it must be interpreted as a <a class="production css" data-link-type="type" href="https://www.w3.org/TR/css-values-3/#url-value" id="ref-for-url-value②"><url></a> with the same value.</p> <div class="example" id="example-da2e49cb"> <a class="self-link" href="#example-da2e49cb"></a> The following lines are equivalent in meaning and illustrate both <a class="css" data-link-type="maybe" href="#at-ruledef-import" id="ref-for-at-ruledef-import⑧">@import</a> syntaxes (one with <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-values-3/#funcdef-url" id="ref-for-funcdef-url">url()</a> and one with a bare string): <pre class="lang-css highlight"><c- n>@import</c-> <c- s>"mystyle.css"</c-><c- p>;</c-> <c- n>@import</c-> <c- nf>url</c-><c- p>(</c-><c- s>"mystyle.css"</c-><c- p>);</c-> </pre> </div> <h3 class="heading settled" data-level="2.1" id="conditional-import"><span class="secno">2.1. </span><span class="content"> Conditional <a class="css" data-link-type="maybe" href="#at-ruledef-import" id="ref-for-at-ruledef-import⑨">@import</a> Rules</span><a class="self-link" href="#conditional-import"></a></h3> <p>The <a data-link-type="dfn" href="#import-conditions" id="ref-for-import-conditions">import conditions</a> allow the import to be media-dependent. In the absence of any <span id="ref-for-import-conditions①">import conditions</span>, the import is unconditional. (Specifying <span class="css">all</span> for the <a class="production css" data-link-type="type" href="https://www.w3.org/TR/mediaqueries-4/#typedef-media-query-list" id="ref-for-typedef-media-query-list②"><media-query-list></a> has the same effect.) If the <span id="ref-for-import-conditions②">import conditions</span> do not match, the rules in the imported stylesheet do not apply, exactly as if the imported stylesheet were wrapped in an <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-conditional-3/#at-ruledef-media" id="ref-for-at-ruledef-media">@media</a> block with the given media query.</p> <div class="example" id="example-5fa651f3"> <a class="self-link" href="#example-5fa651f3"></a> The following rules illustrate how <a class="css" data-link-type="maybe" href="#at-ruledef-import" id="ref-for-at-ruledef-import①⓪">@import</a> rules can be made media-dependent: <pre class="lang-css highlight"><c- n>@import</c-> <c- nf>url</c-><c- p>(</c-><c- s>"fineprint.css"</c-><c- p>)</c-> print<c- p>;</c-> <c- n>@import</c-> <c- nf>url</c-><c- p>(</c-><c- s>"bluish.css"</c-><c- p>)</c-> projection<c- p>,</c-> tv<c- p>;</c-> <c- n>@import</c-> <c- nf>url</c-><c- p>(</c-><c- s>"narrow.css"</c-><c- p>)</c-> handheld and <c- p>(</c->max-width: <c- m>400</c-><c- k>px</c-><c- p>);</c-> </pre> </div> <p>User agents may therefore avoid fetching a media-dependent import as long as the media query does not match.</p> <p>The evaluation and full syntax of the <a data-link-type="dfn" href="#import-conditions" id="ref-for-import-conditions③">import conditions</a> is defined by the <a href="https://www.w3.org/TR/css3-mediaqueries/">Media Queries</a> specification <a data-link-type="biblio" href="#biblio-mediaq">[MEDIAQ]</a>.</p> <h3 class="heading settled" data-level="2.2" id="import-processing"><span class="secno">2.2. </span><span class="content"> Processing Stylesheet Imports</span><a class="self-link" href="#import-processing"></a></h3> <p>When the same style sheet is imported or linked to a document in multiple places, user agents must process (or act as though they do) each link as though the link were to an independent style sheet.</p> <p class="note" role="note"><span>Note:</span> This does not place any requirements on resource fetching, only how the style sheet is reflected in the CSSOM and used in specs such as this one. Assuming appropriate caching, it is perfectly appropriate for a UA to fetch a style sheet only once, even though it’s linked or imported multiple times.</p> <p>The <a data-link-type="dfn" href="#origin" id="ref-for-origin">origin</a> of an imported style sheet is the <span id="ref-for-origin①">origin</span> of the style sheet that imported it.</p> <p>The <a data-link-type="dfn" href="https://www.w3.org/TR/css-syntax-3/#environment-encoding" id="ref-for-environment-encoding">environment encoding</a> of an imported style sheet is the encoding of the style sheet that imported it. <a data-link-type="biblio" href="#biblio-css-syntax-3">[css-syntax-3]</a></p> <h3 class="heading settled" data-level="2.3" id="content-type"><span class="secno">2.3. </span><span class="content"> Content-Type of CSS Style Sheets</span><a class="self-link" href="#content-type"></a></h3> <p>The processing of imported style sheets depends on the actual type of the linked resource. If the resource does not have <a href="https://html.spec.whatwg.org/multipage/urls-and-fetching.html#content-type">Content-Type metadata</a>, or the host document is in <a href="https://html.spec.whatwg.org/multipage/infrastructure.html#quirks-mode">quirks mode</a> and has the <a href="https://html.spec.whatwg.org/multipage/origin.html#same-origin">same origin</a> as the imported style sheet, the type of the linked resource is <code>text/css</code>. Otherwise, the type is determined from its <a href="https://html.spec.whatwg.org/multipage/urls-and-fetching.html#content-type">Content-Type metadata</a>.</p> <p>If the linked resource’s type is <code>text/css</code>, it must be interpreted as a CSS style sheet. Otherwise, it must be interpreted as a network error.</p> <h2 class="heading settled" data-level="3" id="shorthand"><span class="secno">3. </span><span class="content"> Shorthand Properties</span><a class="self-link" href="#shorthand"></a></h2> <p>Some properties are <dfn class="dfn-paneled" data-dfn-type="dfn" data-export data-lt="shorthand property | shorthand" id="shorthand-property">shorthand properties</dfn>, meaning that they allow authors to specify the values of several properties with a single property. A <a data-link-type="dfn" href="#shorthand-property" id="ref-for-shorthand-property">shorthand property</a> sets all of its <dfn class="dfn-paneled" data-dfn-type="dfn" data-export data-lt="longhand | longhand property | sub-property" id="longhand">longhand sub-properties</dfn>, exactly as if expanded in place.</p> <p>When values are omitted from a <a data-link-type="dfn" href="#shorthand-property" id="ref-for-shorthand-property①">shorthand</a> form, unless otherwise defined, each “missing” <a data-link-type="dfn" href="#longhand" id="ref-for-longhand">sub-property</a> is assigned its <a data-link-type="dfn" href="#initial-value" id="ref-for-initial-value①">initial value</a>.</p> <div class="note" role="note"> This means that a <a data-link-type="dfn" href="#shorthand-property" id="ref-for-shorthand-property②">shorthand</a> property declaration always sets <em>all</em> of its <a data-link-type="dfn" href="#longhand" id="ref-for-longhand①">sub-properties</a>, even those that are not explicitly set. Carelessly used, this might result in inadvertently resetting some <span id="ref-for-longhand②">sub-properties</span>. Carefully used, a <span id="ref-for-shorthand-property③">shorthand</span> can guarantee a “blank slate” by resetting <span id="ref-for-longhand③">sub-properties</span> inadvertently cascaded from other sources. <p>For example, writing <a class="css" data-link-type="propdesc" href="https://www.w3.org/TR/css-backgrounds-3/#propdef-background" id="ref-for-propdef-background">background: green</a> rather than <a class="css" data-link-type="propdesc" href="https://www.w3.org/TR/css-backgrounds-3/#propdef-background-color" id="ref-for-propdef-background-color">background-color: green</a> ensures that the background color overrides any earlier declarations that might have set the background to an image with <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-backgrounds-3/#propdef-background-image" id="ref-for-propdef-background-image">background-image</a>.</p> </div> <div class="example" id="example-8762997a"> <a class="self-link" href="#example-8762997a"></a> For example, the CSS Level 1 <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-fonts-3/#propdef-font" id="ref-for-propdef-font">font</a> property is a <a data-link-type="dfn" href="#shorthand-property" id="ref-for-shorthand-property④">shorthand</a> property for setting <a class="css" data-link-type="property" href="https://www.w3.org/TR/css-fonts-3/#propdef-font-style" id="ref-for-propdef-font-style">font-style</a>, <a class="css" data-link-type="property" href="https://www.w3.org/TR/css-fonts-3/#propdef-font-variant" id="ref-for-propdef-font-variant">font-variant</a>, <a class="css" data-link-type="property" href="https://www.w3.org/TR/css-fonts-3/#propdef-font-weight" id="ref-for-propdef-font-weight">font-weight</a>, <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-fonts-3/#propdef-font-size" id="ref-for-propdef-font-size">font-size</a>, <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS2/visudet.html#propdef-line-height" id="ref-for-propdef-line-height">line-height</a>, and <a class="css" data-link-type="property" href="https://www.w3.org/TR/css-fonts-3/#propdef-font-family" id="ref-for-propdef-font-family">font-family</a> all at once. The multiple declarations of this example: <pre class="lang-css highlight">h1 <c- p>{</c-> <c- k>font-weight</c-><c- p>:</c-> bold<c- p>;</c-> <c- k>font-size</c-><c- p>:</c-> <c- m>12</c-><c- k>pt</c-><c- p>;</c-> <c- k>line-height</c-><c- p>:</c-> <c- m>14</c-><c- k>pt</c-><c- p>;</c-> <c- k>font-family</c-><c- p>:</c-> Helvetica<c- p>;</c-> <c- k>font-variant</c-><c- p>:</c-> normal<c- p>;</c-> <c- k>font-style</c-><c- p>:</c-> normal<c- p>;</c-> <c- p>}</c-> </pre> <p>can therefore be rewritten as</p> <pre class="lang-css highlight">h1 <c- p>{</c-> <c- k>font</c-><c- p>:</c-> bold <c- m>12</c-><c- k>pt</c->/<c- m>14</c-><c- k>pt</c-> Helvetica <c- p>}</c-></pre> <p>As more <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-fonts-3/#propdef-font" id="ref-for-propdef-font①">font</a> <a data-link-type="dfn" href="#longhand" id="ref-for-longhand④">sub-properties</a> are introduced into CSS, the shorthand declaration resets those to their initial values as well.</p> </div> <p>In some cases, a <a data-link-type="dfn" href="#shorthand-property" id="ref-for-shorthand-property⑤">shorthand</a> might have different syntax or special keywords that don’t directly correspond to values of its <a data-link-type="dfn" href="#longhand" id="ref-for-longhand⑤">sub-properties</a>. (In such cases, the <span id="ref-for-shorthand-property⑥">shorthand</span> will explicitly define the expansion of its values.)</p> <p>In other cases, a property might be a <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="reset-only-sub-property">reset-only sub-property</dfn> of the shorthand: Like other <a data-link-type="dfn" href="#longhand" id="ref-for-longhand⑥">sub-properties</a>, it is reset to its initial value by the shorthand when unspecified, but the shorthand might not include syntax to set the <span id="ref-for-longhand⑦">sub-property</span> to any of its other values. <span class="ex">For example, the <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-backgrounds-3/#propdef-border" id="ref-for-propdef-border">border</a> shorthand resets <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-backgrounds-3/#propdef-border-image" id="ref-for-propdef-border-image">border-image</a> to its initial value of <span class="css">none</span>, but has no syntax to set it to anything else. <a data-link-type="biblio" href="#biblio-css-backgrounds-3">[css-backgrounds-3]</a></span></p> <p>If a <a data-link-type="dfn" href="#shorthand-property" id="ref-for-shorthand-property⑦">shorthand</a> is specified as one of the <a href="https://www.w3.org/TR/css3-values/#common-keywords">CSS-wide keywords</a> <a data-link-type="biblio" href="#biblio-css-values-3">[css-values-3]</a>, it sets all of its <a data-link-type="dfn" href="#longhand" id="ref-for-longhand⑧">sub-properties</a> to that keyword, including any that are <a data-link-type="dfn" href="#reset-only-sub-property" id="ref-for-reset-only-sub-property">reset-only sub-properties</a>. (Note that these keywords cannot be combined with other values in a single declaration, not even in a shorthand.)</p> <p>Declaring a <a data-link-type="dfn" href="#shorthand-property" id="ref-for-shorthand-property⑧">shorthand</a> property to be <span class="css">!important</span> is equivalent to declaring all of its <a data-link-type="dfn" href="#longhand" id="ref-for-longhand⑨">sub-properties</a> to be <span class="css">!important</span>.</p> <h3 class="heading settled caniuse-paneled" data-level="3.1" id="all-shorthand"><span class="secno">3.1. </span><span class="content"> Resetting All Properties: the <a class="property" data-link-type="propdesc" href="#propdef-all" id="ref-for-propdef-all">all</a> property</span><a class="self-link" href="#all-shorthand"></a></h3> <table class="def propdef" data-link-for-hint="all"> <tbody> <tr> <th>Name: <td><dfn class="dfn-paneled css" data-dfn-type="property" data-export id="propdef-all">all</dfn> <tr class="value"> <th><a href="https://www.w3.org/TR/css-values/#value-defs">Value:</a> <td class="prod">initial <a data-link-type="grammar" href="https://www.w3.org/TR/css-values-3/#comb-one" id="ref-for-comb-one①">|</a> inherit <span id="ref-for-comb-one②">|</span> unset <tr> <th><a href="https://www.w3.org/TR/css-cascade/#initial-values">Initial:</a> <td>see individual properties <tr> <th>Applies to: <td>see individual properties <tr> <th><a href="https://www.w3.org/TR/css-cascade/#inherited-property">Inherited:</a> <td>see individual properties <tr> <th><a href="https://www.w3.org/TR/css-values/#percentages">Percentages:</a> <td>see individual properties <tr> <th><a href="https://www.w3.org/TR/css-cascade/#computed">Computed value:</a> <td>see individual properties <tr> <th><a href="https://www.w3.org/TR/web-animations/#animation-type">Animation type:</a> <td>see individual properties <tr> <th>Canonical order: <td>per grammar </table> <p>The <a class="property" data-link-type="propdesc" href="#propdef-all" id="ref-for-propdef-all①">all</a> property is a <a data-link-type="dfn" href="#shorthand-property" id="ref-for-shorthand-property⑨">shorthand</a> that resets <em>all</em> CSS properties except <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-writing-modes-3/#propdef-direction" id="ref-for-propdef-direction">direction</a> and <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-writing-modes-3/#propdef-unicode-bidi" id="ref-for-propdef-unicode-bidi">unicode-bidi</a>. It only accepts the <a href="https://www.w3.org/TR/css3-values/#common-keywords">CSS-wide keywords</a>. It does not reset <a data-link-type="dfn" href="https://www.w3.org/TR/css-variables-1/#custom-property" id="ref-for-custom-property">custom properties</a> <a data-link-type="biblio" href="#biblio-css-variables-1">[css-variables-1]</a>.</p> <p class="note" role="note"><span>Note:</span> The excepted CSS properties <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-writing-modes-3/#propdef-direction" id="ref-for-propdef-direction①">direction</a> and <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-writing-modes-3/#propdef-unicode-bidi" id="ref-for-propdef-unicode-bidi①">unicode-bidi</a> are actually markup-level features, and <a href="https://www.w3.org/TR/css-writing-modes-3/#text-direction">should not be set in the author’s style sheet</a>. (They exist as CSS properties only to style document languages not supported by the UA.) Authors should use the appropriate markup, such as HTML’s <code>dir</code> attribute, instead. <a data-link-type="biblio" href="#biblio-css-writing-modes-3">[css-writing-modes-3]</a></p> <div class="example" id="example-09a6efc7"> <a class="self-link" href="#example-09a6efc7"></a> For example, if an author specifies <a class="css" data-link-type="propdesc" href="#propdef-all" id="ref-for-propdef-all②">all: initial</a> on an element it will block all inheritance and reset all properties, as if no rules appeared in the author, user, or user-agent levels of the cascade. <p>This can be useful for the root element of a "widget" included in a page, which does not wish to inherit the styles of the outer page. Note, however, that any "default" style applied to that element (such as, e.g. <a class="css" data-link-type="propdesc" href="https://www.w3.org/TR/CSS2/visuren.html#propdef-display" id="ref-for-propdef-display">display: block</a> from the UA style sheet on block elements such as <code><div></code>) will also be blown away.</p> </div> <h2 class="heading settled" data-level="4" id="value-stages"><span class="secno">4. </span><span class="content"> Value Processing</span><a class="self-link" href="#value-stages"></a></h2> <p>Once a user agent has parsed a document and constructed a document tree, it must assign, to every element in the tree, and correspondingly to every box in the formatting structure, a value to every property that applies to the target media type.</p> <p>The final value of a CSS property for a given element or box is the result of a multi-step calculation:</p> <ol> <li> First, all the <a data-link-type="dfn" href="#declared-value" id="ref-for-declared-value">declared values</a> applied to an element are collected, for each property on each element. There may be zero or many <span id="ref-for-declared-value①">declared values</span> applied to the element. <li> Cascading yields the <a data-link-type="dfn" href="#cascaded-value" id="ref-for-cascaded-value">cascaded value</a>. There is at most one <span id="ref-for-cascaded-value①">cascaded value</span> per property per element. <li> Defaulting yields the <a data-link-type="dfn" href="#specified-value" id="ref-for-specified-value①">specified value</a>. Every element has exactly one <span id="ref-for-specified-value②">specified value</span> per property. <li> Resolving value dependencies yields the <a data-link-type="dfn" href="#computed-value" id="ref-for-computed-value">computed value</a>. Every element has exactly one <span id="ref-for-computed-value①">computed value</span> per property. <li> Formatting the document yields the <a data-link-type="dfn" href="#used-value" id="ref-for-used-value">used value</a>. An element only has a <span id="ref-for-used-value①">used value</span> for a given property if that property applies to the element. <li> Finally, the used value is transformed to the <a data-link-type="dfn" href="#actual-value" id="ref-for-actual-value">actual value</a> based on constraints of the display environment. As with the <a data-link-type="dfn" href="#used-value" id="ref-for-used-value②">used value</a>, there may or may not be an <span id="ref-for-actual-value①">actual value</span> for a given property on an element. </ol> <h3 class="heading settled" data-level="4.1" id="declared"><span class="secno">4.1. </span><span class="content"> Declared Values</span><a class="self-link" href="#declared"></a></h3> <p>Each property declaration <a href="#filtering">applied to an element</a> contributes a <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="declared-value">declared value</dfn> for that property associated with the element. See <a href="#filtering">Filtering Declarations</a> for details.</p> <p>These values are then processed by the <a data-link-type="dfn" href="#cascade" id="ref-for-cascade①">cascade</a> to choose a single “winning value”.</p> <h3 class="heading settled" data-level="4.2" id="cascaded"><span class="secno">4.2. </span><span class="content"> Cascaded Values</span><a class="self-link" href="#cascaded"></a></h3> <p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="cascaded-value">cascaded value</dfn> represents the result of <a href="#cascade" id="ref-for-cascade①①">the cascade</a>: it is the <a data-link-type="dfn" href="#declared-value" id="ref-for-declared-value②">declared value</a> that wins the cascade (is sorted first in the <a data-link-type="dfn" href="#output-of-the-cascade" id="ref-for-output-of-the-cascade">output of the cascade</a>). If the <span id="ref-for-output-of-the-cascade①">output of the cascade</span> is an empty list, there is no <a data-link-type="dfn" href="#cascaded-value" id="ref-for-cascaded-value②">cascaded value</a>.</p> <h3 class="heading settled" data-level="4.3" id="specified"><span class="secno">4.3. </span><span class="content"> Specified Values</span><a class="self-link" href="#specified"></a></h3> <p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="specified-value">specified value</dfn> is the value of a given property that the style sheet authors intended for that element. It is the result of putting the <a data-link-type="dfn" href="#cascaded-value" id="ref-for-cascaded-value③">cascaded value</a> through the <a href="#defaulting">defaulting</a> processes, guaranteeing that a <a data-link-type="dfn" href="#specified-value" id="ref-for-specified-value③">specified value</a> exists for every property on every element.</p> <p>In many cases, the <a data-link-type="dfn" href="#specified-value" id="ref-for-specified-value④">specified value</a> is the <a data-link-type="dfn" href="#cascaded-value" id="ref-for-cascaded-value④">cascaded value</a>. However, if there is no <span id="ref-for-cascaded-value⑤">cascaded value</span> at all, the <span id="ref-for-specified-value⑤">specified value</span> is <a href="#defaulting">defaulted</a>. The <a data-link-type="dfn" href="https://www.w3.org/TR/css-values-3/#css-wide-keywords" id="ref-for-css-wide-keywords">CSS-wide keywords</a> are handled specially when they are the <span id="ref-for-cascaded-value⑥">cascaded value</span> of a property, setting the <span id="ref-for-specified-value⑥">specified value</span> as required by that keyword, see <a href="#defaulting-keywords">§ 7.3 Explicit Defaulting</a>.</p> <h3 class="heading settled" data-level="4.4" id="computed"><span class="secno">4.4. </span><span class="content"> Computed Values</span><a class="self-link" href="#computed"></a></h3> <p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="computed-value">computed value</dfn> is the result of resolving the <a data-link-type="dfn" href="#specified-value" id="ref-for-specified-value⑦">specified value</a> as defined in the “Computed Value” line of the property definition table, generally absolutizing it in preparation for <a data-link-type="dfn" href="#inheritance" id="ref-for-inheritance①">inheritance</a>.</p> <p class="note" role="note"><span>Note:</span> The <a data-link-type="dfn" href="#computed-value" id="ref-for-computed-value②">computed value</a> is the value that is transferred from parent to child during <a data-link-type="dfn" href="#inheritance" id="ref-for-inheritance②">inheritance</a>. For historical reasons, it is not necessarily the value returned by the <code class="idl"><a data-link-type="idl" href="https://www.w3.org/TR/cssom-1/#dom-window-getcomputedstyle" id="ref-for-dom-window-getcomputedstyle">getComputedStyle()</a></code> function, which sometimes returns <a data-link-type="dfn" href="#used-value" id="ref-for-used-value③">used values</a>. <a data-link-type="biblio" href="#biblio-cssom">[CSSOM]</a> Furthermore, the <span id="ref-for-computed-value③">computed value</span> is an abstract data representation: their definitions reflect that data representation, not how that data is serialized. For example, serialization rules often allow omitting certain values which are implied during parsing; but those values are nonetheless part of the <span id="ref-for-computed-value④">computed value</span>.</p> <div class="example" id="example-29410c97"> <a class="self-link" href="#example-29410c97"></a> A <a data-link-type="dfn" href="#specified-value" id="ref-for-specified-value⑧">specified value</a> can be either absolute (i.e., not relative to another value, as in <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css2/#valdef-color-red" id="ref-for-valdef-color-red">red</a> or <span class="css">2mm</span>) or relative (i.e., relative to another value, as in <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-align-3/#valdef-justify-self-auto" id="ref-for-valdef-justify-self-auto">auto</a>, <span class="css">2em</span>). Computing a relative value generally absolutizes it: <ul> <li> values with relative units (<a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-values-3/#em" id="ref-for-em">em</a>, <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-values-3/#ex" id="ref-for-ex">ex</a>, <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-values-3/#vh" id="ref-for-vh">vh</a>, <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-values-3/#vw" id="ref-for-vw">vw</a>) must be made absolute by multiplying with the appropriate reference size <li> certain keywords (e.g., <span class="css">smaller</span>, <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css2/#valdef-font-weight-bolder" id="ref-for-valdef-font-weight-bolder">bolder</a>) must be replaced according to their definitions <li> percentages on some properties must be multiplied by a reference value (defined by the property) <li> valid relative URLs must be resolved to become absolute. </ul> <p>See examples (f), (g) and (h) in the <a href="#stages-examples">table below</a>.</p> </div> <p class="note" role="note"><span>Note:</span> In general, the <a data-link-type="dfn" href="#computed-value" id="ref-for-computed-value⑤">computed value</a> resolves the <a data-link-type="dfn" href="#specified-value" id="ref-for-specified-value⑨">specified value</a> as far as possible without laying out the document or performing other expensive or hard-to-parallelize operations, such as resolving network requests or retrieving values other than from the element and its parent.</p> <p>The <a data-link-type="dfn" href="#computed-value" id="ref-for-computed-value⑥">computed value</a> exists even when the property does not apply. However, some properties may change how they determine the <span id="ref-for-computed-value⑦">computed value</span> based on whether the property <a data-link-type="dfn" href="#applies-to" id="ref-for-applies-to">applies to</a> the element.</p> <h3 class="heading settled" data-level="4.5" id="used"><span class="secno">4.5. </span><span class="content"> Used Values</span><a class="self-link" href="#used"></a></h3> <p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="used-value">used value</dfn> is the result of taking the <a data-link-type="dfn" href="#computed-value" id="ref-for-computed-value⑧">computed value</a> and completing any remaining calculations to make it the absolute theoretical value used in the formatting of the document.</p> <p class="example" id="example-aaa6b50b"><a class="self-link" href="#example-aaa6b50b"></a> For example, a declaration of <a class="css" data-link-type="propdesc" href="https://www.w3.org/TR/css-sizing-3/#propdef-width" id="ref-for-propdef-width">width: auto</a> can’t be resolved into a length without knowing the layout of the element’s ancestors, so the <a data-link-type="dfn" href="#computed-value" id="ref-for-computed-value⑨">computed value</a> is <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-align-3/#valdef-justify-self-auto" id="ref-for-valdef-justify-self-auto①">auto</a>, while the <a data-link-type="dfn" href="#used-value" id="ref-for-used-value④">used value</a> is an absolute length, such as <span class="css">100px</span>. <a data-link-type="biblio" href="#biblio-css2">[CSS2]</a> </p> <p class="example" id="example-aac2d669"><a class="self-link" href="#example-aac2d669"></a> As another example, a <code><div></code> might have a computed <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-break-3/#propdef-break-before" id="ref-for-propdef-break-before">break-before</a> value of <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-align-3/#valdef-justify-self-auto" id="ref-for-valdef-justify-self-auto②">auto</a>, but acquire a used <span class="property" id="ref-for-propdef-break-before①">break-before</span> value of <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-break-4/#valdef-break-before-page" id="ref-for-valdef-break-before-page">page</a> by propagation from its first child. <a data-link-type="biblio" href="#biblio-css-break-3">[css-break-3]</a> </p> <p>If a property does not <dfn class="dfn-paneled" data-dfn-type="dfn" data-lt="apply to | applies to" data-noexport id="applies-to">apply to</dfn> this element or box type—<wbr>as noted in its “Applies to” line—<wbr>then it has no direct formatting effect on that type of box or element, and therefore has no <a data-link-type="dfn" href="#used-value" id="ref-for-used-value⑤">used value</a> for that property.</p> <p class="example" id="example-19a1092f"><a class="self-link" href="#example-19a1092f"></a> For example, the <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-flexbox-1/#propdef-flex" id="ref-for-propdef-flex">flex</a> property has no <a data-link-type="dfn" href="#used-value" id="ref-for-used-value⑥">used value</a> on elements that aren’t <a data-link-type="dfn" href="https://www.w3.org/TR/css-flexbox-1/#flex-item" id="ref-for-flex-item">flex items</a>. </p> <div class="note" role="note"> Note: Some properties that do not apply to certain elements or boxes may still have <em>indirect</em> formatting effects: their computed value may be taken into account in the computation of other properties or units that do have an effect on the element or box; inherited properties are also often set on elements that they don’t apply to in order to get them to inherit into descendants to which they do apply, including cases where these descendants are anonymous boxes. <div class="example" id="example-3e645373"><a class="self-link" href="#example-3e645373"></a> Even though <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-writing-modes-4/#propdef-writing-mode" id="ref-for-propdef-writing-mode">writing-mode</a> and <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-writing-modes-4/#propdef-text-orientation" id="ref-for-propdef-text-orientation">text-orientation</a> do not apply to table rows, setting them on such boxes will still affect the calculation of font relative units such as <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-values-3/#ch" id="ref-for-ch">ch</a>, and thus possibly any property that takes a <a class="production css" data-link-type="type" href="https://www.w3.org/TR/css-values-3/#length-value" id="ref-for-length-value" title="Expands to: advance measure | ch | cm | em | ex | in | mm | pc | pixel unit | pt | px | q | rem | vh | vmax | vmin | vw"><length></a>. </div> <div class="example" id="example-d1faefa0"><a class="self-link" href="#example-d1faefa0"></a> Setting <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-text-3/#propdef-text-transform" id="ref-for-propdef-text-transform">text-transform</a> on an HTML <code><a data-link-type="element" href="https://html.spec.whatwg.org/multipage/grouping-content.html#the-p-element" id="ref-for-the-p-element">p</a></code> element (which is <a class="css" data-link-type="propdesc" href="https://www.w3.org/TR/CSS2/visuren.html#propdef-display" id="ref-for-propdef-display①">display: block</a> by default) will have an effect, even though <span class="property" id="ref-for-propdef-text-transform①">text-transform</span> only applies to <a data-link-type="dfn" href="https://www.w3.org/TR/css-display-3/#inline-box" id="ref-for-inline-box">inline boxes</a>, because the property inherits into the paragraph’s anonymous <a data-link-type="dfn" href="https://www.w3.org/TR/css-inline-3/#root-inline-box" id="ref-for-root-inline-box">root inline box</a>. </div> </div> <p class="note" role="note"><span>Note:</span> A property defined to apply to “all elements” applies to all elements and <a data-link-type="dfn" href="https://www.w3.org/TR/css-display-3/#display-type" id="ref-for-display-type">display types</a>, but not necessarily to all <a data-link-type="dfn" href="https://www.w3.org/TR/selectors-4/#pseudo-element" id="ref-for-pseudo-element">pseudo-element</a> types, since pseudo-elements often have their own specific rendering models or other restrictions. The <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-pseudo-4/#selectordef-before" id="ref-for-selectordef-before">::before</a> and <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-pseudo-4/#selectordef-after" id="ref-for-selectordef-after">::after</a> pseudo-elements, however, are defined to generate boxes almost exactly like normal elements and are therefore defined accept all properties that apply to “all elements”. See <a data-link-type="biblio" href="#biblio-css-pseudo-4">[CSS-PSEUDO-4]</a> for more information about <span id="ref-for-pseudo-element①">pseudo-elements</span>.</p> <h3 class="heading settled" data-level="4.6" id="actual"><span class="secno">4.6. </span><span class="content"> Actual Values</span><a class="self-link" href="#actual"></a></h3> <p>A <a data-link-type="dfn" href="#used-value" id="ref-for-used-value⑦">used value</a> is in principle ready to be used, but a user agent may not be able to make use of the value in a given environment. <span class="ex">For example, a user agent may only be able to render borders with integer pixel widths and may therefore have to approximate the <a data-link-type="dfn" href="#used-value" id="ref-for-used-value⑧">used</a> width. Also, the font size of an element may need adjustment based on the availability of fonts or the value of the <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-fonts-3/#propdef-font-size-adjust" id="ref-for-propdef-font-size-adjust">font-size-adjust</a> property.</span> The <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="actual-value">actual value</dfn> is the used value after any such adjustments have been made.</p> <p class="note" role="note"><span>Note:</span> By probing the actual values of elements, much can be learned about how the document is laid out. However, not all information is recorded in the actual values. For example, the actual value of the <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS2/page.html#propdef-page-break-after" id="ref-for-propdef-page-break-after">page-break-after</a> property does not reflect whether there is a page break or not after the element. Similarly, the actual value of <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-break-3/#propdef-orphans" id="ref-for-propdef-orphans">orphans</a> does not reflect how many orphan lines there is in a certain element. See examples (j) and (k) in the <a href="#stages-examples">table below</a>.</p> <h3 class="heading settled" data-level="4.7" id="stages-examples"><span class="secno">4.7. </span><span class="content"> Examples</span><a class="self-link" href="#stages-examples"></a></h3> <table class="data non-normative"> <caption>Examples of CSS Value Computation</caption> <thead> <tr> <th> <th>Property <th>Winning declaration <th>Cascaded value <th>Specified value <th>Computed value <th>Used value <th>Actual value <tbody> <tr> <td>(a) <th><a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-text-3/#propdef-text-align" id="ref-for-propdef-text-align">text-align</a> <td><code class="declaration">text-align: left</code> <td><span class="css">left</span> <td><span class="css">left</span> <td><span class="css">left</span> <td><span class="css">left</span> <td><span class="css">left</span> <tr> <td>(b) <th><a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-backgrounds-3/#propdef-border-top-width" id="ref-for-propdef-border-top-width">border-top-width</a>, <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-backgrounds-3/#propdef-border-right-width" id="ref-for-propdef-border-right-width">border-right-width</a>, <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-backgrounds-3/#propdef-border-bottom-width" id="ref-for-propdef-border-bottom-width">border-bottom-width</a>, <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-backgrounds-3/#propdef-border-left-width" id="ref-for-propdef-border-left-width">border-left-width</a> <td><code class="declaration">border-width: inherit</code> <td><span class="css">inherit</span> <td class="say"><span class="css">4.2px</span> <td><span class="css">4.2px</span> <td><span class="css">4.2px</span> <td><span class="css">4px</span> <tr> <td>(c) <th><a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-sizing-3/#propdef-width" id="ref-for-propdef-width①">width</a> <td><small>(none)</small> <td><small>(none)</small> <td><span class="css">auto</span> <small>(initial value)</small> <td><span class="css">auto</span> <td><span class="css">120px</span> <td><span class="css">120px</span> <tr> <td>(d) <th><a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-lists-3/#propdef-list-style-position" id="ref-for-propdef-list-style-position">list-style-position</a> <td><code class="declaration">list-style-position: inherit</code> <td><span class="css">inherit</span> <td class="say"><span class="css">inside</span> <td><span class="css">inside</span> <td><span class="css">inside</span> <td><span class="css">inside</span> <tr> <td>(e) <th><a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-lists-3/#propdef-list-style-position" id="ref-for-propdef-list-style-position①">list-style-position</a> <td><code class="declaration">list-style-position: initial</code> <td><span class="css">initial</span> <td><span class="css">outside</span> <small>(initial value)</small> <td><span class="css">outside</span> <td><span class="css">outside</span> <td><span class="css">outside</span> <tr> <td>(f) <th><a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-fonts-3/#propdef-font-size" id="ref-for-propdef-font-size①">font-size</a> <td><code class="declaration">font-size: 1.2em</code> <td><span class="css">1.2em</span> <td><span class="css">1.2em</span> <td class="say"><span class="css">14.1px</span> <td><span class="css">14.1px</span> <td><span class="css">14px</span> <tr> <td>(g) <th><a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-sizing-3/#propdef-width" id="ref-for-propdef-width②">width</a> <td><code class="declaration">width: 80%</code> <td><span class="css">80%</span> <td><span class="css">80%</span> <td><span class="css">80%</span> <td class="say"><span class="css">354.2px</span> <td><span class="css">354px</span> <tr> <td>(h) <th><a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-sizing-3/#propdef-width" id="ref-for-propdef-width③">width</a> <td><code class="declaration">width: auto</code> <td><span class="css">auto</span> <td><span class="css">auto</span> <td><span class="css">auto</span> <td class="say"><span class="css">134px</span> <td><span class="css">134px</span> <tr> <td>(i) <th><a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-sizing-3/#propdef-height" id="ref-for-propdef-height">height</a> <td><code class="declaration">height: auto</code> <td><span class="css">auto</span> <td><span class="css">auto</span> <td><span class="css">auto</span> <td class="say"><span class="css">176px</span> <td><span class="css">176px</span> <tr> <td>(j) <th><a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS2/page.html#propdef-page-break-after" id="ref-for-propdef-page-break-after①">page-break-after</a> <td><small>(none)</small> <td><small>(none)</small> <td><span class="css">auto</span> <small>(initial value)</small> <td><span class="css">auto</span> <td><span class="css">auto</span> <td><span class="css">auto</span> <tr> <td>(k) <th><a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-break-3/#propdef-orphans" id="ref-for-propdef-orphans①">orphans</a> <td><code class="declaration">orphans: 3</code> <td><span class="css">3</span> <td><span class="css">3</span> <td><span class="css">3</span> <td><span class="css">3</span> <td><span class="css">3</span> </table> <h2 class="heading settled" data-level="5" id="filtering"><span class="secno">5. </span><span class="content"> Filtering</span><a class="self-link" href="#filtering"></a></h2> <p>In order to find the <a data-link-type="dfn" href="#declared-value" id="ref-for-declared-value③">declared values</a>, implementations must first identify all declarations that apply to each element. A declaration applies to an element if:</p> <ul> <li> It belongs to a style sheet that currently applies to this document. <li> It is not qualified by a conditional rule <a data-link-type="biblio" href="#biblio-css-conditional-3">[CSS-CONDITIONAL-3]</a> with a false condition. <li> It belongs to a style rule whose selector matches the element. <a data-link-type="biblio" href="#biblio-select">[SELECT]</a> <li> It is syntactically valid: the declaration’s property is a known property name, and the declaration’s value matches the syntax for that property. </ul> <p>The values of the declarations that apply form, for each property on each element, a list of <a data-link-type="dfn" href="#declared-value" id="ref-for-declared-value④">declared values</a>. The next section, the <a data-link-type="dfn" href="#cascade" id="ref-for-cascade②">cascade</a>, prioritizes these lists.</p> <h2 class="heading settled" data-level="6" id="cascading"><span class="secno">6. </span><span class="content"> Cascading</span><a class="self-link" href="#cascading"></a></h2> <p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="cascade">cascade</dfn> takes an unordered list of <a data-link-type="dfn" href="#declared-value" id="ref-for-declared-value⑤">declared values</a> for a given property on a given element, sorts them by their declaration’s precedence as determined below, and outputs a single <a data-link-type="dfn" href="#cascaded-value" id="ref-for-cascaded-value⑦">cascaded value</a>.</p> <h3 class="heading settled" data-level="6.1" id="cascade-sort"><span class="secno">6.1. </span><span class="content"> Cascade Sorting Order</span><a class="self-link" href="#cascade-sort"></a></h3> <p>The cascade sorts declarations according to the following criteria, in descending order of priority:</p> <dl> <dt id="cascade-origin"><a class="self-link" href="#cascade-origin"></a>Origin and Importance <dd> The <a data-link-type="dfn" href="#origin" id="ref-for-origin②">origin</a> of a declaration is based on where it comes from and its <a data-link-type="dfn" href="#important" id="ref-for-important">importance</a> is whether or not it is declared with <span class="css">!important</span> (see <a href="#importance">below</a>). The precedence of the various <span id="ref-for-origin③">origins</span> is, in descending order: <ol> <li>Transition declarations <a data-link-type="biblio" href="#biblio-css-transitions-1">[css-transitions-1]</a> <li><a data-link-type="dfn" href="#important" id="ref-for-important①">Important</a> <a data-link-type="dfn" href="#cascade-origin-ua" id="ref-for-cascade-origin-ua">user agent</a> declarations <li><a data-link-type="dfn" href="#important" id="ref-for-important②">Important</a> <a data-link-type="dfn" href="#cascade-origin-user" id="ref-for-cascade-origin-user">user</a> declarations <li><a data-link-type="dfn" href="#important" id="ref-for-important③">Important</a> <a data-link-type="dfn" href="#cascade-origin-author" id="ref-for-cascade-origin-author">author</a> declarations <li>Animation declarations <a data-link-type="biblio" href="#biblio-css-animations-1">[css-animations-1]</a> <li><a data-link-type="dfn" href="#normal" id="ref-for-normal">Normal</a> <a data-link-type="dfn" href="#cascade-origin-author" id="ref-for-cascade-origin-author①">author</a> declarations <li><a data-link-type="dfn" href="#normal" id="ref-for-normal①">Normal</a> <a data-link-type="dfn" href="#cascade-origin-user" id="ref-for-cascade-origin-user①">user</a> declarations <li><a data-link-type="dfn" href="#normal" id="ref-for-normal②">Normal</a> <a data-link-type="dfn" href="#cascade-origin-ua" id="ref-for-cascade-origin-ua①">user agent</a> declarations </ol> <p>Declarations from <a data-link-type="dfn" href="#origin" id="ref-for-origin④">origins</a> earlier in this list win over declarations from later <span id="ref-for-origin⑤">origins</span>.</p> <dt id="cascade-specificity"><a class="self-link" href="#cascade-specificity"></a>Specificity <dd> The <a href="https://www.w3.org/TR/selectors/#specificity">Selectors module</a> <a data-link-type="biblio" href="#biblio-select">[SELECT]</a> describes how to compute the specificity of a selector. Each declaration has the same specificity as the style rule it appears in. For the purpose of this step, declarations that do not belong to a style rule (such as the <a href="https://www.w3.org/TR/css-style-attr/#interpret">contents of a style attribute</a>) are considered to have a specificity higher than any selector. The declaration with the highest specificity wins. <dt id="cascade-order"><a class="self-link" href="#cascade-order"></a>Order of Appearance <dd> The last declaration in document order wins. For this purpose: <ul> <li>Declarations from <a class="css" data-link-type="at-rule" href="#at-ruledef-import" id="ref-for-at-ruledef-import①①">imported style sheets</a> are ordered as if their style sheets were substituted in place of the <span class="css" id="ref-for-at-ruledef-import①②">@import</span> rule. <li>Declarations from style sheets independently linked by the originating document are treated as if they were concatenated in linking order, as determined by the host document language. <li>Declarations from style attributes are ordered according to the document order of the element the style attribute appears on, and are all placed after any style sheets. </ul> </dl> <p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="output-of-the-cascade">output of the cascade</dfn> is a (potentially empty) sorted list of <a data-link-type="dfn" href="#declared-value" id="ref-for-declared-value⑥">declared values</a> for each property on each element.</p> <h3 class="heading settled" data-level="6.2" id="cascading-origins"><span class="secno">6.2. </span><span class="content"> Cascading Origins</span><a class="self-link" href="#cascading-origins"></a></h3> <p>Each style rule has a <dfn class="dfn-paneled" data-dfn-type="dfn" data-export data-local-lt="origin" id="origin">cascade origin</dfn>, which determines where it enters the cascade. CSS defines three core <a data-link-type="dfn" href="#origin" id="ref-for-origin⑥">origins</a>:</p> <dl> <dt><dfn class="dfn-paneled" data-dfn-type="dfn" data-export data-lt="author origin|author style sheet|author-origin" id="cascade-origin-author">Author Origin</dfn> <dd> The author specifies style sheets for a source document according to the conventions of the document language. For instance, in HTML, style sheets may be included in the document or linked externally. <dt><dfn class="dfn-paneled" data-dfn-type="dfn" data-export data-lt="user origin|user style sheet|user-origin" id="cascade-origin-user">User Origin</dfn> <dd> The user may be able to specify style information for a particular document. For example, the user may specify a file that contains a style sheet or the user agent may provide an interface that generates a user style sheet (or behaves as if it did). <dt><dfn class="dfn-paneled" data-dfn-type="dfn" data-export data-lt="user-agent origin|UA origin|user-agent style sheet|UA style sheet|UA-origin" id="cascade-origin-ua">User-Agent Origin</dfn> <dd> Conforming user agents must apply a default style sheet (or behave as if they did). A user agent’s default style sheet should present the elements of the document language in ways that satisfy general presentation expectations for the document language (e.g., for visual browsers, the EM element in HTML is presented using an italic font). See e.g. the <a href="https://html.spec.whatwg.org/multipage/rendering.html#the-css-user-agent-style-sheet-and-presentational-hints">HTML user agent style sheet</a>. <a data-link-type="biblio" href="#biblio-html">[HTML]</a> </dl> <p>Extensions to CSS define the following additional <a data-link-type="dfn" href="#origin" id="ref-for-origin⑦">origins</a>:</p> <dl> <dt><dfn data-dfn-type="dfn" data-export id="cascade-origin-animation">Animation Origin<a class="self-link" href="#cascade-origin-animation"></a></dfn> <dd> CSS Animations <a data-link-type="biblio" href="#biblio-css-animations-1">[css-animations-1]</a> generate “virtual” rules representing their effects when running. <dt><dfn data-dfn-type="dfn" data-export id="cascade-origin-transition">Transition Origin<a class="self-link" href="#cascade-origin-transition"></a></dfn> <dd> Like CSS Animations, CSS Transitions <a data-link-type="biblio" href="#biblio-css-transitions-1">[css-transitions-1]</a> generate “virtual” rules representing their effects when running. </dl> <h3 class="heading settled" data-level="6.3" id="importance"><span class="secno">6.3. </span><span class="content"> Important Declarations: the <span class="css">!important</span> annotation</span><a class="self-link" href="#importance"></a></h3> <p>CSS attempts to create a balance of power between author and user style sheets. By default, rules in an author’s style sheet override those in a user’s style sheet, which override those in the user-agent’s default style sheet. To balance this, a declaration can be marked <a data-link-type="dfn" href="#important" id="ref-for-important④">important</a>, which increases its weight in the cascade and inverts the order of precedence.</p> <p>A declaration is <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="important">important</dfn> if it has a <span class="css">!important</span> annotation as defined by <a data-link-type="biblio" href="#biblio-css-syntax-3">[css-syntax-3]</a>, i.e. if the last two (non-whitespace, non-comment) tokens in its value are the delimiter token <span class="css">!</span> followed by the identifier token <span class="css">important</span>. All other declarations are <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="normal">normal</dfn> (non-<a data-link-type="dfn" href="#important" id="ref-for-important⑤">important</a>).</p> <div class="example" id="example-813b5c64"> <a class="self-link" href="#example-813b5c64"></a> <pre class="lang-css highlight"><c- p>[</c->hidden<c- p>]</c-> <c- p>{</c-> <c- k>display</c-><c- p>:</c-> none !important<c- p>;</c-> <c- p>}</c-></pre> </div> <p>An <a data-link-type="dfn" href="#important" id="ref-for-important⑥">important</a> declaration takes precedence over a <a data-link-type="dfn" href="#normal" id="ref-for-normal③">normal</a> declaration. Author and user style sheets may contain <span id="ref-for-important⑦">important</span> declarations, with <a data-link-type="dfn" href="#cascade-origin-user" id="ref-for-cascade-origin-user②">user-origin</a> <span id="ref-for-important⑧">important</span> declarations overriding <a data-link-type="dfn" href="#cascade-origin-author" id="ref-for-cascade-origin-author②">author-origin</a> <span id="ref-for-important⑨">important</span> declarations. This CSS feature improves accessibility of documents by giving users with special requirements (large fonts, color combinations, etc.) control over presentation.</p> <p><a data-link-type="dfn" href="#important" id="ref-for-important①⓪">Important</a> declarations from all origins take precedence over animations. This allows authors to override animated values in important cases. (Animated values normally override all other rules.) <a data-link-type="biblio" href="#biblio-css-animations-1">[css-animations-1]</a></p> <p><a data-link-type="dfn" href="#cascade-origin-ua" id="ref-for-cascade-origin-ua②">User-agent style sheets</a> may also contain <a data-link-type="dfn" href="#important" id="ref-for-important①①">important</a> declarations. These override all <a data-link-type="dfn" href="#cascade-origin-author" id="ref-for-cascade-origin-author③">author</a> and <a data-link-type="dfn" href="#cascade-origin-user" id="ref-for-cascade-origin-user③">user</a> declarations.</p> <div class="example" id="example-b189d121"> <a class="self-link" href="#example-b189d121"></a> The first rule in the user’s style sheet in the following example contains an <span class="css">!important</span> declaration, which overrides the corresponding declaration in the author’s style sheet. The declaration in the second rule will also win due to being marked <span class="css">!important</span>. However, the third declaration in the user’s style sheet is not <span class="css">!important</span> and will therefore lose to the second rule in the author’s style sheet (which happens to set style on a <a data-link-type="dfn" href="#shorthand-property" id="ref-for-shorthand-property①⓪">shorthand</a> property). Also, the third author rule will lose to the second author rule since the second declaration is <span class="css">!important</span>. This shows that <span class="css">!important</span> declarations have a function also within author style sheets. <pre class="lang-css highlight"><c- c>/* From the user’s style sheet */</c-> p <c- p>{</c-> <c- k>text-indent</c-><c- p>:</c-> <c- m>1</c-><c- k>em</c-> !important <c- p>}</c-> p <c- p>{</c-> <c- k>font-style</c-><c- p>:</c-> italic !important <c- p>}</c-> p <c- p>{</c-> <c- k>font-size</c-><c- p>:</c-> <c- m>18</c-><c- k>pt</c-> <c- p>}</c-> <c- c>/* From the author’s style sheet */</c-> p <c- p>{</c-> <c- k>text-indent</c-><c- p>:</c-> <c- m>1.5</c-><c- k>em</c-> !important <c- p>}</c-> p <c- p>{</c-> <c- k>font</c-><c- p>:</c-> normal <c- m>12</c-><c- k>pt</c-> sans-serif !important <c- p>}</c-> p <c- p>{</c-> <c- k>font-size</c-><c- p>:</c-> <c- m>24</c-><c- k>pt</c-> <c- p>}</c-> </pre> <table class="data"> <thead> <tr> <th>Property <th>Winning value <tbody> <tr> <th><a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-text-3/#propdef-text-indent" id="ref-for-propdef-text-indent">text-indent</a> <td><span class="css">1em</span> <tr> <th><a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-fonts-3/#propdef-font-style" id="ref-for-propdef-font-style①">font-style</a> <td><a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css2/#valdef-font-style-italic" id="ref-for-valdef-font-style-italic">italic</a> <tr> <th><a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-fonts-3/#propdef-font-size" id="ref-for-propdef-font-size②">font-size</a> <td><span class="css">12pt</span> <tr> <th><a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-fonts-3/#propdef-font-family" id="ref-for-propdef-font-family①">font-family</a> <td><a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css2/#valdef-generic-family-sans-serif" id="ref-for-valdef-generic-family-sans-serif">sans-serif</a> </table> </div> <h3 class="heading settled" data-level="6.4" id="preshint"><span class="secno">6.4. </span><span class="content"> Precedence of Non-CSS Presentational Hints</span><a class="self-link" href="#preshint"></a></h3> <p>The UA may choose to honor presentational hints in a source document’s markup, for example the <code>bgcolor</code> attribute or <code><a data-link-type="element" href="https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-s-element" id="ref-for-the-s-element">s</a></code> element in <a data-link-type="biblio" href="#biblio-html">[HTML]</a>. All document language-based styling must be translated to corresponding CSS rules and either enter the cascade as <a data-link-type="dfn" href="#cascade-origin-ua" id="ref-for-cascade-origin-ua③">UA-origin</a> rules or be treated as <a data-link-type="dfn" href="#cascade-origin-author" id="ref-for-cascade-origin-author④">author-origin</a> rules with a specificity of zero placed at the start of the <span id="ref-for-cascade-origin-author⑤">author style sheet</span>. A document language may define whether such a presentational hint enters the <a data-link-type="dfn" href="#cascade" id="ref-for-cascade③">cascade</a> as <span id="ref-for-cascade-origin-ua④">UA-origin</span> or <span id="ref-for-cascade-origin-author⑥">author-origin</span>; if so, the UA must behave accordingly. For example, <a data-link-type="biblio" href="#biblio-svg11">[SVG11]</a> maps its presentation attributes into the author level.</p> <p class="note" role="note"><span>Note:</span> Presentational hints entering the <a data-link-type="dfn" href="#cascade" id="ref-for-cascade④">cascade</a> as <a data-link-type="dfn" href="#cascade-origin-ua" id="ref-for-cascade-origin-ua⑤">UA-origin</a> rules can be overridden by <a data-link-type="dfn" href="#cascade-origin-author" id="ref-for-cascade-origin-author⑦">author-origin</a> or <a data-link-type="dfn" href="#cascade-origin-user" id="ref-for-cascade-origin-user④">user-origin</a> styles. Presentational hints entering the cascade as <span id="ref-for-cascade-origin-author⑧">author-origin</span> rules can be overridden by <span id="ref-for-cascade-origin-author⑨">author-origin</span> styles, but not by non-important <span id="ref-for-cascade-origin-user⑤">user-origin</span> styles. Host languages should choose the appropriate origin for presentational hints with these considerations in mind.</p> <h2 class="heading settled" data-level="7" id="defaulting"><span class="secno">7. </span><span class="content"> Defaulting</span><a class="self-link" href="#defaulting"></a></h2> <p>When the <a data-link-type="dfn" href="#cascade" id="ref-for-cascade⑤">cascade</a> does not result in a value, the <a data-link-type="dfn" href="#specified-value" id="ref-for-specified-value①⓪">specified value</a> must be found some other way. <a data-link-type="dfn" href="#inherited-property" id="ref-for-inherited-property">Inherited properties</a> draw their defaults from their parent element through <a data-link-type="dfn" href="#inheritance" id="ref-for-inheritance③">inheritance</a>; all other properties take their <a data-link-type="dfn" href="#initial-value" id="ref-for-initial-value②">initial value</a>. Authors can explicitly request inheritance or initialization via the <a class="css" data-link-type="maybe" href="#valdef-all-inherit" id="ref-for-valdef-all-inherit">inherit</a> and <a class="css" data-link-type="maybe" href="#valdef-all-initial" id="ref-for-valdef-all-initial">initial</a> keywords.</p> <h3 class="heading settled" data-level="7.1" id="initial-values"><span class="secno">7.1. </span><span class="content"> Initial Values</span><a class="self-link" href="#initial-values"></a></h3> <p>Each property has an <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="initial-value">initial value</dfn>, defined in the property’s definition table. If the property is not an <a data-link-type="dfn" href="#inherited-property" id="ref-for-inherited-property①">inherited property</a>, and the <a data-link-type="dfn" href="#cascade" id="ref-for-cascade⑥">cascade</a> does not result in a value, then the <a data-link-type="dfn" href="#specified-value" id="ref-for-specified-value①①">specified value</a> of the property is its <a data-link-type="dfn" href="#initial-value" id="ref-for-initial-value③">initial value</a>.</p> <h3 class="heading settled" data-level="7.2" id="inheriting"><span class="secno">7.2. </span><span class="content"> Inheritance</span><a class="self-link" href="#inheriting"></a></h3> <p><dfn class="dfn-paneled" data-dfn-type="dfn" data-export data-lt="inheritance|inherit" id="inheritance">Inheritance</dfn> propagates property values from parent elements to their children. The <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="inherited-value">inherited value</dfn> of a property on an element is the <a data-link-type="dfn" href="#computed-value" id="ref-for-computed-value①⓪">computed value</a> of the property on the element’s parent element. For the root element, which has no parent element, the <a data-link-type="dfn" href="#inherited-value" id="ref-for-inherited-value">inherited value</a> is the <a data-link-type="dfn" href="#initial-value" id="ref-for-initial-value④">initial value</a> of the property.</p> <p><a data-link-type="dfn" href="https://www.w3.org/TR/selectors-4/#pseudo-element" id="ref-for-pseudo-element②">Pseudo-elements</a> inherit according to the fictional tag sequence described for each <span id="ref-for-pseudo-element③">pseudo-element</span>. <a data-link-type="biblio" href="#biblio-select">[SELECT]</a></p> <p>Some properties are <dfn class="dfn-paneled" data-dfn-type="dfn" data-export data-lt="inherited property" id="inherited-property">inherited properties</dfn>, as defined in their property definition table. This means that, unless the <a data-link-type="dfn" href="#cascade" id="ref-for-cascade⑦">cascade</a> results in a value, the value will be determined by <a data-link-type="dfn" href="#inheritance" id="ref-for-inheritance④">inheritance</a>.</p> <p>A property can also be explicitly inherited. See the <a class="css" data-link-type="maybe" href="#valdef-all-inherit" id="ref-for-valdef-all-inherit①">inherit</a> keyword.</p> <p class="note" role="note"><span>Note:</span> Inheritance follows the document tree and is not intercepted by <a href="https://www.w3.org/TR/CSS2/visuren.html#box-gen">anonymous boxes</a>, or otherwise affected by manipulations of the box tree.</p> <h3 class="heading settled" data-level="7.3" id="defaulting-keywords"><span class="secno">7.3. </span><span class="content"> Explicit Defaulting</span><a class="self-link" href="#defaulting-keywords"></a></h3> <p>Several CSS-wide property values are defined below; declaring a property to have these values explicitly specifies a particular defaulting behavior. As specified in <a href="https://www.w3.org/TR/css3-values/#common-keywords">CSS Values and Units Level 3</a> <a data-link-type="biblio" href="#biblio-css-values-3">[css-values-3]</a>, all CSS properties can accept these values.</p> <h4 class="heading settled" data-level="7.3.1" id="initial"><span class="secno">7.3.1. </span><span class="content"> Resetting a Property: the <a class="css" data-link-type="maybe" href="#valdef-all-initial" id="ref-for-valdef-all-initial①">initial</a> keyword</span><a class="self-link" href="#initial"></a></h4> <p>If the <a data-link-type="dfn" href="#cascaded-value" id="ref-for-cascaded-value⑧">cascaded value</a> of a property is the <dfn class="caniuse-paneled dfn-paneled css" data-dfn-for="all" data-dfn-type="value" data-export id="valdef-all-initial"><a class="css" data-link-type="maybe" href="#valdef-all-initial" id="ref-for-valdef-all-initial②">initial</a></dfn> keyword, the property’s <a data-link-type="dfn" href="#specified-value" id="ref-for-specified-value①②">specified value</a> is its <a data-link-type="dfn" href="#initial-value" id="ref-for-initial-value⑤">initial value</a>.</p> <h4 class="heading settled" data-level="7.3.2" id="inherit"><span class="secno">7.3.2. </span><span class="content"> Explicit Inheritance: the <a class="css" data-link-type="maybe" href="#valdef-all-inherit" id="ref-for-valdef-all-inherit②">inherit</a> keyword</span><a class="self-link" href="#inherit"></a></h4> <p>If the <a data-link-type="dfn" href="#cascaded-value" id="ref-for-cascaded-value⑨">cascaded value</a> of a property is the <dfn class="dfn-paneled css" data-dfn-for="all" data-dfn-type="value" data-export id="valdef-all-inherit"><a class="css" data-link-type="maybe" href="#valdef-all-inherit" id="ref-for-valdef-all-inherit③">inherit</a></dfn> keyword, the property’s <a data-link-type="dfn" href="#specified-value" id="ref-for-specified-value①③">specified</a> and <a data-link-type="dfn" href="#computed-value" id="ref-for-computed-value①①">computed values</a> are the <a data-link-type="dfn" href="#inherited-value" id="ref-for-inherited-value①">inherited value</a>.</p> <h4 class="heading settled" data-level="7.3.3" id="inherit-initial"><span class="secno">7.3.3. </span><span class="content"> Erasing All Declarations: the <a class="css" data-link-type="maybe" href="#valdef-all-unset" id="ref-for-valdef-all-unset">unset</a> keyword</span><a class="self-link" href="#inherit-initial"></a></h4> <p>If the <a data-link-type="dfn" href="#cascaded-value" id="ref-for-cascaded-value①⓪">cascaded value</a> of a property is the <dfn class="caniuse-paneled dfn-paneled css" data-dfn-for="all" data-dfn-type="value" data-export id="valdef-all-unset"><a class="css" data-link-type="maybe" href="#valdef-all-unset" id="ref-for-valdef-all-unset①">unset</a></dfn> keyword, then if it is an inherited property, this is treated as <a class="css" data-link-type="maybe" href="#valdef-all-inherit" id="ref-for-valdef-all-inherit④">inherit</a>, and if it is not, this is treated as <a class="css" data-link-type="maybe" href="#valdef-all-initial" id="ref-for-valdef-all-initial③">initial</a>. This keyword effectively erases all <a data-link-type="dfn" href="#declared-value" id="ref-for-declared-value⑦">declared values</a> occurring earlier in the <a data-link-type="dfn" href="#cascade" id="ref-for-cascade⑧">cascade</a>, correctly inheriting or not as appropriate for the property (or all longhands of a <a data-link-type="dfn" href="#shorthand-property" id="ref-for-shorthand-property①①">shorthand</a>).</p> <h2 class="heading settled" data-level="8" id="changes"><span class="secno">8. </span><span class="content"> Changes</span><a class="self-link" href="#changes"></a></h2> <h3 class="heading settled" data-level="8.1" id="changes-2020"><span class="secno">8.1. </span><span class="content"> Changes Since the 22 December 2020 Proposed Recommendation</span><a class="self-link" href="#changes-2020"></a></h3> <p>The following changes were made to this specification since the <a href="https://www.w3.org/TR/2020/PR-css-cascade-3-20201222/#changes"> 22 December 2020 Proposed Recommendation</a>:</p> <ul class="non-normative"> <li>Correction of a typo</li> <li>Status and styling changes for W3C Recommendation</li> </ul> <h3 class="heading settled" data-level="8.2" id="changes-2018"><span class="secno">8.2. </span><span class="content"> Changes Since the 28 August 2018 Candidate Recommendation</span><a class="self-link" href="#changes-2018"></a></h3> <p>The following changes were made to this specification since the <a href="https://www.w3.org/TR/2018/CR-css-cascade-3-20180828/">28 August 2018 Candidate Recommendation</a>:</p> <ul class="non-normative"> <li> Clarify that <a class="css" data-link-type="maybe" href="#at-ruledef-import" id="ref-for-at-ruledef-import①③">@import</a> ordering requirements are only in consideration of valid rules. <li> Clarify that <a data-link-type="dfn" href="#computed-value" id="ref-for-computed-value①②">computed values</a> are not serialization strings, but abstract data. </ul> <h3 class="heading settled" data-level="8.3" id="changes-2016"><span class="secno">8.3. </span><span class="content"> Changes Since the 19 May 2016 Candidate Recommendation</span><a class="self-link" href="#changes-2016"></a></h3> <p>The following non-trivial changes were made to this specification since the <a href="https://www.w3.org/TR/2016/CR-css-cascade-3-20160519/">19 May 2016 Candidate Recommendation</a>:</p> <ul class="non-normative"> <li id="change-2016-custom-all"> <a class="self-link" href="#change-2016-custom-all"></a> Clarified that <a data-link-type="dfn" href="https://www.w3.org/TR/css-variables-1/#custom-property" id="ref-for-custom-property①">custom properties</a> are not reset by the <a class="property" data-link-type="propdesc" href="#propdef-all" id="ref-for-propdef-all③">all</a> shorthand. (<a href="https://github.com/w3c/csswg-drafts/issues/2518">2518</a>) <blockquote> <p> The <a class="property" data-link-type="propdesc" href="#propdef-all" id="ref-for-propdef-all④">all</a> property is a <a data-link-type="dfn" href="#shorthand-property" id="ref-for-shorthand-property①②">shorthand</a> that resets <em>all</em> CSS properties except <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-writing-modes-3/#propdef-direction" id="ref-for-propdef-direction②">direction</a> and <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-writing-modes-3/#propdef-unicode-bidi" id="ref-for-propdef-unicode-bidi②">unicode-bidi</a>. … <ins>It does not reset <a data-link-type="dfn" href="https://www.w3.org/TR/css-variables-1/#custom-property" id="ref-for-custom-property②">custom properties</a> <a data-link-type="biblio" href="#biblio-css-variables-1">[css-variables-1]</a>.</ins> </p> </blockquote> <li id="change-2016-import"> <a class="self-link" href="#change-2016-import"></a> Called out two exceptions in which importing a style sheet is different from merely inserting its contents. <blockquote> <p> If an <a class="css" data-link-type="maybe" href="#at-ruledef-import" id="ref-for-at-ruledef-import①④">@import</a> rule refers to a valid stylesheet, user agents must treat the contents of the stylesheet as if they were written in place of the <span class="css" id="ref-for-at-ruledef-import①⑤">@import</span> rule <ins>, with two exceptions:</ins> </p> <ins> <ul> <li>If a feature (such as the <span class="css">@namespace</span> rule) <em>explicitly</em> defines that it only applies to a particular stylesheet, and not any imported ones, then it doesn’t apply to the imported stylesheet. <li>If a feature relies on the relative ordering of two or more constructs in a stylesheet (such as the requirement that <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-syntax-3/#at-ruledef-charset" id="ref-for-at-ruledef-charset①">@charset</a> must not have any other content preceding it), it only applies between constructs in the same stylesheet. </ul> </ins> </blockquote> <li id="change-2016-scope"><a class="self-link" href="#change-2016-scope"></a> Removed any mention of scoped stylesheets, as the feature was removed from HTML. (<a href="https://github.com/w3c/csswg-drafts/issues/637">Issue 637</a>) <li id="change-2016-override"><a class="self-link" href="#change-2016-override"></a> Removed any mention of the obsolete “override” origin, originally defined by <a href="https://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/">DOM Level 2 Style</a> and later abandoned. </ul> <p>A <a href="https://drafts.csswg.org/css-cascade-3/issues-cr-2016">Disposition of Comments</a> is available.</p> <h3 class="heading settled" data-level="8.4" id="changes-2013"><span class="secno">8.4. </span><span class="content"> Changes Since the 3 October 2013 Candidate Recommendation</span><a class="self-link" href="#changes-2013"></a></h3> <p>The following changes were made to this specification since the <a href="https://www.w3.org/TR/2013/CR-css-cascade-3-20131003/">3 October 2013 Candidate Recommendation</a>:</p> <ul class="non-normative"> <li> Defined <a data-link-type="dfn" href="https://www.w3.org/TR/css-syntax-3/#environment-encoding" id="ref-for-environment-encoding①">environment encoding</a> of imported style sheets. <blockquote> <ins> <p>The <a data-link-type="dfn" href="https://www.w3.org/TR/css-syntax-3/#environment-encoding" id="ref-for-environment-encoding②">environment encoding</a> of an imported style sheet is the encoding of the style sheet that imported it. <a data-link-type="biblio" href="#biblio-css-syntax-3">[css-syntax-3]</a></p> </ins> </blockquote> <li> Referenced <a data-link-type="biblio" href="#biblio-css-syntax-3">[css-syntax-3]</a> for syntax of <span class="css">!important</span> rules. <blockquote> <p> A declaration is <a data-link-type="dfn" href="#important" id="ref-for-important①②">important</a> if it has a <span class="css">!important</span> annotation, <ins>as defined by <a data-link-type="biblio" href="#biblio-css-syntax-3">[css-syntax-3]</a></ins> . </p> </blockquote> <li> Explained <a data-link-type="dfn" href="#reset-only-sub-property" id="ref-for-reset-only-sub-property①">reset-only sub-properties</a> and clarified that they also get affected by a CSS-wide keyword value in the shorthand declaration. <blockquote> <p> <ins>In other cases, a property might be a <a data-link-type="dfn" href="#reset-only-sub-property" id="ref-for-reset-only-sub-property②">reset-only sub-property</a> of the shorthand: Like other <a data-link-type="dfn" href="#longhand" id="ref-for-longhand①⓪">sub-properties</a>, it is reset to its initial value by the shorthand when unspecified, but the shorthand might not include syntax to set the <span id="ref-for-longhand①①">sub-property</span> to any of its other values. For example, the <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-backgrounds-3/#propdef-border" id="ref-for-propdef-border①">border</a> shorthand resets <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/css-backgrounds-3/#propdef-border-image" id="ref-for-propdef-border-image①">border-image</a> to its initial value of <span class="css">none</span>, but has no syntax to set it to anything else. <a data-link-type="biblio" href="#biblio-css-backgrounds-3">[css-backgrounds-3]</a></ins> </p> <p> If a <a data-link-type="dfn" href="#shorthand-property" id="ref-for-shorthand-property①③">shorthand</a> is specified as one of the <a href="https://www.w3.org/TR/css3-values/#common-keywords">CSS-wide keywords</a> <a data-link-type="biblio" href="#biblio-css-values-3">[css-values-3]</a>, it sets all of its <a data-link-type="dfn" href="#longhand" id="ref-for-longhand①②">sub-properties</a> to that keyword, <ins>including any that are <a data-link-type="dfn" href="#reset-only-sub-property" id="ref-for-reset-only-sub-property③">reset-only sub-properties</a></ins> . (Note that these keywords cannot be combined with other values in a single declaration, not even in a shorthand.) </p> </blockquote> </ul> <p>A <a href="https://drafts.csswg.org/css-cascade-3/issues-cr-2013">Disposition of Comments</a> is available. </p> <h3 class="heading settled" data-level="8.5" id="changes-2"><span class="secno">8.5. </span><span class="content"> Additions Since Level 2</span><a class="self-link" href="#changes-2"></a></h3> <p>The following features have been added since <a href="https://www.w3.org/TR/CSS2/cascade.html">Level 2</a>:</p> <ul> <li>The <a class="property" data-link-type="propdesc" href="#propdef-all" id="ref-for-propdef-all⑤">all</a> shorthand <li>The <a class="css" data-link-type="maybe" href="#valdef-all-initial" id="ref-for-valdef-all-initial④">initial</a> keyword <li>The <a class="css" data-link-type="maybe" href="#valdef-all-unset" id="ref-for-valdef-all-unset②">unset</a> keyword <li>Incorporation of animations and transitions into the <a data-link-type="dfn" href="#cascade" id="ref-for-cascade⑨">cascade</a>. </ul> <h2 class="no-num heading settled" id="acknowledgments"><span class="content">Acknowledgments</span><a class="self-link" href="#acknowledgments"></a></h2> <p>David Baron, Simon Sapin, and Boris Zbarsky contributed to this specification.</p> <h2 class="no-num heading settled" id="priv-sec"><span class="content"> Privacy and Security Considerations</span><a class="self-link" href="#priv-sec"></a></h2> <ul> <li data-md> <p>The cascade process does not distinguish between same-origin and cross-origin stylesheets, enabling the content of cross-origin stylesheets to be inferred from the computed styles they apply to a document.</p> <li data-md> <p>User preferences and UA defaults expressed via application of style rules are exposed by the cascade process, and can be inferred from the computed styles they apply to a document.</p> <li data-md> <p>The <a class="css" data-link-type="maybe" href="#at-ruledef-import" id="ref-for-at-ruledef-import①⑥">@import</a> rule does not apply the <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#cors-protocol" id="ref-for-cors-protocol">CORS protocol</a> to loading cross-origin stylesheets, instead allowing them to be freely imported and applied.</p> <li data-md> <p>The <a class="css" data-link-type="maybe" href="#at-ruledef-import" id="ref-for-at-ruledef-import①⑦">@import</a> rule assumes that resources without <a href="https://html.spec.whatwg.org/multipage/urls-and-fetching.html#content-type"><code>Content-Type</code> metadata</a> (or any same-origin file if the host document is in quirks mode) are <code>text/css</code>, potentially allowing arbitrary files to be imported into the page and interpreted as CSS, potentially allowing sensitive data to be inferred from the computed styles they apply to a document.</p> </ul> </main> <h2 class="no-ref no-num heading settled" id="w3c-conformance"><span class="content"> Conformance</span><a class="self-link" href="#w3c-conformance"></a></h2> <h3 class="no-ref heading settled" id="w3c-conventions"><span class="content"> Document conventions</span><a class="self-link" href="#w3c-conventions"></a></h3> <p>Conformance requirements are expressed with a combination of descriptive assertions and RFC 2119 terminology. The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in the normative parts of this document are to be interpreted as described in RFC 2119. However, for readability, these words do not appear in all uppercase letters in this specification. </p> <p>All of the text of this specification is normative except sections explicitly marked as non-normative, examples, and notes. <a data-link-type="biblio" href="#biblio-rfc2119">[RFC2119]</a></p> <p>Examples in this specification are introduced with the words “for example” or are set apart from the normative text with <code>class="example"</code>, like this: </p> <div class="example" id="example-ae2b6bc0"> <a class="self-link" href="#example-ae2b6bc0"></a> <p>This is an example of an informative example.</p> </div> <p>Informative notes begin with the word “Note” and are set apart from the normative text with <code>class="note"</code>, like this: </p> <p class="note" role="note">Note, this is an informative note.</p> <p>Advisements are normative sections styled to evoke special attention and are set apart from other normative text with <code><strong class="advisement"></code>, like this: <strong class="advisement"> UAs MUST provide an accessible alternative. </strong> </p> <h3 class="no-ref heading settled" id="w3c-conformance-classes"><span class="content"> Conformance classes</span><a class="self-link" href="#w3c-conformance-classes"></a></h3> <p>Conformance to this specification is defined for three conformance classes: </p> <dl> <dt>style sheet <dd>A <a href="https://www.w3.org/TR/CSS21/conform.html#style-sheet">CSS style sheet</a>. <dt>renderer <dd>A <a href="https://www.w3.org/TR/CSS21/conform.html#user-agent">UA</a> that interprets the semantics of a style sheet and renders documents that use them. <dt>authoring tool <dd>A <a href="https://www.w3.org/TR/CSS21/conform.html#user-agent">UA</a> that writes a style sheet. </dl> <p>A style sheet is conformant to this specification if all of its statements that use syntax defined in this module are valid according to the generic CSS grammar and the individual grammars of each feature defined in this module. </p> <p>A renderer is conformant to this specification if, in addition to interpreting the style sheet as defined by the appropriate specifications, it supports all the features defined by this specification by parsing them correctly and rendering the document accordingly. However, the inability of a UA to correctly render a document due to limitations of the device does not make the UA non-conformant. (For example, a UA is not required to render color on a monochrome monitor.) </p> <p>An authoring tool is conformant to this specification if it writes style sheets that are syntactically correct according to the generic CSS grammar and the individual grammars of each feature in this module, and meet all other conformance requirements of style sheets as described in this module. </p> <h3 class="no-ref heading settled" id="w3c-partial"><span class="content"> Partial implementations</span><a class="self-link" href="#w3c-partial"></a></h3> <p>So that authors can exploit the forward-compatible parsing rules to assign fallback values, CSS renderers <strong>must</strong> treat as invalid (and <a href="https://www.w3.org/TR/CSS21/conform.html#ignore">ignore as appropriate</a>) any at-rules, properties, property values, keywords, and other syntactic constructs for which they have no usable level of support. In particular, user agents <strong>must not</strong> selectively ignore unsupported component values and honor supported values in a single multi-value property declaration: if any value is considered invalid (as unsupported values must be), CSS requires that the entire declaration be ignored.</p> <h4 class="heading settled" id="w3c-conform-future-proofing"><span class="content"> Implementations of Unstable and Proprietary Features</span><a class="self-link" href="#w3c-conform-future-proofing"></a></h4> <p>To avoid clashes with future stable CSS features, the CSSWG recommends <a href="https://www.w3.org/TR/CSS/#future-proofing">following best practices</a> for the implementation of <a href="https://www.w3.org/TR/CSS/#unstable">unstable</a> features and <a href="https://www.w3.org/TR/CSS/#proprietary-extension">proprietary extensions</a> to CSS. </p> <h3 class="no-ref heading settled" id="w3c-testing"><span class="content"> Non-experimental implementations</span><a class="self-link" href="#w3c-testing"></a></h3> <p>Once a specification reaches the Candidate Recommendation stage, non-experimental implementations are possible, and implementors should release an unprefixed implementation of any CR-level feature they can demonstrate to be correctly implemented according to spec. </p> <p>To establish and maintain the interoperability of CSS across implementations, the CSS Working Group requests that non-experimental CSS renderers submit an implementation report (and, if necessary, the testcases used for that implementation report) to the W3C before releasing an unprefixed implementation of any CSS features. Testcases submitted to W3C are subject to review and correction by the CSS Working Group. </p> <p>Further information on submitting testcases and implementation reports can be found from on the CSS Working Group’s website at <a href="https://www.w3.org/Style/CSS/Test/">https://www.w3.org/Style/CSS/Test/</a>. Questions should be directed to the <a href="https://lists.w3.org/Archives/Public/public-css-testsuite">public-css-testsuite@w3.org</a> mailing list.</p> <script src="https://www.w3.org/scripts/TR/2016/fixup.js"></script> <aside class="caniuse-status" data-deco data-dfn-id="all-shorthand"> <input class="caniuse-panel-btn" type="button" value="⋰"> <p class="support"><b>Support:</b><span class="android yes"><span>Android Browser</span><span>4.4.3+</span></span><span class="baidu yes"><span>Baidu Browser</span><span>7.12+</span></span><span class="bb no"><span>Blackberry Browser</span><span>None</span></span><span class="chrome yes"><span>Chrome</span><span>37+</span></span><span class="and_chr yes"><span>Chrome for Android</span><span>87+</span></span><span class="edge yes"><span>Edge</span><span>79+</span></span><span class="firefox yes"><span>Firefox</span><span>27+</span></span><span class="and_ff yes"><span>Firefox for Android</span><span>83+</span></span><span class="ie no"><span>IE</span><span>None</span></span><span class="ie_mob no"><span>IE Mobile</span><span>None</span></span><span class="kaios yes"><span>KaiOS Browser</span><span>2.5+</span></span><span class="opera yes"><span>Opera</span><span>24+</span></span><span class="op_mini no"><span>Opera Mini</span><span>None</span></span><span class="op_mob yes"><span>Opera Mobile</span><span>59+</span></span><span class="and_qq yes"><span>QQ Browser</span><span>10.4+</span></span><span class="safari yes"><span>Safari</span><span>9.1+</span></span><span class="samsung yes"><span>Samsung Internet</span><span>4+</span></span><span class="and_uc yes"><span>UC Browser for Android</span><span>12.12+</span></span><span class="ios_saf yes"><span>iOS Safari</span><span>9.3+</span></span></p> <p class="caniuse">Source: <a href="https://caniuse.com/#feat=css-all">caniuse.com</a> as of 2020-12-20</p> </aside> <aside class="caniuse-status" data-deco data-dfn-id="valdef-all-initial"> <input class="caniuse-panel-btn" type="button" value="⋰"> <p class="support"><b>Support:</b><span class="android yes"><span>Android Browser</span><span>2.3+</span></span><span class="baidu yes"><span>Baidu Browser</span><span>7.12+</span></span><span class="bb yes"><span>Blackberry Browser</span><span>7+</span></span><span class="chrome yes"><span>Chrome</span><span>4+</span></span><span class="and_chr yes"><span>Chrome for Android</span><span>87+</span></span><span class="edge yes"><span>Edge</span><span>12+</span></span><span class="firefox yes"><span>Firefox</span><span>19+</span></span><span class="and_ff yes"><span>Firefox for Android</span><span>83+</span></span><span class="ie no"><span>IE</span><span>None</span></span><span class="ie_mob no"><span>IE Mobile</span><span>None</span></span><span class="kaios yes"><span>KaiOS Browser</span><span>2.5+</span></span><span class="opera yes"><span>Opera</span><span>15+</span></span><span class="op_mini no"><span>Opera Mini</span><span>None</span></span><span class="op_mob yes"><span>Opera Mobile</span><span>59+</span></span><span class="and_qq yes"><span>QQ Browser</span><span>10.4+</span></span><span class="safari yes"><span>Safari</span><span>3.2+</span></span><span class="samsung yes"><span>Samsung Internet</span><span>4+</span></span><span class="and_uc yes"><span>UC Browser for Android</span><span>12.12+</span></span><span class="ios_saf yes"><span>iOS Safari</span><span>4.0+</span></span></p> <p class="caniuse">Source: <a href="https://caniuse.com/#feat=css-initial-value">caniuse.com</a> as of 2020-12-20</p> </aside> <aside class="caniuse-status" data-deco data-dfn-id="valdef-all-unset"> <input class="caniuse-panel-btn" type="button" value="⋰"> <p class="support"><b>Support:</b><span class="android yes"><span>Android Browser</span><span>81+</span></span><span class="baidu yes"><span>Baidu Browser</span><span>7.12+</span></span><span class="bb no"><span>Blackberry Browser</span><span>None</span></span><span class="chrome yes"><span>Chrome</span><span>41+</span></span><span class="and_chr yes"><span>Chrome for Android</span><span>87+</span></span><span class="edge yes"><span>Edge</span><span>13+</span></span><span class="firefox yes"><span>Firefox</span><span>27+</span></span><span class="and_ff yes"><span>Firefox for Android</span><span>83+</span></span><span class="ie no"><span>IE</span><span>None</span></span><span class="ie_mob no"><span>IE Mobile</span><span>None</span></span><span class="kaios yes"><span>KaiOS Browser</span><span>2.5+</span></span><span class="opera yes"><span>Opera</span><span>28+</span></span><span class="op_mini no"><span>Opera Mini</span><span>None</span></span><span class="op_mob no"><span>Opera Mobile</span><span>None</span></span><span class="and_qq yes"><span>QQ Browser</span><span>10.4+</span></span><span class="safari yes"><span>Safari</span><span>9.1+</span></span><span class="samsung yes"><span>Samsung Internet</span><span>4+</span></span><span class="and_uc yes"><span>UC Browser for Android</span><span>12.12+</span></span><span class="ios_saf yes"><span>iOS Safari</span><span>9.3+</span></span></p> <p class="caniuse">Source: <a href="https://caniuse.com/#feat=css-unset-value">caniuse.com</a> as of 2020-12-20</p> </aside> <h2 class="no-num no-ref heading settled" id="index"><span class="content">Index</span><a class="self-link" href="#index"></a></h2> <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="content">Terms defined by this specification</span><a class="self-link" href="#index-defined-here"></a></h3> <ul class="index"> <li><a href="#actual-value">actual value</a><span>, in §4.6</span> <li><a href="#propdef-all">all</a><span>, in §3.1</span> <li><a href="#cascade-origin-animation">Animation Origin</a><span>, in §6.2</span> <li><a href="#applies-to">applies to</a><span>, in §4.5</span> <li><a href="#applies-to">apply to</a><span>, in §4.5</span> <li><a href="#cascade-origin-author">author origin</a><span>, in §6.2</span> <li><a href="#cascade-origin-author">author-origin</a><span>, in §6.2</span> <li><a href="#cascade-origin-author">author style sheet</a><span>, in §6.2</span> <li><a href="#cascade">cascade</a><span>, in §6</span> <li><a href="#cascaded-value">cascaded value</a><span>, in §4.2</span> <li><a href="#origin">cascade origin</a><span>, in §6.2</span> <li><a href="#computed-value">computed value</a><span>, in §4.4</span> <li><a href="#declared-value">declared value</a><span>, in §4.1</span> <li><a href="#at-ruledef-import">@import</a><span>, in §2</span> <li><a href="#important">important</a><span>, in §6.3</span> <li><a href="#import-conditions">import conditions</a><span>, in §2</span> <li> inherit <ul> <li><a href="#inheritance">definition of</a><span>, in §7.2</span> <li><a href="#valdef-all-inherit">value for all</a><span>, in §7.3.2</span> </ul> <li><a href="#inheritance">inheritance</a><span>, in §7.2</span> <li><a href="#inherited-property">inherited property</a><span>, in §7.2</span> <li><a href="#inherited-value">inherited value</a><span>, in §7.2</span> <li><a href="#valdef-all-initial">initial</a><span>, in §7.3.1</span> <li><a href="#initial-value">initial value</a><span>, in §7.1</span> <li><a href="#longhand">longhand</a><span>, in §3</span> <li><a href="#longhand">longhand property</a><span>, in §3</span> <li><a href="#normal">normal</a><span>, in §6.3</span> <li><a href="#origin">origin</a><span>, in §6.2</span> <li><a href="#output-of-the-cascade">output of the cascade</a><span>, in §6.1</span> <li><a href="#reset-only-sub-property">reset-only sub-property</a><span>, in §3</span> <li><a href="#shorthand-property">shorthand</a><span>, in §3</span> <li><a href="#shorthand-property">shorthand property</a><span>, in §3</span> <li><a href="#specified-value">specified value</a><span>, in §4.3</span> <li><a href="#longhand">sub-property</a><span>, in §3</span> <li><a href="#cascade-origin-transition">Transition Origin</a><span>, in §6.2</span> <li><a href="#cascade-origin-ua">UA origin</a><span>, in §6.2</span> <li><a href="#cascade-origin-ua">UA-origin</a><span>, in §6.2</span> <li><a href="#cascade-origin-ua">UA style sheet</a><span>, in §6.2</span> <li><a href="#valdef-all-unset">unset</a><span>, in §7.3.3</span> <li><a href="#used-value">used value</a><span>, in §4.5</span> <li><a href="#cascade-origin-ua">user-agent origin</a><span>, in §6.2</span> <li><a href="#cascade-origin-ua">user-agent style sheet</a><span>, in §6.2</span> <li><a href="#cascade-origin-user">user origin</a><span>, in §6.2</span> <li><a href="#cascade-origin-user">user-origin</a><span>, in §6.2</span> <li><a href="#cascade-origin-user">user style sheet</a><span>, in §6.2</span> </ul> <aside class="dfn-panel" data-for="term-for-valdef-justify-self-auto"> <a href="https://www.w3.org/TR/css-align-3/#valdef-justify-self-auto">https://www.w3.org/TR/css-align-3/#valdef-justify-self-auto</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-valdef-justify-self-auto">4.4. Computed Values</a> <li><a href="#ref-for-valdef-justify-self-auto①">4.5. Used Values</a> <a href="#ref-for-valdef-justify-self-auto②">(2)</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-background"> <a href="https://www.w3.org/TR/css-backgrounds-3/#propdef-background">https://www.w3.org/TR/css-backgrounds-3/#propdef-background</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-background">3. Shorthand Properties</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-background-color"> <a href="https://www.w3.org/TR/css-backgrounds-3/#propdef-background-color">https://www.w3.org/TR/css-backgrounds-3/#propdef-background-color</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-background-color">3. Shorthand Properties</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-background-image"> <a href="https://www.w3.org/TR/css-backgrounds-3/#propdef-background-image">https://www.w3.org/TR/css-backgrounds-3/#propdef-background-image</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-background-image">3. Shorthand Properties</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-border"> <a href="https://www.w3.org/TR/css-backgrounds-3/#propdef-border">https://www.w3.org/TR/css-backgrounds-3/#propdef-border</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-border">3. Shorthand Properties</a> <li><a href="#ref-for-propdef-border①">8.2. Changes Since the 3 October 2013 Candidate Recommendation</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-border-bottom-width"> <a href="https://www.w3.org/TR/css-backgrounds-3/#propdef-border-bottom-width">https://www.w3.org/TR/css-backgrounds-3/#propdef-border-bottom-width</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-border-bottom-width">4.7. Examples</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-border-image"> <a href="https://www.w3.org/TR/css-backgrounds-3/#propdef-border-image">https://www.w3.org/TR/css-backgrounds-3/#propdef-border-image</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-border-image">3. Shorthand Properties</a> <li><a href="#ref-for-propdef-border-image①">8.2. Changes Since the 3 October 2013 Candidate Recommendation</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-border-left-width"> <a href="https://www.w3.org/TR/css-backgrounds-3/#propdef-border-left-width">https://www.w3.org/TR/css-backgrounds-3/#propdef-border-left-width</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-border-left-width">4.7. Examples</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-border-right-width"> <a href="https://www.w3.org/TR/css-backgrounds-3/#propdef-border-right-width">https://www.w3.org/TR/css-backgrounds-3/#propdef-border-right-width</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-border-right-width">4.7. Examples</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-border-top-width"> <a href="https://www.w3.org/TR/css-backgrounds-3/#propdef-border-top-width">https://www.w3.org/TR/css-backgrounds-3/#propdef-border-top-width</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-border-top-width">4.7. Examples</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-break-before"> <a href="https://www.w3.org/TR/css-break-3/#propdef-break-before">https://www.w3.org/TR/css-break-3/#propdef-break-before</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-break-before">4.5. Used Values</a> <a href="#ref-for-propdef-break-before①">(2)</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-orphans"> <a href="https://www.w3.org/TR/css-break-3/#propdef-orphans">https://www.w3.org/TR/css-break-3/#propdef-orphans</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-orphans">4.6. Actual Values</a> <li><a href="#ref-for-propdef-orphans①">4.7. Examples</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-valdef-break-before-page"> <a href="https://www.w3.org/TR/css-break-4/#valdef-break-before-page">https://www.w3.org/TR/css-break-4/#valdef-break-before-page</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-valdef-break-before-page">4.5. Used Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-display-type"> <a href="https://www.w3.org/TR/css-display-3/#display-type">https://www.w3.org/TR/css-display-3/#display-type</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-display-type">4.5. Used Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-inline-box"> <a href="https://www.w3.org/TR/css-display-3/#inline-box">https://www.w3.org/TR/css-display-3/#inline-box</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-inline-box">4.5. Used Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-flex"> <a href="https://www.w3.org/TR/css-flexbox-1/#propdef-flex">https://www.w3.org/TR/css-flexbox-1/#propdef-flex</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-flex">4.5. Used Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-flex-item"> <a href="https://www.w3.org/TR/css-flexbox-1/#flex-item">https://www.w3.org/TR/css-flexbox-1/#flex-item</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-flex-item">4.5. Used Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-font"> <a href="https://www.w3.org/TR/css-fonts-3/#propdef-font">https://www.w3.org/TR/css-fonts-3/#propdef-font</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-font">3. Shorthand Properties</a> <a href="#ref-for-propdef-font①">(2)</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-font-family"> <a href="https://www.w3.org/TR/css-fonts-3/#propdef-font-family">https://www.w3.org/TR/css-fonts-3/#propdef-font-family</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-font-family">3. Shorthand Properties</a> <li><a href="#ref-for-propdef-font-family①">6.3. Important Declarations: the !important annotation</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-font-size"> <a href="https://www.w3.org/TR/css-fonts-3/#propdef-font-size">https://www.w3.org/TR/css-fonts-3/#propdef-font-size</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-font-size">3. Shorthand Properties</a> <li><a href="#ref-for-propdef-font-size①">4.7. Examples</a> <li><a href="#ref-for-propdef-font-size②">6.3. Important Declarations: the !important annotation</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-font-size-adjust"> <a href="https://www.w3.org/TR/css-fonts-3/#propdef-font-size-adjust">https://www.w3.org/TR/css-fonts-3/#propdef-font-size-adjust</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-font-size-adjust">4.6. Actual Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-font-style"> <a href="https://www.w3.org/TR/css-fonts-3/#propdef-font-style">https://www.w3.org/TR/css-fonts-3/#propdef-font-style</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-font-style">3. Shorthand Properties</a> <li><a href="#ref-for-propdef-font-style①">6.3. Important Declarations: the !important annotation</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-font-variant"> <a href="https://www.w3.org/TR/css-fonts-3/#propdef-font-variant">https://www.w3.org/TR/css-fonts-3/#propdef-font-variant</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-font-variant">3. Shorthand Properties</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-font-weight"> <a href="https://www.w3.org/TR/css-fonts-3/#propdef-font-weight">https://www.w3.org/TR/css-fonts-3/#propdef-font-weight</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-font-weight">3. Shorthand Properties</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-root-inline-box"> <a href="https://www.w3.org/TR/css-inline-3/#root-inline-box">https://www.w3.org/TR/css-inline-3/#root-inline-box</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-root-inline-box">4.5. Used Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-list-style-position"> <a href="https://www.w3.org/TR/css-lists-3/#propdef-list-style-position">https://www.w3.org/TR/css-lists-3/#propdef-list-style-position</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-list-style-position">4.7. Examples</a> <a href="#ref-for-propdef-list-style-position①">(2)</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-selectordef-after"> <a href="https://www.w3.org/TR/css-pseudo-4/#selectordef-after">https://www.w3.org/TR/css-pseudo-4/#selectordef-after</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-selectordef-after">4.5. Used Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-selectordef-before"> <a href="https://www.w3.org/TR/css-pseudo-4/#selectordef-before">https://www.w3.org/TR/css-pseudo-4/#selectordef-before</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-selectordef-before">4.5. Used Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-height"> <a href="https://www.w3.org/TR/css-sizing-3/#propdef-height">https://www.w3.org/TR/css-sizing-3/#propdef-height</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-height">4.7. Examples</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-width"> <a href="https://www.w3.org/TR/css-sizing-3/#propdef-width">https://www.w3.org/TR/css-sizing-3/#propdef-width</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-width">4.5. Used Values</a> <li><a href="#ref-for-propdef-width①">4.7. Examples</a> <a href="#ref-for-propdef-width②">(2)</a> <a href="#ref-for-propdef-width③">(3)</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-at-ruledef-charset"> <a href="https://www.w3.org/TR/css-syntax-3/#at-ruledef-charset">https://www.w3.org/TR/css-syntax-3/#at-ruledef-charset</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-at-ruledef-charset">2. Importing Style Sheets: the @import rule</a> <li><a href="#ref-for-at-ruledef-charset①">8.1. Changes Since the 19 May 2016 Candidate Recommendation</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-environment-encoding"> <a href="https://www.w3.org/TR/css-syntax-3/#environment-encoding">https://www.w3.org/TR/css-syntax-3/#environment-encoding</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-environment-encoding">2.2. Processing Stylesheet Imports</a> <li><a href="#ref-for-environment-encoding①">8.2. Changes Since the 3 October 2013 Candidate Recommendation</a> <a href="#ref-for-environment-encoding②">(2)</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-text-align"> <a href="https://www.w3.org/TR/css-text-3/#propdef-text-align">https://www.w3.org/TR/css-text-3/#propdef-text-align</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-text-align">4.7. Examples</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-text-indent"> <a href="https://www.w3.org/TR/css-text-3/#propdef-text-indent">https://www.w3.org/TR/css-text-3/#propdef-text-indent</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-text-indent">6.3. Important Declarations: the !important annotation</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-text-transform"> <a href="https://www.w3.org/TR/css-text-3/#propdef-text-transform">https://www.w3.org/TR/css-text-3/#propdef-text-transform</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-text-transform">4.5. Used Values</a> <a href="#ref-for-propdef-text-transform①">(2)</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-length-value"> <a href="https://www.w3.org/TR/css-values-3/#length-value">https://www.w3.org/TR/css-values-3/#length-value</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-length-value">4.5. Used Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-string-value"> <a href="https://www.w3.org/TR/css-values-3/#string-value">https://www.w3.org/TR/css-values-3/#string-value</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-string-value">2. Importing Style Sheets: the @import rule</a> <a href="#ref-for-string-value①">(2)</a> <a href="#ref-for-string-value②">(3)</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-url-value"> <a href="https://www.w3.org/TR/css-values-3/#url-value">https://www.w3.org/TR/css-values-3/#url-value</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-url-value">2. Importing Style Sheets: the @import rule</a> <a href="#ref-for-url-value①">(2)</a> <a href="#ref-for-url-value②">(3)</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-mult-opt"> <a href="https://www.w3.org/TR/css-values-3/#mult-opt">https://www.w3.org/TR/css-values-3/#mult-opt</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-mult-opt">2. Importing Style Sheets: the @import rule</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-ch"> <a href="https://www.w3.org/TR/css-values-3/#ch">https://www.w3.org/TR/css-values-3/#ch</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-ch">4.5. Used Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-css-wide-keywords"> <a href="https://www.w3.org/TR/css-values-3/#css-wide-keywords">https://www.w3.org/TR/css-values-3/#css-wide-keywords</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-css-wide-keywords">4.3. Specified Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-em"> <a href="https://www.w3.org/TR/css-values-3/#em">https://www.w3.org/TR/css-values-3/#em</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-em">4.4. Computed Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-ex"> <a href="https://www.w3.org/TR/css-values-3/#ex">https://www.w3.org/TR/css-values-3/#ex</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-ex">4.4. Computed Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-funcdef-url"> <a href="https://www.w3.org/TR/css-values-3/#funcdef-url">https://www.w3.org/TR/css-values-3/#funcdef-url</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-funcdef-url">2. Importing Style Sheets: the @import rule</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-vh"> <a href="https://www.w3.org/TR/css-values-3/#vh">https://www.w3.org/TR/css-values-3/#vh</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-vh">4.4. Computed Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-vw"> <a href="https://www.w3.org/TR/css-values-3/#vw">https://www.w3.org/TR/css-values-3/#vw</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-vw">4.4. Computed Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-comb-one"> <a href="https://www.w3.org/TR/css-values-3/#comb-one">https://www.w3.org/TR/css-values-3/#comb-one</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-comb-one">2. Importing Style Sheets: the @import rule</a> <li><a href="#ref-for-comb-one①">3.1. Resetting All Properties: the all property</a> <a href="#ref-for-comb-one②">(2)</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-custom-property"> <a href="https://www.w3.org/TR/css-variables-1/#custom-property">https://www.w3.org/TR/css-variables-1/#custom-property</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-custom-property">3.1. Resetting All Properties: the all property</a> <li><a href="#ref-for-custom-property①">8.1. Changes Since the 19 May 2016 Candidate Recommendation</a> <a href="#ref-for-custom-property②">(2)</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-direction"> <a href="https://www.w3.org/TR/css-writing-modes-3/#propdef-direction">https://www.w3.org/TR/css-writing-modes-3/#propdef-direction</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-direction">3.1. Resetting All Properties: the all property</a> <a href="#ref-for-propdef-direction①">(2)</a> <li><a href="#ref-for-propdef-direction②">8.1. Changes Since the 19 May 2016 Candidate Recommendation</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-unicode-bidi"> <a href="https://www.w3.org/TR/css-writing-modes-3/#propdef-unicode-bidi">https://www.w3.org/TR/css-writing-modes-3/#propdef-unicode-bidi</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-unicode-bidi">3.1. Resetting All Properties: the all property</a> <a href="#ref-for-propdef-unicode-bidi①">(2)</a> <li><a href="#ref-for-propdef-unicode-bidi②">8.1. Changes Since the 19 May 2016 Candidate Recommendation</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-text-orientation"> <a href="https://www.w3.org/TR/css-writing-modes-4/#propdef-text-orientation">https://www.w3.org/TR/css-writing-modes-4/#propdef-text-orientation</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-text-orientation">4.5. Used Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-writing-mode"> <a href="https://www.w3.org/TR/css-writing-modes-4/#propdef-writing-mode">https://www.w3.org/TR/css-writing-modes-4/#propdef-writing-mode</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-writing-mode">4.5. Used Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-valdef-font-weight-bolder"> <a href="https://drafts.csswg.org/css2/#valdef-font-weight-bolder">https://drafts.csswg.org/css2/#valdef-font-weight-bolder</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-valdef-font-weight-bolder">4.4. Computed Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-display"> <a href="https://www.w3.org/TR/CSS2/visuren.html#propdef-display">https://www.w3.org/TR/CSS2/visuren.html#propdef-display</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-display">3.1. Resetting All Properties: the all property</a> <li><a href="#ref-for-propdef-display①">4.5. Used Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-valdef-font-style-italic"> <a href="https://drafts.csswg.org/css2/#valdef-font-style-italic">https://drafts.csswg.org/css2/#valdef-font-style-italic</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-valdef-font-style-italic">6.3. Important Declarations: the !important annotation</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-line-height"> <a href="https://www.w3.org/TR/CSS2/visudet.html#propdef-line-height">https://www.w3.org/TR/CSS2/visudet.html#propdef-line-height</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-line-height">3. Shorthand Properties</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-propdef-page-break-after"> <a href="https://www.w3.org/TR/CSS2/page.html#propdef-page-break-after">https://www.w3.org/TR/CSS2/page.html#propdef-page-break-after</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-page-break-after">4.6. Actual Values</a> <li><a href="#ref-for-propdef-page-break-after①">4.7. Examples</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-valdef-color-red"> <a href="https://drafts.csswg.org/css2/#valdef-color-red">https://drafts.csswg.org/css2/#valdef-color-red</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-valdef-color-red">4.4. Computed Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-valdef-generic-family-sans-serif"> <a href="https://drafts.csswg.org/css2/#valdef-generic-family-sans-serif">https://drafts.csswg.org/css2/#valdef-generic-family-sans-serif</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-valdef-generic-family-sans-serif">6.3. Important Declarations: the !important annotation</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-at-ruledef-media"> <a href="https://www.w3.org/TR/css-conditional-3/#at-ruledef-media">https://www.w3.org/TR/css-conditional-3/#at-ruledef-media</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-at-ruledef-media">2.1. Conditional @import Rules</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-dom-window-getcomputedstyle"> <a href="https://www.w3.org/TR/cssom-1/#dom-window-getcomputedstyle">https://www.w3.org/TR/cssom-1/#dom-window-getcomputedstyle</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-dom-window-getcomputedstyle">4.4. Computed Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-cors-protocol"> <a href="https://fetch.spec.whatwg.org/#cors-protocol">https://fetch.spec.whatwg.org/#cors-protocol</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-cors-protocol"> Privacy and Security Considerations</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-the-p-element"> <a href="https://html.spec.whatwg.org/multipage/grouping-content.html#the-p-element">https://html.spec.whatwg.org/multipage/grouping-content.html#the-p-element</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-the-p-element">4.5. Used Values</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-the-s-element"> <a href="https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-s-element">https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-s-element</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-the-s-element">6.4. Precedence of Non-CSS Presentational Hints</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-typedef-media-query-list"> <a href="https://www.w3.org/TR/mediaqueries-4/#typedef-media-query-list">https://www.w3.org/TR/mediaqueries-4/#typedef-media-query-list</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-typedef-media-query-list">2. Importing Style Sheets: the @import rule</a> <a href="#ref-for-typedef-media-query-list①">(2)</a> <li><a href="#ref-for-typedef-media-query-list②">2.1. Conditional @import Rules</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-typedef-media-query"> <a href="https://www.w3.org/TR/mediaqueries-4/#typedef-media-query">https://www.w3.org/TR/mediaqueries-4/#typedef-media-query</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-typedef-media-query">1.1. Module Interactions</a> </ul> </aside> <aside class="dfn-panel" data-for="term-for-pseudo-element"> <a href="https://www.w3.org/TR/selectors-4/#pseudo-element">https://www.w3.org/TR/selectors-4/#pseudo-element</a><b>Referenced in:</b> <ul> <li><a href="#ref-for-pseudo-element">4.5. Used Values</a> <a href="#ref-for-pseudo-element①">(2)</a> <li><a href="#ref-for-pseudo-element②">7.2. Inheritance</a> <a href="#ref-for-pseudo-element③">(2)</a> </ul> </aside> <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span class="content">Terms defined by reference</span><a class="self-link" href="#index-defined-elsewhere"></a></h3> <ul class="index"> <li> <a data-link-type="biblio">[css-align-3]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-valdef-justify-self-auto">auto</span> </ul> <li> <a data-link-type="biblio">[css-backgrounds-3]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-propdef-background">background</span> <li><span class="dfn-paneled" id="term-for-propdef-background-color">background-color</span> <li><span class="dfn-paneled" id="term-for-propdef-background-image">background-image</span> <li><span class="dfn-paneled" id="term-for-propdef-border">border</span> <li><span class="dfn-paneled" id="term-for-propdef-border-bottom-width">border-bottom-width</span> <li><span class="dfn-paneled" id="term-for-propdef-border-image">border-image</span> <li><span class="dfn-paneled" id="term-for-propdef-border-left-width">border-left-width</span> <li><span class="dfn-paneled" id="term-for-propdef-border-right-width">border-right-width</span> <li><span class="dfn-paneled" id="term-for-propdef-border-top-width">border-top-width</span> </ul> <li> <a data-link-type="biblio">[css-break-3]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-propdef-break-before">break-before</span> <li><span class="dfn-paneled" id="term-for-propdef-orphans">orphans</span> </ul> <li> <a data-link-type="biblio">[css-break-4]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-valdef-break-before-page">page</span> </ul> <li> <a data-link-type="biblio">[css-display-3]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-display-type">display type</span> <li><span class="dfn-paneled" id="term-for-inline-box">inline box</span> </ul> <li> <a data-link-type="biblio">[css-flexbox-1]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-propdef-flex">flex</span> <li><span class="dfn-paneled" id="term-for-flex-item">flex item</span> </ul> <li> <a data-link-type="biblio">[css-fonts-3]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-propdef-font">font</span> <li><span class="dfn-paneled" id="term-for-propdef-font-family">font-family</span> <li><span class="dfn-paneled" id="term-for-propdef-font-size">font-size</span> <li><span class="dfn-paneled" id="term-for-propdef-font-size-adjust">font-size-adjust</span> <li><span class="dfn-paneled" id="term-for-propdef-font-style">font-style</span> <li><span class="dfn-paneled" id="term-for-propdef-font-variant">font-variant</span> <li><span class="dfn-paneled" id="term-for-propdef-font-weight">font-weight</span> </ul> <li> <a data-link-type="biblio">[css-inline-3]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-root-inline-box">root inline box</span> </ul> <li> <a data-link-type="biblio">[css-lists-3]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-propdef-list-style-position">list-style-position</span> </ul> <li> <a data-link-type="biblio">[CSS-PSEUDO-4]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-selectordef-after">::after</span> <li><span class="dfn-paneled" id="term-for-selectordef-before">::before</span> </ul> <li> <a data-link-type="biblio">[css-sizing-3]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-propdef-height">height</span> <li><span class="dfn-paneled" id="term-for-propdef-width">width</span> </ul> <li> <a data-link-type="biblio">[css-syntax-3]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-at-ruledef-charset">@charset</span> <li><span class="dfn-paneled" id="term-for-environment-encoding">environment encoding</span> </ul> <li> <a data-link-type="biblio">[css-text-3]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-propdef-text-align">text-align</span> <li><span class="dfn-paneled" id="term-for-propdef-text-indent">text-indent</span> <li><span class="dfn-paneled" id="term-for-propdef-text-transform">text-transform</span> </ul> <li> <a data-link-type="biblio">[css-values-3]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-length-value"><length></span> <li><span class="dfn-paneled" id="term-for-string-value"><string></span> <li><span class="dfn-paneled" id="term-for-url-value"><url></span> <li><span class="dfn-paneled" id="term-for-mult-opt">?</span> <li><span class="dfn-paneled" id="term-for-ch">ch</span> <li><span class="dfn-paneled" id="term-for-css-wide-keywords">css-wide keywords</span> <li><span class="dfn-paneled" id="term-for-em">em</span> <li><span class="dfn-paneled" id="term-for-ex">ex</span> <li><span class="dfn-paneled" id="term-for-funcdef-url">url()</span> <li><span class="dfn-paneled" id="term-for-vh">vh</span> <li><span class="dfn-paneled" id="term-for-vw">vw</span> <li><span class="dfn-paneled" id="term-for-comb-one">|</span> </ul> <li> <a data-link-type="biblio">[css-variables-1]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-custom-property">custom property</span> </ul> <li> <a data-link-type="biblio">[css-writing-modes-3]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-propdef-direction">direction</span> <li><span class="dfn-paneled" id="term-for-propdef-unicode-bidi">unicode-bidi</span> </ul> <li> <a data-link-type="biblio">[css-writing-modes-4]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-propdef-text-orientation">text-orientation</span> <li><span class="dfn-paneled" id="term-for-propdef-writing-mode">writing-mode</span> </ul> <li> <a data-link-type="biblio">[CSS2]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-valdef-font-weight-bolder">bolder</span> <li><span class="dfn-paneled" id="term-for-propdef-display">display</span> <li><span class="dfn-paneled" id="term-for-valdef-font-style-italic">italic</span> <li><span class="dfn-paneled" id="term-for-propdef-line-height">line-height</span> <li><span class="dfn-paneled" id="term-for-propdef-page-break-after">page-break-after</span> <li><span class="dfn-paneled" id="term-for-valdef-color-red">red</span> <li><span class="dfn-paneled" id="term-for-valdef-generic-family-sans-serif">sans-serif</span> </ul> <li> <a data-link-type="biblio">[css-conditional-3]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-at-ruledef-media">@media</span> </ul> <li> <a data-link-type="biblio">[CSSOM]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-dom-window-getcomputedstyle">getComputedStyle(elt)</span> </ul> <li> <a data-link-type="biblio">[FETCH]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-cors-protocol">cors protocol</span> </ul> <li> <a data-link-type="biblio">[HTML]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-the-p-element">p</span> <li><span class="dfn-paneled" id="term-for-the-s-element">s</span> </ul> <li> <a data-link-type="biblio">[MEDIAQ]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-typedef-media-query-list"><media-query-list></span> <li><span class="dfn-paneled" id="term-for-typedef-media-query"><media-query></span> </ul> <li> <a data-link-type="biblio">[selectors-4]</a> defines the following terms: <ul> <li><span class="dfn-paneled" id="term-for-pseudo-element">pseudo-element</span> </ul> </ul> <h2 class="no-num no-ref heading settled" id="references"><span class="content">References</span><a class="self-link" href="#references"></a></h2> <h3 class="no-num no-ref heading settled" id="normative"><span class="content">Normative References</span><a class="self-link" href="#normative"></a></h3> <dl> <dt id="biblio-css-animations-1">[CSS-ANIMATIONS-1] <dd>Dean Jackson; et al. <a href="https://www.w3.org/TR/css-animations-1/">CSS Animations Level 1</a>. 11 October 2018. WD. URL: <a href="https://www.w3.org/TR/css-animations-1/">https://www.w3.org/TR/css-animations-1/</a> <dt id="biblio-css-syntax-3">[CSS-SYNTAX-3] <dd>Tab Atkins Jr.; Simon Sapin. <a href="https://www.w3.org/TR/css-syntax-3/">CSS Syntax Module Level 3</a>. 16 July 2019. CR. URL: <a href="https://www.w3.org/TR/css-syntax-3/">https://www.w3.org/TR/css-syntax-3/</a> <dt id="biblio-css-transitions-1">[CSS-TRANSITIONS-1] <dd>David Baron; et al. <a href="https://www.w3.org/TR/css-transitions-1/">CSS Transitions</a>. 11 October 2018. WD. URL: <a href="https://www.w3.org/TR/css-transitions-1/">https://www.w3.org/TR/css-transitions-1/</a> <dt id="biblio-css-values-3">[CSS-VALUES-3] <dd>Tab Atkins Jr.; Elika Etemad. <a href="https://www.w3.org/TR/css-values-3/">CSS Values and Units Module Level 3</a>. 6 June 2019. CR. URL: <a href="https://www.w3.org/TR/css-values-3/">https://www.w3.org/TR/css-values-3/</a> <dt id="biblio-css-variables-1">[CSS-VARIABLES-1] <dd>Tab Atkins Jr.. <a href="https://www.w3.org/TR/css-variables-1/">CSS Custom Properties for Cascading Variables Module Level 1</a>. 3 December 2015. CR. URL: <a href="https://www.w3.org/TR/css-variables-1/">https://www.w3.org/TR/css-variables-1/</a> <dt id="biblio-css-writing-modes-3">[CSS-WRITING-MODES-3] <dd>Elika Etemad; Koji Ishii. <a href="https://www.w3.org/TR/css-writing-modes-3/">CSS Writing Modes Level 3</a>. 10 December 2019. REC. URL: <a href="https://www.w3.org/TR/css-writing-modes-3/">https://www.w3.org/TR/css-writing-modes-3/</a> <dt id="biblio-css2">[CSS2] <dd>Bert Bos; et al. <a href="https://www.w3.org/TR/CSS21/">Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification</a>. 7 June 2011. REC. URL: <a href="https://www.w3.org/TR/CSS21/">https://www.w3.org/TR/CSS21/</a> <dt id="biblio-css-conditional-3">[css-conditional-3] <dd>David Baron; Elika Etemad; Chris Lilley. <a href="https://www.w3.org/TR/css-conditional-3/">CSS Conditional Rules Module Level 3</a>. 8 December 2020. CR. URL: <a href="https://www.w3.org/TR/css-conditional-3/">https://www.w3.org/TR/css-conditional-3/</a> <dt id="biblio-fetch">[FETCH] <dd>Anne van Kesteren. <a href="https://fetch.spec.whatwg.org/">Fetch Standard</a>. Living Standard. URL: <a href="https://fetch.spec.whatwg.org/">https://fetch.spec.whatwg.org/</a> <dt id="biblio-html">[HTML] <dd>Anne van Kesteren; et al. <a href="https://html.spec.whatwg.org/multipage/">HTML Standard</a>. Living Standard. URL: <a href="https://html.spec.whatwg.org/multipage/">https://html.spec.whatwg.org/multipage/</a> <dt id="biblio-mediaq">[MEDIAQ] <dd>Florian Rivoal; Tab Atkins Jr.. <a href="https://www.w3.org/TR/mediaqueries-4/">Media Queries Level 4</a>. 21 July 2020. CR. URL: <a href="https://www.w3.org/TR/mediaqueries-4/">https://www.w3.org/TR/mediaqueries-4/</a> <dt id="biblio-rfc2119">[RFC2119] <dd>S. Bradner. <a href="https://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a>. March 1997. Best Current Practice. URL: <a href="https://tools.ietf.org/html/rfc2119">https://tools.ietf.org/html/rfc2119</a> <dt id="biblio-select">[SELECT] <dd>Tantek Çelik; et al. <a href="https://www.w3.org/TR/selectors-3/">Selectors Level 3</a>. 6 November 2018. REC. URL: <a href="https://www.w3.org/TR/selectors-3/">https://www.w3.org/TR/selectors-3/</a> <dt id="biblio-selectors-4">[SELECTORS-4] <dd>Elika Etemad; Tab Atkins Jr.. <a href="https://www.w3.org/TR/selectors-4/">Selectors Level 4</a>. 21 November 2018. WD. URL: <a href="https://www.w3.org/TR/selectors-4/">https://www.w3.org/TR/selectors-4/</a> </dl> <h3 class="no-num no-ref heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3> <dl> <dt id="biblio-css-align-3">[CSS-ALIGN-3] <dd>Elika Etemad; Tab Atkins Jr.. <a href="https://www.w3.org/TR/css-align-3/">CSS Box Alignment Module Level 3</a>. 21 April 2020. WD. URL: <a href="https://www.w3.org/TR/css-align-3/">https://www.w3.org/TR/css-align-3/</a> <dt id="biblio-css-backgrounds-3">[CSS-BACKGROUNDS-3] <dd>Bert Bos; Elika Etemad; Brad Kemper. <a href="https://www.w3.org/TR/css-backgrounds-3/">CSS Backgrounds and Borders Module Level 3</a>. 17 October 2017. CR. URL: <a href="https://www.w3.org/TR/css-backgrounds-3/">https://www.w3.org/TR/css-backgrounds-3/</a> <dt id="biblio-css-break-3">[CSS-BREAK-3] <dd>Rossen Atanassov; Elika Etemad. <a href="https://www.w3.org/TR/css-break-3/">CSS Fragmentation Module Level 3</a>. 4 December 2018. CR. URL: <a href="https://www.w3.org/TR/css-break-3/">https://www.w3.org/TR/css-break-3/</a> <dt id="biblio-css-break-4">[CSS-BREAK-4] <dd>Rossen Atanassov; Elika Etemad. <a href="https://www.w3.org/TR/css-break-4/">CSS Fragmentation Module Level 4</a>. 18 December 2018. WD. URL: <a href="https://www.w3.org/TR/css-break-4/">https://www.w3.org/TR/css-break-4/</a> <dt id="biblio-css-display-3">[CSS-DISPLAY-3] <dd>Tab Atkins Jr.; Elika Etemad. <a href="https://www.w3.org/TR/css-display-3/">CSS Display Module Level 3</a>. 18 December 2020. CR. URL: <a href="https://www.w3.org/TR/css-display-3/">https://www.w3.org/TR/css-display-3/</a> <dt id="biblio-css-flexbox-1">[CSS-FLEXBOX-1] <dd>Tab Atkins Jr.; et al. <a href="https://www.w3.org/TR/css-flexbox-1/">CSS Flexible Box Layout Module Level 1</a>. 19 November 2018. CR. URL: <a href="https://www.w3.org/TR/css-flexbox-1/">https://www.w3.org/TR/css-flexbox-1/</a> <dt id="biblio-css-fonts-3">[CSS-FONTS-3] <dd>John Daggett; Myles Maxfield; Chris Lilley. <a href="https://www.w3.org/TR/css-fonts-3/">CSS Fonts Module Level 3</a>. 20 September 2018. REC. URL: <a href="https://www.w3.org/TR/css-fonts-3/">https://www.w3.org/TR/css-fonts-3/</a> <dt id="biblio-css-inline-3">[CSS-INLINE-3] <dd>Dave Cramer; Elika Etemad; Steve Zilles. <a href="https://www.w3.org/TR/css-inline-3/">CSS Inline Layout Module Level 3</a>. 27 August 2020. WD. URL: <a href="https://www.w3.org/TR/css-inline-3/">https://www.w3.org/TR/css-inline-3/</a> <dt id="biblio-css-lists-3">[CSS-LISTS-3] <dd>Elika Etemad; Tab Atkins Jr.. <a href="https://www.w3.org/TR/css-lists-3/">CSS Lists and Counters Module Level 3</a>. 17 November 2020. WD. URL: <a href="https://www.w3.org/TR/css-lists-3/">https://www.w3.org/TR/css-lists-3/</a> <dt id="biblio-css-page-3">[CSS-PAGE-3] <dd>Elika Etemad; Simon Sapin. <a href="https://www.w3.org/TR/css-page-3/">CSS Paged Media Module Level 3</a>. 18 October 2018. WD. URL: <a href="https://www.w3.org/TR/css-page-3/">https://www.w3.org/TR/css-page-3/</a> <dt id="biblio-css-pseudo-4">[CSS-PSEUDO-4] <dd>Daniel Glazman; Elika Etemad; Alan Stearns. <a href="https://www.w3.org/TR/css-pseudo-4/">CSS Pseudo-Elements Module Level 4</a>. 25 February 2019. WD. URL: <a href="https://www.w3.org/TR/css-pseudo-4/">https://www.w3.org/TR/css-pseudo-4/</a> <dt id="biblio-css-sizing-3">[CSS-SIZING-3] <dd>Tab Atkins Jr.; Elika Etemad. <a href="https://www.w3.org/TR/css-sizing-3/">CSS Box Sizing Module Level 3</a>. 18 December 2020. WD. URL: <a href="https://www.w3.org/TR/css-sizing-3/">https://www.w3.org/TR/css-sizing-3/</a> <dt id="biblio-css-text-3">[CSS-TEXT-3] <dd>Elika Etemad; Koji Ishii; Florian Rivoal. <a href="https://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>. 19 November 2020. WD. URL: <a href="https://www.w3.org/TR/css-text-3/">https://www.w3.org/TR/css-text-3/</a> <dt id="biblio-css-writing-modes-4">[CSS-WRITING-MODES-4] <dd>Elika Etemad; Koji Ishii. <a href="https://www.w3.org/TR/css-writing-modes-4/">CSS Writing Modes Level 4</a>. 30 July 2019. CR. URL: <a href="https://www.w3.org/TR/css-writing-modes-4/">https://www.w3.org/TR/css-writing-modes-4/</a> <dt id="biblio-cssom">[CSSOM] <dd>Simon Pieters; Glenn Adams. <a href="https://www.w3.org/TR/cssom-1/">CSS Object Model (CSSOM)</a>. 17 March 2016. WD. URL: <a href="https://www.w3.org/TR/cssom-1/">https://www.w3.org/TR/cssom-1/</a> <dt id="biblio-svg11">[SVG11] <dd>Erik Dahlström; et al. <a href="https://www.w3.org/TR/SVG11/">Scalable Vector Graphics (SVG) 1.1 (Second Edition)</a>. 16 August 2011. REC. URL: <a href="https://www.w3.org/TR/SVG11/">https://www.w3.org/TR/SVG11/</a> </dl> <h2 class="no-num no-ref heading settled" id="property-index"><span class="content">Property Index</span><a class="self-link" href="#property-index"></a></h2> <div class="big-element-wrapper"> <table class="index"> <thead> <tr> <th scope="col">Name <th scope="col">Value <th scope="col">Initial <th scope="col">Applies to <th scope="col">Inh. <th scope="col">%ages <th scope="col">Animation type <th scope="col">Canonical order <th scope="col">Computed value <tbody> <tr> <th scope="row"><a class="css" data-link-type="property" href="#propdef-all" id="ref-for-propdef-all⑥">all</a> <td>initial | inherit | unset <td>see individual properties <td>see individual properties <td>see individual properties <td>see individual properties <td>see individual properties <td>per grammar <td>see individual properties </table> </div> <aside class="dfn-panel" data-for="at-ruledef-import"> <b><a href="#at-ruledef-import">#at-ruledef-import</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-at-ruledef-import">2. Importing Style Sheets: the @import rule</a> <a href="#ref-for-at-ruledef-import①">(2)</a> <a href="#ref-for-at-ruledef-import②">(3)</a> <a href="#ref-for-at-ruledef-import③">(4)</a> <a href="#ref-for-at-ruledef-import④">(5)</a> <a href="#ref-for-at-ruledef-import⑤">(6)</a> <a href="#ref-for-at-ruledef-import⑥">(7)</a> <a href="#ref-for-at-ruledef-import⑦">(8)</a> <a href="#ref-for-at-ruledef-import⑧">(9)</a> <li><a href="#ref-for-at-ruledef-import⑨">2.1. Conditional @import Rules</a> <a href="#ref-for-at-ruledef-import①⓪">(2)</a> <li><a href="#ref-for-at-ruledef-import①①">6.1. Cascade Sorting Order</a> <a href="#ref-for-at-ruledef-import①②">(2)</a> <li><a href="#ref-for-at-ruledef-import①③">8.1. Changes Since the 19 May 2016 Candidate Recommendation</a> <a href="#ref-for-at-ruledef-import①④">(2)</a> <a href="#ref-for-at-ruledef-import①⑤">(3)</a> <li><a href="#ref-for-at-ruledef-import①⑥"> Privacy and Security Considerations</a> <a href="#ref-for-at-ruledef-import①⑦">(2)</a> </ul> </aside> <aside class="dfn-panel" data-for="import-conditions"> <b><a href="#import-conditions">#import-conditions</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-import-conditions">2.1. Conditional @import Rules</a> <a href="#ref-for-import-conditions①">(2)</a> <a href="#ref-for-import-conditions②">(3)</a> <a href="#ref-for-import-conditions③">(4)</a> </ul> </aside> <aside class="dfn-panel" data-for="shorthand-property"> <b><a href="#shorthand-property">#shorthand-property</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-shorthand-property">3. Shorthand Properties</a> <a href="#ref-for-shorthand-property①">(2)</a> <a href="#ref-for-shorthand-property②">(3)</a> <a href="#ref-for-shorthand-property③">(4)</a> <a href="#ref-for-shorthand-property④">(5)</a> <a href="#ref-for-shorthand-property⑤">(6)</a> <a href="#ref-for-shorthand-property⑥">(7)</a> <a href="#ref-for-shorthand-property⑦">(8)</a> <a href="#ref-for-shorthand-property⑧">(9)</a> <li><a href="#ref-for-shorthand-property⑨">3.1. Resetting All Properties: the all property</a> <li><a href="#ref-for-shorthand-property①⓪">6.3. Important Declarations: the !important annotation</a> <li><a href="#ref-for-shorthand-property①①">7.3.3. Erasing All Declarations: the unset keyword</a> <li><a href="#ref-for-shorthand-property①②">8.1. Changes Since the 19 May 2016 Candidate Recommendation</a> <li><a href="#ref-for-shorthand-property①③">8.2. Changes Since the 3 October 2013 Candidate Recommendation</a> </ul> </aside> <aside class="dfn-panel" data-for="longhand"> <b><a href="#longhand">#longhand</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-longhand">3. Shorthand Properties</a> <a href="#ref-for-longhand①">(2)</a> <a href="#ref-for-longhand②">(3)</a> <a href="#ref-for-longhand③">(4)</a> <a href="#ref-for-longhand④">(5)</a> <a href="#ref-for-longhand⑤">(6)</a> <a href="#ref-for-longhand⑥">(7)</a> <a href="#ref-for-longhand⑦">(8)</a> <a href="#ref-for-longhand⑧">(9)</a> <a href="#ref-for-longhand⑨">(10)</a> <li><a href="#ref-for-longhand①⓪">8.2. Changes Since the 3 October 2013 Candidate Recommendation</a> <a href="#ref-for-longhand①①">(2)</a> <a href="#ref-for-longhand①②">(3)</a> </ul> </aside> <aside class="dfn-panel" data-for="reset-only-sub-property"> <b><a href="#reset-only-sub-property">#reset-only-sub-property</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-reset-only-sub-property">3. Shorthand Properties</a> <li><a href="#ref-for-reset-only-sub-property①">8.2. Changes Since the 3 October 2013 Candidate Recommendation</a> <a href="#ref-for-reset-only-sub-property②">(2)</a> <a href="#ref-for-reset-only-sub-property③">(3)</a> </ul> </aside> <aside class="dfn-panel" data-for="propdef-all"> <b><a href="#propdef-all">#propdef-all</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-propdef-all">3.1. Resetting All Properties: the all property</a> <a href="#ref-for-propdef-all①">(2)</a> <a href="#ref-for-propdef-all②">(3)</a> <li><a href="#ref-for-propdef-all③">8.1. Changes Since the 19 May 2016 Candidate Recommendation</a> <a href="#ref-for-propdef-all④">(2)</a> <li><a href="#ref-for-propdef-all⑤">8.3. Additions Since Level 2</a> </ul> </aside> <aside class="dfn-panel" data-for="declared-value"> <b><a href="#declared-value">#declared-value</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-declared-value">4. Value Processing</a> <a href="#ref-for-declared-value①">(2)</a> <li><a href="#ref-for-declared-value②">4.2. Cascaded Values</a> <li><a href="#ref-for-declared-value③">5. Filtering</a> <a href="#ref-for-declared-value④">(2)</a> <li><a href="#ref-for-declared-value⑤">6. Cascading</a> <li><a href="#ref-for-declared-value⑥">6.1. Cascade Sorting Order</a> <li><a href="#ref-for-declared-value⑦">7.3.3. Erasing All Declarations: the unset keyword</a> </ul> </aside> <aside class="dfn-panel" data-for="cascaded-value"> <b><a href="#cascaded-value">#cascaded-value</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-cascaded-value">4. Value Processing</a> <a href="#ref-for-cascaded-value①">(2)</a> <li><a href="#ref-for-cascaded-value②">4.2. Cascaded Values</a> <li><a href="#ref-for-cascaded-value③">4.3. Specified Values</a> <a href="#ref-for-cascaded-value④">(2)</a> <a href="#ref-for-cascaded-value⑤">(3)</a> <a href="#ref-for-cascaded-value⑥">(4)</a> <li><a href="#ref-for-cascaded-value⑦">6. Cascading</a> <li><a href="#ref-for-cascaded-value⑧">7.3.1. Resetting a Property: the initial keyword</a> <li><a href="#ref-for-cascaded-value⑨">7.3.2. Explicit Inheritance: the inherit keyword</a> <li><a href="#ref-for-cascaded-value①⓪">7.3.3. Erasing All Declarations: the unset keyword</a> </ul> </aside> <aside class="dfn-panel" data-for="specified-value"> <b><a href="#specified-value">#specified-value</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-specified-value">1. Introduction</a> <li><a href="#ref-for-specified-value①">4. Value Processing</a> <a href="#ref-for-specified-value②">(2)</a> <li><a href="#ref-for-specified-value③">4.3. Specified Values</a> <a href="#ref-for-specified-value④">(2)</a> <a href="#ref-for-specified-value⑤">(3)</a> <a href="#ref-for-specified-value⑥">(4)</a> <li><a href="#ref-for-specified-value⑦">4.4. Computed Values</a> <a href="#ref-for-specified-value⑧">(2)</a> <a href="#ref-for-specified-value⑨">(3)</a> <li><a href="#ref-for-specified-value①⓪">7. Defaulting</a> <li><a href="#ref-for-specified-value①①">7.1. Initial Values</a> <li><a href="#ref-for-specified-value①②">7.3.1. Resetting a Property: the initial keyword</a> <li><a href="#ref-for-specified-value①③">7.3.2. Explicit Inheritance: the inherit keyword</a> </ul> </aside> <aside class="dfn-panel" data-for="computed-value"> <b><a href="#computed-value">#computed-value</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-computed-value">4. Value Processing</a> <a href="#ref-for-computed-value①">(2)</a> <li><a href="#ref-for-computed-value②">4.4. Computed Values</a> <a href="#ref-for-computed-value③">(2)</a> <a href="#ref-for-computed-value④">(3)</a> <a href="#ref-for-computed-value⑤">(4)</a> <a href="#ref-for-computed-value⑥">(5)</a> <a href="#ref-for-computed-value⑦">(6)</a> <li><a href="#ref-for-computed-value⑧">4.5. Used Values</a> <a href="#ref-for-computed-value⑨">(2)</a> <li><a href="#ref-for-computed-value①⓪">7.2. Inheritance</a> <li><a href="#ref-for-computed-value①①">7.3.2. Explicit Inheritance: the inherit keyword</a> <li><a href="#ref-for-computed-value①②">8.1. Changes Since the 19 May 2016 Candidate Recommendation</a> </ul> </aside> <aside class="dfn-panel" data-for="used-value"> <b><a href="#used-value">#used-value</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-used-value">4. Value Processing</a> <a href="#ref-for-used-value①">(2)</a> <a href="#ref-for-used-value②">(3)</a> <li><a href="#ref-for-used-value③">4.4. Computed Values</a> <li><a href="#ref-for-used-value④">4.5. Used Values</a> <a href="#ref-for-used-value⑤">(2)</a> <a href="#ref-for-used-value⑥">(3)</a> <li><a href="#ref-for-used-value⑦">4.6. Actual Values</a> <a href="#ref-for-used-value⑧">(2)</a> </ul> </aside> <aside class="dfn-panel" data-for="applies-to"> <b><a href="#applies-to">#applies-to</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-applies-to">4.4. Computed Values</a> </ul> </aside> <aside class="dfn-panel" data-for="actual-value"> <b><a href="#actual-value">#actual-value</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-actual-value">4. Value Processing</a> <a href="#ref-for-actual-value①">(2)</a> </ul> </aside> <aside class="dfn-panel" data-for="cascade"> <b><a href="#cascade">#cascade</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-cascade">1. Introduction</a> <a href="#ref-for-cascade">(2)</a> <li><a href="#ref-for-cascade①">4.1. Declared Values</a> <li><a href="#ref-for-cascade">4.2. Cascaded Values</a> <li><a href="#ref-for-cascade②">5. Filtering</a> <li><a href="#ref-for-cascade③">6.4. Precedence of Non-CSS Presentational Hints</a> <a href="#ref-for-cascade④">(2)</a> <li><a href="#ref-for-cascade⑤">7. Defaulting</a> <li><a href="#ref-for-cascade⑥">7.1. Initial Values</a> <li><a href="#ref-for-cascade⑦">7.2. Inheritance</a> <li><a href="#ref-for-cascade⑧">7.3.3. Erasing All Declarations: the unset keyword</a> <li><a href="#ref-for-cascade⑨">8.3. Additions Since Level 2</a> </ul> </aside> <aside class="dfn-panel" data-for="output-of-the-cascade"> <b><a href="#output-of-the-cascade">#output-of-the-cascade</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-output-of-the-cascade">4.2. Cascaded Values</a> <a href="#ref-for-output-of-the-cascade①">(2)</a> </ul> </aside> <aside class="dfn-panel" data-for="origin"> <b><a href="#origin">#origin</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-origin">2.2. Processing Stylesheet Imports</a> <a href="#ref-for-origin①">(2)</a> <li><a href="#ref-for-origin②">6.1. Cascade Sorting Order</a> <a href="#ref-for-origin③">(2)</a> <a href="#ref-for-origin④">(3)</a> <a href="#ref-for-origin⑤">(4)</a> <li><a href="#ref-for-origin⑥">6.2. Cascading Origins</a> <a href="#ref-for-origin⑦">(2)</a> </ul> </aside> <aside class="dfn-panel" data-for="cascade-origin-author"> <b><a href="#cascade-origin-author">#cascade-origin-author</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-cascade-origin-author">6.1. Cascade Sorting Order</a> <a href="#ref-for-cascade-origin-author①">(2)</a> <li><a href="#ref-for-cascade-origin-author②">6.3. Important Declarations: the !important annotation</a> <a href="#ref-for-cascade-origin-author③">(2)</a> <li><a href="#ref-for-cascade-origin-author④">6.4. Precedence of Non-CSS Presentational Hints</a> <a href="#ref-for-cascade-origin-author⑤">(2)</a> <a href="#ref-for-cascade-origin-author⑥">(3)</a> <a href="#ref-for-cascade-origin-author⑦">(4)</a> <a href="#ref-for-cascade-origin-author⑧">(5)</a> <a href="#ref-for-cascade-origin-author⑨">(6)</a> </ul> </aside> <aside class="dfn-panel" data-for="cascade-origin-user"> <b><a href="#cascade-origin-user">#cascade-origin-user</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-cascade-origin-user">6.1. Cascade Sorting Order</a> <a href="#ref-for-cascade-origin-user①">(2)</a> <li><a href="#ref-for-cascade-origin-user②">6.3. Important Declarations: the !important annotation</a> <a href="#ref-for-cascade-origin-user③">(2)</a> <li><a href="#ref-for-cascade-origin-user④">6.4. Precedence of Non-CSS Presentational Hints</a> <a href="#ref-for-cascade-origin-user⑤">(2)</a> </ul> </aside> <aside class="dfn-panel" data-for="cascade-origin-ua"> <b><a href="#cascade-origin-ua">#cascade-origin-ua</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-cascade-origin-ua">6.1. Cascade Sorting Order</a> <a href="#ref-for-cascade-origin-ua①">(2)</a> <li><a href="#ref-for-cascade-origin-ua②">6.3. Important Declarations: the !important annotation</a> <li><a href="#ref-for-cascade-origin-ua③">6.4. Precedence of Non-CSS Presentational Hints</a> <a href="#ref-for-cascade-origin-ua④">(2)</a> <a href="#ref-for-cascade-origin-ua⑤">(3)</a> </ul> </aside> <aside class="dfn-panel" data-for="important"> <b><a href="#important">#important</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-important">6.1. Cascade Sorting Order</a> <a href="#ref-for-important①">(2)</a> <a href="#ref-for-important②">(3)</a> <a href="#ref-for-important③">(4)</a> <li><a href="#ref-for-important④">6.3. Important Declarations: the !important annotation</a> <a href="#ref-for-important⑤">(2)</a> <a href="#ref-for-important⑥">(3)</a> <a href="#ref-for-important⑦">(4)</a> <a href="#ref-for-important⑧">(5)</a> <a href="#ref-for-important⑨">(6)</a> <a href="#ref-for-important①⓪">(7)</a> <a href="#ref-for-important①①">(8)</a> <li><a href="#ref-for-important①②">8.2. Changes Since the 3 October 2013 Candidate Recommendation</a> </ul> </aside> <aside class="dfn-panel" data-for="normal"> <b><a href="#normal">#normal</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-normal">6.1. Cascade Sorting Order</a> <a href="#ref-for-normal①">(2)</a> <a href="#ref-for-normal②">(3)</a> <li><a href="#ref-for-normal③">6.3. Important Declarations: the !important annotation</a> </ul> </aside> <aside class="dfn-panel" data-for="initial-value"> <b><a href="#initial-value">#initial-value</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-initial-value">1. Introduction</a> <li><a href="#ref-for-initial-value①">3. Shorthand Properties</a> <li><a href="#ref-for-initial-value②">7. Defaulting</a> <li><a href="#ref-for-initial-value③">7.1. Initial Values</a> <li><a href="#ref-for-initial-value④">7.2. Inheritance</a> <li><a href="#ref-for-initial-value⑤">7.3.1. Resetting a Property: the initial keyword</a> </ul> </aside> <aside class="dfn-panel" data-for="inheritance"> <b><a href="#inheritance">#inheritance</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-inheritance">1. Introduction</a> <li><a href="#ref-for-inheritance①">4.4. Computed Values</a> <a href="#ref-for-inheritance②">(2)</a> <li><a href="#ref-for-inheritance③">7. Defaulting</a> <li><a href="#ref-for-inheritance④">7.2. Inheritance</a> </ul> </aside> <aside class="dfn-panel" data-for="inherited-value"> <b><a href="#inherited-value">#inherited-value</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-inherited-value">7.2. Inheritance</a> <li><a href="#ref-for-inherited-value①">7.3.2. Explicit Inheritance: the inherit keyword</a> </ul> </aside> <aside class="dfn-panel" data-for="inherited-property"> <b><a href="#inherited-property">#inherited-property</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-inherited-property">7. Defaulting</a> <li><a href="#ref-for-inherited-property①">7.1. Initial Values</a> </ul> </aside> <aside class="dfn-panel" data-for="valdef-all-initial"> <b><a href="#valdef-all-initial">#valdef-all-initial</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-valdef-all-initial">7. Defaulting</a> <li><a href="#ref-for-valdef-all-initial①">7.3.1. Resetting a Property: the initial keyword</a> <a href="#ref-for-valdef-all-initial②">(2)</a> <li><a href="#ref-for-valdef-all-initial③">7.3.3. Erasing All Declarations: the unset keyword</a> <li><a href="#ref-for-valdef-all-initial④">8.3. Additions Since Level 2</a> </ul> </aside> <aside class="dfn-panel" data-for="valdef-all-inherit"> <b><a href="#valdef-all-inherit">#valdef-all-inherit</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-valdef-all-inherit">7. Defaulting</a> <li><a href="#ref-for-valdef-all-inherit①">7.2. Inheritance</a> <li><a href="#ref-for-valdef-all-inherit②">7.3.2. Explicit Inheritance: the inherit keyword</a> <a href="#ref-for-valdef-all-inherit③">(2)</a> <li><a href="#ref-for-valdef-all-inherit④">7.3.3. Erasing All Declarations: the unset keyword</a> </ul> </aside> <aside class="dfn-panel" data-for="valdef-all-unset"> <b><a href="#valdef-all-unset">#valdef-all-unset</a></b><b>Referenced in:</b> <ul> <li><a href="#ref-for-valdef-all-unset">7.3.3. Erasing All Declarations: the unset keyword</a> <a href="#ref-for-valdef-all-unset①">(2)</a> <li><a href="#ref-for-valdef-all-unset②">8.3. Additions Since Level 2</a> </ul> </aside> <p role="navigation" id="back-to-top"><a href="#title"><abbr title="Back to top">↑</abbr></a></p> <script>/* script-caniuse-panel */ window.addEventListener("load", function(){ var panels = [].slice.call(document.querySelectorAll(".caniuse-status")); for(var i = 0; i < panels.length; i++) { var panel = panels[i]; var dfn = document.querySelector("#" + panel.getAttribute("data-dfn-id")); var rect = dfn.getBoundingClientRect(); panel.style.top = (window.scrollY + rect.top) + "px"; } }); document.body.addEventListener("click", function(e) { if(e.target.classList.contains("caniuse-panel-btn")) { e.target.parentNode.classList.toggle("wrapped"); } });</script> <script>/* script-dfn-panel */ document.body.addEventListener("click", function(e) { var queryAll = function(sel) { return [].slice.call(document.querySelectorAll(sel)); } // Find the dfn element or panel, if any, that was clicked on. var el = e.target; var target; var hitALink = false; while(el.parentElement) { if(el.tagName == "A") { // Clicking on a link in a <dfn> shouldn't summon the panel hitALink = true; } if(el.classList.contains("dfn-paneled")) { target = "dfn"; break; } if(el.classList.contains("dfn-panel")) { target = "dfn-panel"; break; } el = el.parentElement; } if(target != "dfn-panel") { // Turn off any currently "on" or "activated" panels. queryAll(".dfn-panel.on, .dfn-panel.activated").forEach(function(el){ el.classList.remove("on"); el.classList.remove("activated"); }); } if(target == "dfn" && !hitALink) { // open the panel var dfnPanel = document.querySelector(".dfn-panel[data-for='" + el.id + "']"); if(dfnPanel) { dfnPanel.classList.add("on"); var rect = el.getBoundingClientRect(); dfnPanel.style.left = window.scrollX + rect.right + 5 + "px"; dfnPanel.style.top = window.scrollY + rect.top + "px"; var panelRect = dfnPanel.getBoundingClientRect(); var panelWidth = panelRect.right - panelRect.left; if(panelRect.right > document.body.scrollWidth && (rect.left - (panelWidth + 5)) > 0) { // Reposition, because the panel is overflowing dfnPanel.style.left = window.scrollX + rect.left - (panelWidth + 5) + "px"; } } else { console.log("Couldn't find .dfn-panel[data-for='" + el.id + "']"); } } else if(target == "dfn-panel") { // Switch it to "activated" state, which pins it. el.classList.add("activated"); el.style.left = null; el.style.top = null; } }); </script>