Skip to content

Commit 47c45ef

Browse files
committed
Fold css3-color into property table
1 parent 1fe58f4 commit 47c45ef

File tree

2 files changed

+50
-20
lines changed

2 files changed

+50
-20
lines changed

css-2010/Overview.html

+34-11
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,8 @@ <h2 id=properties><span class=secno>4. </span>Property Index</h2>
430430

431431

432432
<td><a
433-
href="http://www.w3.org/TR/CSS21/syndata.html#value-def-color">&lt;color&gt;</a>
434-
| transparent | <a
433+
href="http://www.w3.org/TR/css3-color/#colorunits">&lt;color&gt;</a> |
434+
<a
435435
href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
436436

437437

@@ -581,8 +581,8 @@ <h2 id=properties><span class=secno>4. </span>Property Index</h2>
581581

582582

583583
<td>[ <a
584-
href="http://www.w3.org/TR/CSS21/syndata.html#value-def-color">&lt;color&gt;</a>
585-
| transparent ]{1,4} | <a
584+
href="http://www.w3.org/TR/css3-color/#colorunits">&lt;color&gt;</a>
585+
]{1,4} | <a
586586
href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
587587

588588

@@ -692,8 +692,8 @@ <h2 id=properties><span class=secno>4. </span>Property Index</h2>
692692

693693

694694
<td><a
695-
href="http://www.w3.org/TR/CSS21/syndata.html#value-def-color">&lt;color&gt;</a>
696-
| transparent | <a
695+
href="http://www.w3.org/TR/css3-color/#colorunits">&lt;color&gt;</a> |
696+
<a
697697
href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
698698

699699

@@ -910,12 +910,12 @@ <h2 id=properties><span class=secno>4. </span>Property Index</h2>
910910

911911
<tr>
912912
<th scope=row> <a
913-
href="http://www.w3.org/TR/CSS21/colors.html#propdef-color"><code>color</code></a>
913+
href="http://www.w3.org/TR/css3-color/#foreground"><code>color</code></a>
914914

915915

916916
<td><a
917-
href="http://www.w3.org/TR/CSS21/syndata.html#value-def-color">&lt;color&gt;</a>
918-
| <a
917+
href="http://www.w3.org/TR/css3-color/#colorunits">&lt;color&gt;</a> |
918+
<a
919919
href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
920920

921921

@@ -1656,6 +1656,29 @@ <h2 id=properties><span class=secno>4. </span>Property Index</h2>
16561656
href="http://www.w3.org/TR/CSS21/media.html#visual-media-group">visual</a>
16571657

16581658

1659+
<tr>
1660+
<th scope=row> <a
1661+
href="http://www.w3.org/TR/css3-color/#transparency"><code>opacity</code></a>
1662+
1663+
1664+
<td><a
1665+
href="http://www.w3.org/TR/CSS21/syndata.html#value-def-number">&lt;number&gt;</a>
1666+
| <a
1667+
href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
1668+
1669+
1670+
<td>1
1671+
1672+
<td>all
1673+
1674+
<td>no
1675+
1676+
<td>&nbsp;
1677+
1678+
<td><a
1679+
href="http://www.w3.org/TR/CSS21/media.html#visual-media-group">visual</a>
1680+
1681+
16591682
<tr>
16601683
<th scope=row> <a
16611684
href="http://www.w3.org/TR/CSS21/page.html#propdef-orphans"><code>orphans</code></a>
@@ -1687,8 +1710,8 @@ <h2 id=properties><span class=secno>4. </span>Property Index</h2>
16871710

16881711

16891712
<td><a
1690-
href="http://www.w3.org/TR/CSS21/syndata.html#value-def-color">&lt;color&gt;</a>
1691-
| invert | <a
1713+
href="http://www.w3.org/TR/css3-color/#colorunits">&lt;color&gt;</a> |
1714+
invert | <a
16921715
href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
16931716

16941717

css-2010/Overview.src.html

+16-9
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,7 @@ <h2 id="properties">Property Index</h2>
283283

284284
<tr><th scope=row>
285285
<a href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color"><code>background-color</code></a>
286-
<td><a href="http://www.w3.org/TR/CSS21/syndata.html#value-def-color">&lt;color&gt;</a> |
287-
transparent |
286+
<td><a href="http://www.w3.org/TR/css3-color/#colorunits">&lt;color&gt;</a> |
288287
<a href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
289288
<td>transparent
290289
<td>&nbsp;
@@ -360,8 +359,7 @@ <h2 id="properties">Property Index</h2>
360359

361360
<tr><th scope=row>
362361
<a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-color"><code>border-color</code></a>
363-
<td>[ <a href="http://www.w3.org/TR/CSS21/syndata.html#value-def-color">&lt;color&gt;</a> |
364-
transparent ]{1,4} |
362+
<td>[ <a href="http://www.w3.org/TR/css3-color/#colorunits">&lt;color&gt;</a> ]{1,4} |
365363
<a href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
366364
<td>see individual properties
367365
<td>&nbsp;
@@ -409,8 +407,7 @@ <h2 id="properties">Property Index</h2>
409407
<a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color"><code>border-right-color</code></a>
410408
<a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color"><code>border-bottom-color</code></a>
411409
<a href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color"><code>border-left-color</code></a>
412-
<td><a href="http://www.w3.org/TR/CSS21/syndata.html#value-def-color">&lt;color&gt;</a> |
413-
transparent |
410+
<td><a href="http://www.w3.org/TR/css3-color/#colorunits">&lt;color&gt;</a> |
414411
<a href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
415412
<td>the value of the 'color' property
416413
<td>&nbsp;
@@ -514,8 +511,8 @@ <h2 id="properties">Property Index</h2>
514511
<td><a href="http://www.w3.org/TR/CSS21/media.html#visual-media-group">visual</a>
515512

516513
<tr><th scope=row>
517-
<a href="http://www.w3.org/TR/CSS21/colors.html#propdef-color"><code>color</code></a>
518-
<td><a href="http://www.w3.org/TR/CSS21/syndata.html#value-def-color">&lt;color&gt;</a> |
514+
<a href="http://www.w3.org/TR/css3-color/#foreground"><code>color</code></a>
515+
<td><a href="http://www.w3.org/TR/css3-color/#colorunits">&lt;color&gt;</a> |
519516
<a href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
520517
<td>depends on user agent
521518
<td>&nbsp;
@@ -929,6 +926,16 @@ <h2 id="properties">Property Index</h2>
929926
<td>refer to width of containing block
930927
<td><a href="http://www.w3.org/TR/CSS21/media.html#visual-media-group">visual</a>
931928

929+
<tr><th scope=row>
930+
<a href="http://www.w3.org/TR/css3-color/#transparency"><code>opacity</code></a>
931+
<td><a href="http://www.w3.org/TR/CSS21/syndata.html#value-def-number">&lt;number&gt;</a> |
932+
<a href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
933+
<td>1
934+
<td>all
935+
<td>no
936+
<td>&nbsp;
937+
<td><a href="http://www.w3.org/TR/CSS21/media.html#visual-media-group">visual</a>
938+
932939
<tr><th scope=row>
933940
<a href="http://www.w3.org/TR/CSS21/page.html#propdef-orphans"><code>orphans</code></a>
934941
<td><a href="http://www.w3.org/TR/CSS21/syndata.html#value-def-integer">&lt;integer&gt;</a> |
@@ -941,7 +948,7 @@ <h2 id="properties">Property Index</h2>
941948

942949
<tr><th scope=row>
943950
<a href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color"><code>outline-color</code></a>
944-
<td><a href="http://www.w3.org/TR/CSS21/syndata.html#value-def-color">&lt;color&gt;</a> |
951+
<td><a href="http://www.w3.org/TR/css3-color/#colorunits">&lt;color&gt;</a> |
945952
invert |
946953
<a href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
947954
<td>invert

0 commit comments

Comments
 (0)