Skip to content

Commit 8f2322d

Browse files
committed
[css-pseudo] Fix what I assume is a copy/paste error.
1 parent 57bb2c6 commit 8f2322d

File tree

2 files changed

+43
-6
lines changed

2 files changed

+43
-6
lines changed

css-pseudo/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Styling the First Line Pseudo-element</h4>
193193
<li>any typesetting properties that apply to inline elements (see [[CSS3TEXT]])
194194
<li>all text decoration properties (see [[CSS3-TEXT-DECOR]])
195195
<li>any inline layout properties that apply to inline elements (see [[CSS3LINE]])
196-
<li>any other properties defined to apply to ''::first-letter''
196+
<li>any other properties defined to apply to ''::first-line''
197197
by their respective specifications
198198
</ul>
199199
User agents may apply other properties as well.

css-pseudo/Overview.html

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,45 @@
99
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
1010
<style>
1111
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+
}
1451
</style>
1552
<meta content="Bikeshed 1.0.0" name="generator">
1653
<script defer="" src="//test.csswg.org/harness/annotate.js#css-pseudo-4_dev/css-pseudo-4" type="text/javascript"></script>
@@ -19,7 +56,7 @@
1956
<div class="head">
2057
<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>
2158
<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>
2360
<div data-fill-with="spec-metadata">
2461
<dl>
2562
<dt>This version:
@@ -269,7 +306,7 @@ <h4 class="heading settled" data-level="2.1.2" id="first-line-styling"><span cla
269306
<li>any typesetting properties that apply to inline elements (see <a data-link-type="biblio" href="#biblio-css3text">[CSS3TEXT]</a>)
270307
<li>all text decoration properties (see <a data-link-type="biblio" href="#biblio-css3-text-decor">[CSS3-TEXT-DECOR]</a>)
271308
<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
273310
</ul>
274311
User agents may apply other properties as well.
275312
<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
10081045
<dt id="biblio-css-backgrounds-3"><a class="self-link" href="#biblio-css-backgrounds-3"></a>[CSS-BACKGROUNDS-3]
10091046
<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>
10101047
<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>
10121049
<dt id="biblio-css-color-3"><a class="self-link" href="#biblio-css-color-3"></a>[CSS-COLOR-3]
10131050
<dd>CSS Color Module Level 3 URL: <a href="http://www.w3.org/TR/css3-color/">http://www.w3.org/TR/css3-color/</a>
10141051
<dt id="biblio-css-color-4"><a class="self-link" href="#biblio-css-color-4"></a>[CSS-COLOR-4]

0 commit comments

Comments
 (0)