Skip to content

Commit 805fadf

Browse files
committed
[css3-exclusions] minor clarifications to shape-inside
1 parent 5df52e3 commit 805fadf

2 files changed

Lines changed: 19 additions & 10 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,13 @@ <h4 id="shape-inside-property">The 'shape-inside' Property</h4>
15511551
<dl>
15521552
<dt><dfn title="'shape-inside'!!'outside-shape'">outside-shape</dfn></dt>
15531553
<dd>
1554-
The shape is computed based on the computed value of the 'shape-outside' property.
1554+
The shape is computed
1555+
based on the computed value
1556+
of the 'shape-outside' property.
1557+
E.g., when shape-outside
1558+
computes to 'auto',
1559+
use the meaning of 'auto' below
1560+
to compute the shape.
15551561
</dd>
15561562
</dl>
15571563
<dl>
@@ -1609,7 +1615,8 @@ <h4 id="shape-inside-property">The 'shape-inside' Property</h4>
16091615
that fits inside the content area
16101616
defined by the shape.
16111617
Further overflow is laid out
1612-
below the shape's bottom edge
1618+
below the bottom edge
1619+
of the shape's bounding box
16131620
as if 'shape-inside' computes to 'auto'.</p>
16141621

16151622
<div class='figure'>

css3-exclusions/Overview.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<meta content="CSS Exclusions and Shapes Module Level 3"
1414
name=dcterms.title>
1515
<meta content=text name=dcterms.type>
16-
<meta content=2012-11-22 name=dcterms.issued>
16+
<meta content=2012-11-29 name=dcterms.issued>
1717
<meta content="http://dev.w3.org/csswg/css3-exclusions/"
1818
name=dcterms.creator>
1919
<meta content=W3C name=dcterms.publisher>
20-
<meta content="http://www.w3.org/TR/2012/ED-css3-exclusions-20121122/"
20+
<meta content="http://www.w3.org/TR/2012/ED-css3-exclusions-20121129/"
2121
name=dcterms.identifier>
2222
<link href="../shared/style/default.css" rel=stylesheet type="text/css">
2323
<script defer=defer
@@ -55,15 +55,15 @@
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 22 November
58+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 November
5959
2012</h2>
6060

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

6464
<dd><a
6565
href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd>
66-
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20121122/">http://www.w3.org/TR/2012/WD-css3-exclusions-20121122/</a></dd>-->
66+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20121129/">http://www.w3.org/TR/2012/WD-css3-exclusions-20121129/</a></dd>-->
6767

6868
<dt>Latest version:
6969

@@ -2039,7 +2039,9 @@ <h4 id=shape-inside-property><span class=secno>4.4.2. </span>The ‘<a
20392039

20402040
<dd> The shape is computed based on the computed value of the ‘<a
20412041
href="#shape-outside"><code class=property>shape-outside</code></a>
2042-
property.
2042+
property. E.g., when shape-outside computes to ‘<code
2043+
class=property>auto</code>’, use the meaning of ‘<code
2044+
class=property>auto</code>’ below to compute the shape.
20432045
</dl>
20442046

20452047
<dl>
@@ -2095,9 +2097,9 @@ <h4 id=shape-inside-property><span class=secno>4.4.2. </span>The ‘<a
20952097
zero-width line if (for instance) the shape's bottom edge is a continuous
20962098
curve. In degenerate cases, there may be no content that fits inside the
20972099
content area defined by the shape. Further overflow is laid out below the
2098-
shape's bottom edge as if ‘<a href="#shape-inside"><code
2099-
class=property>shape-inside</code></a> computes to ‘<code
2100-
class=property>auto</code>’.
2100+
bottom edge of the shape's bounding box as if ‘<a
2101+
href="#shape-inside"><code class=property>shape-inside</code></a>
2102+
computes to ‘<code class=property>auto</code>’.
21012103

21022104
<div class=figure> <img alt="Overflow interacting with rounded rect"
21032105
src="images/rounded-rect-overflow.png"

0 commit comments

Comments
 (0)