Skip to content

Commit edc8ec9

Browse files
committed
Add some kind of definition for bg painting area
1 parent b39da95 commit edc8ec9

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

css3-background/Overview.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525

2626
<h1>CSS Backgrounds and Borders Module Level 3</h1>
2727

28-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 June 2012</h2>
28+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 June 2012</h2>
2929

3030
<dl>
3131
<dt>This version:
3232

33-
<dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120621">http://www.w3.org/TR/2012/ED-css3-background-20120621/</a> -->
33+
<dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120622">http://www.w3.org/TR/2012/ED-css3-background-20120622/</a> -->
3434
<a
3535
href="http://dev.w3.org/csswg/css3-background/">http://dev.w3.org/csswg/css3-background/</a>
3636

@@ -1343,7 +1343,8 @@ <h3 id=the-background-clip><span class=secno>3.7. </span>Painting Area: the
13431343
</table>
13441344

13451345
<p>Determines the <dfn id=background-painting-area>background painting
1346-
area</dfn>. The syntax of the property is given with
1346+
area</dfn>, which determines the area within which the background is
1347+
painted. The syntax of the property is given with
13471348

13481349
<pre class=prod><dfn
13491350
id=ltboxgt><var>&lt;box&gt;</var></dfn> = border-box | padding-box | content-box</pre>
@@ -2880,9 +2881,10 @@ <h3 id=corner-clipping><span class=secno>5.3. </span>Corner Clipping</h3>
28802881
the border or padding edge (such as ‘<code
28812882
class=property>overflow</code>’ other than ‘<code
28822883
class=css>visible</code>’) also must clip to the curve. The content of
2883-
replaced elements is always trimmed to the content edge curve. Also, the
2884-
area outside the curve of the border edge does not accept pointer events
2885-
on behalf of the element.
2884+
replaced elements is always trimmed to the content edge curve.
2885+
2886+
<p>Also, the area outside the curve of the border edge does not accept
2887+
pointer events on behalf of the element.
28862888

28872889
<p class=note>As ‘<a href="#border-radius"><code
28882890
class=property>border-radius</code></a>’ reduces the interactive area of

css3-background/Overview.src.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -868,8 +868,9 @@ <h3 id="the-background-clip">Painting Area: the 'background-clip' property</h3>
868868
<td>no
869869
</table>
870870

871-
<p>Determines the <dfn id="background-painting-area">background painting
872-
area</dfn>. The syntax of the property is given with
871+
<p>Determines the <dfn id="background-painting-area">background painting area</dfn>,
872+
which determines the area within which the background is painted.
873+
The syntax of the property is given with
873874

874875
<pre class=prod><dfn><var>&lt;box&gt;</var></dfn> = border-box | padding-box | content-box</pre>
875876

@@ -2050,7 +2051,8 @@ <h3 id="corner-clipping">Corner Clipping</h3>
20502051
Other effects that clip to the border or padding edge (such as 'overflow'
20512052
other than ''visible'') also must clip to the curve. The content of
20522053
replaced elements is always trimmed to the content edge curve.
2053-
Also, the area outside the curve of the border edge does not
2054+
2055+
<p>Also, the area outside the curve of the border edge does not
20542056
accept pointer events on behalf of the element.
20552057

20562058
<p class="note">As 'border-radius' reduces the interactive area of an element

0 commit comments

Comments
 (0)