Skip to content

Commit 006084f

Browse files
committed
[css-shapes] remove 'percentage resolves to 0' sentence from basic shapes
1 parent f3bb20c commit 006084f

2 files changed

Lines changed: 7 additions & 12 deletions

File tree

css-shapes/Overview.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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-03 name=dcterms.date>
15+
<meta content=2013-07-10 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>
@@ -51,7 +51,7 @@
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 3 July 2013</h2>
54+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 July 2013</h2>
5555

5656
<dl>
5757
<dt>This version:
@@ -401,11 +401,7 @@ <h3 id=basic-shapes-from-svg-syntax><span class=secno>3.2. </span>Basic
401401
resolved as <a
402402
href="http://www.w3.org/TR/SVG/coords.html#Units">specified</a> in the SVG
403403
recommendation <a href="#SVG11"
404-
rel=biblioentry>[SVG11]<!--{{!SVG11}}--></a>. If the relevant box of the
405-
element is dependent on auto sizing (i.e., the element's ‘<code
406-
class=property>width</code>’ or ‘<code class=property>height</code>
407-
property is ‘<code class=property>auto</code>’), then the percentage
408-
values resolve to 0.
404+
rel=biblioentry>[SVG11]<!--{{!SVG11}}--></a>.
409405

410406
<h4 id=supported-basic-shapes><span class=secno>3.2.1. </span>Supported
411407
Shapes</h4>
@@ -1297,6 +1293,9 @@ <h3 class=no-num id=since-june-20th-2013>Since <a
12971293
2013</a></h3>
12981294

12991295
<ul>
1296+
<li>Remove ‘<code class=css>percentages based on auto-sizing resolve to
1297+
0</code>
1298+
13001299
<li>Change initial value of shape-image-threshold to 0.0
13011300

13021301
<li>Change float positioning to be unaffected by shape-outside

css-shapes/Overview.src.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,6 @@ <h3 id="basic-shapes-from-svg-syntax">Basic Shapes</h3>
298298
a percentage value is resolved as
299299
<a href="http://www.w3.org/TR/SVG/coords.html#Units">specified</a>
300300
in the SVG recommendation [[!SVG11]].
301-
If the relevant box of the element
302-
is dependent on auto sizing
303-
(i.e., the element's 'width' or 'height' property is 'auto'),
304-
then the percentage values
305-
resolve to 0.
306301
</p>
307302

308303

@@ -852,6 +847,7 @@ <h2 class="no-num" id="change-log">Change Log</h2>
852847

853848
<h3 class="no-num" >Since <a href="http://www.w3.org/TR/2013/WD-css-shapes-1-20130620/">June 20th 2013</a></h3>
854849
<ul>
850+
<li>Remove 'percentages based on auto-sizing resolve to 0'</li>
855851
<li>Change initial value of shape-image-threshold to 0.0</li>
856852
<li>Change float positioning to be unaffected by shape-outside</li>
857853
<li>Shapes on floats clipped to float's margin box</li>

0 commit comments

Comments
 (0)