Skip to content

Commit 446ebe7

Browse files
committed
[css-variables] Mark CSSVariablesMap as at-risk.
1 parent 9f660c4 commit 446ebe7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

css-variables/Overview.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
list-style: none;
4646
}
4747
</style>
48+
49+
<script defer src=//test.csswg.org/harness/annotate.js#css-variables-1_dev type=text/javascript></script>
4850
</head>
4951
<body class=h-entry>
5052
<div class=head>
@@ -54,7 +56,7 @@
5456
</p>
5557
<h1 class="p-name no-ref" id=title>CSS Custom Properties for Cascading Variables Module Level 1</h1>
5658
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
57-
<span class=dt-updated><span class=value-title title=20140128>28 January 2014</span></span></span></h2>
59+
<span class=dt-updated><span class=value-title title=20140205>5 February 2014</span></span></span></h2>
5860
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-variables/>http://dev.w3.org/csswg/css-variables/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-variables-1/>http://www.w3.org/TR/css-variables-1/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-variables/>http://dev.w3.org/csswg/css-variables/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css-variables-20130312/ rel=previous>http://www.w3.org/TR/2013/WD-css-variables-20130312/</a><dd><a href=http://www.w3.org/TR/2012/WD-css-variables-20120410/ rel=previous>http://www.w3.org/TR/2012/WD-css-variables-20120410/</a>
5961
<dt>Feedback:</dt>
6062
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-variables%5D%20feedback">www-style@w3.org</a>
@@ -102,7 +104,8 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=status><span class=c
102104
that page also includes instructions for disclosing a patent.
103105
An individual who has actual knowledge of a patent which the individual believes contains <a href=http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential>Essential Claim(s)</a>
104106
must disclose the information in accordance with <a href=http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure>section 6 of the W3C Patent Policy</a>.</div>
105-
<div data-fill-with=at-risk></div>
107+
<div data-fill-with=at-risk><p>The following features are at-risk, and may be dropped during the CR period:
108+
<ul><li>the <a class=idl-code data-link-type=interface href=#dom-cssvariablesmap title=cssvariablesmap>CSSVariablesMap</a> interface</ul></div>
106109

107110
<h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class=content>Table of contents</span></h2>
108111
<div data-fill-with=table-of-contents><ul class=toc><li><a href=#intro><span class=secno>1</span>

css-variables/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ <h1>CSS Custom Properties for Cascading Variables Module Level 1</h1>
1212
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact
1313
Abstract: This module introduces cascading variables as a new primitive value type that is accepted by all CSS properties, and custom properties for defining them.
1414
Ignored Terms: var-0, var-foo, var-main-color, var-Bar, var-two, var-header-color, var-accent-background, var-foo-bar, var-bar, var-one, var, <ident>, declarations, case-insensitive, getproperty()
15+
At Risk: the <a interface>CSSVariablesMap</a> interface
1516
</pre>
1617

1718
<h2 id="intro">

0 commit comments

Comments
 (0)