Skip to content

Commit 92c9145

Browse files
committed
[css-inline] move images to image folder
1 parent 934a0f3 commit 92c9145

21 files changed

Lines changed: 18 additions & 18 deletions

css-inline/Overview.bs

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Drop Initial</h4>
249249
A <dfn>dropped initial</dfn> (or “drop cap”) is a larger-than-usual letter at the start of a paragraph, with a baseline at least one line lower than the first baseline of the paragraph. The size of the drop initial is usually indicated by how many lines it occupies. Two- and three-line drop initials are very common.
250250

251251
<figure>
252-
<img alt="3-line drop cap with E Acute" src="Dropcap-E-acute-3line.png" width="480">
252+
<img alt="3-line drop cap with E Acute" src="images/Dropcap-E-acute-3line.png" width="480">
253253
<p class="caption">Three-line drop initial with E acute. Since the cap-height of the drop initial aligns with the cap-height of the main text, the accent extends above the paragraph.</p>
254254
</figure>
255255

@@ -258,19 +258,19 @@ The exact size and position of a <a>dropped initial</a> depends on the alignment
258258

259259

260260
<figure id="f2">
261-
<img src="Dropcap-lines.png" width="600" alt="drop cap showing alignment"/>
261+
<img src="images/Dropcap-lines.png" width="600" alt="drop cap showing alignment"/>
262262
<p class="caption">Two-line drop cap showing baselines (green lines), cap-height (red line), and ascender (cyan line).</p>
263263
</figure>
264264

265265
The alignment constraints for drop initials depend on the writing system. In ideographic scripts, the initial letter extends from the <a>block-start</a> edge of the first line to the <a>block-end</a> edge of the Nth line.
266266

267267
<figure>
268-
<img src="Initial-2line-JapaneseVertical六.png" width="480" alt="Japanese Vertical Initial"/>
268+
<img src="images/Initial-2line-JapaneseVertical六.png" width="480" alt="Japanese Vertical Initial"/>
269269
<p class="caption">Two-line drop initial in vertical writing mode</p>
270270
</figure>
271271

272272
<figure>
273-
<img src="CJK-Initial.001.png" width="480" alt="Diagram of Japanese initial letter in vertical writing mode"/>
273+
<img src="images/CJK-Initial.001.png" width="480" alt="Diagram of Japanese initial letter in vertical writing mode"/>
274274
<p class="caption">Diagram of Japanese initial letter in vertical writing mode</p>
275275
</figure>
276276

@@ -281,7 +281,7 @@ is the hanging baseline,
281281
and the bottom alignment point is the text-after-edge.
282282

283283
<figure>
284-
<img src="Devangari-Initial.png" width="480" alt="Devangari initial letter"/>
284+
<img src="images/Devangari-Initial.png" width="480" alt="Devangari initial letter"/>
285285
<p class="caption">Devangari <a>initial letter</a> aligned with hanging baseline. Alignment points shown in red.</p>
286286
</figure>
287287

@@ -292,7 +292,7 @@ Sunken Initial Letters</h4>
292292
Some styles of drop initials do not align with the first line of text. A <dfn>sunken initial</dfn> (or “sunken cap”) both sinks below the first baseline, and extends above the first line of text.
293293

294294
<figure>
295-
<img src="SunkenCapA.png" width="480" alt="sunken drop initial"/>
295+
<img src="images/SunkenCapA.png" width="480" alt="sunken drop initial"/>
296296
<p class="caption">Sunken cap. The letter drops two lines, but is the size of a three-line initial letter.</p>
297297
</figure>
298298

@@ -303,7 +303,7 @@ A <dfn>raised initial</dfn> (often called a “raised cap” or “stick-up cap
303303

304304

305305
<figure>
306-
<img src="RaisedCap.png" width="480" alt="raised cap"/>
306+
<img src="images/RaisedCap.png" width="480" alt="raised cap"/>
307307
<p class="caption">Raised cap. The initial letter is the size of a 3-line initial, but does not drop.</p>
308308
</figure>
309309

@@ -367,17 +367,17 @@ and is not ''initial-letter/normal'': this triggers the special layout considera
367367
<dt>(''initial-letter: 3 3'')
368368
<dd>Represents a <a>dropped initial</a> 3 lines high, 3 lines deep.
369369

370-
<img src="InitialLetter33.png" alt="3 lines high, 3 lines deep" width="360"/>
370+
<img src="images/InitialLetter33.png" alt="3 lines high, 3 lines deep" width="360"/>
371371

372372
<dt>''initial-letter: 3 2''
373373
<dd>Represents a <a>sunken initial</a> 3 lines high, 2 lines deep.
374374

375-
<img src="InitialLetter32.png" alt="3 lines high, 2 lines deep" width="360"/>
375+
<img src="images/InitialLetter32.png" alt="3 lines high, 2 lines deep" width="360"/>
376376

377377
<dt>''initial-letter: 3 1''
378378
<dd>Represents a <a>raised initial</a> 3 lines high, 1 line deep.
379379

380-
<img src="InitialLetter31.png" alt="3 lines high, 1 line deep" width="360"/>
380+
<img src="images/InitialLetter31.png" alt="3 lines high, 1 line deep" width="360"/>
381381
</dl>
382382

383383
</div>
@@ -473,7 +473,7 @@ If an initial letter is too long to fit on one line, it wraps (according to the
473473

474474

475475
<figure>
476-
<img alt="multi-line drop cap" src="Multi-line-initial.png" width="300">
476+
<img alt="multi-line drop cap" src="images/Multi-line-initial.png" width="300">
477477
<p class="caption">Drop cap extends to two lines.</p>
478478
</figure>
479479

@@ -493,7 +493,7 @@ Sizing Initial Letters</h3>
493493

494494

495495
<figure>
496-
<img src="InitialCapEquation.png" width="604" alt="Equation to calcuate drop initial font size"/>
496+
<img src="images/InitialCapEquation.png" width="604" alt="Equation to calcuate drop initial font size"/>
497497
</figure>
498498

499499
<!--
@@ -534,7 +534,7 @@ Space Around Initial Letters</h3>
534534
The glyph(s) of an initial letter do not always fit within the specified sink. For example, if an initial letter has a descender, it could crash into the (n+1)th line of text. This is not desirable.
535535

536536
<figure>
537-
<img alt="3-line drop cap with J, with descender crashing into fourth line of text" src="Dropcap-J-3line-crash.png" width="480">
537+
<img alt="3-line drop cap with J, with descender crashing into fourth line of text" src="images/Dropcap-J-3line-crash.png" width="480">
538538
<p class="caption">Incorrect: three-line initial letter with descender</p>
539539
</figure>
540540

@@ -551,7 +551,7 @@ Specifically, for non-atomic initial letters, the content box of the element is
551551
The margin box of the initial letter is then made an exclusion area for subsequent text.
552552

553553
<figure>
554-
<img alt="3-line drop cap with J, but four-line exclusion" src="Dropcap-J-3line-exclude.png" width="480">
554+
<img alt="3-line drop cap with J, but four-line exclusion" src="images/Dropcap-J-3line-exclude.png" width="480">
555555
<p class="caption">Correct: text excluded around glyph bounding box</p>
556556
</figure>
557557

@@ -571,7 +571,7 @@ the UA should optically kern the first line of text into the <a>initial letter</
571571
as necessary to maintain perceptual continuity of the text.
572572

573573
<figure>
574-
<img src="OpticalKerning.png" alt="optical kerning in the presence or absence of a space after the initial letter" width="200"/>
574+
<img src="images/OpticalKerning.png" alt="optical kerning in the presence or absence of a space after the initial letter" width="200"/>
575575
<p class="caption">In the top paragraph, the initial letter "A" has a word space after it. In the middle paragraph, the initial letter "A" is part of a word. In this case, the first line of text should be kerned into the initial letter's area as shown in the bottom paragraph.</p>
576576
</figure>
577577

@@ -585,7 +585,7 @@ An initial letter does not affect the position of its containing element. For
585585

586586

587587
<figure>
588-
<img src="initial-letter-drop-para-compare.png" alt="raised cap para after normal para" width="600"/>
588+
<img src="images/initial-letter-drop-para-compare.png" alt="raised cap para after normal para" width="600"/>
589589
<p class="caption">Raised cap (<code>initial-letter: 3 1</code>) on right; note that the position of the “C” is the same in both cases, but on the right all text is moved down relative to the initial letter.</p>
590590
</figure>
591591

@@ -598,7 +598,7 @@ Short paragraphs with initial letters</h4>
598598
A paragraph with an initial letter can have fewer lines of text than the initial letter occupies. In this case, the initial letter’s top alignment is still honored, and its exclusion area continues into any subsequent blocks. This forces the subsequent inline-level content to wrap around the initial letter&mdash;exactly as if that block's text were part of its own containing block. (This is similar to how floats exclude content in subsequent block boxes.)
599599

600600
<figure>
601-
<img src="initial-letter-short-para.png" alt="short para with initial letter" width="600"/>
601+
<img src="images/initial-letter-short-para.png" alt="short para with initial letter" width="600"/>
602602
<p class="caption">The red text is a short paragraph with an initial letter. Note the subsequent paragraph wraps around the initial letter just as text in the paragraph with the initial letter does.</p>
603603
</figure>
604604

@@ -608,7 +608,7 @@ or specifies 'clear' in the initial letter’s containing block’s start direct
608608
then it must clear the previous block’s initial letter.
609609

610610
<figure>
611-
<img src="initial-letter-short-para-initial.png" alt="short para with initial letter followed by para with initial" width="600"/>
611+
<img src="images/initial-letter-short-para-initial.png" alt="short para with initial letter followed by para with initial" width="600"/>
612612
<p class="caption">The red text is a short paragraph with an initial letter. The subsequent paragraph clears because it also has an initial letter.</p>
613613
</figure>
614614

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)