Skip to content

Commit 35fbc2b

Browse files
committed
[css-color] Fix abstract.
--HG-- extra : rebase_source : 5ad06e36f2eaadc35ca99d0db9c66b8d1a955d60
1 parent 05d5913 commit 35fbc2b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-color/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</a></p>
1414
<h1 class="p-name no-ref" id="title">CSS Color Module Level 4</h1>
1515
<h2 class="no-num no-toc no-ref" id="subtitle">Editor's Draft,
16-
<span class="dt-updated"><span class="value-title" title="20130329">29 March 2013</span></span></h2>
16+
<span class="dt-updated"><span class="value-title" title="20130401">1 April 2013</span></span></h2>
1717
<div data-fill-with="spec-metadata"><dl><dt>This version:</dt><dd><a href="http://dev.w3.org/csswg/css-color/" class="u-url">http://dev.w3.org/csswg/css-color/</a></dd><dt>Editor's Draft:</dt><dd><a href="http://dev.w3.org/csswg/css-color/">http://dev.w3.org/csswg/css-color/</a>
1818
</dd><dt>Feedback:</dt>
1919
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-color%5D%20feedback">www-style@w3.org</a>
@@ -32,9 +32,9 @@ <h2 class="no-num no-toc no-ref" id="subtitle">Editor's Draft,
3232

3333
<h2 id="abstract" class="no-num no-toc no-ref">Abstract</h2>
3434
<p data-fill-with="abstract" class="p-summary"><span>
35-
This specification describes CSS color values and properties for foreground color and group opacity.
35+
This specification describes CSS &lt;<color>&gt; values and properties for foreground color and group opacity.
3636
<a href="http://www.w3.org/TR/CSS/">CSS</a> is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, in speech, etc.
37-
</span></p>
37+
</color></span></p>
3838

3939
<h2 id="status" class="no-num no-toc no-ref">Status of this document</h2>
4040
<div data-fill-with="status"><div>
@@ -1171,7 +1171,7 @@ <h3 class="no-ref" id="testing">
11711171

11721172
<h3 id="normative" class="no-num no-ref">
11731173
Normative References</h3>
1174-
<div data-fill-with="normative-references"><dl><dt id="rfc2119" title="RFC2119">[RFC2119]</dt><dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt">Key words for use in RFCs to Indicate Requirement Levels</a>. URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a></dd><dt id="svg11" title="SVG11">[SVG11]</dt><dd>Erik Dahlstr&#246;m; et al. <a href="http://www.w3.org/TR/2011/REC-SVG11-20110816/">Scalable Vector Graphics (SVG) 1.1 (Second Edition)</a>. 16 August 2011. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2011/REC-SVG11-20110816/">http://www.w3.org/TR/2011/REC-SVG11-20110816/</a></dd><dt id="srgb" title="SRGB">[SRGB]</dt><dd>???. <a href="http://www.iec.ch/nr1899.htm%20">Multimedia systems and equipment - Colour measurement and management - Part 2-1: Colour management - Default RGB colour space - sRGB</a>. as amended by Amendment A1:2003. URL: <a href="http://www.iec.ch/nr1899.htm%20">http://www.iec.ch/nr1899.htm </a></dd><dt id="css21" title="CSS21">[CSS21]</dt><dd>Bert Bos; et al. <a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification</a>. 7 June 2011. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a></dd></dl></div>
1174+
<div data-fill-with="normative-references"><dl><dt id="rfc2119" title="RFC2119">[RFC2119]</dt><dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt">Key words for use in RFCs to Indicate Requirement Levels</a>. URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a></dd><dt id="srgb" title="SRGB">[SRGB]</dt><dd>???. <a href="http://www.iec.ch/nr1899.htm%20">Multimedia systems and equipment - Colour measurement and management - Part 2-1: Colour management - Default RGB colour space - sRGB</a>. as amended by Amendment A1:2003. URL: <a href="http://www.iec.ch/nr1899.htm%20">http://www.iec.ch/nr1899.htm </a></dd><dt id="svg11" title="SVG11">[SVG11]</dt><dd>Erik Dahlstr&#246;m; et al. <a href="http://www.w3.org/TR/2011/REC-SVG11-20110816/">Scalable Vector Graphics (SVG) 1.1 (Second Edition)</a>. 16 August 2011. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2011/REC-SVG11-20110816/">http://www.w3.org/TR/2011/REC-SVG11-20110816/</a></dd><dt id="css21" title="CSS21">[CSS21]</dt><dd>Bert Bos; et al. <a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification</a>. 7 June 2011. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a></dd></dl></div>
11751175

11761176
<h3 id="informative" class="no-num no-ref">
11771177
Informative References</h3>

css-color/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h1>CSS Color Module Level 4</h1>
77
Level: 4
88
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact
99
Editor: fantasai, Mozilla, http://fantasai.inkedblade.net/contact
10-
Abstract: This specification describes CSS color values and properties for foreground color and group opacity.
10+
Abstract: This specification describes CSS <<color>> values and properties for foreground color and group opacity.
1111
</pre>
1212

1313
<style>

0 commit comments

Comments
 (0)