You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-inline-3/Overview.bs
+18-18
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Inline Layout Box Model</h2>
120
120
can come between the containing block edge and the line box edge,
121
121
reducing space available to, and thus the [=logical width=],
122
122
of any such impacted line boxes.
123
-
(See [[CSS2/visuren.html#inline-formatting|CSS2§9.4.2]]/[[CSS2/visuren.html#floats|CSS2§9.5]]
123
+
(See [[CSS2/visuren#inline-formatting]]/[[CSS2/visuren#floats]]
124
124
and [[#initial-letter-styling]].)
125
125
126
126
Within the line box,
@@ -431,7 +431,7 @@ Alignment Shift: the 'baseline-shift' longhand</h4>
431
431
Line Spacing: the 'line-height' property</h3>
432
432
433
433
434
-
As described in the section on <a href="https://www.w3.org/TR/CSS2/visuren.html#inline-formatting">inline formatting contexts</a>[[CSS2/visuren.html#inline-formatting]],
434
+
As described in the section on <a href="https://www.w3.org/TR/CSS2/visuren.html#inline-formatting">inline formatting contexts</a>[[CSS2/visuren#inline-formatting]],
435
435
user agents flow inline-level boxes into a vertical stack of [=line boxes=].
436
436
The height of a line box is determined as follows:
437
437
@@ -1158,7 +1158,7 @@ Creating Initial Letters: the 'initial-letters' property</h3>
1158
1158
1159
1159
<dt><dfn><<integer>></dfn>
1160
1160
<dd>
1161
-
This optional second argument
1161
+
This optional second argument
1162
1162
defines the number of lines the initial letter should
1163
1163
<dfn dfn lt="initial letter sink" local-lt="sink">sink</dfn>.
1164
1164
A value of ''1'' indicates a <a>raised initial</a>;
@@ -1224,11 +1224,11 @@ Creating Initial Letters: the 'initial-letters' property</h3>
1224
1224
alt="Non-integral initial letter that only aligns at base">
1225
1225
</dl>
1226
1226
</div>
1227
-
1227
+
1228
1228
<div class="example">
1229
1229
In conjunction with other CSS properties, ''initial-letters'' can be used to create
1230
1230
“adjacent initial letters,” where the initial letter is adjacent to the text:
1231
-
1231
+
1232
1232
<pre>
1233
1233
p::first-letter {
1234
1234
initial-letters: 3;
@@ -1242,12 +1242,12 @@ Creating Initial Letters: the 'initial-letters' property</h3>
1242
1242
margin-left: 5em;
1243
1243
}
1244
1244
</pre>
1245
-
1245
+
1246
1246
<figure>
1247
1247
<img src="images/adjacent-initial-letter.png"
1248
1248
alt="Initial letter adjacent to text" width="360">
1249
1249
</figure>
1250
-
1250
+
1251
1251
</div>
1252
1252
1253
1253
<h4 id="first-most-inline-level">
@@ -1278,19 +1278,19 @@ Applicability</h4>
1278
1278
"first-most inline-level descendants" of the <code><p></code>,
1279
1279
but the <code><strong></code> element
1280
1280
is not:
1281
-
1281
+
1282
1282
<xmp>
1283
1283
<p><span><em><b>This</b> phrase</em> is styled
1284
1284
<strong>specially</strong>.</span> …
1285
1285
</xmp>
1286
-
1286
+
1287
1287
If we apply the following rules:
1288
-
1288
+
1289
1289
<pre>
1290
1290
em { initial-letters: 2; }
1291
1291
b, strong { initial-letters: 3; }
1292
1292
</pre>
1293
-
1293
+
1294
1294
The 'initial-letters' property will take effect only on the <code><em></code>.
1295
1295
The styling on <code><b></code>
1296
1296
is ignored,
@@ -1299,7 +1299,7 @@ Applicability</h4>
1299
1299
because it is a second sibling.
1300
1300
1301
1301
The result might be rendered as
1302
-
1302
+
1303
1303
<figure>
1304
1304
<img src="images/firstmost-inline.png"
1305
1305
alt="“This phrase” becomes the dropped text spanning two lines, the remainder of the text wrapping alongside.">
@@ -1805,7 +1805,7 @@ Initial Letter Wrapping: the 'initial-letters-wrap' property</h3>
1805
1805
1806
1806
Issue: Do we need an unconditional ''initial-letters-wrap/first''?
1807
1807
(I.e. Should we rename this value to ''initial-letters-wrap/auto'' and add a ''initial-letters-wrap/first'' value
Copy file name to clipboardExpand all lines: css-ui-3/Overview.bs
+3-3
Original file line number
Diff line number
Diff line change
@@ -337,7 +337,7 @@ Applies to: all elements
337
337
Inherited: no
338
338
Percentages: N/A
339
339
Computed value: The computed value for ''outline-color/invert'' is ''outline-color/invert'';
340
-
the computed value of ''outline-color/currentColor'' is ''outline-color/currentColor'' (See [[CSS-COLOR-3/#currentColor]]);
340
+
the computed value of ''outline-color/currentColor'' is ''outline-color/currentColor'' (See ''currentcolor'');
341
341
see the 'color' property for other <<color>> values.
342
342
Animation Type: by computed value
343
343
</pre>
@@ -567,7 +567,7 @@ to:
567
567
568
568
The effect of the 'resize' property on generated content is undefined. Implementations should not apply the 'resize' property to generated content.
569
569
570
-
Note: the 'resize' property may apply to generated content in the future if there is implementation of <a href="https://drafts.csswg.org/css-pseudo/#CSSPseudoElement-interface">Interface CSSPseudoElement</a> (See [[css-pseudo-4]]).
570
+
Note: the 'resize' property may apply to generated content in the future if there is implementation of the {{CSSPseudoElement}} interface (See [[css-pseudo-4]]).
571
571
572
572
When an element is resized by the user,
573
573
the user agent sets
@@ -1251,7 +1251,7 @@ Applies to: all elements
1251
1251
Inherited: yes
1252
1252
Percentages: N/A
1253
1253
Computed value: The computed value for ''caret-color/auto'' is ''caret-color/auto'';
1254
-
the computed value of ''caret-color/currentColor'' is ''cart-color/currentColor'' (See [[CSS-COLOR-3/#currentColor]]);
1254
+
the computed value of ''caret-color/currentColor'' is ''cart-color/currentColor'' (See ''currentcolor'');
1255
1255
see the 'color' property for other <<color>> values.
0 commit comments