Skip to content

Commit ac8db9b

Browse files
committed
Merge Interpretation and Cascading
1 parent 2a71352 commit ac8db9b

2 files changed

Lines changed: 10 additions & 15 deletions

File tree

css-style-attr/Overview.html

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,14 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
130130

131131
<li><a href="#grammar"><span class=secno>3. </span>Grammar</a>
132132

133-
<li><a href="#cascading"><span class=secno>4. </span>Cascading</a>
133+
<li><a href="#interpret"><span class=secno>4. </span>Cascading and
134+
Interpretation</a>
134135

135-
<li><a href="#interpret"><span class=secno>5. </span>Interpretation</a>
136+
<li><a href="#conformance"><span class=secno>5. </span>Conformance</a>
136137

137-
<li><a href="#conformance"><span class=secno>6. </span>Conformance</a>
138+
<li><a href="#ack"><span class=secno>6. </span>Acknowledgments</a>
138139

139-
<li><a href="#ack"><span class=secno>7. </span>Acknowledgments</a>
140-
141-
<li><a href="#references"><span class=secno>8. </span>References </a>
140+
<li><a href="#references"><span class=secno>7. </span>References </a>
142141
<ul class=toc>
143142
<li class=no-num><a href="#normative-references">Normative
144143
references</a>
@@ -197,21 +196,19 @@ <h2 id=grammar><span class=secno>3. </span>Grammar</h2>
197196
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> for the definition of the
198197
symbols not defined here.
199198

200-
<h2 id=cascading><span class=secno>4. </span>Cascading</h2>
199+
<h2 id=interpret><span class=secno>4. </span>Cascading and Interpretation</h2>
201200

202201
<p>The declarations in a style attribute apply to the element to which the
203202
attribute belongs. CSS2.1 <a
204203
href="/TR/CSS21/cascade.html#specificity">defines</a> how style sheets and
205204
"style" attributes are cascaded together. <a href="#CSS21"
206205
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
207206

208-
<h2 id=interpret><span class=secno>5. </span>Interpretation</h2>
209-
210207
<p>Aside from the differences in cascading, the declarations in a style
211208
attribute must be interpreted exactly as if they were given in a CSS style
212209
rule applied to the element.
213210

214-
<h2 id=conformance><span class=secno>6. </span>Conformance</h2>
211+
<h2 id=conformance><span class=secno>5. </span>Conformance</h2>
215212

216213
<p>The conformance requirements are expressed with a combination of
217214
descriptive assertions and RFC 2119 terminology. The key words "MUST",
@@ -236,12 +233,12 @@ <h2 id=conformance><span class=secno>6. </span>Conformance</h2>
236233

237234
<p class=note>Note, this is an informative note.
238235

239-
<h2 id=ack><span class=secno>7. </span>Acknowledgments</h2>
236+
<h2 id=ack><span class=secno>6. </span>Acknowledgments</h2>
240237

241238
<p>Thanks to feedback from Daniel Glazman, Ian Hickson, Eric A. Meyer,
242239
Bj&ouml;rn H&ouml;hrmann.
243240

244-
<h2 id=references><span class=secno>8. </span>References</h2>
241+
<h2 id=references><span class=secno>7. </span>References</h2>
245242

246243
<h3 class=no-num id=normative-references>Normative references</h3>
247244
<!--begin-normative-->

css-style-attr/Overview.src.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,12 @@ <h2 id="grammar">Grammar</h2>
9494
of the CSS2.1 specification</a> [[!CSS21]] for the definition of the symbols
9595
not defined here.
9696

97-
<h2 id="cascading">Cascading</h2>
97+
<h2 id="interpret">Cascading and Interpretation</h2>
9898

9999
<p>The declarations in a style attribute apply to the element to which
100100
the attribute belongs. CSS2.1 <a href="/TR/CSS21/cascade.html#specificity">defines</a>
101101
how style sheets and "style" attributes are cascaded together. [[!CSS21]]
102102

103-
<h2 id="interpret">Interpretation</h2>
104-
105103
<p>Aside from the differences in cascading, the declarations in a style
106104
attribute must be interpreted exactly as if they were given in a CSS
107105
style rule applied to the element.

0 commit comments

Comments
 (0)