@@ -12,7 +12,7 @@ Abstract: This module contains the features of CSS level 3 relating to the <<ima
1212Issue Tracking : Tracker http://www.w3.org/Style/CSS/Tracker/products/27
1313Previous Version : http://www.w3.org/TR/2012/CR-css3-images-20120417/
1414Previous Version : http://www.w3.org/TR/2012/WD-css3-images-20120112/
15- Ignored Terms : <offset>, background positioning area, border image area, <meetorslice>, <ending-shape>, Map
15+ Ignored Terms : <offset>, background positioning area, border image area, <meetorslice>, <ending-shape>, Map, center
1616Link Defaults : css21 (property) display
1717</pre>
1818
@@ -676,7 +676,7 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
676676
677677 The arguments are defined as follows:
678678
679- <dl dfn-type=value dfn-for="radial-gradient() repeating-radial-gradient()">
679+ <dl dfn-type=value dfn-for="radial-gradient(), repeating-radial-gradient()">
680680 <dt> <dfn><<position>></dfn>
681681 <dd>
682682 Determines the <dfn dfn>gradient center</dfn> of the gradient.
@@ -686,11 +686,11 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
686686 and is resolved using the center-point as the object area
687687 and the <a>gradient box</a> as the positioning area.
688688 If this argument is omitted,
689- it defaults to ''center'' .
689+ it defaults to ''<position>/ center'' .
690690
691691 <dt> <dfn><<ending-shape>></dfn>
692692 <dd>
693- Can be either '' circle'' or '' ellipse'' ;
693+ Can be either <dfn value for="<ending-shape>"> circle</dfn> or <dfn value for="<ending-shape>"> ellipse</dfn> ;
694694 determines whether the gradient's <a>ending shape</a> is a circle or an ellipse, respectively.
695695 If <<ending-shape>> is omitted,
696696 the <a>ending shape</a> defaults to a circle
0 commit comments