|
58 | 58 | <div class="head"> |
59 | 59 | <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> |
60 | 60 | <h1 class="p-name no-ref" id="title">CSS Inline Layout Module Level 3</h1> |
61 | | - <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2015-09-15">15 September 2015</time></span></h2> |
| 61 | + <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2015-09-23">23 September 2015</time></span></h2> |
62 | 62 | <div data-fill-with="spec-metadata"> |
63 | 63 | <dl> |
64 | 64 | <dt>This version: |
@@ -558,6 +558,7 @@ <h4 class="heading settled" data-level="2.3.1" id="initial-letter-properties"><s |
558 | 558 | <li>all text decoration properties (see <a data-link-type="biblio" href="#biblio-css3-text-decor">[CSS3-TEXT-DECOR]</a>) |
559 | 559 | <li>all margin, border and padding properties (see <a data-link-type="biblio" href="#biblio-css21">[CSS21]</a> and <a data-link-type="biblio" href="#biblio-css3bg">[CSS3BG]</a>) |
560 | 560 | </ul> |
| 561 | + <p class="note" role="note">Note: Which properties apply to <a data-link-type="dfn" href="#initial-letter">initial letter</a> depend on whether it is an inline box or an <a data-link-type="dfn" href="#initial-letter">initial letter</a> box, as <a data-link-type="dfn" href="#initial-letter">initial letter</a> is a display type.</p> |
561 | 562 | <p class="issue" id="issue-939d845d"><a class="self-link" href="#issue-939d845d"></a> Add <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visudet.html#propdef-width">width</a>/<a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visudet.html#propdef-height">height</a> as requested by Tantek... need to integrate with model.</p> |
562 | 563 | <h4 class="heading settled" data-level="2.3.2" id="initial-letter-model"><span class="secno">2.3.2. </span><span class="content"> Layout Model</span><a class="self-link" href="#initial-letter-model"></a></h4> |
563 | 564 | <p>An <a data-link-type="dfn" href="#initial-letter">initial letter</a> is laid out following the steps outlined below:</p> |
@@ -643,6 +644,16 @@ <h3 class="heading settled" data-level="2.4" id="aligning-initial-letter"><span |
643 | 644 | initial-letter: 2; |
644 | 645 | initial-letter-alignment: ideographic; |
645 | 646 | } |
| 647 | +</pre> |
| 648 | + </div> |
| 649 | + <div class="example" id="example-98bec6c2"> |
| 650 | + <a class="self-link" href="#example-98bec6c2"></a> Initial letter in Hebrew |
| 651 | +<pre>span.initial { |
| 652 | + initial-letter: 2; |
| 653 | + initial-letter-alignment: hebrew; |
| 654 | +} |
| 655 | + |
| 656 | + <img alt="optical kerning in the presence or absence of a space after the initial letter" src="images/hebrew-initial-letter.png" width="480"> |
646 | 657 | </pre> |
647 | 658 | </div> |
648 | 659 | <p>Except when <a class="css" data-link-type="maybe" href="#valdef-initial-letter-align-border-box">border-box</a> is specified, |
|
0 commit comments