1212 rel =dcterms.rights >
1313 < meta content ="CSS Shapes Module Level 1 " name =dcterms.title >
1414 < meta content =text name =dcterms.type >
15- < meta content =2013-07-12 name =dcterms.date >
15+ < meta content =2013-07-15 name =dcterms.date >
1616 < meta content ="Vincent Hardy " name =dcterms.creator >
1717 < meta content ="Rossen Atanassov " name =dcterms.creator >
1818 < meta content ="Alan Stearns " name =dcterms.creator >
5151
5252 < h1 id =css-shapes-module > CSS Shapes Module Level 1</ h1 >
5353
54- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 12 July 2013</ h2 >
54+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 15 July 2013</ h2 >
5555
5656 < dl >
5757 < dt > This version:
@@ -410,41 +410,42 @@ <h4 id=supported-basic-shapes><span class=secno>3.2.1. </span>Supported
410410
411411 < dl >
412412 < dt > < dfn
413- id =rectangle > rectangle</ dfn > ([<length>|<percentage>]{4} [
414- curve [<length>|<percentage>]{1,2} ]? )
413+ id =rectangle > rectangle</ dfn > ([<length>|<percentage>][,
414+ [<length>|<percentage>]]{3,5} )
415415
416416 < dd >
417417 < ul >
418- < li > The four values represent < strong > x, y, width</ strong > and
418+ < li > The first four values represent < strong > x, y, width</ strong > and
419419 < strong > height</ strong > . They define the bounding box of the rectangle.
420420 Negative values for width and height are invalid.
421421
422- < li > The two ‘ < code class = property > curve </ code > ’ values represent
423- < strong > rx </ strong > and < strong > ry</ strong > . For rounded rectangles
424- they define the x-axis radius and y-axis radius of the ellipse used to
425- round off the corners of the rectangle. Negative values for rx and ry
426- are invalid. See notes below on edge cases for these values.
422+ < li > The last two optional values represent < strong > rx </ strong > and
423+ < strong > ry</ strong > . For rounded rectangles they define the x-axis
424+ radius and y-axis radius of the ellipse used to round off the corners
425+ of the rectangle. Negative values for rx and ry are invalid. See notes
426+ below on edge cases for these values.
427427 </ ul >
428428
429429 < dt > < dfn
430- id =inset-rectangle > inset-rectangle</ dfn > ([<length>|<percentage>]{4}
431- [ curve [ <length>|<percentage>]{1,2} ]? )
430+ id =inset-rectangle > inset-rectangle</ dfn > ([<length>|<percentage>][,
431+ [<length>|<percentage>]]{3,5} )
432432
433433 < dd >
434434 < ul >
435- < li > The four values represent the < strong > top, right, bottom </ strong >
436- and < strong > left</ strong > insets that define the bounding box of the
437- inset rectangle. Negative values for any of these insets are invalid.
438-
439- < li > The two ‘ < code class = property > curve </ code > ’ values represent
440- < strong > rx </ strong > and < strong > ry </ strong > . For rounded inset
441- rectangles they define the x-axis radius and y-axis radius of the
442- ellipse used to round off the corners of the inset rectangle. Negative
443- values for rx and ry are invalid. See notes below on edge cases for
444- these values.
435+ < li > The first four values represent the < strong > top, right,
436+ bottom </ strong > and < strong > left</ strong > insets that define the
437+ bounding box of the inset rectangle. Negative values for any of these
438+ insets are invalid.
439+
440+ < li > The last two optional values represent < strong > rx </ strong > and
441+ < strong > ry </ strong > . For rounded inset rectangles they define the
442+ x-axis radius and y-axis radius of the ellipse used to round off the
443+ corners of the inset rectangle. Negative values for rx and ry are
444+ invalid. See notes below on edge cases for these values.
445445 </ ul >
446446
447- < dt > < dfn id =circle > circle</ dfn > ([<length>|<percentage>]{3})
447+ < dt > < dfn id =circle > circle</ dfn > ([<length>|<percentage>][,
448+ [<length>|<percentage>]]{2})
448449
449450 < dd >
450451 < ul >
@@ -454,7 +455,8 @@ <h4 id=supported-basic-shapes><span class=secno>3.2.1. </span>Supported
454455 circle. A negative value for r is invalid.
455456 </ ul >
456457
457- < dt > < dfn id =ellipse > ellipse</ dfn > ([<length>|<percentage>]{4})
458+ < dt > < dfn id =ellipse > ellipse</ dfn > ([<length>|<percentage>][,
459+ [<length>|<percentage>]]{3})
458460
459461 < dd >
460462 < ul >
@@ -465,8 +467,8 @@ <h4 id=supported-basic-shapes><span class=secno>3.2.1. </span>Supported
465467 invalid.
466468 </ ul >
467469
468- < dt > < dfn id = polygon > polygon </ dfn > ([<fill-rule>,]?
469- [<length>|<percentage>]{2}#)
470+ < dt > < dfn
471+ id = polygon > polygon </ dfn > ([<fill-rule>,]? [<length>|<percentage>]{2}#)
470472
471473 < dd >
472474 < ul >
@@ -1293,6 +1295,8 @@ <h3 class=no-num id=since-june-20th-2013>Since <a
12931295 2013</ a > </ h3 >
12941296
12951297 < ul >
1298+ < li > Fixed basic shape grammar to use comma separators
1299+
12961300 < li > Remove ‘< code class =css > percentages based on auto-sizing resolve to
12971301 0</ code > ’
12981302
0 commit comments