Skip to content

Commit 1e0b2fd

Browse files
committed
[css-variables] Whoops, typo.
1 parent 1dcc682 commit 1e0b2fd

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

css-variables/Overview.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ <h2 id="introduction" data-level="1"><span class="secno">1 </span>
151151
<p> A <dfn id="custom-property">custom property</dfn> is any property
152152
whose name starts with "var-",
153153
and contains at least one additional character.
154-
and the rest of the name conforms to the grammar for an identifier <a data-autolink="biblio" U00022="" data-biblio-type="normative" title="CSS3VAL" href="#css3val">[CSS3VAL]</a>.
155154
<a data-autolink="link" href="#custom-property">Custom properties</a> are solely for use by authors and users;
156155
CSS will never give them a meaning beyond what is presented here.
157156

@@ -881,7 +880,7 @@ <h3 class="no-ref" id="testing">
881880

882881
<h3 id="normative" class="no-num no-ref">
883882
Normative References</h3>
884-
<div data-fill-with="normative-references"><dl><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><dt id="css3val" title="CSS3VAL">[CSS3VAL]</dt><dd>H&#229;kon Wium Lie; Tab Atkins; Elika J. Etemad. <a href="http://www.w3.org/TR/2012/CR-css3-values-20120828/">CSS Values and Units Module Level 3</a>. 28 August 2012. W3C Candidate Recommendation. (Work in progress.) URL: <a href="http://www.w3.org/TR/2012/CR-css3-values-20120828/">http://www.w3.org/TR/2012/CR-css3-values-20120828/</a></dd><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></dl></div>
883+
<div data-fill-with="normative-references"><dl><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><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></dl></div>
885884

886885
<h3 id="informative" class="no-num no-ref">
887886
Informative References</h3>

css-variables/Overview.src.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ <h2 id='defining-variables'>
7676
A <dfn>custom property</dfn> is any property
7777
whose name starts with "var-",
7878
and contains at least one additional character.
79-
and the rest of the name conforms to the grammar for an identifier [[!CSS3VAL]].
8079
<a>Custom properties</a> are solely for use by authors and users;
8180
CSS will never give them a meaning beyond what is presented here.
8281

0 commit comments

Comments
 (0)