|
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-30">30 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-10-26">26 October 2015</time></span></h2> |
62 | 62 | <div data-fill-with="spec-metadata">
|
63 | 63 | <dl>
|
64 | 64 | <dt>This version:
|
65 | 65 | <dd><a class="u-url" href="http://dev.w3.org/csswg/css-inline/">http://dev.w3.org/csswg/css-inline/</a>
|
66 | 66 | <dt>Latest version:
|
67 | 67 | <dd><a href="http://www.w3.org/TR/css-inline/">http://www.w3.org/TR/css-inline/</a>
|
68 | 68 | <dt>Previous Versions:
|
69 |
| - <dd><a href="http://www.w3.org/TR/2002/WD-css3-linebox-20020515/" rel="previous">http://www.w3.org/TR/2002/WD-css3-linebox-20020515/</a> |
| 69 | + <dd><a href="http://www.w3.org/TR/2015/WD-css-inline-3-20150917/" rel="previous">http://www.w3.org/TR/2015/WD-css-inline-3-20150917/</a> |
70 | 70 | <dd><a href="http://www.w3.org/TR/2014/WD-css-inline-3-20141218/" rel="previous">http://www.w3.org/TR/2014/WD-css-inline-3-20141218/</a>
|
| 71 | + <dd><a href="http://www.w3.org/TR/2002/WD-css3-linebox-20020515/" rel="previous">http://www.w3.org/TR/2002/WD-css3-linebox-20020515/</a> |
71 | 72 | <dt>Feedback:
|
72 |
| - <dd><span><a href="mailto:www-style@w3.org?subject=%5Bcss-inline%5D%20YOUR%20TOPIC%20HERE">www-style@w3.org</a> with subject line “<kbd>[css-inline] <var>… message topic …</var></kbd>” (<a href="http://lists.w3.org/Archives/Public/www-style/" rel="discussion">archives</a>)</span> |
| 73 | + <dd><span><a href="mailto:www-style@w3.org?subject=%5Bcss-inline%5D%20YOUR%20TOPIC%20HERE">www-style@w3.org</a> with subject line “<kbd>[css-inline] <i>… message topic …</i></kbd>” (<a href="http://lists.w3.org/Archives/Public/www-style/" rel="discussion">archives</a>)</span> |
73 | 74 | <dt>Issue Tracking:
|
74 |
| - <dd><a href="https://github.com/w3c/csswg-drafts/issues/">GitHub</a> |
75 | 75 | <dd><a href="#issues-index">Inline In Spec</a>
|
76 | 76 | <dt class="editor">Editors:
|
77 | 77 | <dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:dauwhe@gmail.com">Dave Cramer</a> (<span class="p-org org">Hachette Livre</span>)
|
@@ -212,7 +212,7 @@ <h2 class="heading settled" data-level="1" id="intro"><span class="secno">1. </s
|
212 | 212 | <p>This module defines the CSS Inline Layout model,
|
213 | 213 | replacing and extending the model as defined in CSS2.1.
|
214 | 214 | It is very much a work-in-progress, and implementers should reference CSS2.1 for now.</p>
|
215 |
| - <p>The <dfn data-dfn-type="dfn" data-noexport="" id="root-inline-box">root inline box<a class="self-link" href="#root-inline-box"></a></dfn> is an anonymous inline box |
| 215 | + <p>The <dfn data-dfn-type="dfn" data-export="" id="root-inline-box">root inline box<a class="self-link" href="#root-inline-box"></a></dfn> is an anonymous inline box |
216 | 216 | which is automatically generated to hold
|
217 | 217 | all of the <a data-link-type="dfn" href="https://drafts.csswg.org/css-display-3/#inline-level">inline-level</a> contents of a <a data-link-type="dfn" href="https://drafts.csswg.org/css-display-3/#block-container">block container</a> (if it has any).
|
218 | 218 | It inherits from its parent <a data-link-type="dfn" href="https://drafts.csswg.org/css-display-3/#block-container">block container</a>,
|
@@ -256,7 +256,7 @@ <h3 class="heading settled" data-level="2.1" id="dominant-baseline-property"><sp
|
256 | 256 | Values have the following meanings:</p>
|
257 | 257 | <dl>
|
258 | 258 | <dt><dfn class="css" data-dfn-for="dominant-baseline" data-dfn-type="value" data-export="" id="valdef-dominant-baseline-auto">auto<a class="self-link" href="#valdef-dominant-baseline-auto"></a></dfn>
|
259 |
| - <dd> Equivalent to <a class="css" data-link-type="maybe" href="#valdef-dominant-baseline-alphabetic">alphabetic</a> in <i>horizontal writing modes</i> and in <i>vertical writing modes</i> when <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-writing-modes-3/#propdef-text-orientation">text-orientation</a> is <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-writing-modes-3/#valdef-text-orientation-sideways">sideways</a>, <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-writing-modes-3/#valdef-text-orientation-sideways-right">sideways-right</a>, or <span class="css">sideways-left</span>. |
| 259 | + <dd> Equivalent to <a class="css" data-link-type="maybe" href="#valdef-dominant-baseline-alphabetic">alphabetic</a> in <i>horizontal writing modes</i> and in <i>vertical writing modes</i> when <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-writing-modes-3/#propdef-text-orientation">text-orientation</a> is <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-writing-modes-3/#valdef-text-orientation-sideways">sideways</a>, <span class="css">sideways-right</span>, or <span class="css">sideways-left</span>. |
260 | 260 | equivalent to <a class="css" data-link-type="maybe" href="#valdef-dominant-baseline-central">central</a> in <i>vertical writing modes</i> when <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-writing-modes-3/#propdef-text-orientation">text-orientation</a> is <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-writing-modes-3/#valdef-text-orientation-mixed">mixed</a> or <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-writing-modes-3/#valdef-text-orientation-upright">upright</a>.
|
261 | 261 | <dt><dfn class="css" data-dfn-for="dominant-baseline" data-dfn-type="value" data-export="" id="valdef-dominant-baseline-text-bottom">text-bottom<a class="self-link" href="#valdef-dominant-baseline-text-bottom"></a></dfn>
|
262 | 262 | <dd> Use the bottom of the em box as the baseline.
|
@@ -1223,7 +1223,6 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
|
1223 | 1223 | <li><a href="https://drafts.csswg.org/css-writing-modes-3/#valdef-text-orientation-mixed">mixed</a>
|
1224 | 1224 | <li><a href="https://drafts.csswg.org/css-writing-modes-3/#over">over</a>
|
1225 | 1225 | <li><a href="https://drafts.csswg.org/css-writing-modes-3/#valdef-text-orientation-sideways">sideways</a>
|
1226 |
| - <li><a href="https://drafts.csswg.org/css-writing-modes-3/#valdef-text-orientation-sideways-right">sideways-right</a> |
1227 | 1226 | <li><a href="https://drafts.csswg.org/css-writing-modes-3/#propdef-text-orientation">text-orientation</a>
|
1228 | 1227 | <li><a href="https://drafts.csswg.org/css-writing-modes-3/#under">under</a>
|
1229 | 1228 | <li><a href="https://drafts.csswg.org/css-writing-modes-3/#valdef-text-orientation-upright">upright</a>
|
@@ -1254,7 +1253,7 @@ <h3 class="no-num heading settled" id="normative"><span class="content">Normativ
|
1254 | 1253 | <dt id="biblio-css-color-4"><a class="self-link" href="#biblio-css-color-4"></a>[CSS-COLOR-4]
|
1255 | 1254 | <dd>CSS Color Module Level 4 URL: <a href="https://drafts.csswg.org/css-color-4/">https://drafts.csswg.org/css-color-4/</a>
|
1256 | 1255 | <dt id="biblio-css-display-3"><a class="self-link" href="#biblio-css-display-3"></a>[CSS-DISPLAY-3]
|
1257 |
| - <dd>Tab Atkins Jr.; Elika Etemad. <a href="http://www.w3.org/TR/css-display-3/">CSS Display Module Level 3</a>. 21 July 2015. WD. URL: <a href="http://www.w3.org/TR/css-display-3/">http://www.w3.org/TR/css-display-3/</a> |
| 1256 | + <dd>Tab Atkins Jr.; Elika Etemad. <a href="http://www.w3.org/TR/css-display-3/">CSS Display Module Level 3</a>. 15 October 2015. WD. URL: <a href="http://www.w3.org/TR/css-display-3/">http://www.w3.org/TR/css-display-3/</a> |
1258 | 1257 | <dt id="biblio-css-fonts-3"><a class="self-link" href="#biblio-css-fonts-3"></a>[CSS-FONTS-3]
|
1259 | 1258 | <dd>John Daggett. <a href="http://www.w3.org/TR/css-fonts-3/">CSS Fonts Module Level 3</a>. 3 October 2013. CR. URL: <a href="http://www.w3.org/TR/css-fonts-3/">http://www.w3.org/TR/css-fonts-3/</a>
|
1260 | 1259 | <dt id="biblio-css-ruby-1"><a class="self-link" href="#biblio-css-ruby-1"></a>[CSS-RUBY-1]
|
|
0 commit comments