|
206 | 206 | .highlight .n { color: #0077aa } /* Name */ |
207 | 207 | .highlight .o { color: #999999 } /* Operator */ |
208 | 208 | .highlight .p { color: #999999 } /* Punctuation */ |
209 | | -.highlight .ch { color: #708090 } /* Comment.Hashbang */ |
210 | 209 | .highlight .cm { color: #708090 } /* Comment.Multiline */ |
211 | 210 | .highlight .cp { color: #708090 } /* Comment.Preproc */ |
212 | | -.highlight .cpf { color: #708090 } /* Comment.PreprocFile */ |
213 | 211 | .highlight .c1 { color: #708090 } /* Comment.Single */ |
214 | 212 | .highlight .cs { color: #708090 } /* Comment.Special */ |
215 | 213 | .highlight .kc { color: #990055 } /* Keyword.Constant */ |
|
262 | 260 | <div class="head"> |
263 | 261 | <p data-fill-with="logo"><a class="logo" href="http://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p> |
264 | 262 | <h1 class="p-name no-ref" id="title">CSS Cascading and Inheritance Level 4</h1> |
265 | | - <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2016-05-21">21 May 2016</time></span></h2> |
| 263 | + <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2016-05-25">25 May 2016</time></span></h2> |
266 | 264 | <div data-fill-with="spec-metadata"> |
267 | 265 | <dl> |
268 | 266 | <dt>This version: |
@@ -671,7 +669,7 @@ <h3 class="heading settled" data-level="4.4" id="computed"><span class="secno">4 |
671 | 669 | Computing a relative value generally absolutizes it: |
672 | 670 | <ul> |
673 | 671 | <li> values with relative units |
674 | | - (<a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-values-3/#em">em</a>, <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-values-3/#ex">ex</a>, <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-values-3/#vh">vh</a>, <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-values-3/#vw">vw</a>) |
| 672 | + (<a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-values-3/#valdef-length-em">em</a>, <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-values-3/#valdef-length-ex">ex</a>, <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-values-3/#valdef-length-vh">vh</a>, <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-values-3/#valdef-length-vw">vw</a>) |
675 | 673 | must be made absolute by multiplying with the appropriate reference size |
676 | 674 | <li> certain keywords |
677 | 675 | (e.g., <span class="css">smaller</span>, <span class="css">bolder</span>) |
@@ -849,7 +847,7 @@ <h2 class="heading settled" data-level="5" id="filtering"><span class="secno">5. |
849 | 847 | the <a data-link-type="dfn" href="#cascade" id="ref-for-cascade-5">cascade</a>, |
850 | 848 | prioritizes these lists.</p> |
851 | 849 | <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> |
852 | | - <p>The <dfn class="dfn-paneled" data-dfn-type="dfn" data-export="" id="cascade">cascade</dfn> takes a unordered list of <a data-link-type="dfn" href="#declared-value" id="ref-for-declared-value-6">declared values</a> for a given property on a given element, |
| 850 | + <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-6">declared values</a> for a given property on a given element, |
853 | 851 | sorts them by their declaration’s precedence as determined below, |
854 | 852 | and outputs a single <a data-link-type="dfn" href="#cascaded-value" id="ref-for-cascaded-value-8">cascaded value</a>.</p> |
855 | 853 | <p>The cascade sorts declarations according to the following criteria, |
@@ -1295,10 +1293,10 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla |
1295 | 1293 | <li><a href="https://drafts.csswg.org/css-values-3/#string-value"><string></a> |
1296 | 1294 | <li><a href="https://drafts.csswg.org/css-values-3/#url-value"><url></a> |
1297 | 1295 | <li><a href="https://drafts.csswg.org/css-values-3/#mult-opt">?</a> |
1298 | | - <li><a href="https://drafts.csswg.org/css-values-3/#em">em</a> |
1299 | | - <li><a href="https://drafts.csswg.org/css-values-3/#ex">ex</a> |
1300 | | - <li><a href="https://drafts.csswg.org/css-values-3/#vh">vh</a> |
1301 | | - <li><a href="https://drafts.csswg.org/css-values-3/#vw">vw</a> |
| 1296 | + <li><a href="https://drafts.csswg.org/css-values-3/#valdef-length-em">em</a> |
| 1297 | + <li><a href="https://drafts.csswg.org/css-values-3/#valdef-length-ex">ex</a> |
| 1298 | + <li><a href="https://drafts.csswg.org/css-values-3/#valdef-length-vh">vh</a> |
| 1299 | + <li><a href="https://drafts.csswg.org/css-values-3/#valdef-length-vw">vw</a> |
1302 | 1300 | <li><a href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> |
1303 | 1301 | </ul> |
1304 | 1302 | <li> |
|
0 commit comments