Skip to content

Commit f11188a

Browse files
committed
Add css3-images as an example in module interactions per <http://lists.w3.org/Archives/Public/www-style/2012Jun/0708.html>
1 parent 6086ec3 commit f11188a

3 files changed

Lines changed: 22 additions & 5 deletions

File tree

css3-background/Overview.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525

2626
<h1>CSS Backgrounds and Borders Module Level 3</h1>
2727

28-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 June 2012</h2>
28+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 June 2012</h2>
2929

3030
<dl>
3131
<dt>This version:
3232

33-
<dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120622">http://www.w3.org/TR/2012/ED-css3-background-20120622/</a> -->
33+
<dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120629">http://www.w3.org/TR/2012/ED-css3-background-20120629/</a> -->
3434
<a
3535
href="http://dev.w3.org/csswg/css3-background/">http://dev.w3.org/csswg/css3-background/</a>
3636

@@ -442,7 +442,11 @@ <h3 id=value-types><span class=secno>2.2. </span> Value Types</h3>
442442
the definitions of these value types: for example <a href="#CSS3COLOR"
443443
rel=biblioentry>[CSS3COLOR]<!--{{CSS3COLOR}}--></a>, when combined with
444444
this module, expands the definition of the &lt;color&gt; value type as
445-
used in this specification.
445+
used in this specification. Similarly, <a href="#CSS3-IMAGES"
446+
rel=biblioentry>[CSS3-IMAGES]<!--{{CSS3-IMAGES}}--></a>, when combined
447+
with this module, expands the definition of <a
448+
href="#ltimagegt"><var>&lt;image&gt;</var></a> as used in this
449+
specification.
446450

447451
<p>In addition to the property-specific values listed in their definitions,
448452
all properties defined in this specification also accept the <a
@@ -4807,6 +4811,16 @@ <h3 class=no-num id=other-references> Other References</h3>
48074811
</dd>
48084812
<!---->
48094813

4814+
<dt id=CSS3-IMAGES>[CSS3-IMAGES]
4815+
4816+
<dd>Elika J. Etemad; Tab Atkins Jr. <a
4817+
href="http://www.w3.org/TR/2012/CR-css3-images-20120417/"><cite>CSS Image
4818+
Values and Replaced Content Module Level 3.</cite></a> 17 April 2012. W3C
4819+
Candidate Recommendation. (Work in progress.) URL: <a
4820+
href="http://www.w3.org/TR/2012/CR-css3-images-20120417/">http://www.w3.org/TR/2012/CR-css3-images-20120417/</a>
4821+
</dd>
4822+
<!---->
4823+
48104824
<dt id=CSS3-TRANSITIONS>[CSS3-TRANSITIONS]
48114825

48124826
<dd>Dean Jackson; et al. <a

css3-background/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ <h3 id=value-types>
162162
CSS Level 2 Revision 1 [[!CSS21]].
163163
Other CSS modules may expand the definitions of these value types: for
164164
example [[CSS3COLOR]], when combined with this module, expands the
165-
definition of the &lt;color&gt; value type as used in this specification.</p>
165+
definition of the &lt;color&gt; value type as used in this specification.
166+
Similarly, [[CSS3-IMAGES]], when combined with this module,
167+
expands the definition of <var>&lt;image&gt;</var> as used in this specification.
166168

167169
<p>In addition to the property-specific values listed in their definitions,
168170
all properties defined in this specification also accept the

css3-flexbox/issues-lc-2012.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Issue 1.
44
Summary: min-width and min-height as auto in both axes?
55
From: Daniel Holbert
66
Comment: http://www.w3.org/mid/4FD665E2.3000101@mozilla.com
7-
Open
7+
Response: http://lists.w3.org/Archives/Public/www-style/2012Jun/0696.html
8+
Closed: Accepted
89
----
910
Issue 2.
1011
Summary: Handling replaced inlines as flex items

0 commit comments

Comments
 (0)