Skip to content

Commit 19350e1

Browse files
committed
[css-exclusions] change <shape> to <basic-shape>
1 parent 0d0aae6 commit 19350e1

2 files changed

Lines changed: 24 additions & 23 deletions

File tree

css-exclusions/Exclusions.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@ <h4 id="shape-outside-property">The 'shape-outside' Property</h4>
14711471
</tr>
14721472
<tr>
14731473
<th>Value:</th>
1474-
<td><var>auto</var> | <var>&lt;shape&gt;</var> | <var>&lt;uri&gt;</var></td>
1474+
<td><var>auto</var> | <var>&lt;basic-shape&gt;</var> | <var>&lt;uri&gt;</var></td>
14751475
</tr>
14761476
<tr>
14771477
<th>Initial:</th>
@@ -1495,7 +1495,7 @@ <h4 id="shape-outside-property">The 'shape-outside' Property</h4>
14951495
</tr>
14961496
<tr>
14971497
<th>Computed&nbsp;value:</th>
1498-
<td>computed lengths for &lt;shape&gt;, the absolute URI for &lt;uri&gt;, otherwise as specified</td>
1498+
<td>computed lengths for &lt;basic-shape&gt;, the absolute URI for &lt;uri&gt;, otherwise as specified</td>
14991499
</tr>
15001500
</table>
15011501

@@ -1507,7 +1507,7 @@ <h4 id="shape-outside-property">The 'shape-outside' Property</h4>
15071507
or computed based on the margin box for floats.</dd>
15081508
</dl>
15091509
<dl>
1510-
<dt><dfn title="'shape-outside'!!'&lt;shape&gt;'">&lt;shape&gt;</dfn></dt>
1510+
<dt><dfn title="'shape-outside'!!'&lt;basic-shape&gt;'">&lt;basic-shape&gt;</dfn></dt>
15111511
<dd>
15121512
The shape is computed based on the values of one of 'rectangle', 'circle', 'ellipse'
15131513
or 'polygon'.
@@ -1575,7 +1575,7 @@ <h4 id="shape-inside-property">The 'shape-inside' Property</h4>
15751575
</tr>
15761576
<tr>
15771577
<th>Value:</th>
1578-
<td><var>outside-shape</var> | <var>auto</var> | <var>&lt;shape&gt;</var> | <var>&lt;uri&gt;</var></td>
1578+
<td><var>outside-shape</var> | <var>auto</var> | <var>&lt;basic-shape&gt;</var> | <var>&lt;uri&gt;</var></td>
15791579
</tr>
15801580
<tr>
15811581
<th>Initial:</th>
@@ -1599,7 +1599,7 @@ <h4 id="shape-inside-property">The 'shape-inside' Property</h4>
15991599
</tr>
16001600
<tr>
16011601
<th>Computed&nbsp;value:</th>
1602-
<td>computed lengths for &lt;shape&gt;, the absolute URI for &lt;uri&gt;, otherwise as specified</td>
1602+
<td>computed lengths for &lt;basic-shape&gt;, the absolute URI for &lt;uri&gt;, otherwise as specified</td>
16031603
</tr>
16041604
</table>
16051605

@@ -1632,7 +1632,7 @@ <h4 id="shape-inside-property">The 'shape-inside' Property</h4>
16321632
</dd>
16331633
</dl>
16341634
<dl>
1635-
<dt><dfn title="'shape-inside'!!'&lt;shape&gt;'">&lt;shape&gt;</dfn></dt>
1635+
<dt><dfn title="'shape-inside'!!'&lt;basic-shape&gt;'">&lt;basic-shape&gt;</dfn></dt>
16361636
<dd>
16371637
The shape is computed based on the values of one of 'rectangle', 'circle', 'ellipse'
16381638
or 'polygon'.

css-exclusions/Overview.html

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dc.rights>
1313
<meta content="CSS Exclusions and Shapes Module Level 3" name=dc.title>
1414
<meta content=text name=dc.type>
15-
<meta content=2013-04-04 name=dc.date>
15+
<meta content=2013-04-05 name=dc.date>
1616
<meta content="Vincent Hardy" name=dc.creator>
1717
<meta content="Rossen Atanassov" name=dc.creator>
1818
<meta content="Alan Stearns" name=dc.creator>
@@ -55,14 +55,14 @@
5555

5656
<h1 id=css-exclusions-module>CSS Exclusions and Shapes Module Level 3</h1>
5757

58-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 April 2013</h2>
58+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 April 2013</h2>
5959

6060
<dl>
6161
<dt>This version:
6262

6363
<dd><a
6464
href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd>
65-
<!--<dd><a href="http://dev.w3.org/csswg/css3-exclusions/">http://www.w3.org/TR/2013/WD-css3-exclusions-20130404/</a></dd>-->
65+
<!--<dd><a href="http://dev.w3.org/csswg/css3-exclusions/">http://www.w3.org/TR/2013/WD-css3-exclusions-20130405/</a></dd>-->
6666

6767
<dt>Latest version:
6868

@@ -100,7 +100,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 April 2013</h2>
100100
<dt>Feedback:
101101

102102
<dd><a
103-
href="mailto:www-style@w3.org?subject=%5Bcss-exclusions%5D%20feedback">www-style@w3.org</a>
103+
href="mailto:www-style@w3.org?subject=%5B[css-exclusions]%5D%20feedback">www-style@w3.org</a>
104104
with subject line “<kbd>[css-exclusions] <var>… message topic
105105
</var></kbd>” (<a
106106
href="http://lists.w3.org/Archives/Public/www-style/"
@@ -1893,7 +1893,8 @@ <h4 id=shape-outside-property><span class=secno>4.4.1. </span>The ‘<a
18931893
<tr>
18941894
<th>Value:
18951895

1896-
<td><var>auto</var> | <var>&lt;shape&gt;</var> | <var>&lt;uri&gt;</var>
1896+
<td><var>auto</var> | <var>&lt;basic-shape&gt;</var> |
1897+
<var>&lt;uri&gt;</var>
18971898

18981899
<tr>
18991900
<th>Initial:
@@ -1923,7 +1924,7 @@ <h4 id=shape-outside-property><span class=secno>4.4.1. </span>The ‘<a
19231924
<tr>
19241925
<th>Computed value:
19251926

1926-
<td>computed lengths for &lt;shape&gt;, the absolute URI for
1927+
<td>computed lengths for &lt;basic-shape&gt;, the absolute URI for
19271928
&lt;uri&gt;, otherwise as specified
19281929
</table>
19291930

@@ -1937,8 +1938,8 @@ <h4 id=shape-outside-property><span class=secno>4.4.1. </span>The ‘<a
19371938
</dl>
19381939

19391940
<dl>
1940-
<dt><dfn id=ltshapegt
1941-
title="'shape-outside'!!'&lt;shape&gt;'">&lt;shape&gt;</dfn>
1941+
<dt><dfn id=ltbasic-shapegt
1942+
title="'shape-outside'!!'&lt;basic-shape&gt;'">&lt;basic-shape&gt;</dfn>
19421943

19431944
<dd> The shape is computed based on the values of one of ‘<a
19441945
href="#rectangle"><code class=property>rectangle</code></a>’, ‘<a
@@ -2010,7 +2011,7 @@ <h4 id=shape-inside-property><span class=secno>4.4.2. </span>The ‘<a
20102011
<th>Value:
20112012

20122013
<td><var>outside-shape</var> | <var>auto</var> |
2013-
<var>&lt;shape&gt;</var> | <var>&lt;uri&gt;</var>
2014+
<var>&lt;basic-shape&gt;</var> | <var>&lt;uri&gt;</var>
20142015

20152016
<tr>
20162017
<th>Initial:
@@ -2040,7 +2041,7 @@ <h4 id=shape-inside-property><span class=secno>4.4.2. </span>The ‘<a
20402041
<tr>
20412042
<th>Computed value:
20422043

2043-
<td>computed lengths for &lt;shape&gt;, the absolute URI for
2044+
<td>computed lengths for &lt;basic-shape&gt;, the absolute URI for
20442045
&lt;uri&gt;, otherwise as specified
20452046
</table>
20462047

@@ -2075,8 +2076,8 @@ <h4 id=shape-inside-property><span class=secno>4.4.2. </span>The ‘<a
20752076
</dl>
20762077

20772078
<dl>
2078-
<dt><dfn id=ltshapegt0
2079-
title="'shape-inside'!!'&lt;shape&gt;'">&lt;shape&gt;</dfn>
2079+
<dt><dfn id=ltbasic-shapegt0
2080+
title="'shape-inside'!!'&lt;basic-shape&gt;'">&lt;basic-shape&gt;</dfn>
20802081

20812082
<dd> The shape is computed based on the values of one of ‘<a
20822083
href="#rectangle"><code class=property>rectangle</code></a>’, ‘<a
@@ -2688,10 +2689,10 @@ <h2 class=no-num id=index>Index</h2>
26882689
<li>'auto', <a href="#auto1"
26892690
title="section 4.4.2."><strong>4.4.2.</strong></a>
26902691

2691-
<li>'outside-shape', <a href="#outside-shape"
2692+
<li>'&lt;basic-shape&gt;', <a href="#ltbasic-shapegt0"
26922693
title="section 4.4.2."><strong>4.4.2.</strong></a>
26932694

2694-
<li>'&lt;shape&gt;', <a href="#ltshapegt0"
2695+
<li>'outside-shape', <a href="#outside-shape"
26952696
title="section 4.4.2."><strong>4.4.2.</strong></a>
26962697

26972698
<li>'&lt;uri&gt;', <a href="#lturigt0"
@@ -2707,7 +2708,7 @@ <h2 class=no-num id=index>Index</h2>
27072708
<li>'auto', <a href="#auto0"
27082709
title="section 4.4.1."><strong>4.4.1.</strong></a>
27092710

2710-
<li>'&lt;shape&gt;', <a href="#ltshapegt"
2711+
<li>'&lt;basic-shape&gt;', <a href="#ltbasic-shapegt"
27112712
title="section 4.4.1."><strong>4.4.1.</strong></a>
27122713

27132714
<li>'&lt;uri&gt;', <a href="#lturigt"
@@ -2806,7 +2807,7 @@ <h2 class=no-num id=property-index>Property index</h2>
28062807
<tr>
28072808
<th><a class=property href="#shape-inside">shape-inside</a>
28082809

2809-
<td>outside-shape | auto | &lt;shape&gt; | &lt;uri&gt;
2810+
<td>outside-shape | auto | &lt;basic-shape&gt; | &lt;uri&gt;
28102811

28112812
<td>outside-shape
28122813

@@ -2836,7 +2837,7 @@ <h2 class=no-num id=property-index>Property index</h2>
28362837
<tr>
28372838
<th><a class=property href="#shape-outside">shape-outside</a>
28382839

2839-
<td>auto | &lt;shape&gt; | &lt;uri&gt;
2840+
<td>auto | &lt;basic-shape&gt; | &lt;uri&gt;
28402841

28412842
<td>auto
28422843

0 commit comments

Comments
 (0)