Skip to content

Commit 2a71352

Browse files
committed
Less awkward wording for Interpretation
1 parent dc04ccd commit 2a71352

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

css-style-attr/Overview.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,8 @@ <h2 id=cascading><span class=secno>4. </span>Cascading</h2>
208208
<h2 id=interpret><span class=secno>5. </span>Interpretation</h2>
209209

210210
<p>Aside from the differences in cascading, the declarations in a style
211-
attribute must be interpreted exactly as if they were given in a style
212-
rule that selected the associated element in a CSS style sheet associated
213-
with the document.
211+
attribute must be interpreted exactly as if they were given in a CSS style
212+
rule applied to the element.
214213

215214
<h2 id=conformance><span class=secno>6. </span>Conformance</h2>
216215

css-style-attr/Overview.src.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ <h2 id="cascading">Cascading</h2>
103103
<h2 id="interpret">Interpretation</h2>
104104

105105
<p>Aside from the differences in cascading, the declarations in a style
106-
attribute must be interpreted exactly as if they were given in a style
107-
rule that selected the associated element in a CSS style sheet associated
108-
with the document.
106+
attribute must be interpreted exactly as if they were given in a CSS
107+
style rule applied to the element.
109108

110109
<h2 id="conformance">Conformance</h2>
111110

0 commit comments

Comments
 (0)