Skip to content

Commit d6892c1

Browse files
committed
[css-backgrounds] Fix pluralization error
1 parent 22a31fe commit d6892c1

2 files changed

Lines changed: 47 additions & 46 deletions

File tree

css-backgrounds/Overview.html

Lines changed: 46 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
<html lang=en>
55
<head profile="http://dublincore.org/documents/2008/08/04/dc-html/ ">
6+
<meta charset=utf8>
67
<title>CSS Backgrounds and Borders Module Level 3</title>
78

89
<link href="http://purl.org/dc/terms/" rel=schema.dcterms>
@@ -11,7 +12,7 @@
1112
<meta content="CSS Backgrounds and Borders Module Level 3"
1213
name=dcterms.title>
1314
<meta content=text name=dcterms.type>
14-
<meta content=2013-05-22 name=dcterms.date>
15+
<meta content=2013-07-25 name=dcterms.date>
1516
<meta content="Bert Bos" name=dcterms.creator>
1617
<meta content="Elika J. Etemad" name=dcterms.creator>
1718
<meta content="Brad Kemper" name=dcterms.creator>
@@ -41,12 +42,12 @@
4142

4243
<h1>CSS Backgrounds and Borders Module Level 3</h1>
4344

44-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 May 2013</h2>
45+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 July 2013</h2>
4546

4647
<dl>
4748
<dt>This version:
4849

49-
<dd><!-- <a href="http://www.w3.org/TR/2013/CR-css3-background-20130522/">http://dev.w3.org/csswg/css3-background/</a> -->
50+
<dd><!-- <a href="http://www.w3.org/TR/2013/CR-css3-background-20130725/">http://dev.w3.org/csswg/css3-background/</a> -->
5051
<a
5152
href="http://dev.w3.org/csswg/css3-background/">http://dev.w3.org/csswg/css3-background/</a>
5253

@@ -89,11 +90,11 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 May 2013</h2>
8990

9091
<dd><a href="mailto:brad.kemper@gmail.com">Brad Kemper</a> (Invited
9192
Expert)
92-
93-
<dt>Test Suite:
9493

95-
<dd><a
96-
href="http://test.csswg.org/suites/css3-background/nightly-unstable/">http://test.csswg.org/suites/css3-background/nightly-unstable/</a>
94+
<dt>Latest version:
95+
96+
<dd><a
97+
href="http://test.csswg.org/suites/css3-background/nightly-unstable/">http://test.csswg.org/suites/css3-background/nightly-unstable/</a>
9798
</dl>
9899
<!--begin-copyright-->
99100
<p class=copyright><a
@@ -353,11 +354,11 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
353354

354355
<li><a href="#changes"><span class=secno>9. </span> Changes</a>
355356
<ul class=toc>
356-
<li><a href="#changes-2012"><span class=secno>9.1. </span> Changes since
357-
the 24 July 2012 Candidate Recommendation</a>
357+
<li><a href="#changes-2012-07"><span class=secno>9.1. </span> Changes
358+
since the 24 July 2012 Candidate Recommendation</a>
358359

359-
<li><a href="#changes-2012"><span class=secno>9.2. </span> Changes since
360-
the 17 April 2012 Candidate Recommendation</a>
360+
<li><a href="#changes-2012-04"><span class=secno>9.2. </span> Changes
361+
since the 17 April 2012 Candidate Recommendation</a>
361362

362363
<li><a href="#changes-2012LC"><span class=secno>9.3. </span> Changes
363364
since the 14 February 2012 “Last Call” Working Draft</a>
@@ -601,7 +602,7 @@ <h3 id=the-background-color><span class=secno>3.2. </span>Base Color: the
601602
<tr>
602603
<th>Computed value:
603604

604-
<td>the computed color(s)
605+
<td>the computed color
605606

606607
<tr>
607608
<th>Animatable:
@@ -2180,7 +2181,7 @@ <h3 id=the-border-style><span class=secno>4.2. </span>Line Patterns: the
21802181
<tr>
21812182
<th><a href="#values">Value</a>:
21822183

2183-
<td><a href="#border-style"><var>&lt;border-style&gt;</var></a>
2184+
<td><a href="#line-style"><var>&lt;line-style&gt;</var></a>
21842185

21852186
<tr>
21862187
<th>Initial:
@@ -2228,7 +2229,7 @@ <h3 id=the-border-style><span class=secno>4.2. </span>Line Patterns: the
22282229
<tr>
22292230
<th><a href="#values">Value</a>:
22302231

2231-
<td><a href="#border-style"><var>&lt;border-style&gt;</var></a>{1,4}
2232+
<td><a href="#line-style"><var>&lt;line-style&gt;</var></a>{1,4}
22322233

22332234
<tr>
22342235
<th>Initial:
@@ -2278,7 +2279,7 @@ <h3 id=the-border-style><span class=secno>4.2. </span>Line Patterns: the
22782279
<p>Where
22792280

22802281
<pre class=prod><dfn
2281-
id=border-style><var>&lt;border-style&gt;</var></dfn> = none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset</pre>
2282+
id=line-style><var>&lt;line-style&gt;</var></dfn> = none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset</pre>
22822283

22832284
<p>Values have the following meanings:
22842285

@@ -2382,7 +2383,7 @@ <h3 id=the-border-width><span class=secno>4.3. </span>Line Thickness: the
23822383
<tr>
23832384
<th><a href="#values">Value</a>:
23842385

2385-
<td><a href="#border-width"><var>&lt;border-width&gt;</var></a>
2386+
<td><a href="#line-width"><var>&lt;line-width&gt;</var></a>
23862387

23872388
<tr>
23882389
<th>Initial:
@@ -2433,7 +2434,7 @@ <h3 id=the-border-width><span class=secno>4.3. </span>Line Thickness: the
24332434
<tr>
24342435
<th><a href="#values">Value</a>:
24352436

2436-
<td><a href="#border-width"><var>&lt;border-width&gt;</var></a>{1,4}
2437+
<td><a href="#line-width"><var>&lt;line-width&gt;</var></a>{1,4}
24372438

24382439
<tr>
24392440
<th>Initial:
@@ -2474,7 +2475,7 @@ <h3 id=the-border-width><span class=secno>4.3. </span>Line Thickness: the
24742475
<p>These properties set the thickness of the border. Where
24752476

24762477
<pre class=prod><dfn
2477-
id=border-width><var>&lt;border-width&gt;</var></dfn> = <var>&lt;length&gt;</var> | thin | medium | thick</pre>
2478+
id=line-width><var>&lt;line-width&gt;</var></dfn> = <var>&lt;length&gt;</var> | thin | medium | thick</pre>
24782479

24792480
<p>The lengths corresponding to ‘<code class=css>thin</code>’, ‘<code
24802481
class=css>medium</code>’ and ‘<code class=css>thick</code>’ are not
@@ -2515,8 +2516,8 @@ <h3 id=the-border-shorthands><span class=secno>4.4. </span>Border Shorthand
25152516
<tr>
25162517
<th><a href="#values">Value</a>:
25172518

2518-
<td><a href="#border-width"><var>&lt;border-width&gt;</var></a> ||
2519-
<a href="#border-style"><var>&lt;border-style&gt;</var></a> ||
2519+
<td><a href="#line-width"><var>&lt;line-width&gt;</var></a> || <a
2520+
href="#line-style"><var>&lt;line-style&gt;</var></a> ||
25202521
<var>&lt;color&gt;</var>
25212522

25222523
<tr>
@@ -2569,8 +2570,8 @@ <h3 id=the-border-shorthands><span class=secno>4.4. </span>Border Shorthand
25692570
<tr>
25702571
<th><a href="#values">Value</a>:
25712572

2572-
<td><a href="#border-width"><var>&lt;border-width&gt;</var></a> ||
2573-
<a href="#border-style"><var>&lt;border-style&gt;</var></a> ||
2573+
<td><a href="#line-width"><var>&lt;line-width&gt;</var></a> || <a
2574+
href="#line-style"><var>&lt;line-style&gt;</var></a> ||
25742575
<var>&lt;color&gt;</var>
25752576

25762577
<tr>
@@ -4504,7 +4505,7 @@ <h3 id=exit><span class=secno>8.4. </span> CR Exit Criteria</h3>
45044505

45054506
<h2 id=changes><span class=secno>9. </span> Changes</h2>
45064507

4507-
<h3 id=changes-2012><span class=secno>9.1. </span> Changes since the 24
4508+
<h3 id=changes-2012-07><span class=secno>9.1. </span> Changes since the 24
45084509
July 2012 Candidate Recommendation</h3>
45094510

45104511
<p>The following (non-trivial) changes were made to this specification
@@ -4541,7 +4542,7 @@ <h3 id=changes-2012><span class=secno>9.1. </span> Changes since the 24
45414542
class=property>border-width</code></a>’, which in this case is zero).
45424543
</ul>
45434544

4544-
<h3 id=changes-2012><span class=secno>9.2. </span> Changes since the 17
4545+
<h3 id=changes-2012-04><span class=secno>9.2. </span> Changes since the 17
45454546
April 2012 Candidate Recommendation</h3>
45464547

45474548
<p>The following (non-editorial) changes were made to this specification
@@ -5086,7 +5087,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
50865087
<tr>
50875088
<th><a class=property href="#border">border</a>
50885089

5089-
<td>&lt;border-width&gt; || &lt;border-style&gt; || &lt;color&gt;
5090+
<td>&lt;line-width&gt; || &lt;line-style&gt; || &lt;color&gt;
50905091

50915092
<td>See individual properties
50925093

@@ -5101,7 +5102,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
51015102
<tr>
51025103
<th><a class=property href="#border-bottom">border-bottom</a>
51035104

5104-
<td>&lt;border-width&gt; || &lt;border-style&gt; || &lt;color&gt;
5105+
<td>&lt;line-width&gt; || &lt;line-style&gt; || &lt;color&gt;
51055106

51065107
<td>See individual properties
51075108

@@ -5165,7 +5166,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
51655166
<th><a class=property
51665167
href="#border-bottom-style">border-bottom-style</a>
51675168

5168-
<td>&lt;border-style&gt;
5169+
<td>&lt;line-style&gt;
51695170

51705171
<td>none
51715172

@@ -5181,7 +5182,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
51815182
<th><a class=property
51825183
href="#border-bottom-width">border-bottom-width</a>
51835184

5184-
<td>&lt;border-width&gt;
5185+
<td>&lt;line-width&gt;
51855186

51865187
<td>medium
51875188

@@ -5312,7 +5313,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
53125313
<tr>
53135314
<th><a class=property href="#border-left">border-left</a>
53145315

5315-
<td>&lt;border-width&gt; || &lt;border-style&gt; || &lt;color&gt;
5316+
<td>&lt;line-width&gt; || &lt;line-style&gt; || &lt;color&gt;
53165317

53175318
<td>See individual properties
53185319

@@ -5342,7 +5343,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
53425343
<tr>
53435344
<th><a class=property href="#border-left-style">border-left-style</a>
53445345

5345-
<td>&lt;border-style&gt;
5346+
<td>&lt;line-style&gt;
53465347

53475348
<td>none
53485349

@@ -5357,7 +5358,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
53575358
<tr>
53585359
<th><a class=property href="#border-left-width">border-left-width</a>
53595360

5360-
<td>&lt;border-width&gt;
5361+
<td>&lt;line-width&gt;
53615362

53625363
<td>medium
53635364

@@ -5388,7 +5389,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
53885389
<tr>
53895390
<th><a class=property href="#border-right">border-right</a>
53905391

5391-
<td>&lt;border-width&gt; || &lt;border-style&gt; || &lt;color&gt;
5392+
<td>&lt;line-width&gt; || &lt;line-style&gt; || &lt;color&gt;
53925393

53935394
<td>See individual properties
53945395

@@ -5418,7 +5419,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
54185419
<tr>
54195420
<th><a class=property href="#border-right-style">border-right-style</a>
54205421

5421-
<td>&lt;border-style&gt;
5422+
<td>&lt;line-style&gt;
54225423

54235424
<td>none
54245425

@@ -5433,7 +5434,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
54335434
<tr>
54345435
<th><a class=property href="#border-right-width">border-right-width</a>
54355436

5436-
<td>&lt;border-width&gt;
5437+
<td>&lt;line-width&gt;
54375438

54385439
<td>medium
54395440

@@ -5448,7 +5449,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
54485449
<tr>
54495450
<th><a class=property href="#border-style">border-style</a>
54505451

5451-
<td>&lt;border-style&gt;{1,4}
5452+
<td>&lt;line-style&gt;{1,4}
54525453

54535454
<td>(see individual properties)
54545455

@@ -5463,7 +5464,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
54635464
<tr>
54645465
<th><a class=property href="#border-top">border-top</a>
54655466

5466-
<td>&lt;border-width&gt; || &lt;border-style&gt; || &lt;color&gt;
5467+
<td>&lt;line-width&gt; || &lt;line-style&gt; || &lt;color&gt;
54675468

54685469
<td>See individual properties
54695470

@@ -5525,7 +5526,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
55255526
<tr>
55265527
<th><a class=property href="#border-top-style">border-top-style</a>
55275528

5528-
<td>&lt;border-style&gt;
5529+
<td>&lt;line-style&gt;
55295530

55305531
<td>none
55315532

@@ -5540,7 +5541,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
55405541
<tr>
55415542
<th><a class=property href="#border-top-width">border-top-width</a>
55425543

5543-
<td>&lt;border-width&gt;
5544+
<td>&lt;line-width&gt;
55445545

55455546
<td>medium
55465547

@@ -5555,7 +5556,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
55555556
<tr>
55565557
<th><a class=property href="#border-width">border-width</a>
55575558

5558-
<td>&lt;border-width&gt;{1,4}
5559+
<td>&lt;line-width&gt;{1,4}
55595560

55605561
<td>(see individual properties)
55615562

@@ -5752,9 +5753,6 @@ <h2 class=no-num id=index>Index</h2>
57525753
<li>border-right-width, <a href="#border-right-width"
57535754
title="section 4.3."><strong>4.3.</strong></a>
57545755

5755-
<li><var>&lt;border-style&gt;</var>, <a href="#border-style"
5756-
title="section 4.2."><strong>4.2.</strong></a>
5757-
57585756
<li>border-style, <a href="#border-style"
57595757
title="section 4.2."><strong>4.2.</strong></a>
57605758

@@ -5776,9 +5774,6 @@ <h2 class=no-num id=index>Index</h2>
57765774
<li>border-top-width, <a href="#border-top-width"
57775775
title="section 4.3."><strong>4.3.</strong></a>
57785776

5779-
<li><var>&lt;border-width&gt;</var>, <a href="#border-width"
5780-
title="section 4.3."><strong>4.3.</strong></a>
5781-
57825777
<li>border-width, <a href="#border-width"
57835778
title="section 4.3."><strong>4.3.</strong></a>
57845779

@@ -5874,6 +5869,12 @@ <h2 class=no-num id=index>Index</h2>
58745869
title="section 3.6."><strong>3.6.</strong></a>
58755870
</ul>
58765871

5872+
<li><var>&lt;line-style&gt;</var>, <a href="#line-style"
5873+
title="section 4.2."><strong>4.2.</strong></a>
5874+
5875+
<li><var>&lt;line-width&gt;</var>, <a href="#line-width"
5876+
title="section 4.3."><strong>4.3.</strong></a>
5877+
58775878
<li>local, <a href="#local0"
58785879
title="section 3.5."><strong>3.5.</strong></a>
58795880

css-backgrounds/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ <h3 id="the-background-color">Base Color: the 'background-color' property</h3>
279279
<td>visual
280280
<tr>
281281
<th>Computed value:
282-
<td>the computed color(s)
282+
<td>the computed color
283283
<tr>
284284
<th>Animatable:
285285
<td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>

0 commit comments

Comments
 (0)