Skip to content

Commit 25bd3ca

Browse files
committed
*** empty log message ***
1 parent 17d5a53 commit 25bd3ca

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css3-cascade/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ <h2 class="no-num no-toc" id=longstatus>Editor's Draft 8 January 2009</h2>
7070

7171
<h2 class="no-num no-toc" id=abstract>Abstract</h2>
7272

73-
<p>This CSS3 module describes how to find a value for every
74-
element/property combination in a document. Values either come from style
75-
sheets or the property's initial value. By way of cascading and
76-
inheritance, values are propagated to all properties on all elements.
73+
<p>This CSS3 module describes how to find the specified value for all
74+
properties on all elements and boxes. Values either come from style sheets
75+
or the property's initial value. By way of cascading and inheritance,
76+
values are propagated to all properties on all elements and boxes.
7777

7878
<p>This module interfaces with several other modules. It relies on <a
7979
href="#CSS3SYN" rel=biblioentry>[CSS3SYN]<!--{{!CSS3SYN}}--></a> to parse
@@ -174,8 +174,8 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
174174
by way of <em><a href="#inherited">inheritance</a></em> or by looking at
175175
the <em><a href="#initial0">initial value</a></em>.
176176

177-
<p>The rules for finding a the value for any element/property combination
178-
in a document is described in this specification.
177+
<p>The rules for finding a the specified value for all properties on all
178+
elements and page/margin boxes is described in this specification.
179179

180180
<h2 id=input><span class=secno>2. </span>Input to and output from this
181181
module</h2>

0 commit comments

Comments
 (0)