|
9 | 9 | <link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
|
10 | 10 | <style>
|
11 | 11 | body {
|
12 |
| - background-image: url("https://www.w3.org/StyleSheets/TR/logo-ED"); |
13 |
| - }; |
| 12 | + background: url("https://www.w3.org/StyleSheets/TR/logo-ED") top left no-repeat white; |
| 13 | + background-attachment: fixed; |
| 14 | + color: black; |
| 15 | + font-family: sans-serif; |
| 16 | + margin: 0 auto; |
| 17 | + max-width: 50em; |
| 18 | + padding: 2em 1em 2em 70px; |
| 19 | + } |
| 20 | + :link { color: #00C; background: transparent } |
| 21 | + :visited { color: #609; background: transparent } |
| 22 | + a[href]:active { color: #C00; background: transparent } |
| 23 | + a[href]:hover { background: #ffa } |
| 24 | + |
| 25 | + a[href] img { border-style: none } |
| 26 | + |
| 27 | + h1, h2, h3, h4, h5, h6 { text-align: left } |
| 28 | + h1, h2, h3 { color: #005A9C; } |
| 29 | + h1 { font: 170% sans-serif } |
| 30 | + h2 { font: 140% sans-serif } |
| 31 | + h3 { font: 120% sans-serif } |
| 32 | + h4 { font: bold 100% sans-serif } |
| 33 | + h5 { font: italic 100% sans-serif } |
| 34 | + h6 { font: small-caps 100% sans-serif } |
| 35 | + |
| 36 | + .hide { display: none } |
| 37 | + |
| 38 | + div.head { margin-bottom: 1em } |
| 39 | + div.head h1 { margin-top: 2em; clear: both } |
| 40 | + div.head table { margin-left: 2em; margin-top: 2em } |
| 41 | + |
| 42 | + p.copyright { font-size: small } |
| 43 | + p.copyright small { font-size: small } |
| 44 | + |
| 45 | + pre { margin-left: 2em } |
| 46 | + dt { font-weight: bold } |
| 47 | + |
| 48 | + ul.toc, ol.toc { |
| 49 | + list-style: none; |
| 50 | + } |
14 | 51 | </style>
|
15 | 52 | <meta content="Bikeshed 1.0.0" name="generator">
|
16 | 53 | <script defer="" src="//test.csswg.org/harness/annotate.js#css-pseudo-4_dev/css-pseudo-4" type="text/javascript"></script>
|
|
19 | 56 | <div class="head">
|
20 | 57 | <p data-fill-with="logo"><a class="logo" href="http://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/Icons/w3c_home" width="72"> </a> </p>
|
21 | 58 | <h1 class="p-name no-ref" id="title">CSS Pseudo-Elements Module Level 4</h1>
|
22 |
| - <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2016-01-31">31 January 2016</time></span></h2> |
| 59 | + <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2016-03-04">4 March 2016</time></span></h2> |
23 | 60 | <div data-fill-with="spec-metadata">
|
24 | 61 | <dl>
|
25 | 62 | <dt>This version:
|
@@ -269,7 +306,7 @@ <h4 class="heading settled" data-level="2.1.2" id="first-line-styling"><span cla
|
269 | 306 | <li>any typesetting properties that apply to inline elements (see <a data-link-type="biblio" href="#biblio-css3text">[CSS3TEXT]</a>)
|
270 | 307 | <li>all text decoration properties (see <a data-link-type="biblio" href="#biblio-css3-text-decor">[CSS3-TEXT-DECOR]</a>)
|
271 | 308 | <li>any inline layout properties that apply to inline elements (see <a data-link-type="biblio" href="#biblio-css3line">[CSS3LINE]</a>)
|
272 |
| - <li>any other properties defined to apply to <a class="css" data-link-type="maybe" href="#selectordef-first-letter">::first-letter</a> by their respective specifications |
| 309 | + <li>any other properties defined to apply to <a class="css" data-link-type="maybe" href="#selectordef-first-line">::first-line</a> by their respective specifications |
273 | 310 | </ul>
|
274 | 311 | User agents may apply other properties as well.
|
275 | 312 | <h4 class="heading settled" data-level="2.1.3" id="first-line-inheritance"><span class="secno">2.1.3. </span><span class="content"> Inheritance and the <a class="css" data-link-type="maybe" href="#selectordef-first-line">::first-line</a> Pseudo-element</span><a class="self-link" href="#first-line-inheritance"></a></h4>
|
@@ -1008,7 +1045,7 @@ <h3 class="no-num heading settled" id="normative"><span class="content">Normativ
|
1008 | 1045 | <dt id="biblio-css-backgrounds-3"><a class="self-link" href="#biblio-css-backgrounds-3"></a>[CSS-BACKGROUNDS-3]
|
1009 | 1046 | <dd>CSS Backgrounds and Borders Module Level 3 URL: <a href="http://www.w3.org/TR/css3-background/">http://www.w3.org/TR/css3-background/</a>
|
1010 | 1047 | <dt id="biblio-css-cascade-4"><a class="self-link" href="#biblio-css-cascade-4"></a>[CSS-CASCADE-4]
|
1011 |
| - <dd>Elika Etemad; Tab Atkins Jr.. <a href="http://www.w3.org/TR/css-cascade-4/">CSS Cascading and Inheritance Level 4</a>. 14 January 2016. CR. URL: <a href="http://www.w3.org/TR/css-cascade-4/">http://www.w3.org/TR/css-cascade-4/</a> |
| 1048 | + <dd>Elika Etemad; Tab Atkins Jr.. <a href="http://www.w3.org/TR/css-cascade-4/">CSS Cascading and Inheritance Level 4</a>. 8 September 2015. WD. URL: <a href="http://www.w3.org/TR/css-cascade-4/">http://www.w3.org/TR/css-cascade-4/</a> |
1012 | 1049 | <dt id="biblio-css-color-3"><a class="self-link" href="#biblio-css-color-3"></a>[CSS-COLOR-3]
|
1013 | 1050 | <dd>CSS Color Module Level 3 URL: <a href="http://www.w3.org/TR/css3-color/">http://www.w3.org/TR/css3-color/</a>
|
1014 | 1051 | <dt id="biblio-css-color-4"><a class="self-link" href="#biblio-css-color-4"></a>[CSS-COLOR-4]
|
|
0 commit comments