Skip to content

Commit b5b7237

Browse files
committed
[css-syntax] Editorial fixes in the "CSS stylesheets" section.
1 parent 6b39cac commit b5b7237

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-syntax/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</a></p>
1313
<h1 class="p-name no-ref" id=title>CSS Syntax Module Level 3</h1>
1414
<h2 class="no-num no-toc no-ref" id=subtitle><span class=content>Editor's Draft,
15-
<span class=dt-updated><span class=value-title title=20130724>24 July 2013</span></span></span></h2>
15+
<span class=dt-updated><span class=value-title title=20130725>25 July 2013</span></span></span></h2>
1616
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-syntax>http://dev.w3.org/csswg/css-syntax</a><dt>Editor's Draft:<dd><a href=http://dev.w3.org/csswg/css-syntax>http://dev.w3.org/csswg/css-syntax</a>
1717
<dt>Feedback:</dt>
1818
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback">www-style@w3.org</a>
@@ -2716,7 +2716,7 @@ <h3 data-level=8.1 id=style-rules><span class=secno>8.1 </span><span class=conte
27162716

27172717
<p> The prelude of the qualified rule is parsed as a
27182718
<a href=http://dev.w3.org/csswg/selectors4/#selector-list>selector list</a>.
2719-
If the prelude does not successfully parse as a valid selector,
2719+
If this results in an <a href=http://dev.w3.org/csswg/selectors4/#invalid>invalid selector list</a>,
27202720
the entire style rule is invalid.
27212721

27222722
<p> The content of the qualified rule’s block is parsed as a
@@ -2748,7 +2748,7 @@ <h3 data-level=8.2 id=the-charset-rule><span class=secno>8.2 </span><span class=
27482748

27492749
<pre class=prod><dfn data-dfn-type=production id=at-charset-rule>&lt;at-charset-rule&gt;</dfn> = @charset <a class=production data-autolink=link><var>&lt;string&gt;</var></a>;</pre>
27502750
<p> Additionally, an <a class=css data-autolink=maybe href=#charset>@charset</a> rule is invalid if it is not at the top-level of a stylesheet,
2751-
if it is not the very first rule of a stylesheet.
2751+
or if it is not the very first rule of a stylesheet.
27522752

27532753
<p> <a class=css data-autolink=maybe href=#charset>@charset</a> rules have an <dfn data-dfn-type=link id=encoding>encoding</dfn>,
27542754
given by the value of the <a class=production data-autolink=link><var>&lt;string&gt;</var></a>.

css-syntax/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2604,7 +2604,7 @@ <h3>
26042604

26052605
The prelude of the qualified rule is parsed as a
26062606
<a href="http://dev.w3.org/csswg/selectors4/#selector-list">selector list</a>.
2607-
If the prelude does not successfully parse as a valid selector,
2607+
If this results in an <a href="http://dev.w3.org/csswg/selectors4/#invalid">invalid selector list</a>,
26082608
the entire style rule is invalid.
26092609

26102610
The content of the qualified rule’s block is parsed as a
@@ -2637,7 +2637,7 @@ <h3>
26372637
<pre class='prod'><dfn>&lt;at-charset-rule></dfn> = @charset <<string>>;</pre>
26382638

26392639
Additionally, an ''@charset'' rule is invalid if it is not at the top-level of a stylesheet,
2640-
if it is not the very first rule of a stylesheet.
2640+
or if it is not the very first rule of a stylesheet.
26412641

26422642
''@charset'' rules have an <dfn>encoding</dfn>,
26432643
given by the value of the <<string>>.

0 commit comments

Comments
 (0)