- From: Rossen Atanassov via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Feb 2012 10:06:41 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-exclusions
In directory hutz:/tmp/cvs-serv26074
Modified Files:
Exclusions.src.html Overview.html
Log Message:
Updated comments for the grammar values of the shape properties
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/Overview.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Overview.html 7 Feb 2012 16:58:40 -0000 1.28
+++ Overview.html 8 Feb 2012 10:06:38 -0000 1.29
@@ -116,7 +116,7 @@
<h1 id=css-exclusions-module>CSS Exclusions and Shapes Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 February
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 February
2012</h2>
<dl>
@@ -124,7 +124,7 @@
<dd><a
href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd>
- <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120207/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120207/</a></dd>-->
+ <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120208/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120208/</a></dd>-->
<dt>Latest version:
@@ -1189,53 +1189,40 @@
are supported by the CSS shapes module.
<dl>
- <dt>rectangle(<length>{4} [<‘<code
- class=property>border-corner-shape</code>’>
- <length>{1,2}]? )
+ <dt>rectangle(<length>{4} [ curve <length>{1,2} ]? )
<dd>
<ul>
- <li id=x-y-width-and-height--define-the-boundin><strong>x, y, width and
- height</strong> - define the bounding box of the rectangle
-
- <li id=rx--for-rounded-rectangles-the-x-axis-ra><strong>rx</strong> -
- For rounded rectangles, the x-axis radius of the ellipse used to round
- off the corners of the rectangle
+ <li id=the-four-values-represent-x-y-width-and->The four values
+ represent <strong>x, y, width and height</strong> - define the bounding
+ box of the rectangle
- <li id=ry--for-rounded-rectangles-the-y-axis-ra><strong>ry</strong> -
- For rounded rectangles, the y-axis radius of the ellipse used to round
- off the corners of the rectangle
+ <li id=the-two-curve-values-represent-rx-and-ry> The two ‘<code
+ class=property>curve</code>’ values represent <strong>
+ rx</strong> and <strong>ry</strong> - define the rounded rectangles,
+ the <strong>x</strong> and <strong>y</strong> axis and radius of the
+ ellipse used to round off the corners of the rectangle
</ul>
- <dt>circle(<lentgh>{3})
+ <dt>circle(<length>{3})
<dd>
<ul>
- <li id=cx--the-x-axis-coordinate-of-the-center-><strong>cx</strong> -
- The x-axis coordinate of the center of the circle
-
- <li id=cy--the-y-axis-coordinate-of-the-center-><strong>cy</strong> -
- The y-axis coordinate of the center of the circle
-
- <li id=r--the-radius-of-the-circle><strong>r</strong> - The radius of
- the circle
+ <li id=the-three-values-values-represent-cx-cy-> The three values values
+ represent <strong>cx</strong>, <strong>cy</strong>, <strong>r</strong>
+ - The <strong>x</strong> and <strong>y</strong> axis coordinate of the
+ center of the circle and the radius of the circle
</ul>
- <dt>ellipse(<lentgh>{4})
+ <dt>ellipse(<length>{4})
<dd>
<ul>
- <li id=cx--the-x-axis-coordinate-of-the-center-0><strong>cx</strong> -
- The x-axis coordinate of the center of the ellipse
-
- <li id=cy--the-y-axis-coordinate-of-the-center-0><strong>cy</strong> -
- The y-axis coordinate of the center of the ellipse
-
- <li id=rx--the-x-axis-radius-of-the-ellipse><strong>rx</strong> - The
- x-axis radius of the ellipse
-
- <li id=ry--the-y-axis-radius-of-the-ellipse><strong>ry</strong> - The
- y-axis radius of the ellipse
+ <li id=the-four-values-represent-cx-cy-rx-and-r>The four values
+ represent <strong>cx</strong>, <strong>cy</strong>, <strong>rx</strong>
+ and <strong>ry</strong> - The <strong>x</strong> and <strong>y</strong>
+ coordinate of the center of the ellipse and the <strong>x</strong> and
+ <strong>y</strong> axis radius of the ellipse
</ul>
<dt>polygon([<fill-rule>,]? <length>{2}#)
@@ -1248,11 +1235,10 @@
fill-rule property in SVG for details. Possible values are nonzero or
evenodd. Default value when omitted is nonzero.
- <li id=xi--the-x-axis-coordinate-of-the-i-th-ve><strong>xi</strong> -
- The x-axis coordinate of the i-th vertex of the polygon
-
- <li id=yi--the-y-axis-coordinate-of-the-i-th-ve><strong>yi</strong> -
- The y-axis coordinate of the i-th vertex of the polygon
+ <li id=the-two-length-values-represent-xi-and-y> The two length values
+ represent <strong>xi</strong> and <strong>yi</strong> - The
+ <strong>x</strong> and <strong>y</strong> axis coordinate of the i-th
+ vertex of the polygon and
</ul>
<p id=if-the-polygon-is-not-closed-the-user-ag> If the polygon is not
Index: Exclusions.src.html
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/Exclusions.src.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Exclusions.src.html 7 Feb 2012 16:58:40 -0000 1.27
+++ Exclusions.src.html 8 Feb 2012 10:06:38 -0000 1.28
@@ -824,31 +824,35 @@
<h4 id="supported-svg-shapes">Supported SVG Shapes</h4>
The following SVG shapes are supported by the CSS shapes module.
<dl>
- <dt>rectangle(<length>{4} [<'border-corner-shape'> <length>{1,2}]? )</dt>
+ <dt>rectangle(<length>{4} [ curve <length>{1,2} ]? )</dt>
<dd>
<ul>
- <li><strong>x, y, width and height</strong> - define the bounding box of the rectangle</li>
- <li><strong>rx</strong> - For rounded rectangles, the x-axis radius of the ellipse used
- to round off the corners of the rectangle</li>
- <li><strong>ry</strong> - For rounded rectangles, the y-axis radius of the ellipse used
- to round off the corners of the rectangle</li>
+ <li>The four values represent <strong>x, y, width and height</strong> - define the bounding box of the rectangle</li>
+ <li>
+ The two 'curve' values represent <strong>
+ rx</strong> and <strong>ry</strong> - define the rounded rectangles, the <strong>x</strong>
+ and <strong>y</strong> axis and radius of the ellipse used to round off the corners
+ of the rectangle
+ </li>
</ul>
</dd>
- <dt>circle(<lentgh>{3})</dt>
+ <dt>circle(<length>{3})</dt>
<dd>
<ul>
- <li><strong>cx</strong> - The x-axis coordinate of the center of the circle</li>
- <li><strong>cy</strong> - The y-axis coordinate of the center of the circle</li>
- <li><strong>r</strong> - The radius of the circle</li>
+ <li>
+ The three values values represent <strong>cx</strong>, <strong>cy</strong>,
+ <strong>r</strong> - The <strong>x</strong> and <strong>y</strong> axis coordinate
+ of the center of the circle and the radius of the circle
+ </li>
</ul>
</dd>
- <dt>ellipse(<lentgh>{4})</dt>
+ <dt>ellipse(<length>{4})</dt>
<dd>
<ul>
- <li><strong>cx</strong> - The x-axis coordinate of the center of the ellipse</li>
- <li><strong>cy</strong> - The y-axis coordinate of the center of the ellipse</li>
- <li><strong>rx</strong> - The x-axis radius of the ellipse</li>
- <li><strong>ry</strong> - The y-axis radius of the ellipse</li>
+ <li>The four values represent <strong>cx</strong>, <strong>cy</strong>, <strong>rx</strong> and <strong>ry</strong> -
+ The <strong>x</strong> and <strong>y</strong> coordinate of the center of the ellipse and
+ the <strong>x</strong> and <strong>y</strong> axis radius of the ellipse
+ </li>
</ul>
</dd>
<dt>polygon([<fill-rule>,]? <length>{2}#)</dt>
@@ -857,8 +861,10 @@
<li><strong>fillRule</strong> - The filling rule used to determine the interior of the
polygon. See fill-rule property in SVG for details. Possible values are nonzero
or evenodd. Default value when omitted is nonzero.</li>
- <li><strong>xi</strong> - The x-axis coordinate of the i-th vertex of the polygon</li>
- <li><strong>yi</strong> - The y-axis coordinate of the i-th vertex of the polygon</li>
+ <li>
+ The two length values represent <strong>xi</strong> and <strong>yi</strong> -
+ The <strong>x</strong> and <strong>y</strong> axis coordinate of the i-th vertex of the polygon and
+ </li>
</ul>
<p>
If the polygon is not closed the user-agent will automatically add a new vertex
Received on Wednesday, 8 February 2012 10:08:46 UTC