Skip to content

Commit 1ba86c7

Browse files
committed
Include initial in inherit exclusion from <'property'> values.
1 parent 4e867ed commit 1ba86c7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-values/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@
2626

2727
<h1>CSS Values and Units Module Level 3</h1>
2828

29-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 February
30-
2012</h2>
29+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 March 2012</h2>
3130

3231
<dl>
3332
<dt>This version:
3433

3534
<dd><a
36-
href="http://www.w3.org/TR/2012/ED-css3-values-20120228/">http://www.w3.org/TR/2012/ED-css3-values-20120228/</a>
35+
href="http://www.w3.org/TR/2012/ED-css3-values-20120303/">http://www.w3.org/TR/2012/ED-css3-values-20120303/</a>
3736

3837
<dt>Latest version:
3938

@@ -350,8 +349,9 @@ <h3 id=component-types><span class=secno>2.1. </span> Component value types</h3>
350349
same name (e.g., <code>&lt;'border-width'&gt;</code>
351350
<code>&lt;'background-attachment'&gt;</code>, etc.). In this case, the
352351
type name is the property name (complete with quotes) between the
353-
brackets. Such a type does <em>not</em> include the value &lsquo;<code
354-
class=property>inherit</code>&rsquo;.
352+
brackets. Such a type does <em>not</em> include <a
353+
href="#common-keywords">CSS-wide keywords</a> such as &lsquo;<code
354+
class=css>inherit</code>&rsquo;.
355355

356356
<li>non-terminals that do not share the same name as a property. In this
357357
case, the non-terminal name appears between &lsquo;<code

css3-values/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h3 id="component-types">
128128
(e.g., <code>&lt;'border-width'&gt;</code> <code>&lt;'background-attachment'&gt;</code>, etc.).
129129
In this case, the type name is the property name (complete with quotes)
130130
between the brackets. Such a type does <em>not</em>
131-
include the value 'inherit'.
131+
include <a href="#common-keywords">CSS-wide keywords</a> such as ''inherit''.
132132

133133
<li>non-terminals that do not share the same name as a property. In this
134134
case, the non-terminal name appears between ''&lt;'' and ''&gt;'', as in

0 commit comments

Comments
 (0)