Skip to content

Commit 25328a8

Browse files
committed
Fix 'must not'.
1 parent e8b793f commit 25328a8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

css3-conditional/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
<h1>CSS Conditional Rules Module Level 3</h1>
1919

20-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 October
20+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 November
2121
2011</h2>
2222

2323
<dl>
2424
<dt>This version:
2525

26-
<dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20111031/">
27-
http://www.w3.org/TR/2011/ED-css3-conditional-20111031/</a>
26+
<dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20111124/">
27+
http://www.w3.org/TR/2011/ED-css3-conditional-20111124/</a>
2828

2929
<dt>Latest version:
3030

@@ -357,7 +357,7 @@ <h2 id=processing><span class=secno>2. </span>Processing of conditional
357357
to true or false. When the condition is true, CSS processors
358358
<strong>must</strong> apply the rules inside the group rule as though they
359359
were at the group rule's location; when the condition is false, CSS
360-
processors <strong>must</strong> not apply any of rules inside the group
360+
processors <strong>must not</strong> apply any of rules inside the group
361361
rule. The current state of the condition does not affect the CSS object
362362
model, in which the contents of the group rule always remain within the
363363
group rule.

css3-conditional/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h2 id="processing">Processing of conditional group rules</h2>
201201
evaluates to true or false. When the condition is true, CSS processors
202202
<strong>must</strong> apply the rules inside the group rule as though
203203
they were at the group rule's location; when the condition is false, CSS
204-
processors <strong>must</strong> not apply any of rules inside the group
204+
processors <strong>must not</strong> apply any of rules inside the group
205205
rule. The current state of the condition does not affect the CSS object
206206
model, in which the contents of the group rule always remain within the
207207
group rule.</p>

0 commit comments

Comments
 (0)