Skip to content

Commit 3f13b62

Browse files
committed
which doesn't work yet. (Needs an update of the css3-values WD.)
1 parent 48c91b8 commit 3f13b62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css3-images/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
657657
<dl>
658658

659659
<dt id='radial-position'><dfn>&lt;position></dfn></dt>
660-
<dd>Determines the center of the gradient. The <a href="//www.w3.org/TR/css3-values/#position"><i>&lt;position></i></a> value type (which is also used for 'background-position') is defined in [[!CSS3VAL]], and is resolved using the center-point as the object area and the <i>gradient box</i> as the positioning area. If this argument is omitted, it defaults to ''center''.
660+
<dd>Determines the center of the gradient. The <!-- FIXME a href="//www.w3.org/TR/css3-values/#position"--><i>&lt;position></i><!--/a--> value type (which is also used for 'background-position') is defined in [[!CSS3VAL]], and is resolved using the center-point as the object area and the <i>gradient box</i> as the positioning area. If this argument is omitted, it defaults to ''center''.
661661

662662
<dt id='radial-shape'><dfn>&lt;shape></dfn></dt>
663663
<dd>Can be either ''circle'' or ''ellipse''; determines whether the
@@ -1330,7 +1330,7 @@ <h3 id="object-position">
13301330
<td>specified value
13311331
</table>
13321332

1333-
<p>The 'object-position' property determines the alignment of the replaced element inside its box. The <a href="//www.w3.org/TR/css3-values/#position"><i>&lt;position></i></a> value type (which is also used for 'background-position') is defined in [[!CSS3VAL]], and is resolved using the <i>concrete object size</i> as the object area and the content box as the positioning area.
1333+
<p>The 'object-position' property determines the alignment of the replaced element inside its box. The <!-- FIXME a href="//www.w3.org/TR/css3-values/#position"--><i>&lt;position></i><!--/a--> value type (which is also used for 'background-position') is defined in [[!CSS3VAL]], and is resolved using the <i>concrete object size</i> as the object area and the content box as the positioning area.
13341334

13351335
<p class="note">Note that areas of the box not covered by the replaced
13361336
element will show the element's background.</p>

0 commit comments

Comments
 (0)