Skip to content

Commit f0ca16e

Browse files
committed
[css-inline] Fix computed value line for baseline-shift.
1 parent 8bfbf2c commit f0ca16e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css-inline/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Alignment Shift: 'baseline-shift' longhand</h4>
197197
Inherited: no
198198
Percentages: refer to the used value of 'line-height'
199199
Media: visual
200-
Computed value: as specified
200+
Computed value: absolute length, percentage, or keyword specified
201201
</pre>
202202

203203
<p>This property specifies by how much the box is shifted up
@@ -225,7 +225,7 @@ Alignment Shift: 'baseline-shift' longhand</h4>
225225
(The UA should use the parent’s font data to find this offset whenever possible.)
226226
</dl>
227227

228-
<p>User agents <em>may</em> additionally support the keyword <dfn for=baseline-shift>''baseline''</dfn>
228+
<p>User agents <em>may</em> additionally support the keyword <dfn for=baseline-shift type=value>baseline</dfn>
229229
as computing to ''0''
230230
if is necessary for them to support legacy SVG content.
231231

css-inline/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ <h4 class="heading settled" data-level="1.2.2" id="baseline-shift-property"><spa
582582
<td>visual
583583
<tr>
584584
<th>Computed value:
585-
<td>as specified
585+
<td>absolute length, percentage, or keyword specified
586586
<tr>
587587
<th>Animatable:
588588
<td>no</table>
@@ -626,7 +626,7 @@ <h4 class="heading settled" data-level="1.2.2" id="baseline-shift-property"><spa
626626
</dl>
627627

628628

629-
<p>User agents <em>may</em> additionally support the keyword <dfn class="css" data-dfn-for="baseline-shift" data-dfn-type="value" data-export="" id="valdef-baseline-shift-baseline"><a class="css" data-link-type="maybe" href="#valdef-alignment-baseline-baseline">baseline</a><a class="self-link" href="#valdef-baseline-shift-baseline"></a></dfn>
629+
<p>User agents <em>may</em> additionally support the keyword <dfn data-dfn-for="baseline-shift" data-dfn-type="dfn" data-noexport="" id="baseline" type="value">baseline<a class="self-link" href="#baseline"></a></dfn>
630630
as computing to <span class="css">0</span>
631631
if is necessary for them to support legacy SVG content.
632632

@@ -1378,7 +1378,7 @@ <h2 class="no-num heading settled" id="index"><span class="content">Index</span>
13781378
<li>baseline
13791379
<ul>
13801380
<li>value for alignment-baseline, <a href="#valdef-alignment-baseline-baseline">1.2.1</a>
1381-
<li>value for baseline-shift, <a href="#valdef-baseline-shift-baseline">1.2.2</a>
1381+
<li>dfn for baseline-shift, <a href="#baseline">1.2.2</a>
13821382
</ul>
13831383
<li>baseline-shift, <a href="#propdef-baseline-shift">1.2.2</a>
13841384
<li>before-edge, <a href="#valdef-alignment-baseline-before-edge">1.2.1</a>
@@ -1479,7 +1479,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
14791479
<td>refer to the used value of line-height
14801480
<td>visual
14811481
<td>no
1482-
<td>as specified
1482+
<td>absolute length, percentage, or keyword specified
14831483
<tr>
14841484
<th scope="row"><a class="css" data-link-type="property" href="#propdef-initial-letter">initial-letter</a>
14851485
<td>normal | [&lt;number> &lt;integer>?]

0 commit comments

Comments
 (0)